Skip to content

Commit 7d08879

Browse files
committed
fix: update concurrent galleries terminology for clarity
1 parent f01b3a2 commit 7d08879

File tree

13 files changed

+20
-7
lines changed

13 files changed

+20
-7
lines changed

lib/generated/intl/messages_en.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ class MessageLookup extends MessageLookupByLibrary {
106106
"color_picker_wheel": MessageLookupByLibrary.simpleMessage("Wheel"),
107107
"comment": MessageLookupByLibrary.simpleMessage("Comment"),
108108
"commentator": MessageLookupByLibrary.simpleMessage("Commentator"),
109-
"concurrent_galleries":
110-
MessageLookupByLibrary.simpleMessage("Concurrent galleries"),
109+
"concurrent_galleries": MessageLookupByLibrary.simpleMessage(
110+
"Max concurrent gallery downloads"),
111111
"copied_to_clipboard":
112112
MessageLookupByLibrary.simpleMessage("Copied to clipboard"),
113113
"copy": MessageLookupByLibrary.simpleMessage("Copy"),

lib/generated/intl/messages_ja.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ class MessageLookup extends MessageLookupByLibrary {
9797
"color_picker_wheel": MessageLookupByLibrary.simpleMessage("Wheel"),
9898
"comment": MessageLookupByLibrary.simpleMessage("コメント"),
9999
"commentator": MessageLookupByLibrary.simpleMessage("コメンター"),
100+
"concurrent_galleries":
101+
MessageLookupByLibrary.simpleMessage("同時ギャラリーダウンロード数"),
100102
"copied_to_clipboard":
101103
MessageLookupByLibrary.simpleMessage("クリップボードにコピーしました"),
102104
"copy": MessageLookupByLibrary.simpleMessage("コピー"),

lib/generated/intl/messages_ko_KR.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ class MessageLookup extends MessageLookupByLibrary {
100100
"color_picker_wheel": MessageLookupByLibrary.simpleMessage("wheel"),
101101
"comment": MessageLookupByLibrary.simpleMessage("Comment"),
102102
"commentator": MessageLookupByLibrary.simpleMessage("Commentator"),
103+
"concurrent_galleries":
104+
MessageLookupByLibrary.simpleMessage("동시 갤러리 다운로드 수"),
103105
"copied_to_clipboard":
104106
MessageLookupByLibrary.simpleMessage("클립보드에 복사되었습니다."),
105107
"copy": MessageLookupByLibrary.simpleMessage("복사"),

lib/generated/intl/messages_ru.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ class MessageLookup extends MessageLookupByLibrary {
108108
"color_picker_wheel": MessageLookupByLibrary.simpleMessage("wheel"),
109109
"comment": MessageLookupByLibrary.simpleMessage("Comment"),
110110
"commentator": MessageLookupByLibrary.simpleMessage("Commentator"),
111+
"concurrent_galleries": MessageLookupByLibrary.simpleMessage(
112+
"Макс. одновременных загрузок галерей"),
111113
"copied_to_clipboard":
112114
MessageLookupByLibrary.simpleMessage("Скопировано в буфер обмена"),
113115
"copy": MessageLookupByLibrary.simpleMessage("Копировать"),

lib/generated/intl/messages_zh_CN.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ class MessageLookup extends MessageLookupByLibrary {
9393
"color_picker_wheel": MessageLookupByLibrary.simpleMessage("色盘"),
9494
"comment": MessageLookupByLibrary.simpleMessage("评论"),
9595
"commentator": MessageLookupByLibrary.simpleMessage("评论者"),
96-
"concurrent_galleries": MessageLookupByLibrary.simpleMessage("同时下载画廊数"),
96+
"concurrent_galleries":
97+
MessageLookupByLibrary.simpleMessage("同时下载画廊任务数"),
9798
"copied_to_clipboard": MessageLookupByLibrary.simpleMessage("已复制到剪贴板"),
9899
"copy": MessageLookupByLibrary.simpleMessage("复制"),
99100
"current_site": m0,

lib/generated/intl/messages_zh_TW.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ class MessageLookup extends MessageLookupByLibrary {
9393
"color_picker_wheel": MessageLookupByLibrary.simpleMessage("色盤"),
9494
"comment": MessageLookupByLibrary.simpleMessage("評論"),
9595
"commentator": MessageLookupByLibrary.simpleMessage("評論者"),
96+
"concurrent_galleries":
97+
MessageLookupByLibrary.simpleMessage("同時下載畫廊任務數量"),
9698
"copied_to_clipboard": MessageLookupByLibrary.simpleMessage("已複製到剪貼簿"),
9799
"copy": MessageLookupByLibrary.simpleMessage("複製"),
98100
"current_site": m0,

lib/generated/l10n.dart

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/l10n/intl_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"input_empty": "Input empty",
167167
"allow_media_scan": "Allow media scan",
168168
"multi_download": "Multi download",
169-
"concurrent_galleries": "Concurrent galleries",
169+
"concurrent_galleries": "Max concurrent gallery downloads",
170170
"downloaded": "Downloaded",
171171
"downloading": "Downloading",
172172
"paused": "Paused",

lib/l10n/intl_ja.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"input_empty": "入力は空です",
167167
"allow_media_scan": "メディアスキャンを許可",
168168
"multi_download": "マルチダウンロード",
169+
"concurrent_galleries": "同時ギャラリーダウンロード数",
169170
"downloaded": "ダウンロード済み",
170171
"downloading": "ダウンロード中",
171172
"paused": "一時停止",

lib/l10n/intl_ko_KR.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"input_empty": "인풋 비어있음",
167167
"allow_media_scan": "미디어 스캔 허용",
168168
"multi_download": "다중 다운로드",
169+
"concurrent_galleries": "동시 갤러리 다운로드 수",
169170
"downloaded": "다운로드 완료",
170171
"downloading": "Downloading",
171172
"paused": "Paused",

0 commit comments

Comments
 (0)