diff --git a/lib/l10n/arb/intl_cs.arb b/lib/l10n/arb/intl_cs.arb index 3f2141ae7..f2b77057d 100644 --- a/lib/l10n/arb/intl_cs.arb +++ b/lib/l10n/arb/intl_cs.arb @@ -1,4 +1,5 @@ { + "@@locale": "cs", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Úroveň: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Inventář Baro Ki'Teeera", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Končí {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Nahlásit chyby", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Report bugs or request a feature.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_de.arb b/lib/l10n/arb/intl_de.arb index 68ba0fd03..67ef3f2fe 100644 --- a/lib/l10n/arb/intl_de.arb +++ b/lib/l10n/arb/intl_de.arb @@ -1,4 +1,5 @@ { + "@@locale": "de", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Level: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Baro Ki'Teer Inventar", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Endet am {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Fehler melden", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Fehler melden oder neue Funktionen vorschlagen.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Inventar einrichten", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Benutzernamen löschen", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Abbrechen", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis kann deine schreibgeschützten Profildaten verwenden, um deine Arsenal-XP und Meisterschafts-Auflistung zu verfolgen.\n\n1. Öffne {url} auf einem Computer\n\n2. Lade deine EE.log oder Konto-ID von Cookies hoch\n\n3. Tippe auf \"Weiter\" und scannen Sie den generierten QR-Code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_es.arb b/lib/l10n/arb/intl_es.arb index c84800b83..7bcc66976 100644 --- a/lib/l10n/arb/intl_es.arb +++ b/lib/l10n/arb/intl_es.arb @@ -1,4 +1,5 @@ { + "@@locale": "es-ES", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Nivel: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Inventario de Baro Ki'Teer", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Termina en {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Reportar errores", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Reportar errores o solicitar nuevas características.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_fr.arb b/lib/l10n/arb/intl_fr.arb index 61a265398..44e04ab4e 100644 --- a/lib/l10n/arb/intl_fr.arb +++ b/lib/l10n/arb/intl_fr.arb @@ -1,4 +1,5 @@ { + "@@locale": "fr", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Niveau : {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Baro Ki'Teeer Inventory", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Se termine le {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Signaler un bug", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Signaler un bug ou proposer une fonctionnalité.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_it.arb b/lib/l10n/arb/intl_it.arb index 3bdd1e243..688dbed00 100644 --- a/lib/l10n/arb/intl_it.arb +++ b/lib/l10n/arb/intl_it.arb @@ -1,4 +1,5 @@ { + "@@locale": "it", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Livello: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Inventario di Baro Ki'Teer", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Termina {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Segnala bug", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Segnala un bug o suggerisci nuove funzionalità.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_ko.arb b/lib/l10n/arb/intl_ko.arb index d9fa48666..454fde4e5 100644 --- a/lib/l10n/arb/intl_ko.arb +++ b/lib/l10n/arb/intl_ko.arb @@ -1,4 +1,5 @@ { + "@@locale": "ko", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "레벨: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "바로 키 티어 인벤토리", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "종료까지 {date} 남음", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "버그 제보", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "버그 제보 또는 기능 제안.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_pl.arb b/lib/l10n/arb/intl_pl.arb index dda816e62..d0abd4cf8 100644 --- a/lib/l10n/arb/intl_pl.arb +++ b/lib/l10n/arb/intl_pl.arb @@ -1,4 +1,5 @@ { + "@@locale": "pl", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Poziom: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Baro Ki'Teeer Inventory", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Ends on {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Report Bugs", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Report bugs or request a feature.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_pt.arb b/lib/l10n/arb/intl_pt.arb index b784e795e..497b52e60 100644 --- a/lib/l10n/arb/intl_pt.arb +++ b/lib/l10n/arb/intl_pt.arb @@ -1,4 +1,5 @@ { + "@@locale": "pt-BR", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Nível: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Baro Ki'Teeer Inventário", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Termina em {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Reportar Erros", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Relatar falhas ou solicitar recursos.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_ru.arb b/lib/l10n/arb/intl_ru.arb index 1d8b9653d..e22f16251 100644 --- a/lib/l10n/arb/intl_ru.arb +++ b/lib/l10n/arb/intl_ru.arb @@ -1,4 +1,5 @@ { + "@@locale": "ru", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Уровни: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Товары Баро Ки'Тиира", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Инвентарь", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Завершится {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Сообщить об ошибке", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Сообщите об ошибках или запросите функцию.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Не удалось загрузить элемент", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Платина {discount, plural, =0{} other{| {discount} % Скидка}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Прогресс", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Требуемый счет", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_sr.arb b/lib/l10n/arb/intl_sr.arb index fee29ac86..8b1f59ec5 100644 --- a/lib/l10n/arb/intl_sr.arb +++ b/lib/l10n/arb/intl_sr.arb @@ -1,4 +1,5 @@ { + "@@locale": "sr-CS", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Level: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Baro Ki'Teeer Inventory", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Ends on {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Report Bugs", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Report bugs or request a feature.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_tr.arb b/lib/l10n/arb/intl_tr.arb index f8a0bdf3a..d32cd0adc 100644 --- a/lib/l10n/arb/intl_tr.arb +++ b/lib/l10n/arb/intl_tr.arb @@ -1,4 +1,5 @@ { + "@@locale": "tr", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "Seviye: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Baro Ki'Teer Envanteri", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "Sonlanma tarihi {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "Hata Bildir", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "Hata bildir veya bir özellik talep et.", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file diff --git a/lib/l10n/arb/intl_zh.arb b/lib/l10n/arb/intl_zh.arb index b3093e34c..2b20f0670 100644 --- a/lib/l10n/arb/intl_zh.arb +++ b/lib/l10n/arb/intl_zh.arb @@ -1,4 +1,5 @@ { + "@@locale": "zh-CN", "@@last_modified": "2020-03-03T16:56:42.387837", "levelInfo": "等級: {min} - {max}", "@levelInfo": { @@ -98,10 +99,15 @@ "description": "shows at when Baro Ki'Teer will arrive", "type": "text" }, - "baroInventory": "Baro Ki'Teeer Inventory", - "@baroInventory": { - "description": "Baro Ki'Teer Inventory button label", - "type": "text" + "characterInventory": "{character} Inventory", + "@characterInventory": { + "description": "character Inventory title", + "type": "text", + "placeholders": { + "character": { + "type": "String" + } + } }, "countdownTooltip": "完結於 {date}", "@countdownTooltip": { @@ -372,7 +378,7 @@ }, "reportBugsTitle": "反饋問題", "@reportBugsTitle": { - "desciption": "Title for bug report link", + "description": "Title for bug report link", "type": "text" }, "reportBugsDescription": "反饋問題或提交新功能請求", @@ -779,7 +785,7 @@ "@discountTitle": { "description": "Displays the discount applied for a given darvo sale", "type": "text", - "placeholder": { + "placeholders": { "discount": {} } }, @@ -787,7 +793,7 @@ "@inStockInformation": { "description": "Displays the stock information for a darvo deal", "type": "text", - "placeholder": { + "placeholders": { "stock": {} } }, @@ -920,7 +926,7 @@ "@dropChance": { "description": "Drop chance percentage", "type": "text", - "placeholder": { + "placeholders": { "chance": {} } }, @@ -1098,7 +1104,7 @@ "@nightwaveSeasonSubtitle": { "description": "Current nightwave season number", "type": "text", - "placeholder": { + "placeholders": { "season": { "type": "int" } @@ -1128,7 +1134,7 @@ "@itemRankSubtitle": { "description": "Subtitle showing the item's rank", "type": "text", - "placeholder": { + "placeholders": { "rank": {} } }, @@ -1136,25 +1142,25 @@ "@syncingInfoText": { "description": "Text displayed when xp info is being synced", "type": "text", - "placeholder": {} + "placeholders": {} }, "enterUsernameHintText": "Setup Inventoria", "@enterUsernameHintText": { - "description": "Hint Text use as a placeholder in username input", + "description": "Hint Text use as a placeholders in username input", "type": "text", - "placeholder": {} + "placeholders": {} }, "clearUsernameButtonLabel": "Clear username", "@clearUsernameButtonLabel": { "description": "Label text for clear username button", "type": "text", - "placeholder": {} + "placeholders": {} }, "cancelText": "Cancel", "@cancelText": { "description": "Text to display for cancel buttons", "type": "text", - "placeholder": {} + "placeholders": {} }, "inventoriaSteps": "Cephalon Navis can use your read-only profile data to help track your arsenal XP and mastery points.\n\n1. Go to {url} on a computer\n\n2. Upload your EE.log or account ID from cookies\n\n3. Tap next and scan the generated QR code", "@inventoriaSteps": { @@ -1210,5 +1216,59 @@ "description": "Subtitle for Cephalon Navis support card", "type": "text", "placeholders": {} + }, + "itemFailureErrorText": "Failed to load item", + "@itemFailureErrorText": { + "description": "Error message when loading a full item", + "type": "text", + "placeholders": {} + }, + "worldstateFailureText": "Failed to parse Worldstate", + "@worldstateFailureText": { + "description": "Error message when loading/parsing the worldstate fails", + "type": "text", + "placeholders": {} + }, + "worldstateOutdatedText": "Worldstate is out of date by more then 30 mins", + "@worldstateOutdatedText": { + "description": "Snackbar message to show when worldstate hasn't been updated due to failure or lack of internet connection", + "type": "text", + "placeholders": {} + }, + "flashSaleAppbarTitle": "Flash Sales", + "@flashSaleAppbarTitle": { + "description": "AppBar Title for flash sales", + "type": "text", + "placeholders": {} + }, + "flashSaleSubtitleText": "{plat} Platinum {discount, plural, =0{} other{| {discount}% OFF}}", + "@flashSaleSubtitleText": { + "description": "Subtitle text with platinum and discount text", + "type": "text", + "placeholders": { + "plat": { + "type": "int" + }, + "discount": { + "type": "int" + } + } + }, + "defaultScoreLocTagText": "Progress", + "@defaultScoreLocTagText": { + "description": "Default scoreLocTag text", + "type": "text", + "placeholders": {} + }, + "eventRewardRequireScoreText": "Required Score", + "@eventRewardRequireScoreText": { + "description": "Event reward required score text", + "type": "text", + "placeholders": {} + }, + "primeVaultResetText": "Prime Resurgence resets on: ", + "@primeVaultResetText": { + "description": "Prime vault reset text", + "type": "text" } } \ No newline at end of file