Skip to content

Commit

Permalink
init npm
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Aug 18, 2015
1 parent f205d27 commit 8b5298b
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .gitignore
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


22 changes: 22 additions & 0 deletions package.json
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"
}
14 changes: 14 additions & 0 deletions ru-RU/ru-RU.json
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>"
}

0 comments on commit 8b5298b

Please sign in to comment.