Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed May 28, 2024
1 parent a10dde3 commit cff51e2
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
10 changes: 10 additions & 0 deletions l10n/ga.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
OC.L10N.register(
"integration_openai",
{
"Image generation" : "Giniúint íomhá",
"Unknown" : "Anaithnid",
"Authentication" : "Fíordheimhniú",
"Username" : "Ainm úsáideora",
"Password" : "Pasfhocal"
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
8 changes: 8 additions & 0 deletions l10n/ga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ "translations": {
"Image generation" : "Giniúint íomhá",
"Unknown" : "Anaithnid",
"Authentication" : "Fíordheimhniú",
"Username" : "Ainm úsáideora",
"Password" : "Pasfhocal"
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}
7 changes: 6 additions & 1 deletion l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ OC.L10N.register(
"Bad HTTP method" : "Неверный метод HTTP",
"Bad credentials" : "Неверные учетные данные",
"Connected accounts" : "Подключённые учётные записи",
"OpenAI and LocalAI integration" : "OpenAI и локальная интеграция",
"Authentication" : "Аутентификация",
"Authentication method" : "Метод проверки подлинности",
"API key" : "Ключ API",
"Request timeout (seconds)" : "Таймаут запроса (в секундах)",
"Translation provider (to translate Talk messages for example)" : "Поставщик услуг перевода (например, для перевода сообщений Talk)",
"Leave the API key empty to use the one defined by administrators" : "Оставьте ключ API пустым, чтобы использовать тот, который определен администраторами",
"You can create a free API key in your OpenAI account settings:" : "Вы можете создать бесплатный API-ключ в настройках своей учетной записи Openair:",
"Username" : "Имя пользователя",
"Password" : "Пароль"
"Password" : "Пароль",
"Usage quota info" : "Информация о квоте использования",
"Specifying your own API key will allow unlimited usage" : "Указание вашего собственного ключа API позволит использовать его неограниченно"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
7 changes: 6 additions & 1 deletion l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
"Bad HTTP method" : "Неверный метод HTTP",
"Bad credentials" : "Неверные учетные данные",
"Connected accounts" : "Подключённые учётные записи",
"OpenAI and LocalAI integration" : "OpenAI и локальная интеграция",
"Authentication" : "Аутентификация",
"Authentication method" : "Метод проверки подлинности",
"API key" : "Ключ API",
"Request timeout (seconds)" : "Таймаут запроса (в секундах)",
"Translation provider (to translate Talk messages for example)" : "Поставщик услуг перевода (например, для перевода сообщений Talk)",
"Leave the API key empty to use the one defined by administrators" : "Оставьте ключ API пустым, чтобы использовать тот, который определен администраторами",
"You can create a free API key in your OpenAI account settings:" : "Вы можете создать бесплатный API-ключ в настройках своей учетной записи Openair:",
"Username" : "Имя пользователя",
"Password" : "Пароль"
"Password" : "Пароль",
"Usage quota info" : "Информация о квоте использования",
"Specifying your own API key will allow unlimited usage" : "Указание вашего собственного ключа API позволит использовать его неограниченно"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

0 comments on commit cff51e2

Please sign in to comment.