Skip to content

Commit e3f3534

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 30f5041 commit e3f3534

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

l10n/he.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ OC.L10N.register(
3434
"Name is required." : "נדרש שם.",
3535
"Quality" : "איכות"
3636
},
37-
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
37+
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

l10n/he.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"Extension" : "הרחבה",
3232
"Name is required." : "נדרש שם.",
3333
"Quality" : "איכות"
34-
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
34+
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
3535
}

l10n/ja.js

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ OC.L10N.register(
1010
"Error saving image" : "画像保存でのエラー",
1111
"Unsaved changes" : "保存していない変更点",
1212
"Drop changes" : "変更を破棄する",
13+
"Play the live photo" : "ライブフォトを再生",
14+
"LIVE" : "ライブ",
1315
"Your browser does not support videos." : "お使いのブラウザーはビデオに対応していません。",
1416
"Edit" : "編集",
1517
"Exit full screen" : "全画面を終了",

l10n/ja.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"Error saving image" : "画像保存でのエラー",
99
"Unsaved changes" : "保存していない変更点",
1010
"Drop changes" : "変更を破棄する",
11+
"Play the live photo" : "ライブフォトを再生",
12+
"LIVE" : "ライブ",
1113
"Your browser does not support videos." : "お使いのブラウザーはビデオに対応していません。",
1214
"Edit" : "編集",
1315
"Exit full screen" : "全画面を終了",

0 commit comments

Comments
 (0)