-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fixing use of placeholders inside i18n #3686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
raclim
merged 2 commits into
processing:develop
from
cassiano:fixing-use-of-placeholders-inside-i18n
Oct 20, 2025
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -68,9 +68,9 @@ | |
"Password": "Пароль", | ||
"PasswordARIA": "Пароль", | ||
"Submit": "Увійти", | ||
"Errors": { | ||
"invalidCredentials": "Неправильна електронна пошта або пароль." | ||
} | ||
"Errors": { | ||
"invalidCredentials": "Неправильна електронна пошта або пароль." | ||
} | ||
}, | ||
"LoginView": { | ||
"Title": "p5.js вебредактор | Вхід", | ||
|
@@ -122,7 +122,7 @@ | |
"EmailAddress": "hello@p5js.org", | ||
"Socials": "Соціальні мережі", | ||
"LinkDescriptions": { | ||
"Home": "Дізнайтеся більше про p5.js та нашу спільноту.", | ||
"Home": "Дізнайтеся більше про p5.js та нашу спільноту.", | ||
"Examples": "Дослідіть можливості p5.js за допомогою коротких прикладів.", | ||
"CodeOfConduct": "Читайте наш Статут спільноти та Кодекс поведінки.", | ||
"Libraries": "Розширте можливості p5.js за допомогою бібліотек, створених спільнотою.", | ||
|
@@ -143,7 +143,7 @@ | |
"SettingsSaved": "Налаштування збережено.", | ||
"EmptyCurrentPass": "Ви не ввели пароль.", | ||
"IncorrectCurrentPass": "Поточний пароль неправильний", | ||
"DefaultError":"Щось пішло не так", | ||
"DefaultError": "Щось пішло не так", | ||
"UserNotFound": "Користувача не знайдено", | ||
"NetworkError": "Помилка мережі" | ||
}, | ||
|
@@ -228,7 +228,7 @@ | |
"DataAddon": "p5.js 1.x Compatibility Add-on Library — Data Structures", | ||
"AddonOnARIA": "так", | ||
"AddonOffARIA": "ні", | ||
"SoundReference": "Покликання на бібліотеку p5.sound, сумісну з p5.js $VERSION", | ||
"SoundReference": "Покликання на бібліотеку p5.sound, сумісну з p5.js {{version}}", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here you can see the relevant change itself. |
||
"CopyToClipboardSuccess": "Скопійовано до буфера обміну!", | ||
"CopyToClipboardFailure": "Нам не вдалося скопіювати текст, спробуйте виділити його та скопіювати вручну." | ||
}, | ||
|
@@ -295,9 +295,9 @@ | |
"SubmitFeedback": "Надіслати відгук", | ||
"SubmitFeedbackARIA": "надіслати відгук", | ||
"AddCollectionTitle": "Додати у колекцію", | ||
"AddCollectionARIA":"додати у колекцію", | ||
"AddCollectionARIA": "додати у колекцію", | ||
"ShareTitle": "Поширити", | ||
"ShareARIA":"поширити" | ||
"ShareARIA": "поширити" | ||
}, | ||
"NewFileModal": { | ||
"Title": "Додати файл", | ||
|
@@ -342,7 +342,7 @@ | |
"errorShortPassword": "Пароль повинен містити щонайменше 6 символів", | ||
"errorConfirmPassword": "Введіть підтвердження пароля", | ||
"errorNewPassword": "Введіть новий пароль або залиште поточний пароль порожнім.", | ||
"errorNewPasswordRepeat":"Your New Password must differ from the current one.", | ||
"errorNewPasswordRepeat": "Your New Password must differ from the current one.", | ||
"errorEmptyUsername": "Введіть ім'я користувача.", | ||
"errorLongUsername": "Ім'я користувача має містити менше 20 символів.", | ||
"errorValidUsername": "Ім'я користувача має складатися лише з цифр, літер, крапок, тире та символа підкреслення." | ||
|
@@ -497,7 +497,7 @@ | |
"Description": "опис", | ||
"NumSketches": "{{count}} скетч", | ||
"NumSketches_plural": "{{count}} скетчів", | ||
"By":"Колекція від ", | ||
"By": "Колекція від ", | ||
"NoSketches": "Немає скетчів у колекції", | ||
"TableSummary": "таблиця, що містить усі колекції", | ||
"HeaderName": "Ім'я", | ||
|
@@ -561,7 +561,7 @@ | |
"Overlay": { | ||
"AriaLabel": "Закрити {{title}}" | ||
}, | ||
"QuickAddList":{ | ||
"QuickAddList": { | ||
"ButtonRemoveARIA": "Видалити з колекції", | ||
"ButtonAddToCollectionARIA": "Додати у колекцію", | ||
"View": "Перегляд" | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were just (missing) blank spaces added by Prettier.