Skip to content

Commit af9ef2b

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 7771a49 commit af9ef2b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

l10n/be.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
OC.L10N.register(
2+
"integration_replicate",
3+
{
4+
"Extra parameters are model-specific. For example: {\"max_new_tokens\":128,\"temperature\":0.7}" : "Дадатковыя параметры залежаць ад мадэлі. Напрыклад:{\"max_new_tokens\":128,\"temperature\":0.7}",
5+
"Replicate API token" : "Токен API Replicate",
6+
"Your API token" : "Ваш токен API",
7+
"You can create a free API token on https://replicate.com" : "Вы можаце стварыць бясплатны токен API на https://replicate.com",
8+
"Image generation" : "Генерацыя відарысаў"
9+
},
10+
"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);");

l10n/be.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ "translations": {
2+
"Extra parameters are model-specific. For example: {\"max_new_tokens\":128,\"temperature\":0.7}" : "Дадатковыя параметры залежаць ад мадэлі. Напрыклад:{\"max_new_tokens\":128,\"temperature\":0.7}",
3+
"Replicate API token" : "Токен API Replicate",
4+
"Your API token" : "Ваш токен API",
5+
"You can create a free API token on https://replicate.com" : "Вы можаце стварыць бясплатны токен API на https://replicate.com",
6+
"Image generation" : "Генерацыя відарысаў"
7+
},"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);"
8+
}

0 commit comments

Comments
 (0)