-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Ukrainian translation. #339
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
Conversation
Updated and fixed Russian translation.
QuickLook/Translations.config
Outdated
@@ -319,13 +319,14 @@ | |||
<MW_Run>Запустить {0}</MW_Run> | |||
<Icon_RunAtStartup>Автозапуск</Icon_RunAtStartup> | |||
<Icon_ToolTip>QuickLook v{0}: утилита быстрого предпросмотра</Icon_ToolTip> | |||
<Icon_CheckUpdate>Проверить &обновления...</Icon_CheckUpdate> | |||
<Icon_CheckUpdate>Проверить &обновления…</Icon_CheckUpdate> | |||
<Icon_GetPlugin>Найти новые & amp; Дополнения…</Icon_GetPlugin> |
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.
The "& amp;" should be without space. It also needs to be followed by a character, so that the character will be underlined and works as a hotkey.
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.
Done
QuickLook/Translations.config
Outdated
<Icon_RunAtStartup>Автозапуск</Icon_RunAtStartup> | ||
<Icon_ToolTip>QuickLook v{0}: утиліта швидкого предперегляду</Icon_ToolTip> | ||
<Icon_CheckUpdate>Перевірити &оновлення…</Icon_CheckUpdate> | ||
<Icon_GetPlugin>Знайти нові & amp; Доповнення…</Icon_GetPlugin> |
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.
... and here too.
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.
Done
QuickLook/Translations.config
Outdated
@@ -320,7 +320,7 @@ | |||
<Icon_RunAtStartup>Автозапуск</Icon_RunAtStartup> | |||
<Icon_ToolTip>QuickLook v{0}: утилита быстрого предпросмотра</Icon_ToolTip> | |||
<Icon_CheckUpdate>Проверить &обновления…</Icon_CheckUpdate> | |||
<Icon_GetPlugin>Найти новые & amp; Дополнения…</Icon_GetPlugin> | |||
<Icon_GetPlugin>Найти новые & Дополнения…</Icon_GetPlugin> |
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.
I mean you should remove the space after &
.
The function of &
is to make the character after it as a hotkey. So now " " becomes a hotkey, but this will not work.
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.
Sorry. I missed the point.
Thanks! |
Added Ukrainian translation.
Updated and fixed Russian translation.