Files
element-web/src/i18n/strings/en_US.json
Michael Telatynski 9d1f10e4be Update workflows around i18n to use Localazy (#11455)
* Remove prunei18n

* Update README

* Update matrix-web-i18n

* Iterate

* Add feature=filter_untranslated

* yarn.lock

* Update localazy.json

* Update package.json

* Update localazy.json

* Update matrix-web-i18n and update i18n:lint

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Remove stale workflow

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Localazy Download

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* i18n

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Localazy Download

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-10-04 09:28:09 +00:00

50 lines
1.5 KiB
JSON

{
"action": {
"go_back": "Go Back",
"sign_in": "Sign in"
},
"common": {
"favourites": "Favorites"
},
"create_space": {
"add_details_prompt": "Add some details to help people recognize it.",
"personal_space_description": "A private space to organize your rooms"
},
"invite": {
"invalid_address": "Unrecognized address"
},
"lazy_loading": {
"resync_description": "%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait while we resynchronize with the server!"
},
"room": {
"context_menu": {
"favourite": "Favorite",
"unfavourite": "Favorited"
}
},
"scalar": {
"error_room_unknown": "This room is not recognized."
},
"settings": {
"appearance": {
"heading": "Customize your appearance"
},
"security": {
"message_search_failed": "Message search initialization failed"
}
},
"slash_command": {
"addwidget_invalid_protocol": "Please supply an https:// or http:// widget URL",
"rainbow": "Sends the given message colored as a rainbow",
"rainbowme": "Sends the given emote colored as a rainbow",
"unknown_command_detail": "Unrecognized command: %(commandText)s"
},
"timeline": {
"typing_indicator": {
"more_users": {
"other": "%(names)s and %(count)s others are typing …"
}
}
}
}