-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from alinkedd/fix-translations-4
Fix translations
- Loading branch information
Showing
6 changed files
with
285 additions
and
22 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ translations: | |
### Завантаження данних | ||
Ви можете [завантажити JSON-ісходник з даними за цим опитуванням] (https://www.kaggle.com/sachag/state-of-css). Дайте нам знати, якщо ви зробите власні візуалізації цих даних! | ||
Ви можете [завантажити JSON-ісходник з даними за цим опитуванням](https://www.kaggle.com/sachag/state-of-css). Дайте нам знати, якщо ви зробите власні візуалізації цих даних! | ||
### Цікаві посилання | ||
|
@@ -39,7 +39,7 @@ translations: | |
### Додаткова інформація | ||
Сайт використовує шрифт IBM Plex Mono. Маєте питання? Хочете поділитися своєю думкою? [Напишіть нам!] (mailto:[email protected]) | ||
Сайт використовує шрифт IBM Plex Mono. Маєте питання? Хочете поділитися своєю думкою? [Напишіть нам!](mailto:[email protected]) | ||
А тепер давайте подивимося, яким був CSS в цьому році! | ||
|
@@ -129,10 +129,10 @@ translations: | |
|
||
- key: blocks.gender.note | ||
t: | | ||
Якщо вас цікавлять подробиці гендерної динаміки опитування, ми [написали пост в блозі про це] (https://dev.to/sachagreif/is-our-survey-biased-against-women-49oj). | ||
Якщо вас цікавлять подробиці гендерної динаміки опитування, ми [написали пост в блозі про це](https://dev.to/sachagreif/is-our-survey-biased-against-women-49oj). | ||
- key: blocks.css_missing_features.note | ||
t: | | ||
З повним набором відповідей на це питання можна ознайомитися в [нашому спеціальному проекті] (https://whatsmissingfromcss.com/). | ||
З повним набором відповідей на це питання можна ознайомитися в [нашому спеціальному проекті](https://whatsmissingfromcss.com/). | ||
- key: blocks.source.note | ||
t: > | ||
|
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
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
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
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 |
---|---|---|
|
@@ -281,7 +281,7 @@ translations: | |
t: > | ||
Для того, щоб зробити опитування стійким, ми завжди шукаємо партнерів, які можуть надати нам | ||
фінансову підтримку або допомогти поширити інформацію. | ||
Якщо ви хочете допомогти нам, то, будь ласка, не соромтеся [зв'язатися з нами] (mailto: [email protected])! | ||
Якщо ви хочете допомогти нам, то, будь ласка, не соромтеся [зв'язатися з нами](mailto: [email protected])! | ||
- key: sections.awards.title | ||
t: Нагороди | ||
|
@@ -1963,7 +1963,7 @@ translations: | |
t: Відповіді довільної форми | ||
- key: answers.answers_for | ||
t: | | ||
Відповіді, що відповідають ключу "{name}"" | ||
Відповіді, що відповідають ключу "{name}" | ||
- key: answers.answers_for_count | ||
t: | | ||
Відповіді ({count}), що відповідають ключу "{name}" | ||
|
@@ -2000,3 +2000,20 @@ translations: | |
t: Кількість елементів | ||
- key: tools.cardinalities.description | ||
t: Скільки елементів у цій категорії респонденти використовували (або чули про них). | ||
|
||
########################################################################### | ||
# Entities repo - https://github.com/Devographics/entities | ||
########################################################################### | ||
|
||
# Other | ||
|
||
# entities/other/device.yml - 2024/12/21 | ||
|
||
- key: entities.desktop.name | ||
t: Настільний | ||
|
||
- key: entities.mobile.name | ||
t: Мобільний | ||
|
||
- key: entities.tablet.name | ||
t: Планшетний |
Oops, something went wrong.