Skip to content

Commit

Permalink
Update bg.json (#837)
Browse files Browse the repository at this point in the history
Added a few "editor" translations
Finished the "nouns" section of translations
  • Loading branch information
kaloyanKanev authored Aug 29, 2023
1 parent aaede66 commit ec08c4d
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"plugin-options": "Настройки на плъгините",
"folder-path-example-placeholder": "Пример: папка 1/папка 2",
"file-path-example-placeholder": "Пример: папка/бележка",
"msg-restart-required": "Changing this option requires a restart to take effect.",
"msg-restart-required": "Промяната на тази опция изисква рестартиране за да влезе в сила.",
"editor": {
"name": "Редактор",
"section-general": "General",
"section-behavior": "Behavior",
"section-display": "Display",
"section-general": "Общи",
"section-behavior": "Поведение",
"section-display": "Дисплей",
"option-spellcheck": "Проверка на правопис",
"option-spellcheck-description": "Включва проверката на правописа. В момента работи само за американски английски.",
"spellcheck-languages": "Spellcheck languages",
"spellcheck-languages-description": "Choose the languages for the spellchecker to use.",
"spellcheck-languages-mac-description": "The native spellchecker will automatically detect the language being used for you on macOS.",
"spellcheck-languages": "Езици за проверка на правописа",
"spellcheck-languages-description": "Изберете езици които програмата за проверка на правописа ще използва.",
"spellcheck-languages-mac-description": "Вградената проверка на правописа автоматично ще избере езика който използвате в macOS.",
"spellcheck-dict": "Речник за проверка на правописа",
"spellcheck-dict-empty": "Речникът за проверка на правописа е празен",
"option-show-inline-title": "Show inline title",
"option-show-inline-title-description": "Displays the filename as an editable title inline with the file contents.",
"option-show-inline-title": "Вградено заглавие",
"option-show-inline-title-description": "Показва името на файла като редактируемо заглавие в съответствие със съдържанието на файла.",
"option-readable-line-length": "Четлива височина на реда",
"option-readable-line-description": "Ограничение на височината на реда. Събира по-малко съдържание на екрана, но прави по-дългите параграфи по-лесни за четене.",
"option-strict-line-break": "Стриктно прекъсване на реда",
Expand Down Expand Up @@ -1834,23 +1834,23 @@
}
},
"nouns": {
"word-with-count": "{{count}} word",
"word-with-count_plural": "{{count}} words",
"character-with-count": "{{count}} character",
"character-with-count_plural": "{{count}} characters",
"link-with-count": "{{count}} link",
"link-with-count_plural": "{{count}} links",
"file-with-count": "{{count}} file",
"file-with-count_plural": "{{count}} file",
"folder-with-count": "{{count}} folder",
"folder-with-count_plural": "{{count}} folders",
"backlink-with-count": "{{count}} backlink",
"backlink-with-count_plural": "{{count}} backlinks",
"site-with-count": "{{count}} site",
"site-with-count_plural": "{{count}} sites",
"plugin-with-count": "{{count}} plugin",
"plugin-with-count_plural": "{{count}} plugins",
"theme-with-count": "{{count}} theme",
"theme-with-count_plural": "{{count}} themes"
"word-with-count": "{{count}} дума",
"word-with-count_plural": "{{count}} думи",
"character-with-count": "{{count}} знак",
"character-with-count_plural": "{{count}} знаци",
"link-with-count": "{{count}} връзка",
"link-with-count_plural": "{{count}} връзки",
"file-with-count": "{{count}} файл",
"file-with-count_plural": "{{count}} файлове",
"folder-with-count": "{{count}} папка",
"folder-with-count_plural": "{{count}} папки",
"backlink-with-count": "{{count}} обратна връзка",
"backlink-with-count_plural": "{{count}} обратни връзки",
"site-with-count": "{{count}} сайт",
"site-with-count_plural": "{{count}} сайтове",
"plugin-with-count": "{{count}} плъгин",
"plugin-with-count_plural": "{{count}} плъгинове",
"theme-with-count": "{{count}} тема",
"theme-with-count_plural": "{{count}} теми"
}
}
}

0 comments on commit ec08c4d

Please sign in to comment.