diff --git a/features/createroom/impl/src/main/res/values/localazy.xml b/features/createroom/impl/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..8dbe7b43b1 --- /dev/null +++ b/features/createroom/impl/src/main/res/values/localazy.xml @@ -0,0 +1,6 @@ + + + "New room" + "Invite people" + "Add people" + \ No newline at end of file diff --git a/features/login/impl/src/main/res/values/localazy.xml b/features/login/impl/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..094cc49384 --- /dev/null +++ b/features/login/impl/src/main/res/values/localazy.xml @@ -0,0 +1,20 @@ + + + "We couldn\'t reach this homeserver. Please check that you have entered the homeserver URL correctly. If the URL is correct, contact your homeserver administrator for further help." + "This server currently doesn’t support sliding sync." + "Homeserver URL" + "You can only connect to an existing server that supports sliding sync. Your homeserver admin will need to configure it. %1$s" + "Continue" + "What is the address of your server?" + "Select your server" + "This account has been deactivated." + "Incorrect username and/or password" + "This is not a valid user identifier. Expected format: ‘@user:homeserver.org’" + "The selected homeserver doesn\\\'t support password or OIDC login. Please contact your admin or choose another homeserver." + "Enter your details" + "Password" + "Where your conversations live" + "Continue" + "Welcome back!" + "Username" + \ No newline at end of file diff --git a/features/logout/api/src/main/res/values/localazy.xml b/features/logout/api/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..594475f35c --- /dev/null +++ b/features/logout/api/src/main/res/values/localazy.xml @@ -0,0 +1,8 @@ + + + "Are you sure you want to sign out?" + "Sign out" + "Sign out" + "Signing out…" + "Sign out" + \ No newline at end of file diff --git a/features/onboarding/impl/src/main/res/values/localazy.xml b/features/onboarding/impl/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..3baebbaa6b --- /dev/null +++ b/features/onboarding/impl/src/main/res/values/localazy.xml @@ -0,0 +1,5 @@ + + + "Welcome to the %1$s Beta. Supercharged, for speed and simplicity." + "Be in your Element" + \ No newline at end of file diff --git a/features/rageshake/api/src/main/res/values/localazy.xml b/features/rageshake/api/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..112cc427ba --- /dev/null +++ b/features/rageshake/api/src/main/res/values/localazy.xml @@ -0,0 +1,5 @@ + + + "%1$s crashed the last time it was used. Would you like to share a crash report with us?" + "You seem to be shaking the phone in frustration. Would you like to open the bug report screen?" + \ No newline at end of file diff --git a/features/rageshake/impl/src/main/res/values/localazy.xml b/features/rageshake/impl/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..6512513d96 --- /dev/null +++ b/features/rageshake/impl/src/main/res/values/localazy.xml @@ -0,0 +1,13 @@ + + + "Attach screenshot" + "You may contact me if you have any follow up questions" + "Please describe the bug. What did you do? What did you expect to happen? What actually happened. Please go into as much detail as you can." + "Describe the bug…" + "If possible, please write the description in English." + "Send crash logs" + "Send logs to help" + "Send screenshot" + "To check things work as intended, logs will be sent with your message. These will be private. To just send your message, turn off this setting." + "%1$s crashed the last time it was used. Would you like to share a crash report with us?" + \ No newline at end of file diff --git a/features/roomlist/impl/src/main/res/values/localazy.xml b/features/roomlist/impl/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..7177e3156d --- /dev/null +++ b/features/roomlist/impl/src/main/res/values/localazy.xml @@ -0,0 +1,61 @@ + + + "Create a new conversation or room" + "All Chats" + "Looks like you’re using a new device. Verify it’s you to access your encrypted messages." + "Access your message history" + "(avatar was changed too)" + "%1$s changed their avatar" + "You changed your avatar" + "%1$s changed their display name from %2$s to %3$s" + "You changed your display name from %1$s to %2$s" + "%1$s removed their display name (it was %2$s)" + "You removed your display name (it was %1$s)" + "%1$s set their display name to %2$s" + "You set your display name to %1$s" + "%1$s changed the room avatar" + "You changed the room avatar" + "%1$s removed the room avatar" + "You removed the room avatar" + "%1$s banned %2$s" + "You banned %1$s" + "%1$s created the room" + "You created the room" + "%1$s invited %2$s" + "%1$s accepted the invite" + "You accepted the invite" + "You invited %1$s" + "%1$s invited you" + "%1$s joined the room" + "You joined the room" + "%1$s requested to join" + "%1$s allowed %2$s to join" + "%1$s allowed you to join" + "You requested to join" + "%1$s rejected %2$s\'s request to join" + "You rejected %1$s\'s request to join" + "%1$s rejected your request to join" + "%1$s is no longer interested in joining" + "You cancelled your request to join" + "%1$s left the room" + "You left the room" + "%1$s changed the room name to: %2$s" + "You changed the room name to: %1$s" + "%1$s removed the room name" + "You removed the room name" + "%1$s rejected the invitation" + "You rejected the invitation" + "%1$s removed %2$s" + "You removed %1$s" + "%1$s sent an invitation to %2$s to join the room" + "You sent an invitation to %1$s to join the room" + "%1$s revoked the invitation for %2$s to join the room" + "You revoked the invitation for %1$s to join the room" + "%1$s changed the topic to: %2$s" + "You changed the topic to: %1$s" + "%1$s removed the room topic" + "You removed the room topic" + "%1$s unbanned %2$s" + "You unbanned %1$s" + "%1$s made an unknown change to their membership" + \ No newline at end of file diff --git a/features/verifysession/impl/src/main/res/values/localazy.xml b/features/verifysession/impl/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..fd81d104fb --- /dev/null +++ b/features/verifysession/impl/src/main/res/values/localazy.xml @@ -0,0 +1,19 @@ + + + "Something doesn’t seem right. Either the request timed out or the request was denied." + "Verification cancelled" + "Confirm that the emojis below match those shown on your other session." + "Compare emojis" + "Your new session is now verified. It has access to your encrypted messages, and other users will see it as trusted." + "Prove it’s you in order to access your encrypted message history." + "Open an existing session" + "Retry verification" + "I am ready" + "Start" + "Waiting to match" + "Compare the unique emoji, ensuring they appear in the same order." + "They don’t match" + "They match" + "Accept the request to start the verification process in your other session to continue." + "Waiting to accept request" + \ No newline at end of file diff --git a/libraries/textcomposer/src/main/res/values/localazy.xml b/libraries/textcomposer/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..1eab778890 --- /dev/null +++ b/libraries/textcomposer/src/main/res/values/localazy.xml @@ -0,0 +1,17 @@ + + + "Toggle bullet list" + "Toggle code block" + "Message…" + "Apply bold format" + "Apply italic format" + "Apply strikethrough format" + "Apply underline format" + "Toggle full screen mode" + "Indent" + "Apply inline code format" + "Set link" + "Toggle numbered list" + "Toggle quote" + "Unindent" + \ No newline at end of file diff --git a/libraries/ui-strings/src/main/res/values-de/localazy.xml b/libraries/ui-strings/src/main/res/values-de/translations.xml similarity index 100% rename from libraries/ui-strings/src/main/res/values-de/localazy.xml rename to libraries/ui-strings/src/main/res/values-de/translations.xml diff --git a/libraries/ui-strings/src/main/res/values-fr/localazy.xml b/libraries/ui-strings/src/main/res/values-fr/translations.xml similarity index 100% rename from libraries/ui-strings/src/main/res/values-fr/localazy.xml rename to libraries/ui-strings/src/main/res/values-fr/translations.xml diff --git a/libraries/ui-strings/src/main/res/values/localazy.xml b/libraries/ui-strings/src/main/res/values/localazy.xml index a1e1a66b36..504300c116 100644 --- a/libraries/ui-strings/src/main/res/values/localazy.xml +++ b/libraries/ui-strings/src/main/res/values/localazy.xml @@ -1,4 +1,133 @@ + "Hide password" + "Send files" + "Show password" + "User menu" + "Back" + "Cancel" + "Clear" + "Close" + "Complete verification" "Confirm" + "Continue" + "Copy" + "Copy link" + "Create a room" + "Disable" + "Done" + "Edit" + "Edit screenshot" + "Enable" + "Invite" + "Invite friends to %1$s" + "Learn more" + "Leave" + "Leave room" + "Next" + "No" + "Not now" + "OK" + "Quick reply" + "Quote" + "Remove" + "Reply" + "Report bug" + "Report Content" + "Retry" + "Retry decryption" + "Save" + "Search" + "Send" + "Skip" + "Start" + "Start chat" + "Start verification" + "View Source" + "Yes" + "About" + "Audio" + "Bubbles" + "Decryption error" + "Developer options" + "(edited)" + "Editing" + "Encryption enabled" + "Error" + "File" + "GIF" + "Image" + "Link copied to clipboard" + "Loading…" + "Message" + "Message layout" + "Message removed" + "Modern" + "Offline" + "Password" + "People" + "Permalink" + "Reactions" + "Replying to %1$s" + "Report a bug" + "Report submitted" + "Search for someone" + "Security" + "Select your server" + "Sending…" + "Server not supported" + "Server URL" + "Settings" + "Sticker" + "Success" + "Suggestions" + "Topic" + "Unable to decrypt" + "Unsupported event" + "Username" + "Verification cancelled" + "Verification complete" + "Video" + "Waiting…" + "Confirmation" + "Error" + "Success" + "Warning" + "Activities" + "Flags" + "Food & Drink" + "Animals & Nature" + "Objects" + "Smileys & People" + "Travel & Places" + "Symbols" + "Failed creating the permalink" + "Failed loading messages" + "Some messages have not been sent" + "Sorry, an error occurred" + "Hey, talk to me on %1$s: %2$s" + "Are you sure that you want to leave this room? You are the only person here. If you leave, no one will be able to join in the future, including you." + "Are you sure that you want to leave this room? This room is not public and you will not be able to rejoin without an invite." + "Are you sure that you want to leave the room?" + "%1$s Android" + + "%1$d member" + "%1$d members" + + + "%1$d room change" + "%1$d room changes" + + "Rageshake to report bug" + "You seem to be shaking the phone in frustration. Would you like to open the bug report screen?" + "Reporting this message will send it’s unique ‘event ID’ to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images." + "Reason for reporting this content" + "Messages in this room are end-to-end encrypted. Learn more & verify users in their profile." + "This is the beginning of %1$s." + "This is the beginning of this conversation." + "New" + "Rageshake" + "Detection threshold" + "General" + "Version: %1$s (%2$s)" \ No newline at end of file