diff --git a/i18n/locales/en_au.json b/i18n/locales/en_au.json index 27d8b00..4965c94 100644 --- a/i18n/locales/en_au.json +++ b/i18n/locales/en_au.json @@ -1,5 +1,23 @@ { "setup": { "welcome": "G'day." + }, + "account": { + "devices": { + "subheader": "Manage the devices authorised to access your Drop account." + } + }, + "auth": { + "callback": { + "authClient": "Authorise client?", + "authorize": "Authorise", + "authorizedClient": "Drop has successfully authorised the client. You may now close this window." + } + }, + "library": { + "collection": { + "subheader": "Add a new collection to organise your games" + }, + "subheader": "Organise your games into collections for easy access, and access all your games." } } diff --git a/i18n/locales/en_pirate.json b/i18n/locales/en_pirate.json index 36001de..e93be77 100644 --- a/i18n/locales/en_pirate.json +++ b/i18n/locales/en_pirate.json @@ -109,6 +109,25 @@ "listItemPlaceholder": "list item, eh?" }, "errors": { + "admin": { + "user": { + "delete": { + "desc": "Couldn't make {0} walk the plank!", + "title": "Couldn't make 'em walk the plank" + } + } + }, + "auth": { + "disabled": "Ya' angered the Cap'n, give him a holler!", + "invalidInvite": "Boarding pass no longer valid, ya scallywag!", + "invalidPassState": "Cap'n's rolled snake eyes, see how he's doin'.", + "invalidUserOrPass": "Are ya lying to me about your username and password, ya dog?", + "inviteIdRequired": "Ya need to include the ID for your boarding pass, matey!", + "method": { + "signinDisabled": "No entrance through these parts, arr!" + }, + "usernameTaken": "We already have a scallywag with that 'ere name of yours." + }, "backHome": "{arrow} Back to yer safe harbor", "game": { "banner": { @@ -203,7 +222,8 @@ "discord": "Discord, argh!", "github": "GitHub, savvy?" }, - "topSellers": "Top Plunderers" + "topSellers": "Top Plunderers", + "version": "Drop {version} {gitRef}" }, "header": { "admin": { @@ -401,7 +421,8 @@ "cleanupSessionsDescription": "Cleans up expired sessions to save space and keep ye safe, ye dog!", "cleanupSessionsName": "Clean up sessions." }, - "viewTask": "View {arrow}" + "viewTask": "View {arrow}", + "weeklyScheduledTitle": "Weekly chores" } }, "title": "Drop", @@ -439,6 +460,8 @@ "title": "Passage" }, "authoptionsHeader": "Passage Options", + "delete": "Scuttle!", + "deleteUser": "Make {0} walk the plank!", "description": "Manage the crew on yer Drop vessel, and set yer passage methods, savvy?", "displayNameHeader": "Scallywag Name", "emailHeader": "Salty Mail",