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 Feb 28, 2024
1 parent d4a7eb1 commit 52401fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;");
2 changes: 1 addition & 1 deletion l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
}
2 changes: 2 additions & 0 deletions l10n/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "全画面を終了",
Expand Down
2 changes: 2 additions & 0 deletions l10n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "全画面を終了",
Expand Down

0 comments on commit 52401fc

Please sign in to comment.