diff --git a/l10n/he.js b/l10n/he.js index 15f783854..8cf579c4e 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -34,4 +34,4 @@ OC.L10N.register( "Name is required." : "נדרש שם.", "Quality" : "איכות" }, -"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;"); +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/l10n/he.json b/l10n/he.json index 886a6e52a..ecca81b8c 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -31,5 +31,5 @@ "Extension" : "הרחבה", "Name is required." : "נדרש שם.", "Quality" : "איכות" -},"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;" +},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" } \ No newline at end of file diff --git a/l10n/ja.js b/l10n/ja.js index b91301a2b..ae5c6b710 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -10,6 +10,8 @@ OC.L10N.register( "Error saving image" : "画像保存でのエラー", "Unsaved changes" : "保存していない変更点", "Drop changes" : "変更を破棄する", + "Play the live photo" : "ライブフォトを再生", + "LIVE" : "ライブ", "Your browser does not support videos." : "お使いのブラウザーはビデオに対応していません。", "Edit" : "編集", "Exit full screen" : "全画面を終了", diff --git a/l10n/ja.json b/l10n/ja.json index c3a31d62c..5f1ea7343 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -8,6 +8,8 @@ "Error saving image" : "画像保存でのエラー", "Unsaved changes" : "保存していない変更点", "Drop changes" : "変更を破棄する", + "Play the live photo" : "ライブフォトを再生", + "LIVE" : "ライブ", "Your browser does not support videos." : "お使いのブラウザーはビデオに対応していません。", "Edit" : "編集", "Exit full screen" : "全画面を終了",