-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
konstantin
committed
Aug 18, 2015
1 parent
f205d27
commit 8b5298b
Showing
3 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
### JetBrains template | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm | ||
|
||
*.iml | ||
|
||
## Directory-based project format: | ||
.idea/ | ||
# if you remove the above rule, at least ignore the following: | ||
|
||
# User-specific stuff: | ||
# .idea/workspace.xml | ||
# .idea/tasks.xml | ||
# .idea/dictionaries | ||
|
||
# Sensitive or high-churn files: | ||
# .idea/dataSources.ids | ||
# .idea/dataSources.xml | ||
# .idea/sqlDataSources.xml | ||
# .idea/dynamic.xml | ||
# .idea/uiDesigner.xml | ||
|
||
# Gradle: | ||
# .idea/gradle.xml | ||
# .idea/libraries | ||
|
||
# Mongo Explorer plugin: | ||
# .idea/mongoSettings.xml | ||
|
||
## File-based project format: | ||
*.ipr | ||
*.iws | ||
|
||
## Plugin-specific files: | ||
|
||
# IntelliJ | ||
out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
crashlytics.properties | ||
crashlytics-build.properties | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "targetprocess-intl", | ||
"version": "0.0.1", | ||
"description": "\"Dictionaries of translations for localization targetprocess\"", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/TargetProcess/targetprocess-intl.git" | ||
}, | ||
"keywords": [ | ||
"\"targetprocess\"" | ||
], | ||
"author": "Targetprocess", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/TargetProcess/targetprocess-intl/issues" | ||
}, | ||
"homepage": "https://github.com/TargetProcess/targetprocess-intl#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"Create": "Создать", | ||
"Create new Groups and Views": "Создать новый вид или папку", | ||
"Give feedback": "Обратная связь", | ||
"Visual Encoding": "Раскраска", | ||
"Highlight cards with different colors by custom rules": "Раскрасьте карточки разными цветами по собственным правилам", | ||
"Add rule": "Добавить правило", | ||
"Read more": "Подробнее", | ||
"Effort": "Трудозатраты", | ||
"Assignments": "Назначения", | ||
"Total": "Всего", | ||
"User guide": "Руководство пользователя", | ||
"<p>You can set custom highlighting for the cards on this View. A card can have up to three colors applied at one time.</p>": "<p>Вы можете разукрашивать карточки на виде. Одновременно может применяться три цвета к карточке.</p>" | ||
} |