2017-05-03 00:04:16 +00:00
[
2018-04-03 09:21:33 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Oops!" ,
"id" : "alert.unexpected.title"
} ,
{
"defaultMessage" : "An unexpected error occurred." ,
"id" : "alert.unexpected.message"
}
] ,
"path" : "app/javascript/mastodon/actions/alerts.json"
} ,
2019-02-02 19:22:05 +00:00
{
"descriptors" : [
{
"defaultMessage" : "File upload limit exceeded." ,
"id" : "upload_error.limit"
}
] ,
"path" : "app/javascript/mastodon/actions/compose.json"
} ,
2017-05-12 12:46:21 +00:00
{
"descriptors" : [
{
"defaultMessage" : "{name} mentioned you" ,
"id" : "notification.mention"
2018-05-19 12:46:47 +00:00
} ,
{
"defaultMessage" : "{count} notifications" ,
"id" : "notifications.group"
2017-05-12 12:46:21 +00:00
}
] ,
"path" : "app/javascript/mastodon/actions/notifications.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Follow" ,
"id" : "account.follow"
} ,
{
"defaultMessage" : "Unfollow" ,
"id" : "account.unfollow"
} ,
{
"defaultMessage" : "Awaiting approval" ,
"id" : "account.requested"
} ,
{
"defaultMessage" : "Unblock @{name}" ,
"id" : "account.unblock"
} ,
{
"defaultMessage" : "Unmute @{name}" ,
"id" : "account.unmute"
2017-11-21 14:17:28 +00:00
} ,
{
"defaultMessage" : "Mute notifications from @{name}" ,
"id" : "account.mute_notifications"
} ,
{
"defaultMessage" : "Unmute notifications from @{name}" ,
"id" : "account.unmute_notifications"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/components/account.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Back" ,
"id" : "column_back_button.label"
}
] ,
"path" : "app/javascript/mastodon/components/column_back_button_slim.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Back" ,
"id" : "column_back_button.label"
}
] ,
"path" : "app/javascript/mastodon/components/column_back_button.json"
} ,
2017-06-04 12:51:35 +00:00
{
"descriptors" : [
2017-07-26 00:01:27 +00:00
{
"defaultMessage" : "Show settings" ,
"id" : "column_header.show_settings"
} ,
{
"defaultMessage" : "Hide settings" ,
"id" : "column_header.hide_settings"
} ,
2017-07-27 22:54:48 +00:00
{
"defaultMessage" : "Move column to the left" ,
"id" : "column_header.moveLeft_settings"
} ,
{
"defaultMessage" : "Move column to the right" ,
"id" : "column_header.moveRight_settings"
} ,
2017-06-04 12:51:35 +00:00
{
"defaultMessage" : "Unpin" ,
"id" : "column_header.unpin"
} ,
{
"defaultMessage" : "Pin" ,
"id" : "column_header.pin"
} ,
{
"defaultMessage" : "Back" ,
"id" : "column_back_button.label"
}
] ,
"path" : "app/javascript/mastodon/components/column_header.json"
} ,
2018-03-31 12:09:39 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Unhide {domain}" ,
"id" : "account.unblock_domain"
}
] ,
"path" : "app/javascript/mastodon/components/domain.json"
} ,
2018-05-31 02:15:38 +00:00
{
"descriptors" : [
{
"defaultMessage" : "{count} {rawCount, plural, one {person} other {people}} talking" ,
"id" : "trends.count_by_accounts"
}
] ,
"path" : "app/javascript/mastodon/components/hashtag.json"
} ,
2018-04-13 11:11:26 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Load more" ,
"id" : "status.load_more"
}
] ,
"path" : "app/javascript/mastodon/components/load_gap.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Load more" ,
"id" : "status.load_more"
}
] ,
"path" : "app/javascript/mastodon/components/load_more.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Loading..." ,
"id" : "loading_indicator.label"
}
] ,
"path" : "app/javascript/mastodon/components/loading_indicator.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Toggle visibility" ,
"id" : "media_gallery.toggle_visible"
} ,
{
"defaultMessage" : "Sensitive content" ,
"id" : "status.sensitive_warning"
} ,
{
"defaultMessage" : "Media hidden" ,
"id" : "status.media_hidden"
} ,
{
"defaultMessage" : "Click to view" ,
"id" : "status.sensitive_toggle"
}
] ,
"path" : "app/javascript/mastodon/components/media_gallery.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Not found" ,
"id" : "missing_indicator.label"
2018-01-22 13:20:58 +00:00
} ,
{
"defaultMessage" : "This resource could not be found" ,
"id" : "missing_indicator.sublabel"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/components/missing_indicator.json"
} ,
2017-10-07 16:32:03 +00:00
{
"descriptors" : [
{
"defaultMessage" : "now" ,
"id" : "relative_time.just_now"
} ,
{
"defaultMessage" : "{number}s" ,
"id" : "relative_time.seconds"
} ,
{
"defaultMessage" : "{number}m" ,
"id" : "relative_time.minutes"
} ,
{
"defaultMessage" : "{number}h" ,
"id" : "relative_time.hours"
} ,
{
"defaultMessage" : "{number}d" ,
"id" : "relative_time.days"
}
] ,
"path" : "app/javascript/mastodon/components/relative_timestamp.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Delete" ,
"id" : "status.delete"
} ,
2018-06-05 18:11:03 +00:00
{
"defaultMessage" : "Delete & re-draft" ,
"id" : "status.redraft"
} ,
2018-04-09 15:09:11 +00:00
{
"defaultMessage" : "Direct message @{name}" ,
"id" : "status.direct"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Mention @{name}" ,
"id" : "status.mention"
} ,
{
"defaultMessage" : "Mute @{name}" ,
"id" : "account.mute"
} ,
{
"defaultMessage" : "Block @{name}" ,
"id" : "account.block"
} ,
{
"defaultMessage" : "Reply" ,
"id" : "status.reply"
} ,
2017-07-26 00:01:27 +00:00
{
"defaultMessage" : "Share" ,
"id" : "status.share"
} ,
2017-10-17 09:47:05 +00:00
{
"defaultMessage" : "More" ,
"id" : "status.more"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Reply to thread" ,
"id" : "status.replyAll"
} ,
{
"defaultMessage" : "Boost" ,
"id" : "status.reblog"
} ,
2018-04-18 11:09:06 +00:00
{
"defaultMessage" : "Boost to original audience" ,
"id" : "status.reblog_private"
} ,
{
"defaultMessage" : "Unboost" ,
"id" : "status.cancel_reblog_private"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "This post cannot be boosted" ,
"id" : "status.cannot_reblog"
} ,
{
"defaultMessage" : "Favourite" ,
"id" : "status.favourite"
} ,
{
"defaultMessage" : "Expand this status" ,
"id" : "status.open"
} ,
{
"defaultMessage" : "Report @{name}" ,
"id" : "status.report"
Feature conversations muting (#3017)
* Add <ostatus:conversation /> tag to Atom input/output
Only uses ref attribute (not href) because href would be
the alternate link that's always included also.
Creates new conversation for every non-reply status. Carries
over conversation for every reply. Keeps remote URIs verbatim,
generates local URIs on the fly like the rest of them.
* Conversation muting - prevents notifications that reference a conversation
(including replies, favourites, reblogs) from being created. API endpoints
/api/v1/statuses/:id/mute and /api/v1/statuses/:id/unmute
Currently no way to tell when a status/conversation is muted, so the web UI
only has a "disable notifications" button, doesn't work as a toggle
* Display "Dismiss notifications" on all statuses in notifications column, not just own
* Add "muted" as a boolean attribute on statuses JSON
For now always false on contained reblogs, since it's only relevant for
statuses returned from the notifications endpoint, which are not nested
Remove "Disable notifications" from detailed status view, since it's
only relevant in the notifications column
* Up max class length
* Remove pending test for conversation mute
* Add tests, clean up
* Rename to "mute conversation" and "unmute conversation"
* Raise validation error when trying to mute/unmute status without conversation
2017-05-15 01:04:13 +00:00
} ,
{
"defaultMessage" : "Mute conversation" ,
"id" : "status.mute_conversation"
} ,
{
"defaultMessage" : "Unmute conversation" ,
"id" : "status.unmute_conversation"
2017-08-24 23:41:18 +00:00
} ,
{
"defaultMessage" : "Pin on profile" ,
"id" : "status.pin"
} ,
{
"defaultMessage" : "Unpin from profile" ,
"id" : "status.unpin"
2017-09-01 19:30:13 +00:00
} ,
{
"defaultMessage" : "Embed" ,
"id" : "status.embed"
Weblate translations (2019-01-08) (#9758)
* Translated using Weblate (Korean)
Currently translated at 100.0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/co/
* Translated using Weblate (Greek)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/el/
* Translated using Weblate (Greek)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/el/
* Translated using Weblate (Greek)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/
* Translated using Weblate (German)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/
* Translated using Weblate (German)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (German)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/de/
* Translated using Weblate (Czech)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (German)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (Greek)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/
* Translated using Weblate (French)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (German)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/co/
* Translated using Weblate (Japanese)
Currently translated at 98.4% (62 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ja/
* Translated using Weblate (Czech)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (Galician)
Currently translated at 100,0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (French)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fr/
* Translated using Weblate (French)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/
* Translated using Weblate (Japanese)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (French)
Currently translated at 98.2% (721 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Added translation using Weblate (Latvian)
* Translated using Weblate (Japanese)
Currently translated at 95.2% (699 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 95.2% (699 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Added translation using Weblate (Latvian)
* Translated using Weblate (Occitan)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/oc/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/oc/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/oc/
* Translated using Weblate (Chinese (Hong Kong))
Currently translated at 78.0% (276 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant_HK/
* Translated using Weblate (Arabic)
Currently translated at 96.2% (706 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Arabic)
Currently translated at 98.0% (347 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/
* Translated using Weblate (Dutch)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 77.7% (275 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 88.7% (314 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Basque)
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/
* Translated using Weblate (Georgian)
Currently translated at 80.8% (286 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ka/
* Translated using Weblate (Ido)
Currently translated at 36.2% (128 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/io/
* Translated using Weblate (Italian)
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Japanese)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/
* Translated using Weblate (Persian)
Currently translated at 89.8% (318 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/
* Translated using Weblate (Polish)
Currently translated at 95.5% (338 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pl/
* Translated using Weblate (Russian)
Currently translated at 85.0% (301 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ru/
* Translated using Weblate (Portuguese)
Currently translated at 65.0% (230 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/
* Translated using Weblate (Serbian (latin))
Currently translated at 64.7% (229 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr_Latn/
* Translated using Weblate (Tamil)
Currently translated at 14.4% (51 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ta/
* Translated using Weblate (Turkish)
Currently translated at 41.0% (145 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/tr/
* Translated using Weblate (Finnish)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fi/
* Translated using Weblate (Russian)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ru/
* Translated using Weblate (Thai)
Currently translated at 12.7% (8 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/th/
* Translated using Weblate (Arabic)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/
* Translated using Weblate (Telugu)
Currently translated at 90.4% (320 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/
* Translated using Weblate (Dutch)
Currently translated at 99,6% (731 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/nl/
* Translated using Weblate (Dutch)
Currently translated at 94.4% (101 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/
* Translated using Weblate (Greek)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/
* Translated using Weblate (Korean)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/co/
* Translated using Weblate (Basque)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/
* Translated using Weblate (Corsican)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/co/
* Translated using Weblate (Basque)
Currently translated at 99.1% (106 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/eu/
* Translated using Weblate (Basque)
Currently translated at 99.6% (731 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.3% (729 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/oc/
* Translated using Weblate (Occitan)
Currently translated at 99,5% (730 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/
* Translated using Weblate (French)
Currently translated at 99,9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Slovak)
Currently translated at 99,7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ca/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/
* Translated using Weblate (Occitan)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Arabic)
Currently translated at 96.2% (706 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Arabic)
Currently translated at 92.5% (99 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/
* Translated using Weblate (Armenian)
Currently translated at 63.6% (225 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hy/
* Translated using Weblate (Croatian)
Currently translated at 42.4% (150 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hr/
* Translated using Weblate (Finnish)
Currently translated at 87.9% (311 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/
* Translated using Weblate (Norwegian (old code))
Currently translated at 66.1% (234 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/no/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/
* Translated using Weblate (Danish)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/da/
* Translated using Weblate (Danish)
Currently translated at 93,7% (688 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/
* Translated using Weblate (Danish)
Currently translated at 78,5% (84 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Danish)
Currently translated at 96,9% (343 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt_BR/
* Translated using Weblate (Danish)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Telugu)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.5% (716 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.6% (349 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.5% (99 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/
* Translated using Weblate (Telugu)
Currently translated at 14.4% (106 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/te/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/
* Translated using Weblate (Romanian)
Currently translated at 12.1% (89 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ro/
* Translated using Weblate (Romanian)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Japanese)
Currently translated at 95.1% (698 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Romanian)
Currently translated at 95.3% (102 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ro/
* Translated using Weblate (Italian)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Italian)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/it/
* Translated using Weblate (Italian)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/
* i18n-tasks normalize
* i18n-tasks remove-unused
* yarn manage:translations
* Fix missing plural form (temporarily)
2019-01-08 13:09:57 +00:00
} ,
{
"defaultMessage" : "Open moderation interface for @{name}" ,
"id" : "status.admin_account"
} ,
{
"defaultMessage" : "Open this status in the moderation interface" ,
"id" : "status.admin_status"
2019-02-11 06:41:35 +00:00
} ,
{
"defaultMessage" : "Copy link to status" ,
"id" : "status.copy"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/components/status_action_bar.json"
} ,
{
"descriptors" : [
2018-10-06 11:42:36 +00:00
{
"defaultMessage" : "Read more" ,
"id" : "status.read_more"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Show more" ,
"id" : "status.show_more"
} ,
{
"defaultMessage" : "Show less" ,
"id" : "status.show_less"
}
] ,
"path" : "app/javascript/mastodon/components/status_content.json"
} ,
2018-01-22 13:20:58 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Loading…" ,
"id" : "regeneration_indicator.label"
} ,
{
"defaultMessage" : "Your home feed is being prepared!" ,
"id" : "regeneration_indicator.sublabel"
}
] ,
"path" : "app/javascript/mastodon/components/status_list.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
2018-06-30 00:42:00 +00:00
{
"defaultMessage" : "Filtered" ,
"id" : "status.filtered"
} ,
2018-03-05 14:12:17 +00:00
{
"defaultMessage" : "Pinned toot" ,
"id" : "status.pinned"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "{name} boosted" ,
"id" : "status.reblogged_by"
2018-11-11 17:57:16 +00:00
} ,
{
"defaultMessage" : "Show thread" ,
"id" : "status.show_thread"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/components/status.json"
} ,
2017-07-18 15:14:43 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Unfollow" ,
"id" : "confirmations.unfollow.confirm"
} ,
{
"defaultMessage" : "Are you sure you want to unfollow {name}?" ,
"id" : "confirmations.unfollow.message"
}
] ,
"path" : "app/javascript/mastodon/containers/account_container.json"
} ,
2018-03-31 12:09:39 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Hide entire domain" ,
"id" : "confirmations.domain_block.confirm"
} ,
{
"defaultMessage" : "Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable." ,
"id" : "confirmations.domain_block.message"
}
] ,
"path" : "app/javascript/mastodon/containers/domain_container.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Delete" ,
"id" : "confirmations.delete.confirm"
} ,
{
"defaultMessage" : "Are you sure you want to delete this status?" ,
"id" : "confirmations.delete.message"
} ,
2018-06-05 18:11:03 +00:00
{
"defaultMessage" : "Delete & redraft" ,
"id" : "confirmations.redraft.confirm"
} ,
{
2018-08-25 11:27:56 +00:00
"defaultMessage" : "Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned." ,
2018-06-05 18:11:03 +00:00
"id" : "confirmations.redraft.message"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Block" ,
"id" : "confirmations.block.confirm"
} ,
2018-10-06 11:42:36 +00:00
{
"defaultMessage" : "Reply" ,
"id" : "confirmations.reply.confirm"
} ,
{
"defaultMessage" : "Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?" ,
"id" : "confirmations.reply.message"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Are you sure you want to block {name}?" ,
"id" : "confirmations.block.message"
}
] ,
"path" : "app/javascript/mastodon/containers/status_container.json"
} ,
2017-05-19 19:05:32 +00:00
{
"descriptors" : [
2018-03-01 22:48:17 +00:00
{
"defaultMessage" : "Toots" ,
"id" : "account.posts"
} ,
{
2018-03-24 11:51:51 +00:00
"defaultMessage" : "Toots and replies" ,
2018-03-01 22:48:17 +00:00
"id" : "account.posts_with_replies"
} ,
2017-05-19 19:05:32 +00:00
{
"defaultMessage" : "Media" ,
"id" : "account.media"
}
] ,
2018-03-01 22:48:17 +00:00
"path" : "app/javascript/mastodon/features/account_timeline/components/header.json"
2017-05-19 19:05:32 +00:00
} ,
2017-11-21 14:17:28 +00:00
{
"descriptors" : [
{
"defaultMessage" : "{name} has moved to:" ,
"id" : "account.moved_to"
}
] ,
"path" : "app/javascript/mastodon/features/account_timeline/components/moved_note.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
2017-07-18 15:14:43 +00:00
{
"defaultMessage" : "Unfollow" ,
"id" : "confirmations.unfollow.confirm"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Block" ,
"id" : "confirmations.block.confirm"
} ,
2017-05-19 19:05:32 +00:00
{
"defaultMessage" : "Hide entire domain" ,
"id" : "confirmations.domain_block.confirm"
} ,
2017-07-18 15:14:43 +00:00
{
"defaultMessage" : "Are you sure you want to unfollow {name}?" ,
"id" : "confirmations.unfollow.message"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Are you sure you want to block {name}?" ,
"id" : "confirmations.block.message"
} ,
2017-05-19 19:05:32 +00:00
{
2018-06-09 20:46:54 +00:00
"defaultMessage" : "Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed." ,
2017-05-19 19:05:32 +00:00
"id" : "confirmations.domain_block.message"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/account_timeline/containers/header_container.json"
} ,
2018-11-11 17:57:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "No toots here!" ,
"id" : "empty_column.account_timeline"
}
] ,
"path" : "app/javascript/mastodon/features/account_timeline/index.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Mention @{name}" ,
"id" : "account.mention"
} ,
2018-03-29 17:08:34 +00:00
{
"defaultMessage" : "Direct message @{name}" ,
"id" : "account.direct"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Edit profile" ,
"id" : "account.edit_profile"
} ,
{
"defaultMessage" : "Unblock @{name}" ,
"id" : "account.unblock"
} ,
{
"defaultMessage" : "Unfollow" ,
"id" : "account.unfollow"
} ,
{
"defaultMessage" : "Unmute @{name}" ,
"id" : "account.unmute"
} ,
{
"defaultMessage" : "Block @{name}" ,
"id" : "account.block"
} ,
{
"defaultMessage" : "Mute @{name}" ,
"id" : "account.mute"
} ,
{
"defaultMessage" : "Follow" ,
"id" : "account.follow"
} ,
{
"defaultMessage" : "Report @{name}" ,
"id" : "account.report"
} ,
2017-07-27 22:55:15 +00:00
{
"defaultMessage" : "Share @{name}'s profile" ,
"id" : "account.share"
} ,
2017-05-20 11:39:03 +00:00
{
"defaultMessage" : "Media" ,
"id" : "account.media"
} ,
2017-05-19 19:05:32 +00:00
{
"defaultMessage" : "Hide everything from {domain}" ,
"id" : "account.block_domain"
} ,
{
"defaultMessage" : "Unhide {domain}" ,
"id" : "account.unblock_domain"
} ,
2017-12-03 20:29:51 +00:00
{
"defaultMessage" : "Hide boosts from @{name}" ,
"id" : "account.hide_reblogs"
} ,
{
"defaultMessage" : "Show boosts from @{name}" ,
"id" : "account.show_reblogs"
} ,
2018-05-31 02:15:38 +00:00
{
"defaultMessage" : "Pinned toots" ,
"id" : "navigation_bar.pins"
} ,
{
"defaultMessage" : "Preferences" ,
"id" : "navigation_bar.preferences"
} ,
{
"defaultMessage" : "Follow requests" ,
"id" : "navigation_bar.follow_requests"
} ,
{
"defaultMessage" : "Favourites" ,
"id" : "navigation_bar.favourites"
} ,
{
"defaultMessage" : "Lists" ,
"id" : "navigation_bar.lists"
} ,
{
"defaultMessage" : "Blocked users" ,
"id" : "navigation_bar.blocks"
} ,
{
"defaultMessage" : "Hidden domains" ,
"id" : "navigation_bar.domain_blocks"
} ,
{
"defaultMessage" : "Muted users" ,
"id" : "navigation_bar.mutes"
} ,
2018-08-10 22:52:36 +00:00
{
"defaultMessage" : "Feature on profile" ,
"id" : "account.endorse"
} ,
{
"defaultMessage" : "Don't feature on profile" ,
"id" : "account.unendorse"
} ,
2018-11-05 17:52:38 +00:00
{
2018-11-11 17:57:16 +00:00
"defaultMessage" : "Add or Remove from lists" ,
2018-11-05 17:52:38 +00:00
"id" : "account.add_or_remove_from_list"
} ,
Weblate translations (2019-01-08) (#9758)
* Translated using Weblate (Korean)
Currently translated at 100.0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/co/
* Translated using Weblate (Greek)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/el/
* Translated using Weblate (Greek)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/el/
* Translated using Weblate (Greek)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/
* Translated using Weblate (German)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/
* Translated using Weblate (German)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (German)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/de/
* Translated using Weblate (Czech)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (German)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (Greek)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/
* Translated using Weblate (French)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (German)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/co/
* Translated using Weblate (Japanese)
Currently translated at 98.4% (62 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ja/
* Translated using Weblate (Czech)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (Galician)
Currently translated at 100,0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (French)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fr/
* Translated using Weblate (French)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/
* Translated using Weblate (Japanese)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (French)
Currently translated at 98.2% (721 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Added translation using Weblate (Latvian)
* Translated using Weblate (Japanese)
Currently translated at 95.2% (699 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 95.2% (699 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Added translation using Weblate (Latvian)
* Translated using Weblate (Occitan)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/oc/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/oc/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/oc/
* Translated using Weblate (Chinese (Hong Kong))
Currently translated at 78.0% (276 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant_HK/
* Translated using Weblate (Arabic)
Currently translated at 96.2% (706 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Arabic)
Currently translated at 98.0% (347 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/
* Translated using Weblate (Dutch)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 77.7% (275 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 88.7% (314 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Basque)
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/
* Translated using Weblate (Georgian)
Currently translated at 80.8% (286 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ka/
* Translated using Weblate (Ido)
Currently translated at 36.2% (128 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/io/
* Translated using Weblate (Italian)
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Japanese)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/
* Translated using Weblate (Persian)
Currently translated at 89.8% (318 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/
* Translated using Weblate (Polish)
Currently translated at 95.5% (338 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pl/
* Translated using Weblate (Russian)
Currently translated at 85.0% (301 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ru/
* Translated using Weblate (Portuguese)
Currently translated at 65.0% (230 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/
* Translated using Weblate (Serbian (latin))
Currently translated at 64.7% (229 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr_Latn/
* Translated using Weblate (Tamil)
Currently translated at 14.4% (51 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ta/
* Translated using Weblate (Turkish)
Currently translated at 41.0% (145 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/tr/
* Translated using Weblate (Finnish)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fi/
* Translated using Weblate (Russian)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ru/
* Translated using Weblate (Thai)
Currently translated at 12.7% (8 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/th/
* Translated using Weblate (Arabic)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/
* Translated using Weblate (Telugu)
Currently translated at 90.4% (320 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/
* Translated using Weblate (Dutch)
Currently translated at 99,6% (731 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/nl/
* Translated using Weblate (Dutch)
Currently translated at 94.4% (101 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/
* Translated using Weblate (Greek)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/
* Translated using Weblate (Korean)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/co/
* Translated using Weblate (Basque)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/
* Translated using Weblate (Corsican)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/co/
* Translated using Weblate (Basque)
Currently translated at 99.1% (106 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/eu/
* Translated using Weblate (Basque)
Currently translated at 99.6% (731 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.3% (729 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/oc/
* Translated using Weblate (Occitan)
Currently translated at 99,5% (730 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/
* Translated using Weblate (French)
Currently translated at 99,9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Slovak)
Currently translated at 99,7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ca/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/
* Translated using Weblate (Occitan)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Arabic)
Currently translated at 96.2% (706 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Arabic)
Currently translated at 92.5% (99 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/
* Translated using Weblate (Armenian)
Currently translated at 63.6% (225 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hy/
* Translated using Weblate (Croatian)
Currently translated at 42.4% (150 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hr/
* Translated using Weblate (Finnish)
Currently translated at 87.9% (311 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/
* Translated using Weblate (Norwegian (old code))
Currently translated at 66.1% (234 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/no/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/
* Translated using Weblate (Danish)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/da/
* Translated using Weblate (Danish)
Currently translated at 93,7% (688 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/
* Translated using Weblate (Danish)
Currently translated at 78,5% (84 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Danish)
Currently translated at 96,9% (343 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt_BR/
* Translated using Weblate (Danish)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Telugu)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.5% (716 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.6% (349 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.5% (99 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/
* Translated using Weblate (Telugu)
Currently translated at 14.4% (106 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/te/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/
* Translated using Weblate (Romanian)
Currently translated at 12.1% (89 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ro/
* Translated using Weblate (Romanian)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Japanese)
Currently translated at 95.1% (698 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Romanian)
Currently translated at 95.3% (102 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ro/
* Translated using Weblate (Italian)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Italian)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/it/
* Translated using Weblate (Italian)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/
* i18n-tasks normalize
* i18n-tasks remove-unused
* yarn manage:translations
* Fix missing plural form (temporarily)
2019-01-08 13:09:57 +00:00
{
"defaultMessage" : "Open moderation interface for @{name}" ,
"id" : "status.admin_account"
} ,
2017-07-24 18:05:29 +00:00
{
"defaultMessage" : "Information below may reflect the user's profile incompletely." ,
"id" : "account.disclaimer_full"
} ,
{
"defaultMessage" : "View full profile" ,
"id" : "account.view_full_profile"
} ,
2017-05-03 00:04:16 +00:00
{
2018-02-08 23:27:18 +00:00
"defaultMessage" : "Toots" ,
2017-05-03 00:04:16 +00:00
"id" : "account.posts"
} ,
{
"defaultMessage" : "Follows" ,
"id" : "account.follows"
} ,
{
"defaultMessage" : "Followers" ,
"id" : "account.followers"
}
] ,
"path" : "app/javascript/mastodon/features/account/components/action_bar.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Unfollow" ,
"id" : "account.unfollow"
} ,
{
"defaultMessage" : "Follow" ,
"id" : "account.follow"
} ,
{
2017-09-02 18:44:41 +00:00
"defaultMessage" : "Awaiting approval. Click to cancel follow request" ,
2017-05-03 00:04:16 +00:00
"id" : "account.requested"
} ,
2018-03-05 14:12:17 +00:00
{
"defaultMessage" : "Unblock @{name}" ,
"id" : "account.unblock"
} ,
2018-05-31 02:15:38 +00:00
{
"defaultMessage" : "Edit profile" ,
"id" : "account.edit_profile"
} ,
Weblate translations (2018-09-19) (#8731)
* Translated using Weblate (Occitan)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Spanish)
Currently translated at 100,0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/
* Translated using Weblate (Spanish)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/
* Translated using Weblate (Spanish)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/
* Translated using Weblate (Serbian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* Translated using Weblate (Serbian)
Currently translated at 77.6% (535 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Serbian)
Currently translated at 77.6% (535 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Danish)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (French)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/
* Translated using Weblate (Japanese)
Currently translated at 94.0% (78 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (German)
Currently translated at 99.7% (687 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 92.0% (634 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (French)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (Serbian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* Translated using Weblate (Serbian)
Currently translated at 84,6% (583 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Serbian)
Currently translated at 95,1% (655 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 88.0% (606 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/zh_Hant/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.7% (333 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Serbian)
Currently translated at 95,1% (655 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 89.2% (74 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/zh_Hant/
* Translated using Weblate (Serbian)
Currently translated at 96,1% (662 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Telugu)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Serbian)
Currently translated at 96,1% (662 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Serbian)
Currently translated at 96.7% (666 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Serbian)
Currently translated at 96.7% (666 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Telugu)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Slovak)
Currently translated at 92.0% (634 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
No need to be translated
* Translated using Weblate (Romanian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Romanian)
Currently translated at 95.2% (79 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ro/
* Translated using Weblate (Slovak)
Currently translated at 92.0% (634 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Asturian)
Currently translated at 44.6% (37 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/
* Translated using Weblate (Asturian)
Currently translated at 46.9% (46 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ast/
* Translated using Weblate (Asturian)
Currently translated at 16.1% (10 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ast/
* Translated using Weblate (Asturian)
Currently translated at 50.0% (1 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/ast/
* Translated using Weblate (Asturian)
Currently translated at 30.0% (207 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ast/
* Translated using Weblate (Asturian)
Currently translated at 99.4% (332 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ast/
* Translated using Weblate (Asturian)
Currently translated at 45.8% (38 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/
* Translated using Weblate (German)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (German)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (German)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/
* Translated using Weblate (German)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Italian)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Italian)
Currently translated at 85.9% (592 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/
* Translated using Weblate (German)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (Japanese)
Currently translated at 95.2% (79 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Added translation using Weblate (English (United Kingdom))
* Added translation using Weblate (English (United Kingdom))
* Translated using Weblate (Arabic)
Currently translated at 97.0% (668 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Danish)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/
* Translated using Weblate (Danish)
Currently translated at 100.0% (689 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/
* Translated using Weblate (Danish)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Arabic)
Currently translated at 92.8% (77 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/
* Translated using Weblate (Serbian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/
* Translated using Weblate (Slovak)
Currently translated at 92.0% (634 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 95.2% (656 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Danish)
Currently translated at 100.0% (689 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/
* Translated using Weblate (Korean)
Currently translated at 100.0% (689 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/zh_Hant/
* Translated using Weblate (Welsh)
Currently translated at 8.4% (7 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cy/
* Translated using Weblate (Welsh)
Currently translated at 16.7% (115 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 25.0% (172 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 8.7% (29 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Welsh)
Currently translated at 25.1% (173 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 33.8% (233 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Czech)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/cy/
* Translated using Weblate (Welsh)
Currently translated at 43.5% (27 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cy/
* Translated using Weblate (Arabic)
Currently translated at 97.5% (672 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Serbian)
Currently translated at 98.8% (681 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Slovak)
Currently translated at 95.5% (658 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Welsh)
Currently translated at 74.2% (46 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cy/
* Translated using Weblate (Polish)
Currently translated at 99.7% (687 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/
* Translated using Weblate (Slovak)
Currently translated at 95.9% (661 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Serbian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* Translated using Weblate (Galician)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (689 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 95.4% (657 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/zh_Hans/
* Translated using Weblate (Slovak)
Currently translated at 96.5% (665 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 96.7% (666 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Welsh)
Currently translated at 33.8% (233 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Asturian)
Currently translated at 31.9% (220 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ast/
* Translated using Weblate (Asturian)
Currently translated at 99.4% (332 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ast/
* Translated using Weblate (Asturian)
Currently translated at 53.0% (44 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/
* Translated using Weblate (Slovak)
Currently translated at 97.5% (672 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Welsh)
Currently translated at 39.9% (275 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 55.4% (185 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Welsh)
Currently translated at 52.0% (51 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cy/
* Translated using Weblate (Welsh)
Currently translated at 33.7% (28 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cy/
* Translated using Weblate (Basque)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (689 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/
* Translated using Weblate (Czech)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Slovak)
Currently translated at 97.7% (673 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Welsh)
Currently translated at 39.9% (275 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Slovak)
Currently translated at 97.8% (674 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Arabic)
Currently translated at 98.1% (676 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Welsh)
Currently translated at 39.9% (275 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Arabic)
Currently translated at 94.0% (78 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/
* Translated using Weblate (Welsh)
Currently translated at 74.2% (46 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cy/
* Translated using Weblate (Welsh)
Currently translated at 55.4% (185 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Welsh)
Currently translated at 56.1% (55 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cy/
* Translated using Weblate (Serbian)
Currently translated at 98.8% (681 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Serbian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* i18n-tasks normalize && i18n-tasks remove-unused
* yarn manage:translations
* i18n: Update Polish translation (#8727)
* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n-tasks normalize
2018-09-19 14:55:08 +00:00
{
"defaultMessage" : "Ownership of this link was checked on {date}" ,
"id" : "account.link_verified_on"
} ,
2018-12-11 04:38:57 +00:00
{
"defaultMessage" : "This account privacy status is set to locked. The owner manually reviews who can follow them." ,
"id" : "account.locked_info"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Follows you" ,
"id" : "account.follows_you"
2018-03-05 14:12:17 +00:00
} ,
{
"defaultMessage" : "Blocked" ,
"id" : "account.blocked"
} ,
{
"defaultMessage" : "Muted" ,
"id" : "account.muted"
2018-03-08 05:59:34 +00:00
} ,
{
"defaultMessage" : "Domain hidden" ,
"id" : "account.domain_blocked"
2018-05-10 12:48:26 +00:00
} ,
{
"defaultMessage" : "Bot" ,
"id" : "account.badges.bot"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/account/components/header.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Blocked users" ,
"id" : "column.blocks"
2018-08-26 14:39:37 +00:00
} ,
{
"defaultMessage" : "You haven't blocked any users yet." ,
"id" : "empty_column.blocks"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/blocks/index.json"
} ,
2017-06-12 10:41:19 +00:00
{
"descriptors" : [
2018-06-16 10:56:28 +00:00
{
"defaultMessage" : "Media Only" ,
"id" : "community.column_settings.media_only"
2017-06-12 10:41:19 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/community_timeline/components/column_settings.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
2018-05-21 10:43:38 +00:00
{
2018-06-16 10:56:28 +00:00
"defaultMessage" : "Local timeline" ,
"id" : "column.community"
2018-05-21 10:43:38 +00:00
} ,
{
2018-06-16 10:56:28 +00:00
"defaultMessage" : "The local timeline is empty. Write something publicly to get the ball rolling!" ,
"id" : "empty_column.community"
2018-05-26 02:45:58 +00:00
}
] ,
2018-06-16 10:56:28 +00:00
"path" : "app/javascript/mastodon/features/community_timeline/index.json"
2018-05-26 02:45:58 +00:00
} ,
{
"descriptors" : [
{
2018-06-16 10:56:28 +00:00
"defaultMessage" : "Edit profile" ,
"id" : "account.edit_profile"
2018-05-21 10:43:38 +00:00
} ,
2017-05-03 00:04:16 +00:00
{
2018-06-16 10:56:28 +00:00
"defaultMessage" : "Pinned toots" ,
"id" : "navigation_bar.pins"
} ,
{
"defaultMessage" : "Preferences" ,
"id" : "navigation_bar.preferences"
} ,
{
"defaultMessage" : "Follow requests" ,
"id" : "navigation_bar.follow_requests"
} ,
{
"defaultMessage" : "Favourites" ,
"id" : "navigation_bar.favourites"
} ,
{
"defaultMessage" : "Lists" ,
"id" : "navigation_bar.lists"
} ,
{
"defaultMessage" : "Blocked users" ,
"id" : "navigation_bar.blocks"
} ,
{
"defaultMessage" : "Hidden domains" ,
"id" : "navigation_bar.domain_blocks"
} ,
{
"defaultMessage" : "Muted users" ,
"id" : "navigation_bar.mutes"
2018-07-10 23:14:38 +00:00
} ,
{
"defaultMessage" : "Muted words" ,
"id" : "navigation_bar.filters"
2017-05-03 00:04:16 +00:00
}
] ,
2018-06-16 10:56:28 +00:00
"path" : "app/javascript/mastodon/features/compose/components/action_bar.json"
2017-05-03 00:04:16 +00:00
} ,
{
"descriptors" : [
{
"defaultMessage" : "What is on your mind?" ,
"id" : "compose_form.placeholder"
} ,
{
2017-07-24 12:49:06 +00:00
"defaultMessage" : "Write your warning here" ,
2017-05-03 00:04:16 +00:00
"id" : "compose_form.spoiler_placeholder"
} ,
{
"defaultMessage" : "Toot" ,
"id" : "compose_form.publish"
2017-05-16 22:54:24 +00:00
} ,
{
"defaultMessage" : "{publish}!" ,
"id" : "compose_form.publish_loud"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/compose/components/compose_form.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Insert emoji" ,
"id" : "emoji_button.label"
} ,
{
"defaultMessage" : "Search..." ,
"id" : "emoji_button.search"
} ,
2017-09-22 23:41:00 +00:00
{
"defaultMessage" : "No emojos!! (╯°□°)╯︵ ┻━┻" ,
"id" : "emoji_button.not_found"
} ,
{
"defaultMessage" : "Custom" ,
"id" : "emoji_button.custom"
} ,
{
"defaultMessage" : "Frequently used" ,
"id" : "emoji_button.recent"
} ,
{
"defaultMessage" : "Search results" ,
"id" : "emoji_button.search_results"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "People" ,
"id" : "emoji_button.people"
} ,
{
"defaultMessage" : "Nature" ,
"id" : "emoji_button.nature"
} ,
{
"defaultMessage" : "Food & Drink" ,
"id" : "emoji_button.food"
} ,
{
"defaultMessage" : "Activity" ,
"id" : "emoji_button.activity"
} ,
{
"defaultMessage" : "Travel & Places" ,
"id" : "emoji_button.travel"
} ,
{
"defaultMessage" : "Objects" ,
"id" : "emoji_button.objects"
} ,
{
"defaultMessage" : "Symbols" ,
"id" : "emoji_button.symbols"
} ,
{
"defaultMessage" : "Flags" ,
"id" : "emoji_button.flags"
}
] ,
"path" : "app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Edit profile" ,
"id" : "navigation_bar.edit_profile"
}
] ,
"path" : "app/javascript/mastodon/features/compose/components/navigation_bar.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Public" ,
"id" : "privacy.public.short"
} ,
{
"defaultMessage" : "Post to public timelines" ,
"id" : "privacy.public.long"
} ,
{
"defaultMessage" : "Unlisted" ,
"id" : "privacy.unlisted.short"
} ,
{
"defaultMessage" : "Do not show in public timelines" ,
"id" : "privacy.unlisted.long"
} ,
{
"defaultMessage" : "Followers-only" ,
"id" : "privacy.private.short"
} ,
{
"defaultMessage" : "Post to followers only" ,
"id" : "privacy.private.long"
} ,
{
"defaultMessage" : "Direct" ,
"id" : "privacy.direct.short"
} ,
{
"defaultMessage" : "Post to mentioned users only" ,
"id" : "privacy.direct.long"
} ,
{
"defaultMessage" : "Adjust status privacy" ,
"id" : "privacy.change"
}
] ,
"path" : "app/javascript/mastodon/features/compose/components/privacy_dropdown.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Cancel" ,
"id" : "reply_indicator.cancel"
}
] ,
"path" : "app/javascript/mastodon/features/compose/components/reply_indicator.json"
} ,
{
"descriptors" : [
Weblate translations (2018-10-26) (#9113)
* Translated using Weblate (French)
Currently translated at 99.7% (699 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Italian)
Currently translated at 100,0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/
* Translated using Weblate (Italian)
Currently translated at 90.7% (636 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/
* Translated using Weblate (Japanese)
Currently translated at 95.7% (89 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (Japanese)
Currently translated at 99.4% (697 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Greek)
Currently translated at 99.6% (698 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/
* Translated using Weblate (Basque)
Currently translated at 100.0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (701 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/
* Translated using Weblate (Korean)
Currently translated at 100.0% (701 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (701 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/
* Translated using Weblate (French)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Spanish)
Currently translated at 98.7% (692 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/
* Translated using Weblate (Dutch)
Currently translated at 89.2% (83 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/
* Translated using Weblate (Dutch)
Currently translated at 97.4% (683 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/oc/
* Translated using Weblate (Occitan)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/oc/
* Translated using Weblate (Occitan)
Currently translated at 99.7% (699 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (German)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (German)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (German)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (German)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (Arabic)
Currently translated at 97.0% (680 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Arabic)
Currently translated at 99.7% (337 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/
* Translated using Weblate (Czech)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Serbian)
Currently translated at 89.2% (83 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (701 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/
* Translated using Weblate (Czech)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/
* Translated using Weblate (French)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (Galician)
Currently translated at 100,0% (701 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/
* Translated using Weblate (Welsh)
Currently translated at 99.4% (336 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Welsh)
Currently translated at 81.7% (76 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cy/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/
* Translated using Weblate (Welsh)
Currently translated at 94.4% (662 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 97.8% (91 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cy/
* Translated using Weblate (Corsican)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/co/
* Translated using Weblate (Welsh)
Currently translated at 96.9% (95 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cy/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/
* Translated using Weblate (Catalan)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (701 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/
* Translated using Weblate (Welsh)
Currently translated at 99.4% (336 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Occitan)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Persian)
Currently translated at 99.7% (699 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/
* Translated using Weblate (Persian)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/
* Translated using Weblate (Persian)
Currently translated at 100.0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fa/
* Translated using Weblate (Arabic)
Currently translated at 97.6% (684 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (English)
Currently translated at 99.7% (699 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/en/
* Translated using Weblate (Galician)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/
* Translated using Weblate (Persian)
Currently translated at 99.6% (698 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/
* Translated using Weblate (English)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/en/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cy/
* Translated using Weblate (Catalan)
Currently translated at 100.0% (701 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/
* Translated using Weblate (Occitan)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Welsh)
Currently translated at 99.4% (336 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cy/
* Translated using Weblate (Welsh)
Currently translated at 99.0% (97 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cy/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cy/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cy/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (62 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cy/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/cy/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cy/
* Translated using Weblate (Welsh)
Currently translated at 94.7% (664 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Persian)
Currently translated at 99.7% (699 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fa/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Persian)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/
* Translated using Weblate (Czech)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Welsh)
Currently translated at 94.7% (664 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Czech)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Spanish)
Currently translated at 99.9% (700 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/
* Translated using Weblate (Chinese (Hong Kong))
Currently translated at 85.4% (599 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/zh_Hant_HK/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 93.3% (654 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/zh_Hans/
* Translated using Weblate (Finnish)
Currently translated at 61.3% (57 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fi/
* Translated using Weblate (Hebrew)
Currently translated at 57.0% (53 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/he/
* Translated using Weblate (French)
Currently translated at 100,0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (Bulgarian)
Currently translated at 14,8% (104 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/bg/
* Translated using Weblate (Asturian)
Currently translated at 31,2% (219 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ast/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 85,2% (597 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/zh_Hant/
* Translated using Weblate (Croatian)
Currently translated at 15,0% (105 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/hr/
* Translated using Weblate (Georgian)
Currently translated at 94,3% (661 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ka/
* Translated using Weblate (Hebrew)
Currently translated at 43,1% (302 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/he/
* Translated using Weblate (Ido)
Currently translated at 30,0% (210 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/io/
* Translated using Weblate (Hungarian)
Currently translated at 74,3% (521 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/hu/
* Translated using Weblate (Indonesian)
Currently translated at 32,7% (229 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/id/
* Translated using Weblate (Polish)
Currently translated at 98,1% (688 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/
* Translated using Weblate (Romanian)
Currently translated at 0,0% (0 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ro/
* Translated using Weblate (Russian)
Currently translated at 96,0% (673 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ru/
* Translated using Weblate (Serbian (latin))
Currently translated at 69,6% (488 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr_Latn/
* Translated using Weblate (Thai)
Currently translated at 32,7% (229 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/th/
* Translated using Weblate (Turkish)
Currently translated at 32,5% (228 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 96,7% (327 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hans/
* Translated using Weblate (Ukrainian)
Currently translated at 89,9% (630 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/
* Translated using Weblate (Ido)
Currently translated at 38,7% (36 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/io/
* Translated using Weblate (Turkish)
Currently translated at 95,9% (324 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/tr/
* Translated using Weblate (Portuguese)
Currently translated at 57,0% (53 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/
* Translated using Weblate (Indonesian)
Currently translated at 37,6% (35 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/id/
* Translated using Weblate (Norwegian (old code))
Currently translated at 57,0% (53 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/no/
* Translated using Weblate (Serbian (latin))
Currently translated at 58,1% (54 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr_Latn/
* Translated using Weblate (Ukrainian)
Currently translated at 39,8% (37 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/uk/
* Translated using Weblate (Thai)
Currently translated at 43,0% (40 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/th/
* Translated using Weblate (Turkish)
Currently translated at 38,7% (36 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/tr/
* Translated using Weblate (Finnish)
Currently translated at 84.0% (589 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fi/
* Translated using Weblate (Polish)
Currently translated at 98.1% (688 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/
* Translated using Weblate (Italian)
Currently translated at 93.6% (656 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/
* Translated using Weblate (Serbian (latin))
Currently translated at 68.2% (478 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr_Latn/
* Translated using Weblate (Slovenian)
Currently translated at 12.8% (90 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sl/
* Translated using Weblate (Armenian)
Currently translated at 71.0% (240 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hy/
* Translated using Weblate (Asturian)
Currently translated at 99.1% (335 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ast/
* Translated using Weblate (French)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (Indonesian)
Currently translated at 97.0% (328 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/
* Translated using Weblate (Ido)
Currently translated at 94.1% (318 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/io/
* Translated using Weblate (Finnish)
Currently translated at 86.1% (291 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/
* Translated using Weblate (Romanian)
Currently translated at 99.7% (337 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Russian)
Currently translated at 96.4% (326 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ru/
* Translated using Weblate (Polish)
Currently translated at 99.1% (335 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pl/
* Translated using Weblate (Serbian (latin))
Currently translated at 72.2% (244 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr_Latn/
* Translated using Weblate (Slovenian)
Currently translated at 88.8% (300 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sl/
* Translated using Weblate (Ido)
Currently translated at 66.1% (41 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/io/
* Translated using Weblate (Asturian)
Currently translated at 46.2% (43 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/
* Translated using Weblate (Bulgarian)
Currently translated at 34.4% (32 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/bg/
* Translated using Weblate (Croatian)
Currently translated at 34.4% (32 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/hr/
* Translated using Weblate (Slovenian)
Currently translated at 7.5% (7 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 69.9% (65 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/zh_Hans/
* Translated using Weblate (Italian)
Currently translated at 94.4% (662 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/
* Translated using Weblate (Greek)
Currently translated at 89.1% (301 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/
* Translated using Weblate (Indonesian)
Currently translated at 31.4% (220 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/id/
* Translated using Weblate (Bulgarian)
Currently translated at 22.5% (76 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/bg/
* Translated using Weblate (Croatian)
Currently translated at 48.8% (165 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hr/
* Translated using Weblate (Hebrew)
Currently translated at 69.2% (234 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/he/
* Translated using Weblate (Hungarian)
Currently translated at 70.7% (239 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hu/
* Translated using Weblate (Tamil)
Currently translated at 69.5% (235 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ta/
* Translated using Weblate (Thai)
Currently translated at 65.1% (220 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/th/
* Translated using Weblate (Chinese (Hong Kong))
Currently translated at 87.3% (295 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant_HK/
* Normalize translations
ran yarn build:development && i18n-tasks normalize && yarn
manage:translations && i18n-tasks remove-unused
* Translated using Weblate (Danish)
Currently translated at 98,5% (333 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/
* Translated using Weblate (Bulgarian)
Currently translated at 14,1% (99 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/bg/
* Translated using Weblate (Chinese (Hong Kong))
Currently translated at 82,6% (579 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/zh_Hant_HK/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 92,4% (648 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/zh_Hans/
* Translated using Weblate (Danish)
Currently translated at 98,0% (687 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/
* Translated using Weblate (Georgian)
Currently translated at 94,3% (661 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ka/
* Translated using Weblate (Hungarian)
Currently translated at 73,0% (512 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/hu/
* Translated using Weblate (Norwegian (old code))
Currently translated at 74,8% (524 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/no/
* Translated using Weblate (Ido)
Currently translated at 19,3% (135 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/io/
* Translated using Weblate (Russian)
Currently translated at 96,0% (673 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ru/
* Translated using Weblate (Swedish)
Currently translated at 85,9% (602 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sv/
* Translated using Weblate (Turkish)
Currently translated at 32,0% (224 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/tr/
* Translated using Weblate (Ukrainian)
Currently translated at 89,3% (626 of 701 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 98,5% (333 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Esperanto)
Currently translated at 90,5% (306 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eo/
* Translated using Weblate (Galician)
Currently translated at 85,5% (289 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/
* Translated using Weblate (Georgian)
Currently translated at 90,2% (305 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ka/
* Translated using Weblate (Greek)
Currently translated at 99,1% (335 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/
* Translated using Weblate (Norwegian (old code))
Currently translated at 74,3% (251 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/no/
* Translated using Weblate (Portuguese)
Currently translated at 72,8% (246 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/
* Translated using Weblate (Serbian)
Currently translated at 98,5% (333 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* Translated using Weblate (Slovak)
Currently translated at 98,5% (333 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Spanish)
Currently translated at 97,6% (330 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/
* Translated using Weblate (Swedish)
Currently translated at 88,5% (299 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sv/
* Translated using Weblate (Telugu)
Currently translated at 98,5% (333 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Ukrainian)
Currently translated at 82,0% (277 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/uk/
* Translated using Weblate (Danish)
Currently translated at 90,3% (84 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/oc/
* Translated using Weblate (Danish)
Currently translated at 98.8% (334 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/
* Translated using Weblate (French)
Currently translated at 100.0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (French)
Currently translated at 100.0% (93 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/
* Translated using Weblate (Slovenian)
Currently translated at 11.8% (11 of 93 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (338 of 338 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/
* Normalize translations
* Fix cy locale
2018-10-29 12:20:29 +00:00
{
"defaultMessage" : "Dismiss suggestion" ,
"id" : "suggestions.dismiss"
} ,
{
"defaultMessage" : "You might be interested in…" ,
"id" : "suggestions.header"
} ,
2018-03-01 22:48:17 +00:00
{
"defaultMessage" : "People" ,
"id" : "search_results.accounts"
} ,
{
"defaultMessage" : "Toots" ,
"id" : "search_results.statuses"
} ,
{
"defaultMessage" : "Hashtags" ,
"id" : "search_results.hashtags"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "{count, number} {count, plural, one {result} other {results}}" ,
"id" : "search_results.total"
}
] ,
"path" : "app/javascript/mastodon/features/compose/components/search_results.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Search" ,
"id" : "search.placeholder"
2017-10-03 11:10:26 +00:00
} ,
2018-03-03 16:53:55 +00:00
{
"defaultMessage" : "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags." ,
"id" : "search_popout.tips.full_text"
} ,
{
"defaultMessage" : "Simple text returns matching display names, usernames and hashtags" ,
"id" : "search_popout.tips.text"
} ,
2017-10-03 11:10:26 +00:00
{
"defaultMessage" : "Advanced search format" ,
"id" : "search_popout.search_format"
} ,
{
"defaultMessage" : "hashtag" ,
"id" : "search_popout.tips.hashtag"
} ,
{
"defaultMessage" : "user" ,
"id" : "search_popout.tips.user"
} ,
{
"defaultMessage" : "status" ,
"id" : "search_popout.tips.status"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/compose/components/search.json"
} ,
{
"descriptors" : [
{
2018-08-27 11:05:27 +00:00
"defaultMessage" : "Add media (JPEG, PNG, GIF, WebM, MP4, MOV)" ,
2017-05-03 00:04:16 +00:00
"id" : "upload_button.label"
}
] ,
"path" : "app/javascript/mastodon/features/compose/components/upload_button.json"
} ,
{
"descriptors" : [
{
2017-10-02 21:38:40 +00:00
"defaultMessage" : "Uploading..." ,
"id" : "upload_progress.label"
2017-05-03 00:04:16 +00:00
}
] ,
2017-10-02 21:38:40 +00:00
"path" : "app/javascript/mastodon/features/compose/components/upload_progress.json"
2017-05-03 00:04:16 +00:00
} ,
{
"descriptors" : [
2018-03-01 22:48:17 +00:00
{
"defaultMessage" : "Describe for the visually impaired" ,
"id" : "upload_form.description"
} ,
2017-05-03 00:04:16 +00:00
{
2018-05-11 11:20:31 +00:00
"defaultMessage" : "Delete" ,
2017-10-02 21:38:40 +00:00
"id" : "upload_form.undo"
} ,
{
2018-03-01 22:48:17 +00:00
"defaultMessage" : "Crop" ,
"id" : "upload_form.focus"
2017-05-03 00:04:16 +00:00
}
] ,
2017-10-02 21:38:40 +00:00
"path" : "app/javascript/mastodon/features/compose/components/upload.json"
2017-05-03 00:04:16 +00:00
} ,
{
"descriptors" : [
{
2018-03-13 07:10:12 +00:00
"defaultMessage" : "Media is marked as sensitive" ,
"id" : "compose_form.sensitive.marked"
} ,
{
"defaultMessage" : "Media is not marked as sensitive" ,
"id" : "compose_form.sensitive.unmarked"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/compose/containers/sensitive_button_container.json"
} ,
{
"descriptors" : [
{
2018-03-13 06:58:13 +00:00
"defaultMessage" : "Text is hidden behind warning" ,
"id" : "compose_form.spoiler.marked"
} ,
{
"defaultMessage" : "Text is not hidden" ,
"id" : "compose_form.spoiler.unmarked"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/compose/containers/spoiler_button_container.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Your account is not {locked}. Anyone can follow you to view your follower-only posts." ,
"id" : "compose_form.lock_disclaimer"
} ,
{
"defaultMessage" : "locked" ,
"id" : "compose_form.lock_disclaimer.lock"
2018-01-03 12:00:39 +00:00
} ,
{
"defaultMessage" : "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag." ,
"id" : "compose_form.hashtag_warning"
2018-03-29 17:08:34 +00:00
} ,
{
2018-05-19 19:42:21 +00:00
"defaultMessage" : "This toot will only be sent to all the mentioned users." ,
2018-03-29 17:08:34 +00:00
"id" : "compose_form.direct_message_warning"
2018-05-19 19:42:21 +00:00
} ,
{
"defaultMessage" : "Learn more" ,
"id" : "compose_form.direct_message_warning_learn_more"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/compose/containers/warning_container.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Getting started" ,
"id" : "getting_started.heading"
} ,
2017-07-11 12:36:27 +00:00
{
"defaultMessage" : "Home" ,
"id" : "tabs_bar.home"
} ,
{
"defaultMessage" : "Notifications" ,
"id" : "tabs_bar.notifications"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Federated timeline" ,
"id" : "navigation_bar.public_timeline"
} ,
{
"defaultMessage" : "Local timeline" ,
"id" : "navigation_bar.community_timeline"
} ,
{
"defaultMessage" : "Preferences" ,
"id" : "navigation_bar.preferences"
} ,
{
"defaultMessage" : "Logout" ,
"id" : "navigation_bar.logout"
2018-08-25 11:27:56 +00:00
} ,
{
"defaultMessage" : "Compose new toot" ,
"id" : "navigation_bar.compose"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/compose/index.json"
} ,
2018-04-18 11:09:06 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Direct messages" ,
"id" : "column.direct"
} ,
{
"defaultMessage" : "You don't have any direct messages yet. When you send or receive one, it will show up here." ,
"id" : "empty_column.direct"
}
] ,
"path" : "app/javascript/mastodon/features/direct_timeline/index.json"
} ,
2018-03-31 12:09:39 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Hidden domains" ,
"id" : "column.domain_blocks"
} ,
{
"defaultMessage" : "Unhide {domain}" ,
"id" : "account.unblock_domain"
2018-08-26 14:39:37 +00:00
} ,
{
"defaultMessage" : "There are no hidden domains yet." ,
"id" : "empty_column.domain_blocks"
2018-03-31 12:09:39 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/domain_blocks/index.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Favourites" ,
"id" : "column.favourites"
2018-08-26 14:39:37 +00:00
} ,
{
"defaultMessage" : "You don't have any favourite toots yet. When you favourite one, it will show up here." ,
"id" : "empty_column.favourited_statuses"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/favourited_statuses/index.json"
} ,
2018-08-26 14:39:37 +00:00
{
"descriptors" : [
{
"defaultMessage" : "No one has favourited this toot yet. When someone does, they will show up here." ,
"id" : "empty_column.favourites"
}
] ,
"path" : "app/javascript/mastodon/features/favourites/index.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Authorize" ,
"id" : "follow_request.authorize"
} ,
{
"defaultMessage" : "Reject" ,
"id" : "follow_request.reject"
}
] ,
"path" : "app/javascript/mastodon/features/follow_requests/components/account_authorize.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Follow requests" ,
"id" : "column.follow_requests"
2018-08-26 14:39:37 +00:00
} ,
{
"defaultMessage" : "You don't have any follow requests yet. When you receive one, it will show up here." ,
"id" : "empty_column.follow_requests"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/follow_requests/index.json"
} ,
2018-08-26 14:39:37 +00:00
{
"descriptors" : [
{
"defaultMessage" : "No one follows this user yet." ,
"id" : "account.followers.empty"
}
] ,
"path" : "app/javascript/mastodon/features/followers/index.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "This user doesn't follow anyone yet." ,
"id" : "account.follows.empty"
}
] ,
"path" : "app/javascript/mastodon/features/following/index.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
2017-06-04 12:51:35 +00:00
{
"defaultMessage" : "Home" ,
"id" : "tabs_bar.home"
} ,
{
"defaultMessage" : "Notifications" ,
"id" : "tabs_bar.notifications"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Federated timeline" ,
"id" : "navigation_bar.public_timeline"
} ,
{
"defaultMessage" : "Settings" ,
"id" : "column_subheading.settings"
} ,
{
"defaultMessage" : "Local timeline" ,
"id" : "navigation_bar.community_timeline"
} ,
2018-04-18 11:09:06 +00:00
{
"defaultMessage" : "Direct messages" ,
"id" : "navigation_bar.direct"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Preferences" ,
"id" : "navigation_bar.preferences"
} ,
{
"defaultMessage" : "Follow requests" ,
"id" : "navigation_bar.follow_requests"
} ,
{
"defaultMessage" : "Favourites" ,
"id" : "navigation_bar.favourites"
} ,
{
"defaultMessage" : "Blocked users" ,
"id" : "navigation_bar.blocks"
} ,
2018-03-31 12:09:39 +00:00
{
"defaultMessage" : "Hidden domains" ,
"id" : "navigation_bar.domain_blocks"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Muted users" ,
"id" : "navigation_bar.mutes"
} ,
2017-09-14 01:39:10 +00:00
{
"defaultMessage" : "Pinned toots" ,
"id" : "navigation_bar.pins"
} ,
2017-12-08 00:59:44 +00:00
{
"defaultMessage" : "Lists" ,
"id" : "navigation_bar.lists"
} ,
2018-05-31 02:15:38 +00:00
{
"defaultMessage" : "Discover" ,
"id" : "navigation_bar.discover"
} ,
{
"defaultMessage" : "Personal" ,
"id" : "navigation_bar.personal"
} ,
{
"defaultMessage" : "Security" ,
"id" : "navigation_bar.security"
} ,
{
"defaultMessage" : "Getting started" ,
"id" : "getting_started.heading"
} ,
2018-06-16 10:56:28 +00:00
{
2018-12-22 22:32:00 +00:00
"defaultMessage" : "Profile directory" ,
"id" : "getting_started.directory"
2018-06-16 10:56:28 +00:00
} ,
{
"defaultMessage" : "Invite people" ,
"id" : "getting_started.invite"
} ,
2018-05-31 02:15:38 +00:00
{
"defaultMessage" : "Hotkeys" ,
2017-12-03 20:29:51 +00:00
"id" : "navigation_bar.keyboard_shortcuts"
} ,
2018-06-16 10:56:28 +00:00
{
"defaultMessage" : "Security" ,
"id" : "getting_started.security"
} ,
2017-05-06 15:04:53 +00:00
{
2019-02-05 18:11:24 +00:00
"defaultMessage" : "About this server" ,
2018-05-31 02:15:38 +00:00
"id" : "navigation_bar.info"
2017-05-06 15:04:53 +00:00
} ,
2018-08-21 16:38:27 +00:00
{
"defaultMessage" : "Mobile apps" ,
"id" : "navigation_bar.apps"
} ,
2017-05-06 15:04:53 +00:00
{
2018-05-31 02:15:38 +00:00
"defaultMessage" : "Terms of service" ,
"id" : "getting_started.terms"
2017-05-06 15:04:53 +00:00
} ,
2018-06-16 10:56:28 +00:00
{
"defaultMessage" : "Developers" ,
"id" : "getting_started.developers"
} ,
2017-05-06 15:04:53 +00:00
{
2018-05-31 02:15:38 +00:00
"defaultMessage" : "Documentation" ,
"id" : "getting_started.documentation"
} ,
{
"defaultMessage" : "Logout" ,
"id" : "navigation_bar.logout"
2017-05-03 00:04:16 +00:00
} ,
{
2017-05-06 15:04:53 +00:00
"defaultMessage" : "Mastodon is open source software. You can contribute or report issues on GitHub at {github}." ,
"id" : "getting_started.open_source_notice"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/getting_started/index.json"
} ,
{
"descriptors" : [
2018-11-11 17:57:16 +00:00
{
"defaultMessage" : "Any of these" ,
"id" : "hashtag.column_settings.tag_mode.any"
} ,
{
"defaultMessage" : "All of these" ,
"id" : "hashtag.column_settings.tag_mode.all"
} ,
{
"defaultMessage" : "None of these" ,
"id" : "hashtag.column_settings.tag_mode.none"
} ,
{
"defaultMessage" : "Include additional tags in this column" ,
"id" : "hashtag.column_settings.tag_toggle"
}
] ,
"path" : "app/javascript/mastodon/features/hashtag_timeline/components/column_settings.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "or {additional}" ,
"id" : "hashtag.column_header.tag_mode.any"
} ,
{
"defaultMessage" : "and {additional}" ,
"id" : "hashtag.column_header.tag_mode.all"
} ,
{
"defaultMessage" : "without {additional}" ,
"id" : "hashtag.column_header.tag_mode.none"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "There is nothing in this hashtag yet." ,
"id" : "empty_column.hashtag"
}
] ,
"path" : "app/javascript/mastodon/features/hashtag_timeline/index.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Basic" ,
"id" : "home.column_settings.basic"
} ,
{
"defaultMessage" : "Show boosts" ,
"id" : "home.column_settings.show_reblogs"
} ,
{
"defaultMessage" : "Show replies" ,
"id" : "home.column_settings.show_replies"
}
] ,
"path" : "app/javascript/mastodon/features/home_timeline/components/column_settings.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Home" ,
"id" : "column.home"
} ,
{
2017-10-13 14:44:16 +00:00
"defaultMessage" : "Your home timeline is empty! Visit {public} or use search to get started and meet other users." ,
2017-05-03 00:04:16 +00:00
"id" : "empty_column.home"
} ,
{
"defaultMessage" : "the public timeline" ,
"id" : "empty_column.home.public_timeline"
}
] ,
"path" : "app/javascript/mastodon/features/home_timeline/index.json"
} ,
2018-12-19 07:51:02 +00:00
{
"descriptors" : [
{
"defaultMessage" : "First steps" ,
"id" : "introduction.welcome.headline"
} ,
{
"defaultMessage" : "Welcome to the fediverse! In a few moments, you'll be able to broadcast messages and talk to your friends across a wide variety of servers. But this server, {domain}, is special—it hosts your profile, so remember its name." ,
"id" : "introduction.welcome.text"
} ,
{
"defaultMessage" : "Let's go!" ,
"id" : "introduction.welcome.action"
} ,
{
"defaultMessage" : "Home" ,
"id" : "introduction.federation.home.headline"
} ,
{
"defaultMessage" : "Posts from people you follow will appear in your home feed. You can follow anyone on any server!" ,
"id" : "introduction.federation.home.text"
} ,
{
"defaultMessage" : "Local" ,
"id" : "introduction.federation.local.headline"
} ,
{
"defaultMessage" : "Public posts from people on the same server as you will appear in the local timeline." ,
"id" : "introduction.federation.local.text"
} ,
{
"defaultMessage" : "Federated" ,
"id" : "introduction.federation.federated.headline"
} ,
{
"defaultMessage" : "Public posts from other servers of the fediverse will appear in the federated timeline." ,
"id" : "introduction.federation.federated.text"
} ,
{
"defaultMessage" : "Next" ,
"id" : "introduction.federation.action"
} ,
{
"defaultMessage" : "Reply" ,
"id" : "introduction.interactions.reply.headline"
} ,
{
"defaultMessage" : "You can reply to other people's and your own toots, which will chain them together in a conversation." ,
"id" : "introduction.interactions.reply.text"
} ,
{
"defaultMessage" : "Boost" ,
"id" : "introduction.interactions.reblog.headline"
} ,
{
"defaultMessage" : "You can share other people's toots with your followers by boosting them." ,
"id" : "introduction.interactions.reblog.text"
} ,
{
"defaultMessage" : "Favourite" ,
"id" : "introduction.interactions.favourite.headline"
} ,
{
"defaultMessage" : "You can save a toot for later, and let the author know that you liked it, by favouriting it." ,
"id" : "introduction.interactions.favourite.text"
} ,
{
2019-02-04 03:45:29 +00:00
"defaultMessage" : "Finish toot-orial!" ,
2018-12-19 07:51:02 +00:00
"id" : "introduction.interactions.action"
}
] ,
"path" : "app/javascript/mastodon/features/introduction/index.json"
} ,
2017-11-28 13:32:27 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Keyboard Shortcuts" ,
"id" : "keyboard_shortcuts.heading"
} ,
{
"defaultMessage" : "Hotkey" ,
"id" : "keyboard_shortcuts.hotkey"
} ,
{
"defaultMessage" : "Description" ,
"id" : "keyboard_shortcuts.description"
} ,
{
"defaultMessage" : "to reply" ,
"id" : "keyboard_shortcuts.reply"
} ,
{
"defaultMessage" : "to mention author" ,
"id" : "keyboard_shortcuts.mention"
} ,
2018-07-26 02:51:25 +00:00
{
"defaultMessage" : "to open author's profile" ,
"id" : "keyboard_shortcuts.profile"
} ,
2017-11-28 13:32:27 +00:00
{
"defaultMessage" : "to favourite" ,
"id" : "keyboard_shortcuts.favourite"
} ,
{
"defaultMessage" : "to boost" ,
"id" : "keyboard_shortcuts.boost"
} ,
{
"defaultMessage" : "to open status" ,
"id" : "keyboard_shortcuts.enter"
} ,
2018-04-18 15:14:21 +00:00
{
"defaultMessage" : "to show/hide text behind CW" ,
"id" : "keyboard_shortcuts.toggle_hidden"
} ,
2017-11-28 13:32:27 +00:00
{
"defaultMessage" : "to move up in the list" ,
"id" : "keyboard_shortcuts.up"
} ,
{
"defaultMessage" : "to move down in the list" ,
"id" : "keyboard_shortcuts.down"
} ,
{
"defaultMessage" : "to focus a status in one of the columns" ,
"id" : "keyboard_shortcuts.column"
} ,
{
"defaultMessage" : "to focus the compose textarea" ,
"id" : "keyboard_shortcuts.compose"
} ,
{
"defaultMessage" : "to start a brand new toot" ,
"id" : "keyboard_shortcuts.toot"
} ,
{
"defaultMessage" : "to navigate back" ,
"id" : "keyboard_shortcuts.back"
} ,
{
"defaultMessage" : "to focus search" ,
"id" : "keyboard_shortcuts.search"
} ,
{
"defaultMessage" : "to un-focus compose textarea/search" ,
"id" : "keyboard_shortcuts.unfocus"
} ,
2018-08-26 18:22:16 +00:00
{
"defaultMessage" : "to open home timeline" ,
"id" : "keyboard_shortcuts.home"
} ,
{
"defaultMessage" : "to open notifications column" ,
"id" : "keyboard_shortcuts.notifications"
} ,
{
"defaultMessage" : "to open local timeline" ,
"id" : "keyboard_shortcuts.local"
} ,
{
"defaultMessage" : "to open federated timeline" ,
"id" : "keyboard_shortcuts.federated"
} ,
{
"defaultMessage" : "to open direct messages column" ,
"id" : "keyboard_shortcuts.direct"
} ,
{
"defaultMessage" : "to open \"get started\" column" ,
"id" : "keyboard_shortcuts.start"
} ,
{
"defaultMessage" : "to open favourites list" ,
"id" : "keyboard_shortcuts.favourites"
} ,
{
"defaultMessage" : "to open pinned toots list" ,
"id" : "keyboard_shortcuts.pinned"
} ,
{
"defaultMessage" : "to open your profile" ,
"id" : "keyboard_shortcuts.my_profile"
} ,
{
"defaultMessage" : "to open blocked users list" ,
"id" : "keyboard_shortcuts.blocked"
} ,
{
"defaultMessage" : "to open muted users list" ,
"id" : "keyboard_shortcuts.muted"
} ,
{
"defaultMessage" : "to open follow requests list" ,
"id" : "keyboard_shortcuts.requests"
} ,
2017-11-28 13:32:27 +00:00
{
"defaultMessage" : "to display this legend" ,
"id" : "keyboard_shortcuts.legend"
}
] ,
"path" : "app/javascript/mastodon/features/keyboard_shortcuts/index.json"
} ,
2018-11-05 17:52:38 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Remove from list" ,
"id" : "lists.account.remove"
} ,
{
"defaultMessage" : "Add to list" ,
"id" : "lists.account.add"
}
] ,
"path" : "app/javascript/mastodon/features/list_adder/components/list.json"
} ,
2017-11-25 02:39:57 +00:00
{
"descriptors" : [
2017-12-08 00:59:44 +00:00
{
"defaultMessage" : "Remove from list" ,
"id" : "lists.account.remove"
} ,
{
"defaultMessage" : "Add to list" ,
"id" : "lists.account.add"
}
] ,
"path" : "app/javascript/mastodon/features/list_editor/components/account.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Search among people you follow" ,
"id" : "lists.search"
}
] ,
"path" : "app/javascript/mastodon/features/list_editor/components/search.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Are you sure you want to permanently delete this list?" ,
"id" : "confirmations.delete_list.message"
} ,
{
"defaultMessage" : "Delete" ,
"id" : "confirmations.delete_list.confirm"
} ,
{
"defaultMessage" : "Edit list" ,
"id" : "lists.edit"
} ,
{
"defaultMessage" : "Delete list" ,
"id" : "lists.delete"
} ,
2017-11-25 02:39:57 +00:00
{
2018-01-03 12:00:39 +00:00
"defaultMessage" : "There is nothing in this list yet. When members of this list post new statuses, they will appear here." ,
2017-11-25 02:39:57 +00:00
"id" : "empty_column.list"
}
] ,
"path" : "app/javascript/mastodon/features/list_timeline/index.json"
} ,
2017-12-08 00:59:44 +00:00
{
"descriptors" : [
{
"defaultMessage" : "New list title" ,
"id" : "lists.new.title_placeholder"
} ,
{
"defaultMessage" : "Add list" ,
"id" : "lists.new.create"
}
] ,
"path" : "app/javascript/mastodon/features/lists/components/new_list_form.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Lists" ,
"id" : "column.lists"
} ,
{
"defaultMessage" : "Your lists" ,
"id" : "lists.subheading"
2018-08-26 14:39:37 +00:00
} ,
{
"defaultMessage" : "You don't have any lists yet. When you create one, it will show up here." ,
"id" : "empty_column.lists"
2017-12-08 00:59:44 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/lists/index.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Muted users" ,
"id" : "column.mutes"
2018-08-26 14:39:37 +00:00
} ,
{
"defaultMessage" : "You haven't muted any users yet." ,
"id" : "empty_column.mutes"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/mutes/index.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Clear notifications" ,
"id" : "notifications.clear"
}
] ,
"path" : "app/javascript/mastodon/features/notifications/components/clear_column_button.json"
} ,
{
"descriptors" : [
2018-12-19 07:51:02 +00:00
{
"defaultMessage" : "Show" ,
"id" : "notifications.column_settings.filter_bar.show"
} ,
{
"defaultMessage" : "Display all categories" ,
"id" : "notifications.column_settings.filter_bar.advanced"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Desktop notifications" ,
"id" : "notifications.column_settings.alert"
} ,
{
"defaultMessage" : "Show in column" ,
"id" : "notifications.column_settings.show"
} ,
{
"defaultMessage" : "Play sound" ,
"id" : "notifications.column_settings.sound"
} ,
2017-07-14 09:03:01 +00:00
{
"defaultMessage" : "Push notifications" ,
"id" : "notifications.column_settings.push"
} ,
2018-12-19 07:51:02 +00:00
{
"defaultMessage" : "Quick filter bar" ,
"id" : "notifications.column_settings.filter_bar.category"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "New followers:" ,
"id" : "notifications.column_settings.follow"
} ,
{
"defaultMessage" : "Favourites:" ,
"id" : "notifications.column_settings.favourite"
} ,
{
"defaultMessage" : "Mentions:" ,
"id" : "notifications.column_settings.mention"
} ,
{
"defaultMessage" : "Boosts:" ,
"id" : "notifications.column_settings.reblog"
}
] ,
"path" : "app/javascript/mastodon/features/notifications/components/column_settings.json"
} ,
2018-12-19 07:51:02 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Mentions" ,
"id" : "notifications.filter.mentions"
} ,
{
"defaultMessage" : "Favourites" ,
"id" : "notifications.filter.favourites"
} ,
{
"defaultMessage" : "Boosts" ,
"id" : "notifications.filter.boosts"
} ,
{
"defaultMessage" : "Follows" ,
"id" : "notifications.filter.follows"
} ,
{
"defaultMessage" : "All" ,
"id" : "notifications.filter.all"
}
] ,
"path" : "app/javascript/mastodon/features/notifications/components/filter_bar.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "{name} followed you" ,
"id" : "notification.follow"
} ,
{
"defaultMessage" : "{name} favourited your status" ,
"id" : "notification.favourite"
} ,
{
"defaultMessage" : "{name} boosted your status" ,
"id" : "notification.reblog"
}
] ,
"path" : "app/javascript/mastodon/features/notifications/components/notification.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Are you sure you want to permanently clear all your notifications?" ,
"id" : "notifications.clear_confirmation"
} ,
{
"defaultMessage" : "Clear notifications" ,
"id" : "notifications.clear"
2017-06-12 10:26:23 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/notifications/containers/column_settings_container.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Notifications" ,
"id" : "column.notifications"
2017-05-03 00:04:16 +00:00
} ,
{
"defaultMessage" : "You don't have any notifications yet. Interact with others to start the conversation." ,
"id" : "empty_column.notifications"
}
] ,
"path" : "app/javascript/mastodon/features/notifications/index.json"
} ,
2017-09-14 01:39:10 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Pinned toot" ,
"id" : "column.pins"
}
] ,
"path" : "app/javascript/mastodon/features/pinned_statuses/index.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Federated timeline" ,
"id" : "column.public"
} ,
{
2019-02-05 18:11:24 +00:00
"defaultMessage" : "There is nothing here! Write something publicly, or manually follow users from other servers to fill it up" ,
2017-05-03 00:04:16 +00:00
"id" : "empty_column.public"
}
] ,
"path" : "app/javascript/mastodon/features/public_timeline/index.json"
2018-02-04 05:00:10 +00:00
} ,
2018-08-26 14:39:37 +00:00
{
"descriptors" : [
{
"defaultMessage" : "No one has boosted this toot yet. When someone does, they will show up here." ,
"id" : "status.reblogs.empty"
}
] ,
"path" : "app/javascript/mastodon/features/reblogs/index.json"
} ,
2018-02-04 05:00:10 +00:00
{
"descriptors" : [
{
"defaultMessage" : "A look inside..." ,
"id" : "standalone.public_title"
}
] ,
"path" : "app/javascript/mastodon/features/standalone/community_timeline/index.json"
2018-01-22 13:20:58 +00:00
} ,
2017-07-14 09:03:01 +00:00
{
"descriptors" : [
{
"defaultMessage" : "A look inside..." ,
"id" : "standalone.public_title"
}
] ,
"path" : "app/javascript/mastodon/features/standalone/public_timeline/index.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Delete" ,
"id" : "status.delete"
} ,
2018-06-05 18:11:03 +00:00
{
"defaultMessage" : "Delete & re-draft" ,
"id" : "status.redraft"
} ,
2018-04-09 15:09:11 +00:00
{
"defaultMessage" : "Direct message @{name}" ,
"id" : "status.direct"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Mention @{name}" ,
"id" : "status.mention"
} ,
{
"defaultMessage" : "Reply" ,
"id" : "status.reply"
} ,
{
"defaultMessage" : "Boost" ,
"id" : "status.reblog"
} ,
2018-04-18 11:09:06 +00:00
{
"defaultMessage" : "Boost to original audience" ,
"id" : "status.reblog_private"
} ,
{
"defaultMessage" : "Unboost" ,
"id" : "status.cancel_reblog_private"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "This post cannot be boosted" ,
"id" : "status.cannot_reblog"
} ,
{
"defaultMessage" : "Favourite" ,
"id" : "status.favourite"
} ,
2018-01-03 12:00:39 +00:00
{
"defaultMessage" : "Mute @{name}" ,
"id" : "status.mute"
} ,
{
"defaultMessage" : "Mute conversation" ,
"id" : "status.mute_conversation"
} ,
{
"defaultMessage" : "Unmute conversation" ,
"id" : "status.unmute_conversation"
} ,
{
"defaultMessage" : "Block @{name}" ,
"id" : "status.block"
} ,
2017-05-03 00:04:16 +00:00
{
"defaultMessage" : "Report @{name}" ,
"id" : "status.report"
2017-07-27 22:55:15 +00:00
} ,
{
"defaultMessage" : "Share" ,
"id" : "status.share"
2017-08-24 23:41:18 +00:00
} ,
{
"defaultMessage" : "Pin on profile" ,
"id" : "status.pin"
} ,
{
"defaultMessage" : "Unpin from profile" ,
"id" : "status.unpin"
2017-09-01 19:30:13 +00:00
} ,
{
"defaultMessage" : "Embed" ,
"id" : "status.embed"
Weblate translations (2019-01-08) (#9758)
* Translated using Weblate (Korean)
Currently translated at 100.0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/
* Translated using Weblate (Korean)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/co/
* Translated using Weblate (Greek)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/el/
* Translated using Weblate (Greek)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/el/
* Translated using Weblate (Greek)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/
* Translated using Weblate (German)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/
* Translated using Weblate (German)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (German)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/de/
* Translated using Weblate (Czech)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/
* Translated using Weblate (Czech)
Currently translated at 100.0% (98 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/cs/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (German)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (Greek)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/co/
* Translated using Weblate (French)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (German)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/co/
* Translated using Weblate (Japanese)
Currently translated at 98.4% (62 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ja/
* Translated using Weblate (Czech)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (Galician)
Currently translated at 100,0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/gl/
* Translated using Weblate (Galician)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (French)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fr/
* Translated using Weblate (French)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/
* Translated using Weblate (Japanese)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (French)
Currently translated at 98.2% (721 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Japanese)
Currently translated at 95.0% (697 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Added translation using Weblate (Latvian)
* Translated using Weblate (Japanese)
Currently translated at 95.2% (699 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 95.2% (699 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Japanese)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Added translation using Weblate (Latvian)
* Translated using Weblate (Occitan)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/oc/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/oc/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/oc/
* Translated using Weblate (Chinese (Hong Kong))
Currently translated at 78.0% (276 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant_HK/
* Translated using Weblate (Arabic)
Currently translated at 96.2% (706 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Arabic)
Currently translated at 98.0% (347 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/
* Translated using Weblate (Dutch)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 77.7% (275 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 88.7% (314 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Basque)
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/
* Translated using Weblate (Georgian)
Currently translated at 80.8% (286 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ka/
* Translated using Weblate (Ido)
Currently translated at 36.2% (128 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/io/
* Translated using Weblate (Italian)
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Japanese)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/
* Translated using Weblate (Persian)
Currently translated at 89.8% (318 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/
* Translated using Weblate (Polish)
Currently translated at 95.5% (338 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pl/
* Translated using Weblate (Russian)
Currently translated at 85.0% (301 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ru/
* Translated using Weblate (Portuguese)
Currently translated at 65.0% (230 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/
* Translated using Weblate (Serbian (latin))
Currently translated at 64.7% (229 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr_Latn/
* Translated using Weblate (Tamil)
Currently translated at 14.4% (51 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ta/
* Translated using Weblate (Turkish)
Currently translated at 41.0% (145 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/tr/
* Translated using Weblate (Finnish)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fi/
* Translated using Weblate (Russian)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ru/
* Translated using Weblate (Thai)
Currently translated at 12.7% (8 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/th/
* Translated using Weblate (Arabic)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/
* Translated using Weblate (Telugu)
Currently translated at 90.4% (320 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/
* Translated using Weblate (Dutch)
Currently translated at 99,6% (731 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/nl/
* Translated using Weblate (Dutch)
Currently translated at 94.4% (101 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/
* Translated using Weblate (Greek)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/
* Translated using Weblate (Korean)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/
* Translated using Weblate (Corsican)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/co/
* Translated using Weblate (Basque)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/
* Translated using Weblate (Corsican)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/co/
* Translated using Weblate (Basque)
Currently translated at 99.1% (106 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/eu/
* Translated using Weblate (Basque)
Currently translated at 99.6% (731 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.3% (729 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Czech)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Occitan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/oc/
* Translated using Weblate (Occitan)
Currently translated at 99,5% (730 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (734 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/
* Translated using Weblate (French)
Currently translated at 99,9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Slovak)
Currently translated at 99,7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ca/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ca/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/
* Translated using Weblate (Occitan)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Arabic)
Currently translated at 96.2% (706 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (732 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Arabic)
Currently translated at 92.5% (99 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/
* Translated using Weblate (Armenian)
Currently translated at 63.6% (225 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hy/
* Translated using Weblate (Croatian)
Currently translated at 42.4% (150 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/hr/
* Translated using Weblate (Finnish)
Currently translated at 87.9% (311 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fi/
* Translated using Weblate (Norwegian (old code))
Currently translated at 66.1% (234 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/no/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.2% (330 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/
* Translated using Weblate (Danish)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/da/
* Translated using Weblate (Danish)
Currently translated at 93,7% (688 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/
* Translated using Weblate (Danish)
Currently translated at 78,5% (84 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Danish)
Currently translated at 96,9% (343 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt_BR/
* Translated using Weblate (Danish)
Currently translated at 86.0% (92 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Telugu)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Czech)
Currently translated at 99.9% (733 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.5% (716 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.6% (349 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.5% (99 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt_BR/
* Translated using Weblate (Telugu)
Currently translated at 14.4% (106 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/te/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/
* Translated using Weblate (Romanian)
Currently translated at 12.1% (89 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ro/
* Translated using Weblate (Romanian)
Currently translated at 99.4% (352 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Japanese)
Currently translated at 95.1% (698 of 734 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Romanian)
Currently translated at 95.3% (102 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ro/
* Translated using Weblate (Italian)
Currently translated at 100,0% (354 of 354 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Italian)
Currently translated at 100,0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/it/
* Translated using Weblate (Italian)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/
* i18n-tasks normalize
* i18n-tasks remove-unused
* yarn manage:translations
* Fix missing plural form (temporarily)
2019-01-08 13:09:57 +00:00
} ,
{
"defaultMessage" : "Open moderation interface for @{name}" ,
"id" : "status.admin_account"
} ,
{
"defaultMessage" : "Open this status in the moderation interface" ,
"id" : "status.admin_status"
2019-02-11 06:41:35 +00:00
} ,
{
"defaultMessage" : "Copy link to status" ,
"id" : "status.copy"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/status/components/action_bar.json"
} ,
2019-01-17 23:48:09 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Delete" ,
"id" : "confirmations.delete.confirm"
} ,
{
"defaultMessage" : "Are you sure you want to delete this status?" ,
"id" : "confirmations.delete.message"
} ,
{
"defaultMessage" : "Delete & redraft" ,
"id" : "confirmations.redraft.confirm"
} ,
{
"defaultMessage" : "Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned." ,
"id" : "confirmations.redraft.message"
} ,
{
"defaultMessage" : "Block" ,
"id" : "confirmations.block.confirm"
} ,
{
"defaultMessage" : "Reply" ,
"id" : "confirmations.reply.confirm"
} ,
{
"defaultMessage" : "Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?" ,
"id" : "confirmations.reply.message"
} ,
{
"defaultMessage" : "Are you sure you want to block {name}?" ,
"id" : "confirmations.block.message"
}
] ,
"path" : "app/javascript/mastodon/features/status/containers/detailed_status_container.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Delete" ,
"id" : "confirmations.delete.confirm"
} ,
{
"defaultMessage" : "Are you sure you want to delete this status?" ,
"id" : "confirmations.delete.message"
2018-01-03 12:00:39 +00:00
} ,
2018-06-05 18:11:03 +00:00
{
"defaultMessage" : "Delete & redraft" ,
"id" : "confirmations.redraft.confirm"
} ,
{
2018-08-25 11:27:56 +00:00
"defaultMessage" : "Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned." ,
2018-06-05 18:11:03 +00:00
"id" : "confirmations.redraft.message"
} ,
2018-01-03 12:00:39 +00:00
{
"defaultMessage" : "Block" ,
"id" : "confirmations.block.confirm"
} ,
2018-03-11 15:21:16 +00:00
{
"defaultMessage" : "Show more for all" ,
"id" : "status.show_more_all"
} ,
{
"defaultMessage" : "Show less for all" ,
"id" : "status.show_less_all"
} ,
2018-08-25 11:27:56 +00:00
{
"defaultMessage" : "Detailed conversation view" ,
"id" : "status.detailed_status"
} ,
2018-10-06 11:42:36 +00:00
{
"defaultMessage" : "Reply" ,
"id" : "confirmations.reply.confirm"
} ,
{
"defaultMessage" : "Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?" ,
"id" : "confirmations.reply.message"
} ,
2018-01-03 12:00:39 +00:00
{
"defaultMessage" : "Are you sure you want to block {name}?" ,
"id" : "confirmations.block.message"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/status/index.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Boost" ,
"id" : "status.reblog"
} ,
{
"defaultMessage" : "You can press {combo} to skip this next time" ,
"id" : "boost_modal.combo"
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/boost_modal.json"
} ,
2017-07-10 12:02:18 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Network error" ,
"id" : "bundle_column_error.title"
} ,
{
"defaultMessage" : "Something went wrong while loading this component." ,
"id" : "bundle_column_error.body"
} ,
{
"defaultMessage" : "Try again" ,
"id" : "bundle_column_error.retry"
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/bundle_column_error.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Something went wrong while loading this component." ,
"id" : "bundle_modal_error.message"
} ,
{
"defaultMessage" : "Try again" ,
"id" : "bundle_modal_error.retry"
} ,
{
"defaultMessage" : "Close" ,
"id" : "bundle_modal_error.close"
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/bundle_modal_error.json"
} ,
Weblate translations (2018-09-13) (#8692)
* Translated using Weblate (Occitan)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Spanish)
Currently translated at 100,0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/es/
* Translated using Weblate (Spanish)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/es/
* Translated using Weblate (Spanish)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/es/
* Translated using Weblate (Serbian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* Translated using Weblate (Serbian)
Currently translated at 77.6% (535 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Serbian)
Currently translated at 77.6% (535 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Danish)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (French)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/
* Translated using Weblate (Japanese)
Currently translated at 94.0% (78 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Translated using Weblate (German)
Currently translated at 99.7% (687 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Slovak)
Currently translated at 92.0% (634 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (French)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/
* Translated using Weblate (Serbian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* Translated using Weblate (Serbian)
Currently translated at 84,6% (583 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Serbian)
Currently translated at 95,1% (655 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 88.0% (606 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/zh_Hant/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.7% (333 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Serbian)
Currently translated at 95,1% (655 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 89.2% (74 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/zh_Hant/
* Translated using Weblate (Serbian)
Currently translated at 96,1% (662 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Telugu)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Serbian)
Currently translated at 96,1% (662 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Serbian)
Currently translated at 96.7% (666 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Serbian)
Currently translated at 96.7% (666 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Telugu)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/
* Translated using Weblate (Slovak)
Currently translated at 92.0% (634 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
No need to be translated
* Translated using Weblate (Romanian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Romanian)
Currently translated at 95.2% (79 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ro/
* Translated using Weblate (Slovak)
Currently translated at 92.0% (634 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Asturian)
Currently translated at 44.6% (37 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/
* Translated using Weblate (Asturian)
Currently translated at 46.9% (46 of 98 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ast/
* Translated using Weblate (Asturian)
Currently translated at 16.1% (10 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ast/
* Translated using Weblate (Asturian)
Currently translated at 50.0% (1 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/ast/
* Translated using Weblate (Asturian)
Currently translated at 30.0% (207 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ast/
* Translated using Weblate (Asturian)
Currently translated at 99.4% (332 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ast/
* Translated using Weblate (Asturian)
Currently translated at 45.8% (38 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/
* Translated using Weblate (German)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (German)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (German)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/
* Translated using Weblate (German)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/
* Translated using Weblate (Italian)
Currently translated at 100,0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/it/
* Translated using Weblate (Italian)
Currently translated at 85.9% (592 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/
* Translated using Weblate (German)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (Japanese)
Currently translated at 95.2% (79 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/
* Added translation using Weblate (English (United Kingdom))
* Added translation using Weblate (English (United Kingdom))
* Translated using Weblate (Arabic)
Currently translated at 97.0% (668 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Danish)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/da/
* Translated using Weblate (Danish)
Currently translated at 100.0% (689 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/
* Translated using Weblate (Danish)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/
* Translated using Weblate (Arabic)
Currently translated at 92.8% (77 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/
* Translated using Weblate (Serbian)
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sr/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/
* Translated using Weblate (Slovak)
Currently translated at 92.0% (634 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Slovak)
Currently translated at 95.2% (656 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Danish)
Currently translated at 100.0% (689 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/
* Translated using Weblate (Korean)
Currently translated at 100.0% (689 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (334 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/zh_Hant/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (83 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/zh_Hant/
* Translated using Weblate (Welsh)
Currently translated at 8.4% (7 of 83 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cy/
* Translated using Weblate (Welsh)
Currently translated at 16.7% (115 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 25.0% (172 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 8.7% (29 of 334 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/
* Translated using Weblate (Welsh)
Currently translated at 25.1% (173 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Welsh)
Currently translated at 33.8% (233 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cy/
* Translated using Weblate (Czech)
Currently translated at 99.9% (688 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (Welsh)
Currently translated at 100.0% (2 of 2 strings)
Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/cy/
* Translated using Weblate (Welsh)
Currently translated at 43.5% (27 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cy/
* Translated using Weblate (Arabic)
Currently translated at 97.5% (672 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Serbian)
Currently translated at 98.8% (681 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Slovak)
Currently translated at 95.5% (658 of 689 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Welsh)
Currently translated at 74.2% (46 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cy/
* i18n-tasks normalize && i18n-tasks remove-unsued
* yarn manage:translations
2018-09-13 22:58:42 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Toot" ,
"id" : "compose_form.publish"
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/columns_area.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Cancel" ,
"id" : "confirmation_modal.cancel"
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/confirmation_modal.json"
} ,
2017-09-01 19:30:13 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Embed" ,
"id" : "status.embed"
} ,
{
"defaultMessage" : "Embed this status on your website by copying the code below." ,
"id" : "embed.instructions"
} ,
{
"defaultMessage" : "Here is what it will look like:" ,
"id" : "embed.preview"
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/embed_modal.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Close" ,
"id" : "lightbox.close"
2017-07-30 22:18:15 +00:00
} ,
{
"defaultMessage" : "Previous" ,
"id" : "lightbox.previous"
} ,
{
"defaultMessage" : "Next" ,
"id" : "lightbox.next"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/media_modal.json"
} ,
2017-11-21 14:17:28 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Are you sure you want to mute {name}?" ,
"id" : "confirmations.mute.message"
} ,
{
"defaultMessage" : "Hide notifications from this user?" ,
"id" : "mute_modal.hide_notifications"
} ,
{
"defaultMessage" : "Cancel" ,
"id" : "confirmation_modal.cancel"
} ,
{
"defaultMessage" : "Mute" ,
"id" : "confirmations.mute.confirm"
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/mute_modal.json"
} ,
2017-06-27 16:07:21 +00:00
{
"descriptors" : [
2018-03-03 16:53:55 +00:00
{
"defaultMessage" : "Close" ,
"id" : "lightbox.close"
} ,
2017-06-27 16:07:21 +00:00
{
"defaultMessage" : "Additional comments" ,
"id" : "report.placeholder"
} ,
{
"defaultMessage" : "Submit" ,
"id" : "report.submit"
} ,
{
"defaultMessage" : "Report {target}" ,
"id" : "report.target"
2018-03-01 22:48:17 +00:00
} ,
{
2019-02-05 18:11:24 +00:00
"defaultMessage" : "The report will be sent to your server moderators. You can provide an explanation of why you are reporting this account below:" ,
2018-03-01 22:48:17 +00:00
"id" : "report.hint"
} ,
{
"defaultMessage" : "The account is from another server. Send an anonymized copy of the report there as well?" ,
"id" : "report.forward_hint"
} ,
{
"defaultMessage" : "Forward to {target}" ,
"id" : "report.forward"
2017-06-27 16:07:21 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/report_modal.json"
} ,
2017-05-03 00:04:16 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Home" ,
"id" : "tabs_bar.home"
} ,
{
"defaultMessage" : "Notifications" ,
"id" : "tabs_bar.notifications"
} ,
{
"defaultMessage" : "Local" ,
"id" : "tabs_bar.local_timeline"
} ,
{
"defaultMessage" : "Federated" ,
"id" : "tabs_bar.federated_timeline"
2018-06-30 00:42:00 +00:00
} ,
{
"defaultMessage" : "Search" ,
"id" : "tabs_bar.search"
2017-05-03 00:04:16 +00:00
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/tabs_bar.json"
} ,
{
"descriptors" : [
{
"defaultMessage" : "Drag & drop to upload" ,
"id" : "upload_area.title"
}
] ,
"path" : "app/javascript/mastodon/features/ui/components/upload_area.json"
} ,
2017-11-21 14:17:28 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Your draft will be lost if you leave Mastodon." ,
"id" : "ui.beforeunload"
}
] ,
"path" : "app/javascript/mastodon/features/ui/index.json"
} ,
2017-09-14 01:39:10 +00:00
{
"descriptors" : [
{
"defaultMessage" : "Play" ,
"id" : "video.play"
} ,
{
"defaultMessage" : "Pause" ,
"id" : "video.pause"
} ,
{
"defaultMessage" : "Mute sound" ,
"id" : "video.mute"
} ,
{
"defaultMessage" : "Unmute sound" ,
"id" : "video.unmute"
} ,
{
"defaultMessage" : "Hide video" ,
"id" : "video.hide"
} ,
{
"defaultMessage" : "Expand video" ,
"id" : "video.expand"
} ,
{
"defaultMessage" : "Close video" ,
"id" : "video.close"
} ,
{
"defaultMessage" : "Full screen" ,
"id" : "video.fullscreen"
} ,
{
"defaultMessage" : "Exit full screen" ,
"id" : "video.exit_fullscreen"
} ,
{
"defaultMessage" : "Sensitive content" ,
"id" : "status.sensitive_warning"
} ,
2018-10-06 11:42:36 +00:00
{
"defaultMessage" : "Media hidden" ,
"id" : "status.media_hidden"
} ,
2017-09-14 01:39:10 +00:00
{
"defaultMessage" : "Click to view" ,
"id" : "status.sensitive_toggle"
}
] ,
"path" : "app/javascript/mastodon/features/video/index.json"
2017-05-03 00:04:16 +00:00
}
2019-02-11 06:41:35 +00:00
]