mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 14:03:44 +08:00
l10n: update
This commit is contained in:
parent
60ceb84625
commit
9b40863169
@ -86,7 +86,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"Initialized webpage Localization resources failed! ${v0}";
|
||||
|
||||
static String m28(v0) =>
|
||||
"After scanning, find ${v0} a valid installation directory";
|
||||
"Scan completed, find ${v0} valid installation directory";
|
||||
|
||||
static String m29(v0) => "${v0} Day ";
|
||||
|
||||
|
@ -1460,10 +1460,10 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `After scanning, find {v0} a valid installation directory`
|
||||
/// `Scan completed, find {v0} valid installation directory`
|
||||
String home_action_info_scan_complete_valid_directories_found(Object v0) {
|
||||
return Intl.message(
|
||||
'After scanning, find $v0 a valid installation directory',
|
||||
'Scan completed, find $v0 valid installation directory',
|
||||
name: 'home_action_info_scan_complete_valid_directories_found',
|
||||
desc: '',
|
||||
args: [v0],
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user