Skip to content

Commit

Permalink
update l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 27, 2024
1 parent a29e92a commit 93075f8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
5 changes: 3 additions & 2 deletions lib/arb/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"sourceCode": "Source code",
"collapseOptions": "Collapse options",
"expandOptions": "Expand options",
"onlySelected": "Only Selected",
"removeRenamed": "Remove renamed",
"onlySelected": "Only selected",
"removeRenamed": "Remove renamed files",
"removeRule": "Remove this rule",
"removeRules": "Remove rules after renaming",
"addRule": "Add Rule",
Expand All @@ -45,6 +45,7 @@
"selectAll": "Select All",
"currentName": "Current name",
"newName": "New name",
"fileNotExist": "File not exist",
"files": "Files",
"directories": "Directories",
"filesDirs": "Files & Dirs",
Expand Down
6 changes: 4 additions & 2 deletions lib/l10n/intl/messages_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Modify date of file"),
"fileModifyTime":
MessageLookupByLibrary.simpleMessage("Modify time of file"),
"fileNotExist": MessageLookupByLibrary.simpleMessage("File not exist"),
"fileSize": MessageLookupByLibrary.simpleMessage("Size of file"),
"fileSortDate": MessageLookupByLibrary.simpleMessage("Date"),
"fileSortName": MessageLookupByLibrary.simpleMessage("Name"),
Expand Down Expand Up @@ -242,7 +243,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Do not rename a system reserved directory."),
"ok": MessageLookupByLibrary.simpleMessage("OK"),
"omitDash": MessageLookupByLibrary.simpleMessage("Omit dash"),
"onlySelected": MessageLookupByLibrary.simpleMessage("Only Selected"),
"onlySelected": MessageLookupByLibrary.simpleMessage("Only selected"),
"osNowTime": MessageLookupByLibrary.simpleMessage("Time of now"),
"osTodayDate": MessageLookupByLibrary.simpleMessage("Date of today"),
"permissionContent": MessageLookupByLibrary.simpleMessage(
Expand Down Expand Up @@ -295,7 +296,8 @@ class MessageLookup extends MessageLookupByLibrary {
"removeAll": MessageLookupByLibrary.simpleMessage("Remove all"),
"removeCharacters": MessageLookupByLibrary.simpleMessage(
"Remove characters between them"),
"removeRenamed": MessageLookupByLibrary.simpleMessage("Remove renamed"),
"removeRenamed":
MessageLookupByLibrary.simpleMessage("Remove renamed files"),
"removeRule": MessageLookupByLibrary.simpleMessage("Remove this rule"),
"removeRules":
MessageLookupByLibrary.simpleMessage("Remove rules after renaming"),
Expand Down
18 changes: 14 additions & 4 deletions lib/l10n/l10n.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93075f8

Please sign in to comment.