diff --git a/.gitignore b/.gitignore index bdac4289a..68124f37b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ android/.idea /codesigndoc_exports Appfile report.xml +/crowdin.yml diff --git a/Pipfile b/Pipfile new file mode 100644 index 000000000..e69de29bb diff --git a/README.md b/README.md index 74525c76f..1c366fedf 100644 --- a/README.md +++ b/README.md @@ -186,11 +186,43 @@ flutter run --profile 1. Add localization string get method to `openbook_app/lib/services/localizations.dart` 2. Run `make generate_locale` -3. Upload assets/i18n/en folder's contents to crowdin +3. Upload assets/i18n/en folder's contents to https://crowdin.com/project/okuna/settings#files by pressing `Update` next to the existing files. 4. Apply the translations on crowdin, then build and download 5. Copy the contents of the downloaded archive to assets/i18n 6. Run `make build_locale` +### 7.c Localized Locales +At Okuna, we wanted to support different combinations of languages and country codes. For eg. +Someone could want Brazilian Portugese as their language but choose country Netherlands since they live there. The country could be relevant +for location relevant content, payments etc. while the language is just what the user prefers. + +Most locale frameworks only allow locale `pt,BR` which means Brazilian portuguese but this also sets the country code in the locale +object to Brazil which may not always be the case. + +Therefore, localized locales are locales that have a language code that looks like this for eg. `pt-BR` and in addition also a country code. Which makes the locale object +`Locale('pt-BR', 'BR);` Our API supports many such languages which have different localized versions and we can add new languages as required. + + +While looking for loading locale files when a locale change takes place, the `intl` library converts a locale to a canonical name where dashes in language codes become underscores. +The canonical names for `Locale('nl','NL')` would be `nl_NL`, ie `languageCode_countryCode`. The `intl` package, first looks for if a language +exists with that and if not found, next splits this on the underscore and looks for `nl`. + +With our custom localizedLocales, `intl` library converts this to `pt_BR_BR`. This confuses the `intl` package as the language is stored with it as `pt_BR`. +(See method `__findExact` in the auto-generated file `messages_all.dart` for in-depth code) . To deal with locale changes, we maintain a `localizedLocales` list in the `localization.dart` service which tells the +localization service to only pass along `pt_BR`to `intl` when it encounters a localizedLocale. This ensures it finds the right match and loads the locale. + +In addition,a small note, we convert the `Accept-language` header in `httpie.dart` to lowercase since django expects it like that and this header is case sensitive. So django will not recognise +`pt-BR` but recognises `pt-br`. + +## To onboard a new language + +1. Create a folder in i18n with the localized language code, for.eg `pt-BR` and store the arb files there. +2. Add the localized locale in lib/translation/constants.dart +3. If the language code contains 2 parts (e.g. language_country), add the localized locale code to the `localizedLocales` list in `localization.dart`. +4. If the language code contains 2 parts (e.g. language_country), create a `lang_country_localization_delegate.dart`. See `lib/delegates/pt_br_material_localizations.dart` for example. +4.2 Add the delegate in the main.dart file +5. Run `make build_locale` as is standard. + ### 8. Contribute! Help us keep Okuna going! Please look into our open issues. All contribution, no matter how small, makes a big difference. diff --git a/assets/i18n/de/auth.arb b/assets/i18n/de/auth.arb index 36a04d7e2..8e118ed0f 100644 --- a/assets/i18n/de/auth.arb +++ b/assets/i18n/de/auth.arb @@ -1,5 +1,5 @@ { - "headline": "Besser sozial.", + "headline": "Better social.", "@headline": { "type": "text", "placeholders": { @@ -41,7 +41,7 @@ } }, - "username_maxlength_error": "Ein Benutzername darf nicht lĂ€nger als {maxLength} Zeichen sein.", + "username_maxlength_error": "Ein Benutzername darf nicht mehr als {maxLength} Zeichen haben.", "@username_maxlength_error": { "type": "text", "placeholders": { @@ -57,15 +57,15 @@ } }, - "create_acc__lets_get_started": "Fangen wir an", + "create_acc__lets_get_started": "Los geht's", "@create_acc__lets_get_started": { "type": "text", "placeholders": { } }, - "create_acc__welcome_to_alpha": "Willkommen in der Alpha!", - "@create_acc__welcome_to_alpha": { + "create_acc__welcome_to_beta": "Willkommen zur Beta!", + "@create_acc__welcome_to_beta": { "type": "text", "placeholders": { @@ -172,7 +172,7 @@ } }, - "description_range_error": "Beschreibung muss zwischen {minLength} und {maxLength} Zeichen sein.", + "description_range_error": "Beschreibung muss zwischen {minLength} und {maxLength} Zeichen lang sein.", "@description_range_error": { "type": "text", "placeholders": { @@ -261,7 +261,7 @@ } }, - "create_acc__name_length_error": "đŸ˜± Dein Name darf nicht lĂ€nger als 50 Zeichen sein. (Wenn er das ist, entschuldigen wir uns sehr.)", + "create_acc__name_length_error": "đŸ˜± Dein Name darf nicht lĂ€nger als 50 Zeichen lang sein. (Wenn er das tatsĂ€chlich ist, tut uns das sehr leid.)", "@create_acc__name_length_error": { "type": "text", "placeholders": { @@ -317,21 +317,21 @@ } }, - "create_acc__username_server_error": "😭 Wir haben derzeit Probleme mit unseren Servern, versuch es in ein paar Minuten erneut.", + "create_acc__username_server_error": "😭 Ein Serverproblem ist aufgetreten, bitte versuche es spĂ€ter noch einmal.", "@create_acc__username_server_error": { "type": "text", "placeholders": { } }, - "create_acc__what_email": "Was ist deine E-Mail?", + "create_acc__what_email": "Wie lautet deine E-Mail?", "@create_acc__what_email": { "type": "text", "placeholders": { } }, - "create_acc__email_placeholder": "fritz_fantom@mail.com", + "create_acc__email_placeholder": "fritz_fantom@mail.de", "@create_acc__email_placeholder": { "type": "text", "placeholders": { @@ -359,7 +359,7 @@ } }, - "create_acc__email_server_error": "😭 Wir haben derzeit Probleme mit unseren Servern, versuch es in ein paar Minuten erneut.", + "create_acc__email_server_error": "😭 Ein Serverproblem ist aufgetreten, bitte versuche es spĂ€ter noch einmal.", "@create_acc__email_server_error": { "type": "text", "placeholders": { @@ -420,14 +420,14 @@ } }, - "create_acc__avatar_choose_camera": "Ein Foto machen", + "create_acc__avatar_choose_camera": "Foto aufnehmen", "@create_acc__avatar_choose_camera": { "type": "text", "placeholders": { } }, - "create_acc__avatar_choose_gallery": "Ein bestehendes Foto verwenden", + "create_acc__avatar_choose_gallery": "Vorhandenes Bild auswĂ€hlen", "@create_acc__avatar_choose_gallery": { "type": "text", "placeholders": { @@ -483,14 +483,14 @@ } }, - "create_acc__submit_error_desc_server": "😭 Wir haben derzeit Probleme mit unseren Servern, versuch es in ein paar Minuten erneut.", + "create_acc__submit_error_desc_server": "😭 Ein Serverproblem ist aufgetreten, bitte versuche es spĂ€ter noch einmal.", "@create_acc__submit_error_desc_server": { "type": "text", "placeholders": { } }, - "create_acc__submit_error_desc_validation": "😅 Es sieht so aus, als ob einige Informationen nicht korrekt waren, ĂŒberprĂŒfe diese und versuch es erneut.", + "create_acc__submit_error_desc_validation": "😅 Es sieht so aus, als ob einige Informationen nicht korrekt waren. ÜberprĂŒfe diese und versuche es noch einmal.", "@create_acc__submit_error_desc_validation": { "type": "text", "placeholders": { @@ -518,7 +518,7 @@ } }, - "create_acc__can_change_username": "Wenn du möchtest, kannst du es jederzeit ĂŒber deine Profilseite Ă€ndern.", + "create_acc__can_change_username": "Wenn du möchtest, kannst du ihn jederzeit ĂŒber deine Profilseite Ă€ndern.", "@create_acc__can_change_username": { "type": "text", "placeholders": { @@ -644,7 +644,7 @@ } }, - "login__username_length_error": "Benutzername darf nicht lĂ€nger als 30 Zeichen sein.", + "login__username_length_error": "Benutzername darf nicht lĂ€nger als 30 Zeichen lang sein.", "@login__username_length_error": { "type": "text", "placeholders": { diff --git a/assets/i18n/de/community.arb b/assets/i18n/de/community.arb index 3d10ecdb1..aa7452d79 100644 --- a/assets/i18n/de/community.arb +++ b/assets/i18n/de/community.arb @@ -13,7 +13,7 @@ } }, - "button_staff": "Mitarbeiter", + "button_staff": "Team", "@button_staff": { "type": "text", "placeholders": { @@ -34,7 +34,7 @@ } }, - "communities": "communitys", + "communities": "Communities", "@communities": { "type": "text", "placeholders": { @@ -69,7 +69,7 @@ } }, - "admin_desc": "Dies ermöglicht dem Mitglied, die Community-Details, Administratoren, Moderatoren und gesperrte Benutzer zu bearbeiten.", + "admin_desc": "Dies ermöglicht dem Mitglied, folgendes zu bearbeiten: Die Community-Details, Administratoren, Moderatoren und gesperrte Benutzer.", "@admin_desc": { "type": "text", "placeholders": { @@ -83,7 +83,7 @@ } }, - "admin_add_confirmation": "Bist du sicher, dass du @{username} als Administrator der Community hinzufĂŒgen möchtest?", + "admin_add_confirmation": "Bist du sicher, dass du @{username} als einen Administrator der Community hinzufĂŒgen möchtest?", "@admin_add_confirmation": { "type": "text", "placeholders": { @@ -117,7 +117,7 @@ } } }, - "moderator_desc": "Dies ermöglicht dem Mitglied, die Community-Details, Moderatoren und gesperrte Benutzer zu bearbeiten.", + "moderator_desc": "Dies ermöglicht dem Mitglied, folgendes zu bearbeiten: Die Community-Details, Moderatoren und gesperrte Benutzer.", "@moderator_desc": { "type": "text", "placeholders": { @@ -138,7 +138,7 @@ } }, - "leave_desc": "Du wirst keine BeitrĂ€ge dieser Community in deiner Timeline sehen, und auch keine BeitrĂ€ge mehr mit der Community teilen können.", + "leave_desc": "Du wirst keine BeitrĂ€ge dieser Community in deiner Timeline sehen, und auch keine BeitrĂ€ge mehr mit dieser Community teilen können.", "@leave_desc": { "type": "text", "placeholders": { @@ -180,7 +180,7 @@ } }, - "delete_desc": "Du wirst keine BeitrĂ€ge dieser Community in deiner Timeline sehen, und auch keine BeitrĂ€ge mehr mit der Community teilen können.", + "delete_desc": "Du wirst keine BeitrĂ€ge dieser Community in deiner Timeline sehen, und auch keine BeitrĂ€ge mehr mit dieser Community teilen können.", "@delete_desc": { "type": "text", "placeholders": { @@ -264,7 +264,7 @@ } }, - "manage_mod_reports_desc": "ÜberprĂŒfe die Community-Moderationsberichte.", + "manage_mod_reports_desc": "ÜberprĂŒfe die Meldungen an die Community.", "@manage_mod_reports_desc": { "type": "text", "placeholders": { @@ -292,7 +292,7 @@ } }, - "manage_invite_desc": "Lade deine Verbindungen und Abonnenten ein, dieser Community beizutreten.", + "manage_invite_desc": "Lade deine Verbindungen und Follower ein, dieser Community beizutreten.", "@manage_invite_desc": { "type": "text", "placeholders": { @@ -362,7 +362,7 @@ } }, - "refreshing": "Community aktualisieren", + "refreshing": "Community neu laden", "@refreshing": { "type": "text", "placeholders": { @@ -464,7 +464,7 @@ } }, - "pick_upto_max": "Aufnahme von bis zu {max} Kategorien", + "pick_upto_max": "WĂ€hle bis zu {max} Kategorien", "@pick_upto_max": { "type": "text", "placeholders": { @@ -493,7 +493,7 @@ } } }, - "ban_user_title": "Benutzer sperren", + "ban_user_title": "Benutzer bannen", "@ban_user_title": { "type": "text", "placeholders": { @@ -530,7 +530,7 @@ } }, - "favorite_community": "Favorisierte Community", + "favorite_community": "favorisierte Community", "@favorite_community": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community", "type": "text", @@ -538,7 +538,7 @@ } }, - "favorite_communities": "Favorisierte Communitys", + "favorite_communities": "favorisierte Communities", "@favorite_communities": { "description": "Egs. Search favorite communities, See list_search_text in user_search.arb ", "type": "text", @@ -584,7 +584,7 @@ } }, - "moderated_communities": "moderierte Communitys", + "moderated_communities": "moderierte Communities", "@moderated_communities": { "description": "Egs. Search moderated communities, See list_search_text in user_search.arb ", "type": "text", @@ -607,7 +607,7 @@ } }, - "joined_communities": "Beigetretene Communitys", + "joined_communities": "Beigetretene Communities", "@joined_communities": { "description": "Egs. Search joined communities, See list_search_text in user_search.arb ", "type": "text", @@ -615,7 +615,7 @@ } }, - "join_communities_desc": "Werde Mitglied von Communitys und erlebe, wie diese Registerkarte zum Leben erwacht!", + "join_communities_desc": "Werde Mitglied von Communities und diese Registerkarte erwacht zum Leben!", "@join_communities_desc": { "type": "text", "placeholders": { @@ -629,7 +629,7 @@ } }, - "trending_none_found": "Keine Communitys im Trend gefunden. Versuche es in ein paar Minuten erneut.", + "trending_none_found": "Keine angesagten Communities gefunden. Versuche es in ein paar Minuten erneut.", "@trending_none_found": { "type": "text", "placeholders": { @@ -643,7 +643,7 @@ } }, - "trending_in_all": "In allen Kategorien angesagt", + "trending_in_all": "Angesagt in allen Kategorien", "@trending_in_all": { "type": "text", "placeholders": { @@ -659,7 +659,7 @@ } } }, - "communities_title": "Communitys", + "communities_title": "Communities", "@communities_title": { "type": "text", "placeholders": { @@ -710,7 +710,7 @@ } }, - "favorite_action": "Favorisierte Community", + "favorite_action": "Community favorisieren", "@favorite_action": { "type": "text", "placeholders": { @@ -894,7 +894,7 @@ } }, - "actions_invite_people_title": "Personen in die Community einladen", + "actions_invite_people_title": "Lade jemanden in die Community ein", "@actions_invite_people_title": { "type": "text", "placeholders": { @@ -915,7 +915,7 @@ } }, - "community_staff": "Community-Personal", + "community_staff": "Community-Team", "@community_staff": { "type": "text", "placeholders": { diff --git a/assets/i18n/de/contextual_account_search_box.arb b/assets/i18n/de/contextual_account_search_box.arb new file mode 100644 index 000000000..ef9e1bf9a --- /dev/null +++ b/assets/i18n/de/contextual_account_search_box.arb @@ -0,0 +1,10 @@ +{ + "suggestions": "VorschlĂ€ge", + "@suggestions": { + "description": "The title to display on the suggestions when searching for accounts when trying to mention someone.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/de/drawer.arb b/assets/i18n/de/drawer.arb index 2458eef84..322f58bf3 100644 --- a/assets/i18n/de/drawer.arb +++ b/assets/i18n/de/drawer.arb @@ -48,21 +48,21 @@ } }, - "my_pending_mod_tasks": "Meine ausstehenden Moderationsaufgaben", + "my_pending_mod_tasks": "Meine offenen Moderatoraufgaben", "@my_pending_mod_tasks": { "type": "text", "placeholders": { } }, - "my_mod_penalties": "Meine Moderationsstrafen", + "my_mod_penalties": "Meine Strafen", "@my_mod_penalties": { "type": "text", "placeholders": { } }, - "app_account_text": "App & Konto", + "app_account_text": "App & Account", "@app_account_text": { "type": "text", "placeholders": { @@ -211,7 +211,7 @@ } }, - "useful_links_guidelines_desc": "Die Richtlinien, die wir alle fĂŒr ein gesundes und freundliches Zusammenleben befolgen mĂŒssen.", + "useful_links_guidelines_desc": "Regeln, die wir alle fĂŒr ein gutes und freundliches Miteinander befolgen sollten.", "@useful_links_guidelines_desc": { "type": "text", "placeholders": { @@ -239,7 +239,7 @@ } }, - "useful_links_guidelines_feature_requests_desc": "Fordere ein Feature an oder stimme bestehende Anfragen hoch", + "useful_links_guidelines_feature_requests_desc": "Schlage neue Funktionen vor oder stimme fĂŒr bestehende VorschlĂ€ge ab", "@useful_links_guidelines_feature_requests_desc": { "type": "text", "placeholders": { @@ -253,27 +253,41 @@ } }, - "useful_links_guidelines_bug_tracker_desc": "Melde einen Fehler oder stimme bestehende Fehler hoch", + "useful_links_guidelines_bug_tracker_desc": "Melde einen Fehler oder gib bereits gemeldeten Fehlern mehr PrioritĂ€t", "@useful_links_guidelines_bug_tracker_desc": { "type": "text", "placeholders": { } }, - "useful_links_guidelines_handbook": "Okuna Handbuch", + "useful_links_guidelines_handbook": "Okuna Benutzerhandbuch", "@useful_links_guidelines_handbook": { "type": "text", "placeholders": { } }, - "useful_links_guidelines_handbook_desc": "Ein Buch mit allem, was man ĂŒber die Nutzung der Plattform wissen muss", + "useful_links_guidelines_handbook_desc": "Ein Benutzerhandbuch mit allem, was man wissen muss, um Okuna zu nutzen", "@useful_links_guidelines_handbook_desc": { "type": "text", "placeholders": { } }, + "useful_links_support": "Okuna unterstĂŒtzen", + "@useful_links_support": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support_desc": "Finde einen Weg, wie Du uns auf unserer Reise unterstĂŒtzen kannst!", + "@useful_links_support_desc": { + "type": "text", + "placeholders": { + + } + }, "useful_links_slack_channel": "Community Slack Channel", "@useful_links_slack_channel": { "type": "text", @@ -281,7 +295,7 @@ } }, - "useful_links_slack_channel_desc": "Ein Ort, um alles ĂŒber Okuna zu diskutieren", + "useful_links_slack_channel_desc": "Hier kann man sich ĂŒber Okuna austauschen", "@useful_links_slack_channel_desc": { "type": "text", "placeholders": { diff --git a/assets/i18n/de/moderation.arb b/assets/i18n/de/moderation.arb index 16430120a..528a4f45b 100644 --- a/assets/i18n/de/moderation.arb +++ b/assets/i18n/de/moderation.arb @@ -197,7 +197,7 @@ } }, - "community_review_item_verified": "Dieser Punkt wurde ĂŒberprĂŒft", + "community_review_item_verified": "Dieses Element wurde ĂŒberprĂŒft", "@community_review_item_verified": { "type": "text", "placeholders": { @@ -267,7 +267,7 @@ } }, - "confirm_report_provide_happen_next_desc": "- Dein Bericht wird anonym ĂŒbermittelt. \n- Wenn du einen Beitrag oder Kommentar meldest, wird der Bericht an die Okuna-Mitarbeiter und ggf. an die Community-Moderatoren gesendet und der Beitrag wird in deinem Feed ausgeblendet. \n- Wenn du ein Konto oder eine Community meldest, wird dies an die Okuna-Mitarbeiter gesendet. \n- Wir werden das ĂŒberprĂŒfen und wenn es bestĂ€tigt wird, werden die Inhalte gelöscht und Strafen fĂŒr die betroffenen Personen verhĂ€ngt. Diese reichen von einer vorĂŒbergehenden Sperrung bis zur Löschung des Kontos - je nach Schwere der Überschreitung. \n- Wenn sich herausstellt, dass die Meldung in dem Versuch erstellt wurde, einem anderen Mitglied oder einer Community auf der Plattform ohne Verletzung des angegebenen Grundes Schaden zuzufĂŒgen, werden Strafen gegenĂŒber dir verhĂ€ngt.\n", + "confirm_report_provide_happen_next_desc": "- Dein Bericht wird anonym ĂŒbermittelt. \n- Wenn du einen Beitrag oder Kommentar meldest, wird der Bericht an die Okuna-Mitarbeiter und ggf. an die Community-Moderatoren gesendet und der Beitrag wird in deinem Feed ausgeblendet. \n- Wenn du ein Account oder eine Community meldest, wird dies an die Okuna-Mitarbeiter gesendet. \n- Wir werden das ĂŒberprĂŒfen und wenn es bestĂ€tigt wird, werden die Inhalte gelöscht und Strafen fĂŒr die betroffenen Personen verhĂ€ngt. Diese reichen von einer vorĂŒbergehenden Sperrung bis zur Löschung des Accounts - je nach Schwere der Überschreitung. \n- Wenn sich herausstellt, dass die Meldung in dem Versuch erstellt wurde, einem anderen Mitglied oder einer Community auf der Plattform ohne Verletzung des angegebenen Grundes Schaden zuzufĂŒgen, werden Strafen gegenĂŒber dir verhĂ€ngt.\n", "@confirm_report_provide_happen_next_desc": { "type": "text", "placeholders": { @@ -316,7 +316,7 @@ } }, - "community_moderated_objects": "Community moderierte Objekte", + "community_moderated_objects": "Moderierte Objekte", "@community_moderated_objects": { "type": "text", "placeholders": { @@ -351,14 +351,14 @@ } }, - "report_account_text": "Konto melden", + "report_account_text": "Account melden", "@report_account_text": { "type": "text", "placeholders": { } }, - "you_have_reported_account_text": "Du hast dieses Konto gemeldet", + "you_have_reported_account_text": "Du hast diesen Account gemeldet", "@you_have_reported_account_text": { "type": "text", "placeholders": { @@ -391,6 +391,113 @@ "type": "text", "placeholders": { + } + }, + "description_text": "Beschreibung", + "@description_text": { + "type": "text", + "placeholders": { + + } + }, + "no_description_text": "Keine Beschreibung", + "@no_description_text": { + "type": "text", + "placeholders": { + + } + }, + "category_text": "Kategorie", + "@category_text": { + "type": "text", + "placeholders": { + + } + }, + "reporter_text": "Meldender", + "@reporter_text": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_title": "Berichte", + "@reports_preview_title": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_resource_reports": "Berichte", + "@reports_preview_resource_reports": { + "description": "Usage: See all reports..", + "type": "text", + "placeholders": { + + } + }, + "reports_see_all": "Alle {resourceCount} {resourceName} anzeigen", + "@reports_see_all": { + "description": "Usage: See all 4 reports.", + "type": "text", + "placeholders": { + "resourceCount": { + + }, + "resourceName": { + + } + } + }, + "object_status_title": "Status", + "@object_status_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_tasks_title": "Offene Moderatoraufgaben", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_singular": "offene Moderatoraufgabe", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_plural": "offene Moderatoraufgaben", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_title": "Meine Strafen", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resouce_singular": "gegen mich verhĂ€ngte Strafe", + "@my_moderation_penalties_resouce_singular": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resource_plural": "gegen mich verhĂ€ngte Strafen", + "@my_moderation_penalties_resource_plural": { + "description": "See all moderation penalties, No moderation penalties found etc..", + "type": "text", + "placeholders": { + } } } \ No newline at end of file diff --git a/assets/i18n/de/notifications.arb b/assets/i18n/de/notifications.arb index 9c5963e6e..84592555c 100644 --- a/assets/i18n/de/notifications.arb +++ b/assets/i18n/de/notifications.arb @@ -1,236 +1,208 @@ { - "settings_title": "Benachrichtigungseinstellungen", + "settings_title": "Benachrichtigungen", "@settings_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_title": "Benachrichtigungen", "@general_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "general_desc": "Werde benachrichtigt wenn etwas passiert", + "general_desc": "Werde benachrichtigt, wenn etwas passiert", "@general_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_title": "Folgen", "@follow_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_desc": "Werde benachrichtigt, wenn dir jemand folgt", "@follow_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_title": "Verbindungsanfrage", "@connection_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_desc": "Werde benachrichtigt, wenn sich jemand mit dir verbinden möchte", "@connection_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "comment_title": "Kommentar posten", + "comment_title": "Kommentare auf BeitrĂ€ge", "@comment_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "comment_desc": "Werde benachrichtigt, wenn jemand auf einen deiner BeitrĂ€ge oder einen auf den du ebenfalls kommentiert hast, kommentiert.", + "comment_desc": "Werde benachrichtigt, wenn jemand auf einen deiner BeitrĂ€ge oder einen auf den du ebenfalls kommentiert hast, kommentiert", "@comment_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "comment_reply_title": "Kommentar-Antwort posten", + "comment_reply_title": "Kommentar-Antworten", "@comment_reply_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "comment_reply_desc": "Werde benachrichtigt, wenn jemand auf deinen Kommentar, oder auf einen, auf den du auch geantwortet hast, antwortet.", + "comment_reply_desc": "Werde benachrichtigt, wenn jemand auf deinen Kommentar, oder auf einen, auf den du auch geantwortet hast, antwortet", "@comment_reply_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} + }, + "comment_user_mention_title": "ErwĂ€hnungen in Kommentaren", + "@comment_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_desc": "Werde benachrichtigt, wenn dich jemand in einem Kommentar erwĂ€hnt", + "@comment_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_title": "ErwĂ€hnungen in BeitrĂ€gen", + "@post_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_desc": "Werde benachrichtigt, wenn dich jemand in einem Beitrag erwĂ€hnt", + "@post_user_mention_desc": { + "type": "text", + "placeholders": {} }, - "comment_reaction_title": "Kommentar-Reaktion posten", + "comment_reaction_title": "Kommentar-Reaktionen", "@comment_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "comment_reaction_desc": "Werde benachrichtigt, wenn jemand auf einen deiner Kommentare antwortet.", + "comment_reaction_desc": "Werde benachrichtigt, wenn jemand auf einen deiner Kommentare reagiert", "@comment_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "post_reaction_title": "Reaktion posten", + "post_reaction_title": "Reaktionen auf BeitrĂ€ge", "@post_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "post_reaction_desc": "Werde benachrichtigt, wenn jemand auf einen deiner BeitrĂ€ge reagiert.", + "post_reaction_desc": "Werde benachrichtigt, wenn jemand auf einen deiner BeitrĂ€ge reagiert", "@post_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "community_invite_title": "Community-Einladung", + "community_invite_title": "Community-Einladungen", "@community_invite_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "community_invite_desc": "Werde benachrichtigt, wenn dich jemand einlĂ€dt, einer Community beizutreten.", + "community_invite_desc": "Werde benachrichtigt, wenn dich jemand in eine Community einlĂ€dt", "@community_invite_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "mute_post_turn_on_post_notifications": "Beitrag-Benachrichtigungen aktivieren", + "mute_post_turn_on_post_notifications": "Beitrags-Benachrichtigungen aktivieren", "@mute_post_turn_on_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "mute_post_turn_off_post_notifications": "Beitrag-Benachrichtigungen deaktivieren", + "mute_post_turn_off_post_notifications": "Beitrags-Benachrichtigungen deaktivieren", "@mute_post_turn_off_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "mute_post_turn_on_post_comment_notifications": "Beitragskommentar-Benachrichtigungen aktivieren", + "mute_post_turn_on_post_comment_notifications": "Kommentar-Benachrichtigungen aktivieren", "@mute_post_turn_on_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "mute_post_turn_off_post_comment_notifications": "Beitragskommentar-Benachrichtigungen deaktivieren", + "mute_post_turn_off_post_comment_notifications": "Kommentar-Benachrichtigungen deaktivieren", "@mute_post_turn_off_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_request_tile": "[name] [username] möchte sich mit dir verbinden.", "@connection_request_tile": { "description": "Eg.: James @jamest wants to connect with you.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "accepted_connection_request_tile": "[name] [username] hat deine Verbindungsanfrage angenommen.", "@accepted_connection_request_tile": { "description": "Eg.: James @jamest accepted your connection request.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "reacted_to_post_tile": "[name] [username] hat auf deinen Beitrag reagiert.", "@reacted_to_post_tile": { "description": "Eg.: James @jamest reacted to your post.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "reacted_to_post_comment_tile": "[name] [username] hat auf deinen Kommentar reagiert.", "@reacted_to_post_comment_tile": { "description": "Eg.: James @jamest reacted to your post comment.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "following_you_tile": "[name] [username] folgt dir jetzt.", "@following_you_tile": { "description": "Eg.: James @jamest is now following you.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "user_community_invite_tile": "[name] [username] hat dich eingeladen, der Community \/c\/{communityName} beizutreten.", + "user_community_invite_tile": "[name] [username] hat dich in die Community \/c\/{communityName} eingeladen.", "@user_community_invite_tile": { "description": "Eg.: James @jamest has invited you to join community \/c\/okuna.", "type": "text", "placeholders": { - "communityName": { - - } + "communityName": {} } }, - "comment_reply_notification_tile_user_replied": "[name] [username] antwortete: {postCommentText}", + "comment_reply_notification_tile_user_replied": "[name] [username] hat geantwortet: {postCommentText}", "@comment_reply_notification_tile_user_replied": { "description": "For.eg. James @jamest replied.", "type": "text", "placeholders": { - "postCommentText": { - - } + "postCommentText": {} } }, - "comment_reply_notification_tile_user_also_replied": "[name] [username] antwortete auch: {postCommentText}", + "comment_reply_notification_tile_user_also_replied": "[name] [username] hat ebenfalls geantwortet: {postCommentText}", "@comment_reply_notification_tile_user_also_replied": { "type": "text", "placeholders": { - "postCommentText": { - - } + "postCommentText": {} } }, - "comment_comment_notification_tile_user_commented": "[name] [username] kommentierte deinen Beitrag: {postCommentText}", + "comment_comment_notification_tile_user_commented": "[name] [username] hat deinen Beitrag kommentiert: {postCommentText}", "@comment_comment_notification_tile_user_commented": { "type": "text", "placeholders": { - "postCommentText": { - - } + "postCommentText": {} } }, - "comment_comment_notification_tile_user_also_commented": "[name] [username] kommentierte auch: {postCommentText}", + "comment_comment_notification_tile_user_also_commented": "[name] [username] hat ebenfalls kommentiert: {postCommentText}", "@comment_comment_notification_tile_user_also_commented": { "type": "text", "placeholders": { - "postCommentText": { - - } + "postCommentText": {} + } + }, + "mentioned_in_post_comment_tile": "[name] [username] hat dich in einem Kommentar erwĂ€hnt: {postCommentText}", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", + "type": "text", + "placeholders": { + "postCommentText": {} } + }, + "mentioned_in_post_tile": "[name] [username] hat dich in einem Beitrag erwĂ€hnt.", + "@mentioned_in_post_tile": { + "description": "Eg.: James @jamest mentioned you on a post.", + "type": "text", + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/de/post.arb b/assets/i18n/de/post.arb index 9692b27b5..94afd1afe 100644 --- a/assets/i18n/de/post.arb +++ b/assets/i18n/de/post.arb @@ -34,7 +34,7 @@ } }, - "comment_maxlength_error": "Ein Kommentar darf nicht mehr als {maxLength} Zeichen haben.", + "comment_maxlength_error": "Ein Kommentar darf nicht lĂ€nger als {maxLength} Zeichen lang sein.", "@comment_maxlength_error": { "type": "text", "placeholders": { @@ -99,7 +99,7 @@ } }, - "timeline_posts_default_drhoo_subtitle": "Versuch die Timeline zu aktualisieren.", + "timeline_posts_default_drhoo_subtitle": "Versuche die Timeline zu aktualisieren.", "@timeline_posts_default_drhoo_subtitle": { "type": "text", "placeholders": { @@ -150,7 +150,7 @@ } }, - "profile_counts_following": " Following", + "profile_counts_following": " Folge ich", "@profile_counts_following": { "type": "text", "placeholders": { @@ -164,7 +164,7 @@ } }, - "action_comment": "Kommentieren", + "action_comment": "Kommentar", "@action_comment": { "type": "text", "placeholders": { @@ -178,7 +178,7 @@ } }, - "action_reply": "Reply", + "action_reply": "Antworten", "@action_reply": { "type": "text", "placeholders": { @@ -258,7 +258,7 @@ } }, - "my_circles": "Meine Kreise", + "my_circles": "Meinen Kreisen", "@my_circles": { "type": "text", "placeholders": { @@ -398,14 +398,14 @@ } }, - "trending_posts_title": "Trendige BeitrĂ€ge", + "trending_posts_title": "Angesagte BeitrĂ€ge", "@trending_posts_title": { "type": "text", "placeholders": { } }, - "trending_posts_no_trending_posts": "Es gibt keine trendigen BeitrĂ€ge. Versuche in ein paar Sekunden zu aktualisieren.", + "trending_posts_no_trending_posts": "Es gibt keine angesagten BeitrĂ€ge. Versuche in ein paar Sekunden zu aktualisieren.", "@trending_posts_no_trending_posts": { "type": "text", "placeholders": { @@ -584,42 +584,42 @@ } }, - "comments_page_title": "Post comments", + "comments_page_title": "Kommentare", "@comments_page_title": { "type": "text", "placeholders": { } }, - "comments_page_no_more_to_load": "No more comments to load", + "comments_page_no_more_to_load": "Keine weiteren Kommentare zum Laden", "@comments_page_no_more_to_load": { "type": "text", "placeholders": { } }, - "comments_page_tap_to_retry": "Tap to retry loading comments.", + "comments_page_tap_to_retry": "Kommentare neu laden.", "@comments_page_tap_to_retry": { "type": "text", "placeholders": { } }, - "comments_page_tap_to_retry_replies": "Tap to retry loading replies.", + "comments_page_tap_to_retry_replies": "Antworten neu laden.", "@comments_page_tap_to_retry_replies": { "type": "text", "placeholders": { } }, - "comments_page_no_more_replies_to_load": "No more replies to load", + "comments_page_no_more_replies_to_load": "Keine weiteren Antworten zum Laden", "@comments_page_no_more_replies_to_load": { "type": "text", "placeholders": { } }, - "comments_page_replies_title": "Post replies", + "comments_page_replies_title": "Antworten", "@comments_page_replies_title": { "type": "text", "placeholders": { @@ -654,14 +654,14 @@ } }, - "actions_delete": "Delete post", + "actions_delete": "Beitrag löschen", "@actions_delete": { "type": "text", "placeholders": { } }, - "actions_deleted": "Post deleted", + "actions_deleted": "Beitrag gelöscht", "@actions_deleted": { "type": "text", "placeholders": { @@ -701,6 +701,110 @@ "type": "text", "placeholders": { + } + }, + "actions_show_more_text": "Mehr anzeigen", + "@actions_show_more_text": { + "description": "Shown for posts with long text to expand the entire text.", + "type": "text", + "placeholders": { + + } + }, + "time_short_years": "J", + "@time_short_years": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3y. Keep it as short as possible", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_year": "1J", + "@time_short_one_year": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_weeks": "Wo.", + "@time_short_weeks": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 5w.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_week": "1Wo", + "@time_short_one_week": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_days": "Tg", + "@time_short_days": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3d. Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_day": "1Tg", + "@time_short_one_day": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_hours": "Std", + "@time_short_hours": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3h.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_hour": "1h", + "@time_short_one_hour": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_minutes": "Min.", + "@time_short_minutes": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13m.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_seconds": "Sek", + "@time_short_seconds": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13s Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_minute": "1Min.", + "@time_short_one_minute": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_now_text": "jetzt", + "@time_short_now_text": { + "description": "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + "type": "text", + "placeholders": { + } } } \ No newline at end of file diff --git a/assets/i18n/de/user.arb b/assets/i18n/de/user.arb index e5fc67811..aaf6dc2ad 100644 --- a/assets/i18n/de/user.arb +++ b/assets/i18n/de/user.arb @@ -15,7 +15,7 @@ } }, - "billion_postfix": "Mrd", + "billion_postfix": " Mrd.", "@billion_postfix": { "description": "For eg. World circle has 7.5b people", "type": "text", @@ -23,28 +23,28 @@ } }, - "translate_see_translation": "Übersetzung anzeigen", + "translate_see_translation": "Übersetzen", "@translate_see_translation": { "type": "text", "placeholders": { } }, - "translate_show_original": "Original anzeigen", + "translate_show_original": "Originaltext", "@translate_show_original": { "type": "text", "placeholders": { } }, - "follows_lists_account": "1 Konto", + "follows_lists_account": "1 Account", "@follows_lists_account": { "type": "text", "placeholders": { } }, - "follows_lists_accounts": "{prettyUsersCount} Konten", + "follows_lists_accounts": "{prettyUsersCount} Accounts", "@follows_lists_accounts": { "description": "prettyUsersCount will be 3m, 50k etc.. so we endup with final string 3k Accounts", "type": "text", @@ -91,14 +91,14 @@ } }, - "profile_url_invalid_error": "Bitte gib eine gĂŒltige Url an.", + "profile_url_invalid_error": "Bitte verwende eine gĂŒltige URL.", "@profile_url_invalid_error": { "type": "text", "placeholders": { } }, - "profile_location_length_error": "Ort kann nicht lĂ€nger als {maxLength} Zeichen sein.", + "profile_location_length_error": "Ort darf nicht lĂ€nger als {maxLength} Zeichen lang sein.", "@profile_location_length_error": { "type": "text", "placeholders": { @@ -107,7 +107,7 @@ } } }, - "profile_bio_length_error": "'Über mich' darf nicht lĂ€nger als {maxLength} Zeichen sein.", + "profile_bio_length_error": "'Über mich' darf nicht lĂ€nger als {maxLength} Zeichen lang sein.", "@profile_bio_length_error": { "type": "text", "placeholders": { @@ -195,6 +195,36 @@ } } }, + "follow_lists_title": "Meine Listen", + "@follow_lists_title": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_search_for": "Suche nach Liste...", + "@follow_lists_search_for": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found": "Keine Listen gefunden.", + "@follow_lists_no_list_found": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found_for": "Keine Liste zu '{searchQuery}' gefunden", + "@follow_lists_no_list_found_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, "list_name_empty_error": "Die Listenname kann nicht leer sein.", "@list_name_empty_error": { "type": "text", @@ -202,7 +232,7 @@ } }, - "list_name_range_error": "Der Listenname darf nicht lĂ€nger als {maxLength} Zeichen sein.", + "list_name_range_error": "Der Listenname darf nicht lĂ€nger als {maxLength} Zeichen lang sein.", "@list_name_range_error": { "type": "text", "placeholders": { @@ -218,7 +248,7 @@ } }, - "circle_name_range_error": "Der Kreisname darf nicht mehr als {maxLength} Zeichen haben.", + "circle_name_range_error": "Der Name des Kreises darf nicht lĂ€nger als {maxLength} Zeichen lang sein.", "@circle_name_range_error": { "type": "text", "placeholders": { @@ -241,7 +271,7 @@ } }, - "save_follows_list_name_taken": "Listenname {listName} wurde schon vergeben", + "save_follows_list_name_taken": "Name der Liste {listName} bereits vergeben", "@save_follows_list_name_taken": { "type": "text", "placeholders": { @@ -250,7 +280,7 @@ } } }, - "save_follows_list_emoji": "Emoji ist erforderlich", + "save_follows_list_emoji": "Emoji", "@save_follows_list_emoji": { "type": "text", "placeholders": { @@ -285,7 +315,7 @@ } }, - "save_follows_list_emoji_required_error": "Emoji", + "save_follows_list_emoji_required_error": "Emoji ist erforderlich", "@save_follows_list_emoji_required_error": { "type": "text", "placeholders": { @@ -313,7 +343,7 @@ } }, - "edit_profile_url": "Url", + "edit_profile_url": "URL", "@edit_profile_url": { "type": "text", "placeholders": { @@ -385,6 +415,21 @@ } }, + "following_text": "Folge ich", + "@following_text": { + "type": "text", + "placeholders": { + + } + }, + "following_resource_name": "Nutzer, denen ich folge", + "@following_resource_name": { + "description": "Eg: Search followed users.., No followed users found. etc ", + "type": "text", + "placeholders": { + + } + }, "tile_delete": "Löschen", "@tile_delete": { "type": "text", @@ -399,7 +444,7 @@ } }, - "uninvite": "Ausladen", + "uninvite": "Einladung stornieren", "@uninvite": { "type": "text", "placeholders": { @@ -413,7 +458,7 @@ } }, - "invite_someone_message": "Hey, I'd like to invite you to Okuna. First, Download the app on iTunes ({iosLink}) or the Play store ({androidLink}). Second, paste this personalised invite link in the 'Sign up' form in the Okuna App: {inviteLink}", + "invite_someone_message": "Hey, ich möchte dich zu Okuna einladen. Erstens, lade die App auf iTunes ({iosLink}) oder im Play Store ({androidLink}) herunter. Zweitens, fĂŒge den personalisierten Einladungslink in das Formular \"Anmelden\" in der Okuna App ein: {inviteLink}", "@invite_someone_message": { "type": "text", "placeholders": { @@ -621,7 +666,7 @@ } }, - "confirm_block_user_info": "Ihr werdet gegenseitig keine BeitrĂ€ge von dem anderen sehen und auch nicht in der Lage sein, in irgendeiner Weise zu interagieren.", + "confirm_block_user_info": "Ihr werdet gegenseitig keine BeitrĂ€ge des anderen mehr sehen. Außerdem werdet ihr in keiner Weise mehr miteinander in Kontakt treten können.", "@confirm_block_user_info": { "type": "text", "placeholders": { @@ -649,7 +694,7 @@ } }, - "confirm_block_user_question": "Bist du dir sicher, dass du @{username} blockieren willst?", + "confirm_block_user_question": "Bist du dir sicher, dass du @{username} blockieren möchtest?", "@confirm_block_user_question": { "type": "text", "placeholders": { @@ -658,7 +703,7 @@ } } }, - "save_connection_circle_name_taken": "Kreisname '{takenConnectionsCircleName}' wurde schon verwendet", + "save_connection_circle_name_taken": "Kreisname '{takenConnectionsCircleName}' bereits vergeben", "@save_connection_circle_name_taken": { "type": "text", "placeholders": { @@ -674,21 +719,21 @@ } }, - "timeline_filters_search_desc": "Nach Kreisen und Listen suchern...", + "timeline_filters_search_desc": "Nach Kreisen und Listen suchen...", "@timeline_filters_search_desc": { "type": "text", "placeholders": { } }, - "timeline_filters_clear_all": "Alle zurĂŒcksetzen", + "timeline_filters_clear_all": "Alle aufheben", "@timeline_filters_clear_all": { "type": "text", "placeholders": { } }, - "timeline_filters_apply_all": "Filter anwenden", + "timeline_filters_apply_all": "Anwenden", "@timeline_filters_apply_all": { "type": "text", "placeholders": { @@ -716,14 +761,14 @@ } }, - "follower_singular": "follower", + "follower_singular": "Follower", "@follower_singular": { "type": "text", "placeholders": { } }, - "follower_plural": "follower", + "follower_plural": "Follower", "@follower_plural": { "type": "text", "placeholders": { @@ -891,7 +936,7 @@ } }, - "invites_email_hint": "z.B. fritz_fantom@mail.com", + "invites_email_hint": "z.B. fritz_fantom@mail.de", "@invites_email_hint": { "type": "text", "placeholders": { @@ -1083,7 +1128,7 @@ } }, - "clear_application_cache_failure": "Zischenspeicher konnte nicht gelöscht werden", + "clear_application_cache_failure": "Zwischenspeicher konnte nicht gelöscht werden", "@clear_application_cache_failure": { "type": "text", "placeholders": { @@ -1097,7 +1142,7 @@ } }, - "confirm_guidelines_reject_info": "Du kannst Okuna nicht benutzen, bevor du die Richtlinien nicht akzeptierst.", + "confirm_guidelines_reject_info": "Du kannst Okuna nicht benutzen, wenn du die Richtlinien nicht akzeptierst.", "@confirm_guidelines_reject_info": { "type": "text", "placeholders": { @@ -1167,7 +1212,7 @@ } }, - "change_email_title": "E-Mail Adresse Ă€ndern", + "change_email_title": "E-Mail Ă€ndern", "@change_email_title": { "type": "text", "placeholders": { @@ -1181,7 +1226,7 @@ } }, - "change_email_hint_text": "Gib deine neue E-Mail Adresse ein", + "change_email_hint_text": "Gib deine neue E-Mail ein", "@change_email_hint_text": { "type": "text", "placeholders": { @@ -1258,14 +1303,14 @@ } }, - "block_user": "Benutzer blocken", + "block_user": "Benutzer blockieren", "@block_user": { "type": "text", "placeholders": { } }, - "unblock_user": "Benutzer Blockierung aufheben", + "unblock_user": "Blockierung aufheben", "@unblock_user": { "type": "text", "placeholders": { @@ -1281,7 +1326,7 @@ } } }, - "circle_peoples_count": "{prettyUsersCount} Menschen", + "circle_peoples_count": "{prettyUsersCount} Personen", "@circle_peoples_count": { "type": "text", "placeholders": { diff --git a/assets/i18n/de/user_search.arb b/assets/i18n/de/user_search.arb index ada00da75..451453443 100644 --- a/assets/i18n/de/user_search.arb +++ b/assets/i18n/de/user_search.arb @@ -1,12 +1,12 @@ { - "search_text": "Search...", + "search_text": "Suchen...", "@search_text": { "type": "text", "placeholders": { } }, - "communities": "Communitys", + "communities": "Communities", "@communities": { "type": "text", "placeholders": { @@ -88,7 +88,7 @@ } } }, - "no_users_for": "Keine Benutzer zu '{searchQuery}' gefunden.", + "no_users_for": "Keine Benutzer fĂŒr '{searchQuery}' gefunden.", "@no_users_for": { "type": "text", "placeholders": { diff --git a/assets/i18n/en/auth.arb b/assets/i18n/en/auth.arb index 0f3d9b4da..9264d3714 100644 --- a/assets/i18n/en/auth.arb +++ b/assets/i18n/en/auth.arb @@ -46,8 +46,8 @@ "type": "text", "placeholders": {} }, - "create_acc__welcome_to_alpha": "Welcome to the Alpha!", - "@create_acc__welcome_to_alpha": { + "create_acc__welcome_to_beta": "Welcome to the Beta!", + "@create_acc__welcome_to_beta": { "type": "text", "placeholders": {} }, diff --git a/assets/i18n/en/contextual_account_search_box.arb b/assets/i18n/en/contextual_account_search_box.arb new file mode 100644 index 000000000..160c17658 --- /dev/null +++ b/assets/i18n/en/contextual_account_search_box.arb @@ -0,0 +1,8 @@ +{ + "suggestions": "Suggestions", + "@suggestions": { + "description": "The title to display on the suggestions when searching for accounts when trying to mention someone.", + "type": "text", + "placeholders": {} + } +} \ No newline at end of file diff --git a/assets/i18n/en/drawer.arb b/assets/i18n/en/drawer.arb index 9dd9c04ab..f979ea9b5 100644 --- a/assets/i18n/en/drawer.arb +++ b/assets/i18n/en/drawer.arb @@ -196,6 +196,16 @@ "type": "text", "placeholders": {} }, + "useful_links_support": "Support Okuna", + "@useful_links_support": { + "type": "text", + "placeholders": {} + }, + "useful_links_support_desc": "Find a way you can support us on our journey!", + "@useful_links_support_desc": { + "type": "text", + "placeholders": {} + }, "useful_links_slack_channel": "Community Slack channel", "@useful_links_slack_channel": { "type": "text", diff --git a/assets/i18n/en/moderation.arb b/assets/i18n/en/moderation.arb index e0ef96da6..d3fdea2d2 100644 --- a/assets/i18n/en/moderation.arb +++ b/assets/i18n/en/moderation.arb @@ -280,5 +280,82 @@ "@you_have_reported_comment_text": { "type": "text", "placeholders": {} + }, + "description_text": "Description", + "@description_text": { + "type": "text", + "placeholders": {} + }, + "no_description_text": "No description", + "@no_description_text": { + "type": "text", + "placeholders": {} + }, + "category_text": "Category", + "@category_text": { + "type": "text", + "placeholders": {} + }, + "reporter_text": "Reporter", + "@reporter_text": { + "type": "text", + "placeholders": {} + }, + "reports_preview_title": "Reports", + "@reports_preview_title": { + "type": "text", + "placeholders": {} + }, + "reports_preview_resource_reports": "reports", + "@reports_preview_resource_reports": { + "description": "Usage: See all reports..", + "type": "text", + "placeholders": {} + }, + "reports_see_all": "See all {resourceCount} {resourceName}", + "@reports_see_all": { + "description": "Usage: See all 4 reports.", + "type": "text", + "placeholders": { + "resourceCount": {}, + "resourceName": {} + } + }, + "object_status_title": "Status", + "@object_status_title": { + "type": "text", + "placeholders": {} + }, + "my_moderation_tasks_title": "Pending moderation tasks", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": {} + }, + "pending_moderation_tasks_singular": "pending moderation task", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": {} + }, + "pending_moderation_tasks_plural": "pending moderation tasks", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": {} + }, + "my_moderation_penalties_title": "Moderation penalties", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": {} + }, + "my_moderation_penalties_resouce_singular": "moderation penalty", + "@my_moderation_penalties_resouce_singular": { + "type": "text", + "placeholders": {} + }, + "my_moderation_penalties_resource_plural": "moderation penalties", + "@my_moderation_penalties_resource_plural": { + "description": "See all moderation penalties, No moderation penalties found etc..", + "type": "text", + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/en/notifications.arb b/assets/i18n/en/notifications.arb index 6a8f01dff..32ada6b5d 100644 --- a/assets/i18n/en/notifications.arb +++ b/assets/i18n/en/notifications.arb @@ -54,6 +54,26 @@ "type": "text", "placeholders": {} }, + "comment_user_mention_title": "Post comment mention", + "@comment_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_desc": "Be notified when someone mentions you on one of their comments", + "@comment_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_title": "Post mention", + "@post_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_desc": "Be notified when someone mentions you on one of their posts", + "@post_user_mention_desc": { + "type": "text", + "placeholders": {} + }, "comment_reaction_title": "Post comment reaction", "@comment_reaction_title": { "type": "text", @@ -170,5 +190,19 @@ "placeholders": { "postCommentText": {} } + }, + "mentioned_in_post_comment_tile": "[name] [username] mentioned you on a comment: {postCommentText}", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_tile": "[name] [username] mentioned you on a post.", + "@mentioned_in_post_tile": { + "description": "Eg.: James @jamest mentioned you on a post.", + "type": "text", + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/en/post.arb b/assets/i18n/en/post.arb index 02b9d8ad0..249209c20 100644 --- a/assets/i18n/en/post.arb +++ b/assets/i18n/en/post.arb @@ -504,5 +504,83 @@ "@actions_reported_text": { "type": "text", "placeholders": {} + }, + "actions_show_more_text": "Show more", + "@actions_show_more_text": { + "description": "Shown for posts with long text to expand the entire text.", + "type": "text", + "placeholders": {} + }, + "time_short_years": "y", + "@time_short_years": { + "description": "Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 3y. Keep it as short as possible", + "type": "text", + "placeholders": {} + }, + "time_short_one_year": "1y", + "@time_short_one_year": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": {} + }, + "time_short_weeks": "w", + "@time_short_weeks": { + "description": "Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 5w.Keep it as short as possible ", + "type": "text", + "placeholders": {} + }, + "time_short_one_week": "1w", + "@time_short_one_week": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": {} + }, + "time_short_days": "d", + "@time_short_days": { + "description": "Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 3d. Keep it as short as possible ", + "type": "text", + "placeholders": {} + }, + "time_short_one_day": "1d", + "@time_short_one_day": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": {} + }, + "time_short_hours": "h", + "@time_short_hours": { + "description": "Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 3h.Keep it as short as possible ", + "type": "text", + "placeholders": {} + }, + "time_short_one_hour": "1h", + "@time_short_one_hour": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": {} + }, + "time_short_minutes": "m", + "@time_short_minutes": { + "description": "Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 13m.Keep it as short as possible ", + "type": "text", + "placeholders": {} + }, + "time_short_seconds": "s", + "@time_short_seconds": { + "description": "Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 13s Keep it as short as possible ", + "type": "text", + "placeholders": {} + }, + "time_short_one_minute": "1m", + "@time_short_one_minute": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": {} + }, + "time_short_now_text": "now", + "@time_short_now_text": { + "description": "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + "type": "text", + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/en/user.arb b/assets/i18n/en/user.arb index 2ff1f1296..89babb342 100644 --- a/assets/i18n/en/user.arb +++ b/assets/i18n/en/user.arb @@ -143,6 +143,28 @@ "searchQuery": {} } }, + "follow_lists_title": "My lists", + "@follow_lists_title": { + "type": "text", + "placeholders": {} + }, + "follow_lists_search_for": "Search for a list...", + "@follow_lists_search_for": { + "type": "text", + "placeholders": {} + }, + "follow_lists_no_list_found": "No lists found.", + "@follow_lists_no_list_found": { + "type": "text", + "placeholders": {} + }, + "follow_lists_no_list_found_for": "No list found for '{searchQuery}'", + "@follow_lists_no_list_found_for": { + "type": "text", + "placeholders": { + "searchQuery": {} + } + }, "list_name_empty_error": "List name cannot be empty.", "@list_name_empty_error": { "type": "text", @@ -281,6 +303,17 @@ "type": "text", "placeholders": {} }, + "following_text": "Following", + "@following_text": { + "type": "text", + "placeholders": {} + }, + "following_resource_name": "followed users", + "@following_resource_name": { + "description": "Eg: Search followed users.., No followed users found. etc ", + "type": "text", + "placeholders": {} + }, "tile_delete": "Delete", "@tile_delete": { "type": "text", diff --git a/assets/i18n/es/auth.arb b/assets/i18n/es-ES/auth.arb similarity index 99% rename from assets/i18n/es/auth.arb rename to assets/i18n/es-ES/auth.arb index 40e131d3e..fe0a2c123 100644 --- a/assets/i18n/es/auth.arb +++ b/assets/i18n/es-ES/auth.arb @@ -64,8 +64,8 @@ } }, - "create_acc__welcome_to_alpha": "ÂĄ Bienvenido!", - "@create_acc__welcome_to_alpha": { + "create_acc__welcome_to_beta": "ÂĄBienvenido a la Beta!", + "@create_acc__welcome_to_beta": { "type": "text", "placeholders": { diff --git a/assets/i18n/es/community.arb b/assets/i18n/es-ES/community.arb similarity index 99% rename from assets/i18n/es/community.arb rename to assets/i18n/es-ES/community.arb index e4dd3e0f9..637a29d0c 100644 --- a/assets/i18n/es/community.arb +++ b/assets/i18n/es-ES/community.arb @@ -546,7 +546,7 @@ } }, - "administrated_title": "Administrados", + "administrated_title": "Administradas", "@administrated_title": { "type": "text", "placeholders": { diff --git a/assets/i18n/es-ES/contextual_account_search_box.arb b/assets/i18n/es-ES/contextual_account_search_box.arb new file mode 100644 index 000000000..038d18744 --- /dev/null +++ b/assets/i18n/es-ES/contextual_account_search_box.arb @@ -0,0 +1,10 @@ +{ + "suggestions": "Sugerencias", + "@suggestions": { + "description": "The title to display on the suggestions when searching for accounts when trying to mention someone.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/es/drawer.arb b/assets/i18n/es-ES/drawer.arb similarity index 95% rename from assets/i18n/es/drawer.arb rename to assets/i18n/es-ES/drawer.arb index d8de34b6a..d0820efb0 100644 --- a/assets/i18n/es/drawer.arb +++ b/assets/i18n/es-ES/drawer.arb @@ -274,6 +274,20 @@ } }, + "useful_links_support": "Soporte Okuna", + "@useful_links_support": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support_desc": "Encuentra una forma de ayudarnos en nuestro viaje!", + "@useful_links_support_desc": { + "type": "text", + "placeholders": { + + } + }, "useful_links_slack_channel": "Slack de la comunidad", "@useful_links_slack_channel": { "type": "text", diff --git a/assets/i18n/es-ES/error.arb b/assets/i18n/es-ES/error.arb new file mode 100644 index 000000000..f9e99190c --- /dev/null +++ b/assets/i18n/es-ES/error.arb @@ -0,0 +1,16 @@ +{ + "unknown_error": "Error desconocido", + "@unknown_error": { + "type": "text", + "placeholders": { + + } + }, + "no_internet_connection": "Sin conexiĂłn al internet", + "@no_internet_connection": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/es/moderation.arb b/assets/i18n/es-ES/moderation.arb similarity index 78% rename from assets/i18n/es/moderation.arb rename to assets/i18n/es-ES/moderation.arb index 48b5656c0..00440b542 100644 --- a/assets/i18n/es/moderation.arb +++ b/assets/i18n/es-ES/moderation.arb @@ -391,6 +391,113 @@ "type": "text", "placeholders": { + } + }, + "description_text": "DescripciĂłn", + "@description_text": { + "type": "text", + "placeholders": { + + } + }, + "no_description_text": "Sin descripciĂłn", + "@no_description_text": { + "type": "text", + "placeholders": { + + } + }, + "category_text": "Categoria", + "@category_text": { + "type": "text", + "placeholders": { + + } + }, + "reporter_text": "Reportero", + "@reporter_text": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_title": "Reportes", + "@reports_preview_title": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_resource_reports": "reportes", + "@reports_preview_resource_reports": { + "description": "Usage: See all reports..", + "type": "text", + "placeholders": { + + } + }, + "reports_see_all": "Ver todos los {resourceCount} {resourceName}", + "@reports_see_all": { + "description": "Usage: See all 4 reports.", + "type": "text", + "placeholders": { + "resourceCount": { + + }, + "resourceName": { + + } + } + }, + "object_status_title": "Estado", + "@object_status_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_tasks_title": "Tareas de moderaciĂłn pendientes", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_singular": "tarea de moderaciĂłn pendiente", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_plural": "tareas de moderaciĂłn pendientes", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_title": "Penalizaciones de moderaciĂłn", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resouce_singular": "penalizacion de moderaciĂłn", + "@my_moderation_penalties_resouce_singular": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resource_plural": "penalizaciones de moderaciĂłn", + "@my_moderation_penalties_resource_plural": { + "description": "See all moderation penalties, No moderation penalties found etc..", + "type": "text", + "placeholders": { + } } } \ No newline at end of file diff --git a/assets/i18n/es/notifications.arb b/assets/i18n/es-ES/notifications.arb similarity index 70% rename from assets/i18n/es/notifications.arb rename to assets/i18n/es-ES/notifications.arb index b759b12ae..548b53f90 100644 --- a/assets/i18n/es/notifications.arb +++ b/assets/i18n/es-ES/notifications.arb @@ -2,198 +2,164 @@ "settings_title": "ConfiguraciĂłn de notificaciones", "@settings_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_title": "Notificaciones", "@general_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_desc": "Se notificado cuando ocurra algo", "@general_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_title": "Seguir", "@follow_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_desc": "Se notificado cuando alguien comienza a seguirte", "@follow_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_title": "Solicitud de conexiĂłn", "@connection_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_desc": "Se notificado cuando alguien quiere conectar contigo", "@connection_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_title": "Comentario", "@comment_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_desc": "Se notificado cuando alguien comente en uno de tus posts o en uno que tu tambiĂ©n comentaste.", "@comment_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, - "comment_reply_title": "Respuesta al comentario del post", + "comment_reply_title": "Respuestas", "@comment_reply_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reply_desc": "Se notificado cuando alguien responde a uno de tus comentarios o a uno que tu tambiĂ©n comentaste.", "@comment_reply_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} + }, + "comment_user_mention_title": "MenciĂłnes en comentarios", + "@comment_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_desc": "Ser notificado cuando alguien te mencione en uno de sus comentarios", + "@comment_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_title": "MenciĂłnes en posts", + "@post_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_desc": "Ser notificado cuando alguien te mencione en uno de sus mensajes", + "@post_user_mention_desc": { + "type": "text", + "placeholders": {} }, "comment_reaction_title": "ReacciĂłn a comentario", "@comment_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_desc": "Se notificado cuando alguien reacciona en uno de tus comentarios.", "@comment_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_title": "ReacciĂłn a post", "@post_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_desc": "Se notificado cuando alguien reacciona en uno de tus posts.", "@post_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_title": "InvitaciĂłn a comunidad", "@community_invite_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_desc": "Se notificado cuando alguien te invita a unirte a una comunidad.", "@community_invite_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_notifications": "Activar notifications de post", "@mute_post_turn_on_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_notifications": "Desactivar notificaciones de post", "@mute_post_turn_off_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_comment_notifications": "Activar notificaciones de comentarios", "@mute_post_turn_on_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_comment_notifications": "Desactivar notificaciones de comentarios", "@mute_post_turn_off_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_request_tile": "[name] [username] quiere conectar contigo.", "@connection_request_tile": { "description": "Eg.: James @jamest wants to connect with you.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "accepted_connection_request_tile": ". [name] [username] aceptĂł tu solicitud de conexiĂłn.", "@accepted_connection_request_tile": { "description": "Eg.: James @jamest accepted your connection request.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "reacted_to_post_tile": "[name] [username] reaccionĂł a tu post.", "@reacted_to_post_tile": { "description": "Eg.: James @jamest reacted to your post.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "reacted_to_post_comment_tile": "[name] [username] reaccionĂł a tu comentario.", "@reacted_to_post_comment_tile": { "description": "Eg.: James @jamest reacted to your post comment.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "following_you_tile": "[name] [username] ahora te sigue.", "@following_you_tile": { "description": "Eg.: James @jamest is now following you.", "type": "text", - "placeholders": { - - } + "placeholders": {} }, "user_community_invite_tile": "[name] [username] te ha invitado a unirte a la comunidad \/c\/{communityName}.", "@user_community_invite_tile": { "description": "Eg.: James @jamest has invited you to join community \/c\/okuna.", "type": "text", "placeholders": { - "communityName": { - - } + "communityName": {} } }, "comment_reply_notification_tile_user_replied": "[name] [username] respondiĂł: {postCommentText}", @@ -201,36 +167,42 @@ "description": "For.eg. James @jamest replied.", "type": "text", "placeholders": { - "postCommentText": { - - } + "postCommentText": {} } }, "comment_reply_notification_tile_user_also_replied": "[name] [username] tambiĂ©n respondiĂł: {postCommentText}", "@comment_reply_notification_tile_user_also_replied": { "type": "text", "placeholders": { - "postCommentText": { - - } + "postCommentText": {} } }, "comment_comment_notification_tile_user_commented": "[name] [username] comentĂł en tu post: {postCommentText}", "@comment_comment_notification_tile_user_commented": { "type": "text", "placeholders": { - "postCommentText": { - - } + "postCommentText": {} } }, "comment_comment_notification_tile_user_also_commented": "[name] [username] tambiĂ©n comentĂł: {postCommentText}", "@comment_comment_notification_tile_user_also_commented": { "type": "text", "placeholders": { - "postCommentText": { - - } + "postCommentText": {} + } + }, + "mentioned_in_post_comment_tile": "[name] [username] te mencionĂł en un comentario: {postCommentText}", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", + "type": "text", + "placeholders": { + "postCommentText": {} } + }, + "mentioned_in_post_tile": "[name] [username] te mencionĂł en un post.", + "@mentioned_in_post_tile": { + "description": "Eg.: James @jamest mentioned you on a post.", + "type": "text", + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/es/post.arb b/assets/i18n/es-ES/post.arb similarity index 81% rename from assets/i18n/es/post.arb rename to assets/i18n/es-ES/post.arb index f80b727f6..a1189fc8a 100644 --- a/assets/i18n/es/post.arb +++ b/assets/i18n/es-ES/post.arb @@ -701,6 +701,110 @@ "type": "text", "placeholders": { + } + }, + "actions_show_more_text": "Ver mĂĄs", + "@actions_show_more_text": { + "description": "Shown for posts with long text to expand the entire text.", + "type": "text", + "placeholders": { + + } + }, + "time_short_years": "a", + "@time_short_years": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3y. Keep it as short as possible", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_year": "1a", + "@time_short_one_year": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_weeks": "s", + "@time_short_weeks": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 5w.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_week": "1s", + "@time_short_one_week": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_days": "d", + "@time_short_days": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3d. Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_day": "1d", + "@time_short_one_day": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_hours": "h", + "@time_short_hours": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3h.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_hour": "1h", + "@time_short_one_hour": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_minutes": "m", + "@time_short_minutes": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13m.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_seconds": "s", + "@time_short_seconds": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13s Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_minute": "1m", + "@time_short_one_minute": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_now_text": "ahora", + "@time_short_now_text": { + "description": "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + "type": "text", + "placeholders": { + } } } \ No newline at end of file diff --git a/assets/i18n/es/user.arb b/assets/i18n/es-ES/user.arb similarity index 96% rename from assets/i18n/es/user.arb rename to assets/i18n/es-ES/user.arb index 6d4124da6..cb41c519a 100644 --- a/assets/i18n/es/user.arb +++ b/assets/i18n/es-ES/user.arb @@ -195,6 +195,36 @@ } } }, + "follow_lists_title": "Mis listas", + "@follow_lists_title": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_search_for": "Buscar una lista...", + "@follow_lists_search_for": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found": "No se encontraron listas.", + "@follow_lists_no_list_found": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found_for": "No se encontrĂł lista con '{searchQuery}'", + "@follow_lists_no_list_found_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, "list_name_empty_error": "El nombre de la lista no puede estar vacĂ­o.", "@list_name_empty_error": { "type": "text", @@ -385,6 +415,21 @@ } }, + "following_text": "Siguiendo", + "@following_text": { + "type": "text", + "placeholders": { + + } + }, + "following_resource_name": "usuarios seguidos", + "@following_resource_name": { + "description": "Eg: Search followed users.., No followed users found. etc ", + "type": "text", + "placeholders": { + + } + }, "tile_delete": "Eliminar", "@tile_delete": { "type": "text", diff --git a/assets/i18n/es/user_search.arb b/assets/i18n/es-ES/user_search.arb similarity index 100% rename from assets/i18n/es/user_search.arb rename to assets/i18n/es-ES/user_search.arb diff --git a/assets/i18n/fr/auth.arb b/assets/i18n/fr/auth.arb new file mode 100644 index 000000000..787613572 --- /dev/null +++ b/assets/i18n/fr/auth.arb @@ -0,0 +1,745 @@ +{ + "headline": "Un meilleur rĂ©seau social.", + "@headline": { + "type": "text", + "placeholders": { + + } + }, + "login": "Ouvrir une session", + "@login": { + "type": "text", + "placeholders": { + + } + }, + "email_empty_error": "Le courriel ne peut pas ĂȘtre vide.", + "@email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "email_invalid_error": "Veuillez fournir une adresse courriel valide.", + "@email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "username_empty_error": "Le nom d'utilisateur.trice ne peut pas ĂȘtre vide.", + "@username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "username_characters_error": "Un nom d'utilisateur.trice ne peut contenir que des caractĂšres alphanumĂ©riques et des soulignements.", + "@username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "username_maxlength_error": "Un nom d'utilisateur.trice ne peut pas ĂȘtre plus long que {maxLength} caractĂšres.", + "@username_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "create_account": "Inscription", + "@create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__lets_get_started": "Commençons", + "@create_acc__lets_get_started": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__welcome_to_beta": "Bienvenue sur la version bĂȘta !", + "@create_acc__welcome_to_beta": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__previous": "PrĂ©cĂ©dent", + "@create_acc__previous": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__next": "Suivant", + "@create_acc__next": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__create_account": "CrĂ©er un compte", + "@create_acc__create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link": "Collez votre lien d'inscription ci-dessous", + "@create_acc__paste_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_password_reset_link": "Coller votre lien de rĂ©initialisation de mot de passe ci-dessous", + "@create_acc__paste_password_reset_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link_help_text": "Utilisez le lien du bouton « Rejoignez Okuna » dans votre courriel d'invitation.", + "@create_acc__paste_link_help_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_empty_error": "Le lien ne peut pas ĂȘtre vide.", + "@create_acc__link_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_invalid_error": "Ce lien semble invalide.", + "@create_acc__link_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "password_empty_error": "Le mot de passe ne peut pas ĂȘtre vide.", + "@password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "password_range_error": "Le mot de passe doit comporter entre {minLength} et {maxLength} caractĂšres.", + "@password_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "name_empty_error": "Le nom ne peut pas ĂȘtre vide.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "Le nom doit comporter entre {minLength} et {maxLength} caractĂšres.", + "@name_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "description_empty_error": "La description ne peut pas ĂȘtre vide.", + "@description_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "Le description doit comporter entre {minLength} et {maxLength} caractĂšres.", + "@description_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "reset_password_success_title": "Tout est prĂȘt !", + "@reset_password_success_title": { + "type": "text", + "placeholders": { + + } + }, + "reset_password_success_info": "Votre mot de passe a Ă©tĂ© mis Ă  jour avec succĂšs", + "@reset_password_success_info": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__request_invite": "Pas d'invitation ? Demandez-en une ici.", + "@create_acc__request_invite": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe": "Demander", + "@create_acc__subscribe": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe_to_waitlist_text": "Demandez une invitation !", + "@create_acc__subscribe_to_waitlist_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__congratulations": "FĂ©licitations !", + "@create_acc__congratulations": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_subscribed": "Vous ĂȘtes Ă  la position {0} sur la liste d'attente.", + "@create_acc__your_subscribed": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__almost_there": "Presque fini...", + "@create_acc__almost_there": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_name": "Quel est votre nom ?", + "@create_acc__what_name": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_placeholder": "CĂ©line Dion", + "@create_acc__name_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_empty_error": "đŸ˜± Votre nom ne peut pas ĂȘtre vide.", + "@create_acc__name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_length_error": "đŸ˜± Votre nom ne peut pas dĂ©passer 50 caractĂšres. (Si c'est le cas, nous sommes sincĂšrement dĂ©solĂ©.e.s.)", + "@create_acc__name_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_characters_error": "😅 Un nom ne peut contenir que des caractĂšres alphanumĂ©riques (pour l'instant).", + "@create_acc__name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_username": "Choisissez un nom d'utilisateur.trice", + "@create_acc__what_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_placeholder": "armandvaillancourt", + "@create_acc__username_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_empty_error": "đŸ˜± Le nom d'utilisateur.trice ne peut pas ĂȘtre vide.", + "@create_acc__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_length_error": "😅 Un nom d'utilisateur.trice ne peut pas ĂȘtre plus long que 30 caractĂšres.", + "@create_acc__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_characters_error": "😅 Un nom d'utilisateur.trice ne peut contenir que des caractĂšres alphanumĂ©riques et des soulignements.", + "@create_acc__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_taken_error": "đŸ˜© Le nom d'utilisateur.trice @%s est pris.", + "@create_acc__username_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_server_error": "😭 Nous Ă©prouvons des problĂšmes avec nos serveurs, veuillez s.v.p. rĂ©essayer dans quelques minutes.", + "@create_acc__username_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_email": "Quelle est votre adresse courriel?", + "@create_acc__what_email": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_placeholder": "karine_vanasse@courriel.com", + "@create_acc__email_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_empty_error": "đŸ˜± Votre adresse courriel ne peut pas ĂȘtre vide", + "@create_acc__email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_invalid_error": "😅 Veuillez fournir une adresse courriel valide.", + "@create_acc__email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_taken_error": "đŸ€” Un compte existe dĂ©jĂ  pour cette adresse courriel.", + "@create_acc__email_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_server_error": "😭 Nous Ă©prouvons des problĂšmes avec nos serveurs, veuillez s.v.p. rĂ©essayer dans quelques minutes.", + "@create_acc__email_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_password": "Choisissez un mot de passe", + "@create_acc__what_password": { + "type": "text", + "placeholders": { + + } + }, + "create_acc_password_hint_text": "({minLength}-{maxLength} caractĂšres)", + "@create_acc_password_hint_text": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "create_acc__what_password_subtext": "(minimum 8 caractĂšres.)", + "@create_acc__what_password_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_empty_error": "đŸ˜± Votre mot de passe ne peut pas ĂȘtre vide", + "@create_acc__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_length_error": "😅 Un mot de passe doit comporter entre 8 et 64 caractĂšres.", + "@create_acc__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_avatar": "Choisissez une photo de profil", + "@create_acc__what_avatar": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_tap_to_change": "Appuyer pour changer", + "@create_acc__avatar_tap_to_change": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_camera": "Prendre une photo", + "@create_acc__avatar_choose_camera": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_gallery": "Utiliser une photo existante", + "@create_acc__avatar_choose_gallery": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_remove_photo": "Supprimer la photo", + "@create_acc__avatar_remove_photo": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done": "CrĂ©er un compte", + "@create_acc__done": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_subtext": "Vous pouvez le changer plus tard dans vos praramĂštres de profil.", + "@create_acc__done_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_created": "Votre compte a Ă©tĂ© crĂ©Ă© avec le nom d'utilisateur.trice suivant :", + "@create_acc__done_created": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_title": "Tenez bon !", + "@create_acc__submit_loading_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_desc": "Nous sommes en train de crĂ©er votre compte.", + "@create_acc__submit_loading_desc": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_title": "Ah non...", + "@create_acc__submit_error_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_server": "😭 Nous Ă©prouvons des difficultĂ©s avec nos serveurs, veuillez s.v.p. rĂ©essayer dans quelques minutes.", + "@create_acc__submit_error_desc_server": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_validation": "😭 Il semble que certaines informations n'Ă©taient pas correctes, veuillez s.v.p. vĂ©rifier et rĂ©essayer.", + "@create_acc__submit_error_desc_validation": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_title": "Hourra !", + "@create_acc__done_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_description": "Votre compte a Ă©tĂ© crĂ©Ă©.", + "@create_acc__done_description": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_username_is": "Votre nom d'utilisateur.trice est :", + "@create_acc__your_username_is": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__can_change_username": "Si vous le souhaitez, vous pouvez le changer Ă  tout moment via votre page de profil.", + "@create_acc__can_change_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_continue": "Ouverture de session", + "@create_acc__done_continue": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__one_last_thing": "Une derniĂšre chose...", + "@create_acc__one_last_thing": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__register": "Inscription", + "@create_acc__register": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__are_you_legal_age": "Êtes-vous agĂ©.e de plus 16 ans ?", + "@create_acc__are_you_legal_age": { + "type": "text", + "placeholders": { + + } + }, + "login__login": "Continuer", + "@login__login": { + "type": "text", + "placeholders": { + + } + }, + "login__previous": "PrĂ©cĂ©dent", + "@login__previous": { + "type": "text", + "placeholders": { + + } + }, + "login__title": "Bon retour !", + "@login__title": { + "type": "text", + "placeholders": { + + } + }, + "login__subtitle": "Entrez vos informations d'identification afin de continuer.", + "@login__subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password": "Mot de passe oublié ", + "@login__forgot_password": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password_subtitle": "Entrez votre nom d'utilisateur.trice ou votre adresse courriel", + "@login__forgot_password_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__username_label": "Nom d'utilisateur.trice", + "@login__username_label": { + "type": "text", + "placeholders": { + + } + }, + "login__password_label": "Mot de passe", + "@login__password_label": { + "type": "text", + "placeholders": { + + } + }, + "login__email_label": "Adresse courriel", + "@login__email_label": { + "type": "text", + "placeholders": { + + } + }, + "login__or_text": "Ou", + "@login__or_text": { + "type": "text", + "placeholders": { + + } + }, + "login__password_empty_error": "Le mot de passe est requis.", + "@login__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__password_length_error": "Le mot de passe doit comporter entre 8 et 64 caractĂšres.", + "@login__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_empty_error": "Le nom d’utilisateur.trice est requis.", + "@login__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_length_error": "Le nom d'utilisateur.trice ne peut pas ĂȘtre plus long que 30 caractĂšres.", + "@login__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_characters_error": "Le nom d'utilisateur.trice ne peut contenir que des caractĂšres alphanumĂ©riques et des soulignements.", + "@login__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "login__credentials_mismatch_error": "Les informations d'identification fournies ne correspondent pas.", + "@login__credentials_mismatch_error": { + "type": "text", + "placeholders": { + + } + }, + "login__server_error": "Oh oh... Nous Ă©prouvons des problĂšmes de serveur. Veuillez s.v.p. rĂ©essayer dans quelques minutes.", + "@login__server_error": { + "type": "text", + "placeholders": { + + } + }, + "login__connection_error": "Nous ne pouvons pas Ă©tablir de connexion avec nos serveurs. Êtes-vous connectĂ©.e Ă  Internet ?", + "@login__connection_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_title": "Changer le mot de passe", + "@change_password_title": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd": "Mot de passe actuel", + "@change_password_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_hint": "Entrez votre mot de passe actuel", + "@change_password_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_incorrect": "Le mot de passe entrĂ© est incorrect", + "@change_password_current_pwd_incorrect": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd": "Nouveau mot de passe", + "@change_password_new_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_hint": "Entrez votre nouveau mot de passe", + "@change_password_new_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_error": "Veuillez vous assurer que le mot de passe comporte entre 10 et 100 caractĂšres", + "@change_password_new_pwd_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_text": "Enregistrer", + "@change_password_save_text": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_success": "C'est fait ! Votre mot de passe a Ă©tĂ© mis Ă  jour", + "@change_password_save_success": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/fr/community.arb b/assets/i18n/fr/community.arb new file mode 100644 index 000000000..3b777acc6 --- /dev/null +++ b/assets/i18n/fr/community.arb @@ -0,0 +1,1027 @@ +{ + "no": "Non", + "@no": { + "type": "text", + "placeholders": { + + } + }, + "yes": "Oui", + "@yes": { + "type": "text", + "placeholders": { + + } + }, + "button_staff": "Personnel", + "@button_staff": { + "type": "text", + "placeholders": { + + } + }, + "button_rules": "RĂšgles", + "@button_rules": { + "type": "text", + "placeholders": { + + } + }, + "community": "communautĂ©", + "@community": { + "type": "text", + "placeholders": { + + } + }, + "communities": "communautĂ©s", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "type_public": "Publique", + "@type_public": { + "type": "text", + "placeholders": { + + } + }, + "type_private": "PrivĂ©e", + "@type_private": { + "type": "text", + "placeholders": { + + } + }, + "member_capitalized": "Membre", + "@member_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "members_capitalized": "Membres", + "@members_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "admin_desc": "Ceci permettra au membre de modifier les dĂ©tails de cette communautĂ©, ainsi que ses administrateurs.trices, modĂ©rateurs.trices et utilisateurs.trices banni.e.s.", + "@admin_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirmation_title": "Confirmation", + "@confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "admin_add_confirmation": "Êtes-vous sĂ»r.e de vouloir ajouter @{username} en tant qu'administrateur.trice de cette communautĂ© ?", + "@admin_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_confirmation": "Êtes-vous sĂ»r.e de vouloir bannir @{username} ?", + "@ban_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_desc": "Ceci supprimera l'utilisateur.trice de cette communautĂ© et lui interdira de la rejoindre Ă  nouveau.", + "@ban_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderator_add_confirmation": "Êtes-vous sĂ»r.e de vouloir ajouter @{username} en tant que modĂ©rateur.trice de cette communautĂ© ?", + "@moderator_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "moderator_desc": "Ceci permettra au membre de modifier les dĂ©tails de cette communautĂ©, ainsi que ses modĂ©rateurs.trices et utilisateurs.trices banni.e.s.", + "@moderator_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderators_you": "Vous", + "@moderators_you": { + "type": "text", + "placeholders": { + + } + }, + "moderators_title": "ModĂ©rateurs.trices", + "@moderators_title": { + "type": "text", + "placeholders": { + + } + }, + "leave_desc": "Vous ne verrez plus ses publications dans votre fil d'actualitĂ©s et ne pourrez plus y publier.", + "@leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "leave_confirmation": "Êtes-vous sĂ»r.e de vouloir quitter cette communautĂ© ?", + "@leave_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "moderator_resource_name": "modĂ©rateur.trice", + "@moderator_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "moderators_resource_name": "modĂ©rateurs.trices", + "@moderators_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "add_moderator_title": "Ajouter un.e modĂ©rateur.trice", + "@add_moderator_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_confirmation": "Êtes-vous sĂ»r.e de vouloir supprimer cette communautĂ© ?", + "@delete_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "delete_desc": "Vous ne verrez plus ses publications dans votre fil d'actualitĂ©s et ne pourrez plus y publier.", + "@delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "actions_manage_text": "GĂ©rer", + "@actions_manage_text": { + "type": "text", + "placeholders": { + + } + }, + "manage_title": "GĂ©rer la communautĂ©", + "@manage_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_title": "DĂ©tails", + "@manage_details_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_desc": "Changer le titre, le nom, l'avatar, la photo de couverture et plus.", + "@manage_details_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_title": "Administrateurs.trices", + "@manage_admins_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_desc": "Voir, ajouter et supprimer des administrateurs.trices.", + "@manage_admins_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_title": "ModĂ©rateurs.trices", + "@manage_mods_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_desc": "Voir, ajouter et supprimer des modĂ©rateurs.trices.", + "@manage_mods_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_title": "Utilisateurs.trices banni.e.s", + "@manage_banned_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_desc": "Voir, ajouter et supprimer des utilisateurs.trices banni.e.s.", + "@manage_banned_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_title": "Signalements pour modĂ©ration", + "@manage_mod_reports_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_desc": "VĂ©rifiez les signalements pour modĂ©ration communautaire.", + "@manage_mod_reports_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_title": "Publications fermĂ©es", + "@manage_closed_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_desc": "Voir et gĂ©rer les publications fermĂ©es", + "@manage_closed_posts_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_title": "Inviter des gens", + "@manage_invite_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_desc": "Invitez vos connexions et vos abonnĂ©.e.s Ă  rejoindre la communautĂ©.", + "@manage_invite_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_title": "Supprimer la communautĂ©", + "@manage_delete_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_desc": "Supprimer la communautĂ©, pour toujours.", + "@manage_delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_title": "Quitter la communautĂ©", + "@manage_leave_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_desc": "Quitter la communautĂ©.", + "@manage_leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_add_favourite": "Ajouter la communautĂ© Ă  vos favorites", + "@manage_add_favourite": { + "type": "text", + "placeholders": { + + } + }, + "manage_remove_favourite": "Supprimer la communautĂ© de vos favorites", + "@manage_remove_favourite": { + "type": "text", + "placeholders": { + + } + }, + "is_private": "Cette communautĂ© est privĂ©e.", + "@is_private": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_member": "Vous devez ĂȘtre invitĂ©.e par un.e membre.", + "@invited_by_member": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_moderator": "Vous devez ĂȘtre invitĂ©.e par un.e modĂ©rateur.trice.", + "@invited_by_moderator": { + "type": "text", + "placeholders": { + + } + }, + "refreshing": "Actualisation de la communautĂ©", + "@refreshing": { + "type": "text", + "placeholders": { + + } + }, + "posts": "Publications", + "@posts": { + "type": "text", + "placeholders": { + + } + }, + "about": "À propos", + "@about": { + "type": "text", + "placeholders": { + + } + }, + "category": "catĂ©gorie.", + "@category": { + "type": "text", + "placeholders": { + + } + }, + "categories": "catĂ©gories.", + "@categories": { + "type": "text", + "placeholders": { + + } + }, + "add_administrators_title": "Ajouter un.e administrateur.trice", + "@add_administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "community_members": "Membres de la communautĂ©", + "@community_members": { + "type": "text", + "placeholders": { + + } + }, + "member": "membre", + "@member": { + "description": "Currently not used in app, reserved for potential use. Could be used as: Showing 1 member", + "type": "text", + "placeholders": { + + } + }, + "member_plural": "membres", + "@member_plural": { + "description": "See all members ,Search all members", + "type": "text", + "placeholders": { + + } + }, + "administrators_title": "Administrateurs.trices", + "@administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "administrator_text": "administrateur.trice", + "@administrator_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrator", + "type": "text", + "placeholders": { + + } + }, + "administrator_plural": "administrateurs.trices", + "@administrator_plural": { + "description": "Egs. Search administrators, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrator_you": "Vous", + "@administrator_you": { + "type": "text", + "placeholders": { + + } + }, + "user_you_text": "Vous", + "@user_you_text": { + "type": "text", + "placeholders": { + + } + }, + "pick_upto_max": "Choisir jusqu'Ă  {max} catĂ©gories", + "@pick_upto_max": { + "type": "text", + "placeholders": { + "max": { + + } + } + }, + "pick_atleast_min_category": "Vous devez choisir au moins {min} catĂ©gorie.", + "@pick_atleast_min_category": { + "description": "You must pick at least 1 category", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "pick_atleast_min_categories": "Vous devez choisir au moins {min} catĂ©gories.", + "@pick_atleast_min_categories": { + "description": "Eg. Variable min will be 3-5. You must pick at least (3-5) categories", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "ban_user_title": "Bannir l'utilisateur.trice", + "@ban_user_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_users_title": "Utilisateurs.trices banni.e.s", + "@banned_users_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_user_text": "utilisateur.trice banni.e", + "@banned_user_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 banned user", + "type": "text", + "placeholders": { + + } + }, + "banned_users_text": "utilisateurs.trices banni.e.s", + "@banned_users_text": { + "description": "Egs. Search banned users, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorites_title": "Favorites", + "@favorites_title": { + "type": "text", + "placeholders": { + + } + }, + "favorite_community": "communautĂ© prĂ©fĂ©rĂ©e", + "@favorite_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community", + "type": "text", + "placeholders": { + + } + }, + "favorite_communities": "communautĂ©s prĂ©fĂ©rĂ©es", + "@favorite_communities": { + "description": "Egs. Search favorite communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrated_title": "AdministrĂ©e", + "@administrated_title": { + "type": "text", + "placeholders": { + + } + }, + "administrated_community": "communautĂ© administrĂ©e", + "@administrated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community", + "type": "text", + "placeholders": { + + } + }, + "administrated_communities": "communautĂ©s administrĂ©es", + "@administrated_communities": { + "description": "Egs. Search administrated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "moderated_title": "ModĂ©rĂ©e(s)", + "@moderated_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_community": "communautĂ© modĂ©rĂ©e", + "@moderated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community", + "type": "text", + "placeholders": { + + } + }, + "moderated_communities": "communautĂ©s modĂ©rĂ©es", + "@moderated_communities": { + "description": "Egs. Search moderated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "joined_title": "Rejointe(s)", + "@joined_title": { + "type": "text", + "placeholders": { + + } + }, + "joined_community": "communautĂ© rejointe", + "@joined_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 joined community", + "type": "text", + "placeholders": { + + } + }, + "joined_communities": "communautĂ©s rejointes", + "@joined_communities": { + "description": "Egs. Search joined communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "join_communities_desc": "Rejoignez des communautĂ©s pour voir cet onglet prendre vie!", + "@join_communities_desc": { + "type": "text", + "placeholders": { + + } + }, + "refresh_text": "Actualiser", + "@refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_none_found": "Aucune communautĂ© tendance trouvĂ©e. RĂ©essayez dans quelques minutes.", + "@trending_none_found": { + "type": "text", + "placeholders": { + + } + }, + "trending_refresh": "Actualiser", + "@trending_refresh": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_all": "CommunautĂ©(s) tendance dans toutes les catĂ©gories", + "@trending_in_all": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_category": "CommunautĂ©(s) tendance dans {categoryName}", + "@trending_in_category": { + "type": "text", + "placeholders": { + "categoryName": { + + } + } + }, + "communities_title": "CommunautĂ©s", + "@communities_title": { + "type": "text", + "placeholders": { + + } + }, + "communities_no_category_found": "Aucune catĂ©gorie trouvĂ©e. RĂ©essayez s.v.p. dans quelques minutes.", + "@communities_no_category_found": { + "type": "text", + "placeholders": { + + } + }, + "communities_refresh_text": "Actualiser", + "@communities_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "communities_all_text": "Toutes", + "@communities_all_text": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_title": "Inviter Ă  la communautĂ©", + "@invite_to_community_title": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_singular": "connexion ou abonnĂ©.e", + "@invite_to_community_resource_singular": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 connection or follower", + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_plural": "connexions et abonnĂ©.e.s", + "@invite_to_community_resource_plural": { + "description": "Egs. Search connections and followers, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorite_action": "Ajouter la communautĂ© Ă  vos favorites", + "@favorite_action": { + "type": "text", + "placeholders": { + + } + }, + "unfavorite_action": "Retirer la communautĂ© de vos favorites", + "@unfavorite_action": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title": "Titre", + "@save_community_label_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title_hint_text": "par exemple : Voyage, Photographie, Jeux.", + "@save_community_label_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title": "Nom", + "@save_community_name_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title_hint_text": " par exemple: voyage, photographie, jeux.", + "@save_community_name_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_taken": "Le nom de communautĂ© '{takenName}' est pris", + "@save_community_name_taken": { + "type": "text", + "placeholders": { + "takenName": { + + } + } + }, + "save_community_name_label_color": "Couleur ", + "@save_community_name_label_color": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_color_hint_text": "(Appuyez pour changer)", + "@save_community_name_label_color_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type": "Type", + "@save_community_name_label_type": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type_hint_text": "(Appuyez pour changer)", + "@save_community_name_label_type_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites": "Invitations de membres", + "@save_community_name_member_invites": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites_subtitle": "Les membres peuvent inviter des gens Ă  la communautĂ©", + "@save_community_name_member_invites_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_category": "CatĂ©gorie", + "@save_community_name_category": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional": "Description · Facultative", + "@save_community_name_label_desc_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional_hint_text": "Votre communautĂ© est Ă  propos de quoi?", + "@save_community_name_label_desc_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional": "RĂšgles · Facultatives", + "@save_community_name_label_rules_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional_hint_text": "Y a-t-il quelque chose que vous aimeriez que les membres de votre communautĂ© sachent?", + "@save_community_name_label_rules_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective": "Adjectif de membre · Facultatif", + "@save_community_name_label_member_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective_hint_text": "par exemple: voyageur.e, photographe, joueur.se.", + "@save_community_name_label_member_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective": "Adjectif de membres · Facultatif", + "@save_community_name_label_members_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective_hint_text": "par exemple: voyageur.e.s, photographes, joueur.se.s.", + "@save_community_name_label_members_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_edit_community": "Modifier la communautĂ©", + "@save_community_edit_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_community": "CrĂ©er une communautĂ©", + "@save_community_create_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_save_text": "Enregistrer", + "@save_community_save_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_text": "CrĂ©er", + "@save_community_create_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_invite_people_title": "Inviter des gens Ă  la communautĂ©", + "@actions_invite_people_title": { + "type": "text", + "placeholders": { + + } + }, + "join_community": "Rejoindre", + "@join_community": { + "type": "text", + "placeholders": { + + } + }, + "leave_community": "Quitter", + "@leave_community": { + "type": "text", + "placeholders": { + + } + }, + "community_staff": "Personnel de la communautĂ©", + "@community_staff": { + "type": "text", + "placeholders": { + + } + }, + "post_singular": "publication", + "@post_singular": { + "type": "text", + "placeholders": { + + } + }, + "post_plural": "publications", + "@post_plural": { + "type": "text", + "placeholders": { + + } + }, + "rules_title": "RĂšgles de la communautĂ©", + "@rules_title": { + "type": "text", + "placeholders": { + + } + }, + "rules_text": "RĂšgles", + "@rules_text": { + "type": "text", + "placeholders": { + + } + }, + "name_characters_error": "Le nom ne peut contenir que des caractĂšres alphanumĂ©riques et des soulignements.", + "@name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "Le nom ne peut pas ĂȘtre plus long que {maxLength} caractĂšres.", + "@name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "name_empty_error": "Le nom ne peut pas ĂȘtre vide.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "title_range_error": "Le titre ne peut pas ĂȘtre plus long que {maxLength} caractĂšres.", + "@title_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "title_empty_error": "Le titre ne peut pas ĂȘtre vide.", + "@title_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "rules_range_error": "Les rĂšgles ne peuvent pas ĂȘtre plus longues que {maxLength} caractĂšres.", + "@rules_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "rules_empty_error": "Les rĂšgles ne peuvent pas ĂȘtre vides.", + "@rules_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "La description ne peut pas ĂȘtre plus longue que {maxLength} caractĂšres.", + "@description_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "adjectives_range_error": "Les adjectifs ne peuvent pas ĂȘtre plus longs que {maxLength} caractĂšres.", + "@adjectives_range_error": { + "description": "This refers to the customisable adjectives assigned to community members,eg. 1k travellers,5k photographers", + "type": "text", + "placeholders": { + "maxLength": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/fr/contextual_account_search_box.arb b/assets/i18n/fr/contextual_account_search_box.arb new file mode 100644 index 000000000..3788bd9b7 --- /dev/null +++ b/assets/i18n/fr/contextual_account_search_box.arb @@ -0,0 +1,10 @@ +{ + "suggestions": "Suggestions", + "@suggestions": { + "description": "The title to display on the suggestions when searching for accounts when trying to mention someone.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/fr/drawer.arb b/assets/i18n/fr/drawer.arb new file mode 100644 index 000000000..1a61aaa58 --- /dev/null +++ b/assets/i18n/fr/drawer.arb @@ -0,0 +1,305 @@ +{ + "menu_title": "Menu", + "@menu_title": { + "type": "text", + "placeholders": { + + } + }, + "main_title": "Mon Okuna", + "@main_title": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Mes cercles", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_lists": "Mes listes", + "@my_lists": { + "type": "text", + "placeholders": { + + } + }, + "my_followers": "Mes abonnĂ©.e.s", + "@my_followers": { + "type": "text", + "placeholders": { + + } + }, + "my_following": "Abonnements", + "@my_following": { + "type": "text", + "placeholders": { + + } + }, + "my_invites": "Mes invitations", + "@my_invites": { + "type": "text", + "placeholders": { + + } + }, + "my_pending_mod_tasks": "Mes tĂąches de modĂ©ration en attente", + "@my_pending_mod_tasks": { + "type": "text", + "placeholders": { + + } + }, + "my_mod_penalties": "Mes pĂ©nalitĂ©s de modĂ©ration", + "@my_mod_penalties": { + "type": "text", + "placeholders": { + + } + }, + "app_account_text": "Application et Compte", + "@app_account_text": { + "type": "text", + "placeholders": { + + } + }, + "themes": "ThĂšmes", + "@themes": { + "type": "text", + "placeholders": { + + } + }, + "global_moderation": "ModĂ©ration globale", + "@global_moderation": { + "type": "text", + "placeholders": { + + } + }, + "profile": "Profil", + "@profile": { + "type": "text", + "placeholders": { + + } + }, + "connections": "Mes connexions", + "@connections": { + "type": "text", + "placeholders": { + + } + }, + "lists": "Mes listes", + "@lists": { + "type": "text", + "placeholders": { + + } + }, + "settings": "ParamĂštres", + "@settings": { + "type": "text", + "placeholders": { + + } + }, + "application_settings": "ParamĂštres de l'application", + "@application_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings": "ParamĂštres du compte", + "@account_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_email": "Changer l'adresse courriel", + "@account_settings_change_email": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_password": "Changer le mot de passe", + "@account_settings_change_password": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_notifications": "Notifications", + "@account_settings_notifications": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language_text": "Langue", + "@account_settings_language_text": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language": "Langue ({currentUserLanguage})", + "@account_settings_language": { + "type": "text", + "placeholders": { + "currentUserLanguage": { + + } + } + }, + "account_settings_blocked_users": "Utilisateurs.trices bloquĂ©.e.s", + "@account_settings_blocked_users": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_delete_account": "Supprimer mon compte", + "@account_settings_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "help": "Assistance et commentaires", + "@help": { + "type": "text", + "placeholders": { + + } + }, + "customize": "Personnaliser", + "@customize": { + "type": "text", + "placeholders": { + + } + }, + "logout": "Fermer la session", + "@logout": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_title": "Liens utiles", + "@useful_links_title": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines": "Lignes directrices d'Okuna", + "@useful_links_guidelines": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_desc": "Les lignes directrices dont on s'attend que nous suivions tous.tes pour une coexistence saine et amicale.", + "@useful_links_guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github": "Tableau de projet Github", + "@useful_links_guidelines_github": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github_desc": "Regardez ce sur quoi nous travaillons actuellement", + "@useful_links_guidelines_github_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests": "Demandes de fonctionnalitĂ©s", + "@useful_links_guidelines_feature_requests": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests_desc": "Demander une fonctionnalitĂ© ou voter sur les demandes existantes", + "@useful_links_guidelines_feature_requests_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker": "Outil de suivi des bogues", + "@useful_links_guidelines_bug_tracker": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker_desc": "Signaler un bogue ou voter sur les bogues existants", + "@useful_links_guidelines_bug_tracker_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook": "Manuel d'Okuna", + "@useful_links_guidelines_handbook": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook_desc": "Un manuel avec tout ce qu'il y a Ă  savoir sur l'utilisation de la plateforme", + "@useful_links_guidelines_handbook_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support": "Supporter Okuna", + "@useful_links_support": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support_desc": "Trouvez un moyen de nous aider dans notre voyage !", + "@useful_links_support_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel": "ChaĂźne communautaire sur Slack", + "@useful_links_slack_channel": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel_desc": "Un endroit pour discuter de tout Ă  propos d'Okuna", + "@useful_links_slack_channel_desc": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/fr/error.arb b/assets/i18n/fr/error.arb new file mode 100644 index 000000000..35b7b182e --- /dev/null +++ b/assets/i18n/fr/error.arb @@ -0,0 +1,16 @@ +{ + "unknown_error": "Erreur inconnue", + "@unknown_error": { + "type": "text", + "placeholders": { + + } + }, + "no_internet_connection": "Aucune connexion Internet", + "@no_internet_connection": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/fr/moderation.arb b/assets/i18n/fr/moderation.arb new file mode 100644 index 000000000..7d5b166ff --- /dev/null +++ b/assets/i18n/fr/moderation.arb @@ -0,0 +1,503 @@ +{ + "filters_title": "Filtres de modĂ©ration", + "@filters_title": { + "type": "text", + "placeholders": { + + } + }, + "filters_reset": "RĂ©initialiser", + "@filters_reset": { + "type": "text", + "placeholders": { + + } + }, + "filters_verified": "VĂ©rifiĂ©", + "@filters_verified": { + "type": "text", + "placeholders": { + + } + }, + "filters_apply": "Appliquer les filtres", + "@filters_apply": { + "type": "text", + "placeholders": { + + } + }, + "filters_type": "Type", + "@filters_type": { + "type": "text", + "placeholders": { + + } + }, + "filters_status": "Statut", + "@filters_status": { + "type": "text", + "placeholders": { + + } + }, + "filters_other": "Autres", + "@filters_other": { + "type": "text", + "placeholders": { + + } + }, + "actions_review": "VĂ©rifier", + "@actions_review": { + "type": "text", + "placeholders": { + + } + }, + "actions_chat_with_team": "Discutez avec l'Ă©quipe", + "@actions_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "update_category_title": "Mettre Ă  jour une catĂ©gorie", + "@update_category_title": { + "type": "text", + "placeholders": { + + } + }, + "update_category_save": "Enregistrer", + "@update_category_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_save": "Enregistrer", + "@update_description_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_title": "Modifier la description", + "@update_description_title": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_desc": "Signaler la description", + "@update_description_report_desc": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_hint_text": "par exemple: l'Ă©lĂ©ment du signalement indique que...", + "@update_description_report_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "update_status_save": "Enregistrer", + "@update_status_save": { + "type": "text", + "placeholders": { + + } + }, + "update_status_title": "Mettre Ă  jour le statut", + "@update_status_title": { + "type": "text", + "placeholders": { + + } + }, + "community_review_title": "VĂ©rifier l'objet modĂ©rĂ©", + "@community_review_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_title": "Objet", + "@moderated_object_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_status": "Statut", + "@moderated_object_status": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_reports_count": "Nombre de signalements", + "@moderated_object_reports_count": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified_by_staff": "VĂ©rifiĂ© par le personnel d'Okuna", + "@moderated_object_verified_by_staff": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified": "VĂ©rifiĂ©", + "@moderated_object_verified": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_true_text": "Vrai", + "@moderated_object_true_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "moderated_object_false_text": "Faux", + "@moderated_object_false_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "community_review_object": "Objet", + "@community_review_object": { + "type": "text", + "placeholders": { + + } + }, + "community_review_approve": "Approuver", + "@community_review_approve": { + "type": "text", + "placeholders": { + + } + }, + "community_review_reject": "rejeter", + "@community_review_reject": { + "type": "text", + "placeholders": { + + } + }, + "community_review_item_verified": "Ce signalement a Ă©tĂ© vĂ©rifiĂ©", + "@community_review_item_verified": { + "type": "text", + "placeholders": { + + } + }, + "global_review_title": "VĂ©rifier l'objet modĂ©rĂ©", + "@global_review_title": { + "type": "text", + "placeholders": { + + } + }, + "global_review_object_text": "Objet", + "@global_review_object_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_verify_text": "VĂ©rifier ", + "@global_review_verify_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_unverify_text": "Ne pas vĂ©rifier", + "@global_review_unverify_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_title": "Envoyer le signalement", + "@confirm_report_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_details": "Pouvez-vous fournir des dĂ©tails supplĂ©mentaires qui pourraient ĂȘtre pertinents au signalement?", + "@confirm_report_provide_details": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_info": "(Facultatif)", + "@confirm_report_provide_optional_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_hint_text": "Tapez ici...", + "@confirm_report_provide_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next": "Voici ce qui va se passer ensuite :", + "@confirm_report_provide_happen_next": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next_desc": "- Votre signalement sera envoyĂ© de façon anonyme.\n- Si vous signalez une publication ou un commentaire, le signalement sera envoyĂ© au personel d'Okuna et si cela s'applique, les modĂ©rateurs.trices de la communautĂ©, puis la publication sera retirĂ©e de votre fil d'actualitĂ©s.\n- Si vous signalez un compte ou une communautĂ©, le signalement sera envoyĂ© au personel d'Okuna.\n- Nous allons vĂ©rifier le signalement et si nous l'approuvons, le contenu fautif sera supprimĂ© et des pĂ©nalitĂ©s seront dĂ©cernĂ©es aux personnes visĂ©es, allant d'une suspension temporaire jusqu'Ă  la suppression du compte, dĂ©pendant de la sĂ©vĂ©ritĂ© de la transgression.\n- S'il est Ă©tabli que le signalement a Ă©tĂ© fait dans une tentative d'endommager la rĂ©putation d'un.e autre membre ou communautĂ© dans la plateforme, sans qu'il y ait une offense de la dite raison du signalement, les pĂ©nalitĂ©s s'appliqueront Ă  vous.\n", + "@confirm_report_provide_happen_next_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_submit": "Je comprends, envoyer.", + "@confirm_report_submit": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_user_reported": "Utilisateur.trice signalĂ©.e", + "@confirm_report_user_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_community_reported": "CommunautĂ© signalĂ©e", + "@confirm_report_community_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_reported": "Publication signalĂ©e", + "@confirm_report_post_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_comment_reported": "Commentaire sur une publication signalĂ©", + "@confirm_report_post_comment_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_item_reported": "Objet signalĂ©", + "@confirm_report_item_reported": { + "type": "text", + "placeholders": { + + } + }, + "community_moderated_objects": "Objets modĂ©rĂ©s de la communautĂ©", + "@community_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "globally_moderated_objects": "Objets modĂ©rĂ©s globalement", + "@globally_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "tap_to_retry": "Appuyer pour rĂ©essayer de charger les Ă©lĂ©ments", + "@tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "report_post_text": "Signaler la publication", + "@report_post_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_post_text": "Vous avez signalĂ© cette publication", + "@you_have_reported_post_text": { + "type": "text", + "placeholders": { + + } + }, + "report_account_text": "Signaler le compte", + "@report_account_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_account_text": "Vous avez signalĂ© ce compte", + "@you_have_reported_account_text": { + "type": "text", + "placeholders": { + + } + }, + "report_community_text": "Signaler la communautĂ©", + "@report_community_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_community_text": "Vous avez signalĂ© cette communautĂ©", + "@you_have_reported_community_text": { + "type": "text", + "placeholders": { + + } + }, + "report_comment_text": "Signaler le commentaire", + "@report_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_comment_text": "Vous avez signalĂ© ce commentaire", + "@you_have_reported_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "description_text": "Description", + "@description_text": { + "type": "text", + "placeholders": { + + } + }, + "no_description_text": "Aucune description", + "@no_description_text": { + "type": "text", + "placeholders": { + + } + }, + "category_text": "CatĂ©gorie", + "@category_text": { + "type": "text", + "placeholders": { + + } + }, + "reporter_text": "Signaleur.euse", + "@reporter_text": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_title": "Signalements", + "@reports_preview_title": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_resource_reports": "signalements", + "@reports_preview_resource_reports": { + "description": "Usage: See all reports..", + "type": "text", + "placeholders": { + + } + }, + "reports_see_all": "Voir tous les {resourceCount} {resourceName}", + "@reports_see_all": { + "description": "Usage: See all 4 reports.", + "type": "text", + "placeholders": { + "resourceCount": { + + }, + "resourceName": { + + } + } + }, + "object_status_title": "Statut", + "@object_status_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_tasks_title": "TĂąches de modĂ©ration en attente", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_singular": "tĂąche de modĂ©ration en attente", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_plural": "tĂąches de modĂ©ration en attente", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_title": "PĂ©nalitĂ©s de modĂ©ration", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resouce_singular": "pĂ©nalitĂ© de modĂ©ration", + "@my_moderation_penalties_resouce_singular": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resource_plural": "pĂ©nalitĂ©s de modĂ©ration", + "@my_moderation_penalties_resource_plural": { + "description": "See all moderation penalties, No moderation penalties found etc..", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/fr/notifications.arb b/assets/i18n/fr/notifications.arb new file mode 100644 index 000000000..1c1876e51 --- /dev/null +++ b/assets/i18n/fr/notifications.arb @@ -0,0 +1,208 @@ +{ + "settings_title": "ParamĂštres de notifications", + "@settings_title": { + "type": "text", + "placeholders": {} + }, + "general_title": "Notifications", + "@general_title": { + "type": "text", + "placeholders": {} + }, + "general_desc": "Soyez averti.e lorsque quelque chose se produit", + "@general_desc": { + "type": "text", + "placeholders": {} + }, + "follow_title": "Nouvel.le abonnĂ©.e", + "@follow_title": { + "type": "text", + "placeholders": {} + }, + "follow_desc": "Soyez averti.e lorsque quelqu'un s'abonne Ă  vous", + "@follow_desc": { + "type": "text", + "placeholders": {} + }, + "connection_title": "Demande de connexion", + "@connection_title": { + "type": "text", + "placeholders": {} + }, + "connection_desc": "Soyez averti.e lorsque quelqu'un veut se connecter avec vous", + "@connection_desc": { + "type": "text", + "placeholders": {} + }, + "comment_title": "Commentaire sur l'une de vos publications", + "@comment_title": { + "type": "text", + "placeholders": {} + }, + "comment_desc": "Soyez averti.e lorsque quelqu'un commente sur l'une de vos publications ou une sur laquelle vous avez commentĂ©", + "@comment_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reply_title": "RĂ©ponse Ă  l'un de vos commentaires sur une publication", + "@comment_reply_title": { + "type": "text", + "placeholders": {} + }, + "comment_reply_desc": "Soyez averti.e lorsque quelqu'un rĂ©pond Ă  l'un de vos commentaires ou un auquel vous avez aussi rĂ©pondu", + "@comment_reply_desc": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_title": "Mention sur un commentaire d'une publication", + "@comment_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_desc": "Soyez averti.e lorsque quelqu'un vous mentionne sur l'un de leurs commentaires", + "@comment_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_title": "Mention sur une publication", + "@post_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_desc": "Soyez averti.e lorsque quelqu'un vous mentionne sur l'une de leurs publications", + "@post_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_title": "RĂ©action Ă  l'un de vos commentaires sur une publication", + "@comment_reaction_title": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_desc": "Soyez averti.e lorsque quelqu'un rĂ©agit Ă  l'un de vos commentaires sur une publication", + "@comment_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "post_reaction_title": "RĂ©action sur l'une de vos publications", + "@post_reaction_title": { + "type": "text", + "placeholders": {} + }, + "post_reaction_desc": "Soyez averti.e lorsque quelqu'un rĂ©agit Ă  l'une de vos publications", + "@post_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "community_invite_title": "Invitation Ă  une communautĂ©", + "@community_invite_title": { + "type": "text", + "placeholders": {} + }, + "community_invite_desc": "Soyez averti.e lorsque quelqu'un vous invite Ă  rejoindre une communautĂ©", + "@community_invite_desc": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_notifications": "Activer les notifications de publications", + "@mute_post_turn_on_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_notifications": "DĂ©sactiver les notifications de publications", + "@mute_post_turn_off_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_comment_notifications": "Activer les notifications de commentaires sur les publications", + "@mute_post_turn_on_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_comment_notifications": "DĂ©sactiver les notifications de commentaires sur les publications", + "@mute_post_turn_off_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "connection_request_tile": "[name] · [username] veut se connecter avec vous.", + "@connection_request_tile": { + "description": "Eg.: James @jamest wants to connect with you.", + "type": "text", + "placeholders": {} + }, + "accepted_connection_request_tile": "[name] · [username] a acceptĂ© votre demande de connexion.", + "@accepted_connection_request_tile": { + "description": "Eg.: James @jamest accepted your connection request.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_tile": "[name] · [username] a rĂ©agi Ă  votre publication.", + "@reacted_to_post_tile": { + "description": "Eg.: James @jamest reacted to your post.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_comment_tile": "[name] · [username] a rĂ©agi Ă  votre commentaire sur une publication.", + "@reacted_to_post_comment_tile": { + "description": "Eg.: James @jamest reacted to your post comment.", + "type": "text", + "placeholders": {} + }, + "following_you_tile": "[name] · [username] est maintenant l'un.e de vos abonnĂ©.e.s", + "@following_you_tile": { + "description": "Eg.: James @jamest is now following you.", + "type": "text", + "placeholders": {} + }, + "user_community_invite_tile": "[name] · [username] vous a invitĂ©.e Ă  rejoindre la communautĂ© \/c\/{communityName}.", + "@user_community_invite_tile": { + "description": "Eg.: James @jamest has invited you to join community \/c\/okuna.", + "type": "text", + "placeholders": { + "communityName": {} + } + }, + "comment_reply_notification_tile_user_replied": "[name] · [username] a rĂ©pondu : {postCommentText}", + "@comment_reply_notification_tile_user_replied": { + "description": "For.eg. James @jamest replied.", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_reply_notification_tile_user_also_replied": "[name] · [username] a aussi rĂ©pondu : {postCommentText}", + "@comment_reply_notification_tile_user_also_replied": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_commented": "[name] · [username] a commentĂ© sur votre publication : {postCommentText}", + "@comment_comment_notification_tile_user_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_also_commented": "[name] · [username] a Ă©galement commentĂ© : {postCommentText}", + "@comment_comment_notification_tile_user_also_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_comment_tile": "[name] [username] vous a mentionnĂ©.e sur un commentaire: {postCommentText}", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_tile": "[name] [username] vous a mentionnĂ©.e sur une publication.", + "@mentioned_in_post_tile": { + "description": "Eg.: James @jamest mentioned you on a post.", + "type": "text", + "placeholders": {} + } +} \ No newline at end of file diff --git a/assets/i18n/fr/post.arb b/assets/i18n/fr/post.arb new file mode 100644 index 000000000..63c9cc6aa --- /dev/null +++ b/assets/i18n/fr/post.arb @@ -0,0 +1,810 @@ +{ + "open_post": "Ouvrir la publication", + "@open_post": { + "type": "text", + "placeholders": { + + } + }, + "close_post": "Fermer la publication", + "@close_post": { + "type": "text", + "placeholders": { + + } + }, + "post_opened": "Publication ouverte", + "@post_opened": { + "type": "text", + "placeholders": { + + } + }, + "post_closed": "Publication fermĂ©e", + "@post_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_required_error": "Le commentaire ne peut pas ĂȘtre vide.", + "@comment_required_error": { + "type": "text", + "placeholders": { + + } + }, + "comment_maxlength_error": "Un commentaire ne peut pas ĂȘtre plus long que {maxLength} caractĂšres.", + "@comment_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "timeline_posts_all_loaded": "🎉 Toutes les publications chargĂ©es", + "@timeline_posts_all_loaded": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_title": "Tenez bon !", + "@timeline_posts_refreshing_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_subtitle": "Chargement de votre fil d'actualitĂ©s.", + "@timeline_posts_refreshing_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_title": "Votre fil d'actualitĂ©s est vide.", + "@timeline_posts_no_more_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_subtitle": "Suivez des utilisateurs.trices ou rejoignez une communautĂ© pour commencer !", + "@timeline_posts_no_more_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_title": "Impossible de charger votre fil d'actualitĂ©s.", + "@timeline_posts_failed_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_subtitle": "RĂ©essayez dans quelques secondes", + "@timeline_posts_failed_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_title": "Quelque chose ne va pas.", + "@timeline_posts_default_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_subtitle": "Essayez de rafraĂźchir le fil d'actualitĂ©s.", + "@timeline_posts_default_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refresh_posts": "Actualiser les publications", + "@timeline_posts_refresh_posts": { + "type": "text", + "placeholders": { + + } + }, + "no_circles_for": "Aucun cercle trouvĂ© correspondant Ă  '{circlesSearchQuery}'.", + "@no_circles_for": { + "type": "text", + "placeholders": { + "circlesSearchQuery": { + + } + } + }, + "share_to_circles": "Partager vers les cercles", + "@share_to_circles": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_post": " Publication", + "@profile_counts_post": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_posts": "Publications", + "@profile_counts_posts": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_followers": " AbonnĂ©.e.s", + "@profile_counts_followers": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_following": " Abonnements", + "@profile_counts_following": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_follower": " AbonnĂ©.e", + "@profile_counts_follower": { + "type": "text", + "placeholders": { + + } + }, + "action_comment": "Commenter", + "@action_comment": { + "type": "text", + "placeholders": { + + } + }, + "action_react": "RĂ©agir", + "@action_react": { + "type": "text", + "placeholders": { + + } + }, + "action_reply": "RĂ©pondre", + "@action_reply": { + "type": "text", + "placeholders": { + + } + }, + "share": "Partager", + "@share": { + "type": "text", + "placeholders": { + + } + }, + "share_to": "Partager vers", + "@share_to": { + "type": "text", + "placeholders": { + + } + }, + "sharing_post_to": "Partager la publication vers", + "@sharing_post_to": { + "type": "text", + "placeholders": { + + } + }, + "you_shared_with": "Vous avez partagĂ© avec", + "@you_shared_with": { + "type": "text", + "placeholders": { + + } + }, + "shared_privately_on": "PartagĂ©.e en privĂ© sur", + "@shared_privately_on": { + "description": "Eg. Shared privately on @shantanu's circles. See following string, usernames_circles . Will combine this in future, needs refactoring.", + "type": "text", + "placeholders": { + + } + }, + "usernames_circles": "cercles de {postCreatorUsername}", + "@usernames_circles": { + "type": "text", + "placeholders": { + "postCreatorUsername": { + + } + } + }, + "share_community": "Partager", + "@share_community": { + "type": "text", + "placeholders": { + + } + }, + "share_to_community": "Partagez vers la communautĂ©", + "@share_to_community": { + "type": "text", + "placeholders": { + + } + }, + "share_community_title": "Une communautĂ©", + "@share_community_title": { + "type": "text", + "placeholders": { + + } + }, + "share_community_desc": "Partagez la publication vers une communautĂ© dont vous faites partie.", + "@share_community_desc": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Mes cercles", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_circles_desc": "Partagez la publication vers un ou plusieurs de vos cercles.", + "@my_circles_desc": { + "type": "text", + "placeholders": { + + } + }, + "world_circle_name": "Monde entier", + "@world_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "search_circles": "Rechercher dans les cercles...", + "@search_circles": { + "type": "text", + "placeholders": { + + } + }, + "reaction_list_tap_retry": "Appuyez pour rĂ©essayer de charger les rĂ©actions.", + "@reaction_list_tap_retry": { + "type": "text", + "placeholders": { + + } + }, + "create_new": "Nouvelle publication", + "@create_new": { + "type": "text", + "placeholders": { + + } + }, + "create_next": "Suivant", + "@create_next": { + "type": "text", + "placeholders": { + + } + }, + "create_photo": "Photo", + "@create_photo": { + "type": "text", + "placeholders": { + + } + }, + "commenter_post_text": "Publication", + "@commenter_post_text": { + "type": "text", + "placeholders": { + + } + }, + "commenter_write_something": "Écrivez quelque chose...", + "@commenter_write_something": { + "type": "text", + "placeholders": { + + } + }, + "edit_title": "Modifier la publication", + "@edit_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_save": "Enregistrer", + "@edit_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_save": "Enregistrer", + "@commenter_expanded_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_join_conversation": "Participez Ă  la conversation...", + "@commenter_expanded_join_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_start_conversation": "Commencer une conversation...", + "@commenter_expanded_start_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_edit_comment": "Modifier le commentaire", + "@commenter_expanded_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "is_closed": "Publication fermĂ©e", + "@is_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_comment": "RĂ©pondre au commentaire", + "@comment_reply_expanded_reply_comment": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_post": "Publication", + "@comment_reply_expanded_post": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_hint_text": "Votre rĂ©ponse...", + "@comment_reply_expanded_reply_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_title": "Publications tendance", + "@trending_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_no_trending_posts": "Il n'y a pas de publications tendance. Essayez d'actualiser la page dans quelques secondes.", + "@trending_posts_no_trending_posts": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_refresh": "Actualiser", + "@trending_posts_refresh": { + "type": "text", + "placeholders": { + + } + }, + "comments_view_all_comments": "Afficher tous les {commentsCount} commentaires", + "@comments_view_all_comments": { + "type": "text", + "placeholders": { + "commentsCount": { + + } + } + }, + "comments_closed_post": "Publication fermĂ©e", + "@comments_closed_post": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled": "Commentaires dĂ©sactivĂ©s", + "@comments_disabled": { + "type": "text", + "placeholders": { + + } + }, + "text_copied": "Texte copiĂ© !", + "@text_copied": { + "type": "text", + "placeholders": { + + } + }, + "post_reactions_title": "RĂ©actions Ă  la publication", + "@post_reactions_title": { + "type": "text", + "placeholders": { + + } + }, + "have_not_shared_anything": "Vous n'avez encore rien partagĂ©.", + "@have_not_shared_anything": { + "type": "text", + "placeholders": { + + } + }, + "user_has_not_shared_anything": "{name} n'a encore rien partagĂ©.", + "@user_has_not_shared_anything": { + "type": "text", + "placeholders": { + "name": { + + } + } + }, + "comments_header_newest_replies": "RĂ©ponses les plus rĂ©centes", + "@comments_header_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newer": "Plus rĂ©cents", + "@comments_header_newer": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_replies": "Voir les rĂ©ponses les plus rĂ©centes", + "@comments_header_view_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_replies": "Voir les rĂ©ponses les plus rĂ©centes", + "@comments_header_see_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_replies": "RĂ©ponses les plus anciennes", + "@comments_header_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_older": "Plus anciens", + "@comments_header_older": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_replies": "Voir les rĂ©ponses les plus anciennes", + "@comments_header_view_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_replies": "Voir les rĂ©ponses les plus anciennes", + "@comments_header_see_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_replies": "Soyez le \/ la premier.Ăšre Ă  rĂ©pondre", + "@comments_header_be_the_first_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newest_comments": "Commentaires les plus rĂ©cents", + "@comments_header_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_comments": "Voir les commentaires les plus rĂ©cents", + "@comments_header_view_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_comments": "Voir les commentaires les plus rĂ©cents", + "@comments_header_see_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_comments": "Commentaires les plus anciens", + "@comments_header_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_comments": "Voir les commentaires les plus anciens", + "@comments_header_view_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_comments": "Voir les commentaires les plus anciens", + "@comments_header_see_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_comments": "Soyez le \/ la premier.Ăšre Ă  commenter", + "@comments_header_be_the_first_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_title": "Commentaires sur la publication", + "@comments_page_title": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_to_load": "Pas d'autres commentaires Ă  charger", + "@comments_page_no_more_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry": "Appuyer pour rĂ©essayer de charger les commentaires.", + "@comments_page_tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry_replies": "Appuyer pour rĂ©essayer de charger les rĂ©ponses.", + "@comments_page_tap_to_retry_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_replies_to_load": "Pas d'autres rĂ©ponses Ă  charger", + "@comments_page_no_more_replies_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_replies_title": "RĂ©ponses Ă  la publication", + "@comments_page_replies_title": { + "type": "text", + "placeholders": { + + } + }, + "disable_post_comments": "DĂ©sactiver les commentaires sur la publication", + "@disable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "enable_post_comments": "Activer les commentaires sur la publication", + "@enable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_enabled_message": "Commentaires activĂ©s pour la publication", + "@comments_enabled_message": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled_message": "Commentaires dĂ©sactivĂ©s pour la publication", + "@comments_disabled_message": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete": "Supprimer la publication", + "@actions_delete": { + "type": "text", + "placeholders": { + + } + }, + "actions_deleted": "Publication supprimĂ©e", + "@actions_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete_comment": "Supprimer le commentaire", + "@actions_delete_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_edit_comment": "Modifier le commentaire", + "@actions_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_comment_deleted": "Commentaire supprimĂ©", + "@actions_comment_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_report_text": "Signaler", + "@actions_report_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_reported_text": "SignalĂ©.e", + "@actions_reported_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_show_more_text": "Afficher plus", + "@actions_show_more_text": { + "description": "Shown for posts with long text to expand the entire text.", + "type": "text", + "placeholders": { + + } + }, + "time_short_years": "an", + "@time_short_years": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3y. Keep it as short as possible", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_year": "1an", + "@time_short_one_year": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_weeks": "sem", + "@time_short_weeks": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 5w.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_week": "1sem", + "@time_short_one_week": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_days": "j", + "@time_short_days": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3d. Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_day": "1j", + "@time_short_one_day": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_hours": "h", + "@time_short_hours": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3h.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_hour": "1h", + "@time_short_one_hour": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_minutes": "m", + "@time_short_minutes": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13m.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_seconds": "s", + "@time_short_seconds": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13s Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_minute": "1m", + "@time_short_one_minute": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_now_text": "maintenant", + "@time_short_now_text": { + "description": "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/fr/user.arb b/assets/i18n/fr/user.arb new file mode 100644 index 000000000..6f5684fb5 --- /dev/null +++ b/assets/i18n/fr/user.arb @@ -0,0 +1,1347 @@ +{ + "thousand_postfix": "mille", + "@thousand_postfix": { + "description": "For eg. communty has 3k members", + "type": "text", + "placeholders": { + + } + }, + "million_postfix": "million", + "@million_postfix": { + "description": "For eg. user has 3m followers", + "type": "text", + "placeholders": { + + } + }, + "billion_postfix": "milliard", + "@billion_postfix": { + "description": "For eg. World circle has 7.5b people", + "type": "text", + "placeholders": { + + } + }, + "translate_see_translation": "Voir la traduction", + "@translate_see_translation": { + "type": "text", + "placeholders": { + + } + }, + "translate_show_original": "Afficher l'original", + "@translate_show_original": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_account": "1 Compte", + "@follows_lists_account": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_accounts": "{prettyUsersCount} Comptes", + "@follows_lists_accounts": { + "description": "prettyUsersCount will be 3m, 50k etc.. so we endup with final string 3k Accounts", + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "edit_profile_user_name_taken": "Le nom d'utilisateur.trice @{username} est pris", + "@edit_profile_user_name_taken": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "profile_action_deny_connection": "Refuser la demande de connexion", + "@profile_action_deny_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_blocked": "Utilisateur.trice bloquĂ©.e", + "@profile_action_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_unblocked": "Utilisateur.trice dĂ©bloquĂ©.e", + "@profile_action_user_unblocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_cancel_connection": "Annuler la demande de connexion", + "@profile_action_cancel_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_url_invalid_error": "Veuillez fournir une adresse web valide.", + "@profile_url_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "profile_location_length_error": "La nom de localitĂ© ne peut pas ĂȘtre plus long que {maxLength} caractĂšres.", + "@profile_location_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "profile_bio_length_error": "La bio ne peut pas ĂȘtre plus longue que {maxLength} caractĂšres.", + "@profile_bio_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "follow_button_follow_text": "Suivre", + "@follow_button_follow_text": { + "type": "text", + "placeholders": { + + } + }, + "follow_button_unfollow_text": "Ne plus suivre", + "@follow_button_unfollow_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_username": "Nom d'utilisateur.trice", + "@edit_profile_username": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_account_lists": "Mettre Ă  jour les listes de comptes", + "@add_account_update_account_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_to_lists": "Ajouter le compte Ă  la liste", + "@add_account_to_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_lists": "Mettre Ă  jour les listes", + "@add_account_update_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_save": "Enregistrer", + "@add_account_save": { + "type": "text", + "placeholders": { + + } + }, + "add_account_done": "TerminĂ©", + "@add_account_done": { + "type": "text", + "placeholders": { + + } + }, + "add_account_success": "OpĂ©ration rĂ©ussie", + "@add_account_success": { + "type": "text", + "placeholders": { + + } + }, + "emoji_field_none_selected": "Aucune Ă©moticĂŽne sĂ©lectionnĂ©e", + "@emoji_field_none_selected": { + "type": "text", + "placeholders": { + + } + }, + "emoji_search_none_found": "Aucune Ă©moticĂŽne trouvĂ©e correspondant Ă  '{searchQuery}'.", + "@emoji_search_none_found": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "follow_lists_title": "Mes listes", + "@follow_lists_title": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_search_for": "Rechercher une liste...", + "@follow_lists_search_for": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found": "Aucune liste trouvĂ©e.", + "@follow_lists_no_list_found": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found_for": "Aucune liste trouvĂ©e pour '{searchQuery}'", + "@follow_lists_no_list_found_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "list_name_empty_error": "Le nom de liste ne peut pas ĂȘtre vide.", + "@list_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "list_name_range_error": "Le nom de liste ne peut pas ĂȘtre plus long que {maxLength} caractĂšres.", + "@list_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "circle_name_empty_error": "Le nom de cercle ne peut pas ĂȘtre vide.", + "@circle_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "circle_name_range_error": "Le nom de cercle ne peut pas ĂȘtre plus long que {maxLength} caractĂšres.", + "@circle_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "save_follows_list_name": "Nom", + "@save_follows_list_name": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_hint_text": "par exemple : Voyage, Photographie", + "@save_follows_list_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_name_taken": "Le nom de liste '{listName}' est pris", + "@save_follows_list_name_taken": { + "type": "text", + "placeholders": { + "listName": { + + } + } + }, + "save_follows_list_emoji": "ÉmoticĂŽne", + "@save_follows_list_emoji": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_users": "Utilisateurs.trices", + "@save_follows_list_users": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_edit": "Modifier la liste", + "@save_follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_create": "CrĂ©er une liste", + "@save_follows_list_create": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_save": "Enregistrer", + "@save_follows_list_save": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_emoji_required_error": "ÉmoticĂŽne est requise", + "@save_follows_list_emoji_required_error": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_edit": "Modifier", + "@follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_header_title": "Utilisateurs.trices", + "@follows_list_header_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_name": "Nom", + "@edit_profile_name": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_url": "Site web", + "@edit_profile_url": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_location": "LocalitĂ©", + "@edit_profile_location": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_bio": "Bio", + "@edit_profile_bio": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_followers_count": "Nombre d'abonnĂ©.e.s", + "@edit_profile_followers_count": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_title": "Modifier le profil", + "@edit_profile_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_save_text": "Enregistrer", + "@edit_profile_save_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image": "Choisir une image", + "@edit_profile_pick_image": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_delete": "Supprimer", + "@edit_profile_delete": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image_error_too_large": "Image trop grande (limite : {limit} Mo)", + "@edit_profile_pick_image_error_too_large": { + "type": "text", + "placeholders": { + "limit": { + + } + } + }, + "tile_following": " · AbonnĂ©.e Ă ", + "@tile_following": { + "type": "text", + "placeholders": { + + } + }, + "following_text": "AbonnĂ©.e Ă ", + "@following_text": { + "type": "text", + "placeholders": { + + } + }, + "following_resource_name": "utilisateurs.trices auxquels.elles vous ĂȘtes abonnĂ©.e", + "@following_resource_name": { + "description": "Eg: Search followed users.., No followed users found. etc ", + "type": "text", + "placeholders": { + + } + }, + "tile_delete": "Supprimer", + "@tile_delete": { + "type": "text", + "placeholders": { + + } + }, + "invite": "Inviter", + "@invite": { + "type": "text", + "placeholders": { + + } + }, + "uninvite": "Annuler l'invitation", + "@uninvite": { + "type": "text", + "placeholders": { + + } + }, + "invite_member": "Membre", + "@invite_member": { + "type": "text", + "placeholders": { + + } + }, + "invite_someone_message": "Bonjour, je voudrais vous inviter Ă  Okuna! PremiĂšrement, tĂ©lĂ©chargez l'application sur iTunes ({iosLink}) ou le Play Store ({androidLink}). DeuxiĂšmement, collez ce lien d'invitation personnalisĂ© dans le formulaire \"Inscription\" dans l'application Okuna : {inviteLink}", + "@invite_someone_message": { + "type": "text", + "placeholders": { + "iosLink": { + + }, + "androidLink": { + + }, + "inviteLink": { + + } + } + }, + "connections_header_circle_desc": "Le cercle oĂč toutes vos connexions sont ajoutĂ©es.", + "@connections_header_circle_desc": { + "type": "text", + "placeholders": { + + } + }, + "connections_header_users": "Utilisateurs.trices", + "@connections_header_users": { + "type": "text", + "placeholders": { + + } + }, + "connection_pending": "En attente", + "@connection_pending": { + "type": "text", + "placeholders": { + + } + }, + "connection_circle_edit": "Modifier", + "@connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "connections_circle_delete": "Supprimer", + "@connections_circle_delete": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_name": "Nom", + "@save_connection_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_hint": "par exemple: amis, famille, travail.", + "@save_connection_circle_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_name": "Couleur ", + "@save_connection_circle_color_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_hint": "(Appuyez pour changer)", + "@save_connection_circle_color_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_users": "Utilisateurs.trices", + "@save_connection_circle_users": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_edit": "Modifier le cercle", + "@save_connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_create": "CrĂ©er un cercle", + "@save_connection_circle_create": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_save": "Enregistrer", + "@save_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_save": "Enregistrer", + "@update_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_updated": "Connexion mise Ă  jour", + "@update_connection_circle_updated": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circles_title": "Mettre Ă  jour les cercles de connexions", + "@update_connection_circles_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_with": "Confirmer la connexion avec {userName}", + "@confirm_connection_with": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "confirm_connection_add_connection": "Ajouter la connexion au cercle", + "@confirm_connection_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_connection_confirmed": "Connexion confirmĂ©e", + "@confirm_connection_connection_confirmed": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_confirm_text": "Confirmer", + "@confirm_connection_confirm_text": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_connect_with_username": "Se connecter avec {userName}", + "@connect_to_user_connect_with_username": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "connect_to_user_add_connection": "Ajouter la connexion au cercle", + "@connect_to_user_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_done": "TerminĂ©", + "@connect_to_user_done": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_request_sent": "Demande de connexion envoyĂ©e", + "@connect_to_user_request_sent": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list": "Supprimer le compte des listes", + "@remove_account_from_list": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list_success": "OpĂ©ration rĂ©ussie", + "@remove_account_from_list_success": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_title": "Confirmation", + "@confirm_block_user_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_info": "Vous ne verrez pas vos publications respectives ni ne pourrez interagir de quelque maniĂšre que ce soit.", + "@confirm_block_user_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_yes": "Oui", + "@confirm_block_user_yes": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_no": "Non", + "@confirm_block_user_no": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_blocked": "Utilisateur.trice bloquĂ©.e.", + "@confirm_block_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_question": "Êtes-vous sĂ»r.e de vouloir bloquer @{username}?", + "@confirm_block_user_question": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "save_connection_circle_name_taken": "Le nom de cercle '{takenConnectionsCircleName}' est pris", + "@save_connection_circle_name_taken": { + "type": "text", + "placeholders": { + "takenConnectionsCircleName": { + + } + } + }, + "timeline_filters_title": "Filtres du fil d'actualitĂ©s", + "@timeline_filters_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_search_desc": "Recherche de cercles et de listes...", + "@timeline_filters_search_desc": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_clear_all": "Tout effacer", + "@timeline_filters_clear_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_apply_all": "Appliquer les filtres", + "@timeline_filters_apply_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_circles": "Cercles", + "@timeline_filters_circles": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_lists": "Listes", + "@timeline_filters_lists": { + "type": "text", + "placeholders": { + + } + }, + "followers_title": "AbonnĂ©.e.s", + "@followers_title": { + "type": "text", + "placeholders": { + + } + }, + "follower_singular": "abonnĂ©.e", + "@follower_singular": { + "type": "text", + "placeholders": { + + } + }, + "follower_plural": "abonnĂ©.e.s", + "@follower_plural": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_title": "Supprimer mon compte", + "@delete_account_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd": "Mot de passe actuel", + "@delete_account_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd_hint": "Entrez votre mot de passe actuel", + "@delete_account_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_next": "Suivant", + "@delete_account_next": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_title": "Confirmation", + "@delete_account_confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc": "Êtes-vous sĂ»r.e de vouloir supprimer votre compte ?", + "@delete_account_confirmation_desc": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc_info": "Ceci est une action permanente et irrĂ©versible.", + "@delete_account_confirmation_desc_info": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_no": "Non", + "@delete_account_confirmation_no": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_yes": "Oui", + "@delete_account_confirmation_yes": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_goodbye": "Au revoir 😱", + "@delete_account_confirmation_goodbye": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create_title": "CrĂ©er une invitation", + "@invites_create_create_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_edit_title": "Modifier l'invitation", + "@invites_create_edit_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_save": "Enregistrer", + "@invites_create_save": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create": "CrĂ©er", + "@invites_create_create": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_title": "Pseudonyme", + "@invites_create_name_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_hint": "par exemple : Madame Une Telle", + "@invites_create_name_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending": "En attente", + "@invites_pending": { + "type": "text", + "placeholders": { + + } + }, + "invites_delete": "Supprimer", + "@invites_delete": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_text": "Inviter", + "@invites_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself": "Partager l'invitation par vous-mĂȘme", + "@invites_share_yourself": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself_desc": "Choisissez parmi les applications de messagerie, etc.", + "@invites_share_yourself_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email": "Partager l'invitation par courriel", + "@invites_share_email": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_text": "Adresse courriel", + "@invites_email_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_hint": "par exemple : madameunetelle@courriel.com", + "@invites_email_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_invite_text": "Invitation par courriel", + "@invites_email_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_send_text": "Envoyer", + "@invites_email_send_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_sent_text": "Courriel d'invitation envoyĂ©", + "@invites_email_sent_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email_desc": "Nous enverrons en votre nom un courriel d'invitation avec des instructions", + "@invites_share_email_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_edit_text": "Modifier", + "@invites_edit_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_title": "Mes invitations", + "@invites_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_title": "AcceptĂ©e(s)", + "@invites_accepted_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_name": "invitation(s) acceptĂ©e(s)", + "@invites_accepted_group_name": { + "description": "Egs where this will end up: Accepted invites (capitalised title), Search accepted invites, See all accepted invites ", + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_item_name": "invitation acceptĂ©e", + "@invites_accepted_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_name": "invitation(s) en attente", + "@invites_pending_group_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_item_name": "invitation en attente", + "@invites_pending_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_used": "Il semble que vous n'ayez utilisĂ© aucune invitation.", + "@invites_none_used": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_left": "Vous n'avez pas d'invitations disponibles.", + "@invites_none_left": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_a_friend": "Inviter un.e ami.e", + "@invites_invite_a_friend": { + "type": "text", + "placeholders": { + + } + }, + "invites_refresh": "Actualiser", + "@invites_refresh": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_title": "ParamĂštres de langue", + "@language_settings_title": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_save": "Enregistrer", + "@language_settings_save": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_saved_success": "Langue changĂ©e avec succĂšs", + "@language_settings_saved_success": { + "type": "text", + "placeholders": { + + } + }, + "groups_see_all": "Voir tous.tes les {groupName}", + "@groups_see_all": { + "description": "Can be, See all joined communities, See all pending invites, See all moderated communities etc. ", + "type": "text", + "placeholders": { + "groupName": { + + } + } + }, + "invites_joined_with": "Inscrit.e avec le nom d'utilisateur.trice @{username}", + "@invites_joined_with": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "invites_pending_email": "En attente, courriel d'invitation envoyĂ© Ă  {email}", + "@invites_pending_email": { + "type": "text", + "placeholders": { + "email": { + + } + } + }, + "timeline_filters_no_match": "Aucun rĂ©sultat pour '{searchQuery}'.", + "@timeline_filters_no_match": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "clear_application_cache_text": "Vider le cache", + "@clear_application_cache_text": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_desc": "Effacer les messages du cache, comptes, images et plus.", + "@clear_application_cache_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_success": "Cache vidĂ© avec succĂšs", + "@clear_application_cache_success": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_failure": "Le cache n'a pas pu ĂȘtre vidĂ©", + "@clear_application_cache_failure": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_title": "Rejet des lignes directrices", + "@confirm_guidelines_reject_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_info": "Vous ne pouvez pas utiliser Okuna jusqu'Ă  ce que vous acceptiez les lignes directrices.", + "@confirm_guidelines_reject_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_with_team": "Discutez avec l'Ă©quipe.", + "@confirm_guidelines_reject_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_immediately": "Commencer une discussion immĂ©diatement.", + "@confirm_guidelines_reject_chat_immediately": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_community": "Discutez avec la communautĂ©.", + "@confirm_guidelines_reject_chat_community": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_join_slack": "Rejoignez le canal Slack d'Okuna.", + "@confirm_guidelines_reject_join_slack": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_go_back": "Revenir en arriĂšre", + "@confirm_guidelines_reject_go_back": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_delete_account": "Supprimer mon compte", + "@confirm_guidelines_reject_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_desc": "Veuillez s.v.p. prendre un moment pour lire et accepter nos lignes directrices.", + "@guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_accept": "Accepter", + "@guidelines_accept": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_reject": "Rejeter", + "@guidelines_reject": { + "type": "text", + "placeholders": { + + } + }, + "change_email_title": "Changer l'adresse courriel", + "@change_email_title": { + "type": "text", + "placeholders": { + + } + }, + "change_email_email_text": "Adresse courriel", + "@change_email_email_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_hint_text": "Entrez votre nouvelle adresse courriel", + "@change_email_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_error": "Adresse courriel dĂ©jĂ  inscrite", + "@change_email_error": { + "type": "text", + "placeholders": { + + } + }, + "change_email_save": "Enregistrer", + "@change_email_save": { + "type": "text", + "placeholders": { + + } + }, + "change_email_success_info": "Nous avons envoyĂ© un lien de confirmation Ă  votre nouvelle adresse courriel, cliquez-le pour vĂ©rifier votre nouvelle adresse courriel", + "@change_email_success_info": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_title": "RĂ©initialiser les prĂ©fĂ©rences", + "@clear_app_preferences_title": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_desc": "RĂ©initialiser les prĂ©fĂ©rences de l'application. Actuellement, ce n'est que l'ordre prĂ©fĂ©rĂ© d'affichage des commentaires.", + "@clear_app_preferences_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_cleared_successfully": "PrĂ©fĂ©rences rĂ©initialisĂ©es avec succĂšs", + "@clear_app_preferences_cleared_successfully": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_successful": "Super ! Votre adresse courriel est maintenant vĂ©rifiĂ©e", + "@email_verification_successful": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_error": "Oups ! Votre jeton n'Ă©tait pas valide ou a expirĂ©, veuillez s.v.p. rĂ©essayer", + "@email_verification_error": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_error": "Impossible d'effacer les prĂ©fĂ©rences", + "@clear_app_preferences_error": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user_success": "DĂ©connectĂ©.e avec succĂšs", + "@disconnect_from_user_success": { + "type": "text", + "placeholders": { + + } + }, + "block_user": "Bloquer l'utilisateur.trice", + "@block_user": { + "type": "text", + "placeholders": { + + } + }, + "unblock_user": "DĂ©bloquer l'utilisateur.trice", + "@unblock_user": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user": "Se dĂ©connecter de {userName}", + "@disconnect_from_user": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "circle_peoples_count": "{prettyUsersCount} personnes", + "@circle_peoples_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "follows_list_accounts_count": "{prettyUsersCount} comptes", + "@follows_list_accounts_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/fr/user_search.arb b/assets/i18n/fr/user_search.arb new file mode 100644 index 000000000..bcfcf66a7 --- /dev/null +++ b/assets/i18n/fr/user_search.arb @@ -0,0 +1,100 @@ +{ + "search_text": "Rechercher...", + "@search_text": { + "type": "text", + "placeholders": { + + } + }, + "communities": "CommunautĂ©s", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "users": "Utilisateurs.trices", + "@users": { + "type": "text", + "placeholders": { + + } + }, + "list_search_text": "Recherche {resourcePluralName} ...", + "@list_search_text": { + "description": "resourcePluralName can take many forms foreg. Search members... , Search accepted invites, Search communities.. etc.", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_no_results_found": "Pas de {resourcePluralName} trouvĂ©.e.s.", + "@list_no_results_found": { + "description": "Used in a generic list widget. Can be No users found. No communities found. No pending invites found. Its always a plural. ", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_refresh_text": "Actualiser", + "@list_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "list_retry": "Appuyez pour rĂ©essayer.", + "@list_retry": { + "type": "text", + "placeholders": { + + } + }, + "cancel": "Annuler", + "@cancel": { + "type": "text", + "placeholders": { + + } + }, + "searching_for": "Recherche de '{searchQuery}'", + "@searching_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_results_for": "Aucun rĂ©sultat pour '{searchQuery}'.", + "@no_results_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_communities_for": "Aucune communautĂ© trouvĂ©e pour '{searchQuery}'.", + "@no_communities_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_users_for": "Aucun.e utilisateur.trice trouvĂ©.e pour '{searchQuery}'.", + "@no_users_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/auth.arb b/assets/i18n/it/auth.arb new file mode 100644 index 000000000..9740ff30d --- /dev/null +++ b/assets/i18n/it/auth.arb @@ -0,0 +1,745 @@ +{ + "headline": "Better social.", + "@headline": { + "type": "text", + "placeholders": { + + } + }, + "login": "Accedi", + "@login": { + "type": "text", + "placeholders": { + + } + }, + "email_empty_error": "Il campo email non puĂČ essere vuoto.", + "@email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "email_invalid_error": "Per favore inserisci un indirizzo email valido.", + "@email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "username_empty_error": "Il nome utente non puĂČ essere vuoto.", + "@username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "username_characters_error": "Un nome utente puĂČ contenere solo caratteri alfanumerici e trattini bassi.", + "@username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "username_maxlength_error": "Un commento non puĂČ essere piĂč lungo di {maxLength} caratteri.", + "@username_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "create_account": "Iscriviti", + "@create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__lets_get_started": "Iniziamo", + "@create_acc__lets_get_started": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__welcome_to_beta": "Benvenuto nella Beta!", + "@create_acc__welcome_to_beta": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__previous": "Indietro", + "@create_acc__previous": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__next": "Avanti", + "@create_acc__next": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__create_account": "Crea un account", + "@create_acc__create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link": "Incolla il link di registrazione qui sotto", + "@create_acc__paste_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_password_reset_link": "Incolla il link di reset della password qui sotto", + "@create_acc__paste_password_reset_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link_help_text": "Usa il link dal pulsante Join Okuna nella tua email di invito.", + "@create_acc__paste_link_help_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_empty_error": "Il link non puĂČ essere vuoto.", + "@create_acc__link_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_invalid_error": "Questo link sembra non valido.", + "@create_acc__link_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "password_empty_error": "La password non puĂČ essere vuota.", + "@password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "password_range_error": "La password deve essere compresa tra {minLength} e {maxLength} caratteri.", + "@password_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "name_empty_error": "Il nome non puĂČ essere vuoto.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "Il nome deve essere compreso tra {minLength} e {maxLength} caratteri.", + "@name_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "description_empty_error": "La descrizione non puĂČ essere vuota.", + "@description_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "La descrizione deve essere compresa tra {minLength} e {maxLength} caratteri.", + "@description_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "reset_password_success_title": "Tutto pronto!", + "@reset_password_success_title": { + "type": "text", + "placeholders": { + + } + }, + "reset_password_success_info": "La tua password Ăš stata aggiornata correttamente", + "@reset_password_success_info": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__request_invite": "Nessun invito? Richiedine uno qui.", + "@create_acc__request_invite": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe": "Richiedi", + "@create_acc__subscribe": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe_to_waitlist_text": "Richiedi un invito!", + "@create_acc__subscribe_to_waitlist_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__congratulations": "Congratulazioni!", + "@create_acc__congratulations": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_subscribed": "Sei in posizione {0} della lista d'attesa.", + "@create_acc__your_subscribed": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__almost_there": "Ci siamo quasi...", + "@create_acc__almost_there": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_name": "Come ti chiami?", + "@create_acc__what_name": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_placeholder": "Leonardo da Vinci", + "@create_acc__name_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_empty_error": "đŸ˜± Il tuo nome non puĂČ essere vuoto.", + "@create_acc__name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_length_error": "đŸ˜± Il tuo nome non puĂČ essere piĂč lungo di 50 caratteri. (Se lo Ăš, ci dispiace molto.)", + "@create_acc__name_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_characters_error": "😅 Un nome puĂČ contenere solo caratteri alfanumerici (per ora).", + "@create_acc__name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_username": "Scegli un nome utente", + "@create_acc__what_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_placeholder": "dantealighieri", + "@create_acc__username_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_empty_error": "đŸ˜± Il nome utente non puĂČ essere vuoto.", + "@create_acc__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_length_error": "😅 Un nome utente non puĂČ essere piĂč lungo di 30 caratteri.", + "@create_acc__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_characters_error": "😅 Un nome utente puĂČ contenere solo caratteri alfanumerici e trattini bassi.", + "@create_acc__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_taken_error": "đŸ˜© Il nome utente @%s Ăš giĂ  utilizzato.", + "@create_acc__username_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_server_error": "😭 Stiamo riscontrando problemi con i nostri server, per favore riprova tra un paio di minuti.", + "@create_acc__username_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_email": "Qual Ăš la tua email?", + "@create_acc__what_email": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_placeholder": "leonardo_davinci@mail.com", + "@create_acc__email_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_empty_error": "đŸ˜± La tua email non puĂČ essere vuota", + "@create_acc__email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_invalid_error": "😅 Per favore inserisci un indirizzo email valido.", + "@create_acc__email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_taken_error": "đŸ€” Un account esiste giĂ  per questa email.", + "@create_acc__email_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_server_error": "😭 Stiamo riscontrando problemi con i nostri server, per favore riprova tra un paio di minuti.", + "@create_acc__email_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_password": "Scegli una password", + "@create_acc__what_password": { + "type": "text", + "placeholders": { + + } + }, + "create_acc_password_hint_text": "({minLength}-{maxLength} caratteri)", + "@create_acc_password_hint_text": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "create_acc__what_password_subtext": "(minimo 10 caratteri.)", + "@create_acc__what_password_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_empty_error": "đŸ˜± La tua password non puĂČ essere vuota", + "@create_acc__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_length_error": "😅 La password deve essere compresa tra 8 e 64 caratteri.", + "@create_acc__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_avatar": "Scegli una foto profilo", + "@create_acc__what_avatar": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_tap_to_change": "Tocca per cambiare", + "@create_acc__avatar_tap_to_change": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_camera": "Scatta una foto", + "@create_acc__avatar_choose_camera": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_gallery": "Usa una foto esistente", + "@create_acc__avatar_choose_gallery": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_remove_photo": "Rimuovi foto", + "@create_acc__avatar_remove_photo": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done": "Crea un account", + "@create_acc__done": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_subtext": "Puoi cambiarlo nelle impostazioni del tuo account.", + "@create_acc__done_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_created": "Il tuo account Ăš stato creato con nome utente ", + "@create_acc__done_created": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_title": "Ancora un attimo!", + "@create_acc__submit_loading_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_desc": "Stiamo creando il tuo account.", + "@create_acc__submit_loading_desc": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_title": "Oh no...", + "@create_acc__submit_error_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_server": "😭 Stiamo riscontrando problemi con i nostri server, per favore riprova tra un paio di minuti.", + "@create_acc__submit_error_desc_server": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_validation": "😅 Sembra che alcune informazioni non siano corrette, per favore controlla e prova di nuovo.", + "@create_acc__submit_error_desc_validation": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_title": "UrrĂ !", + "@create_acc__done_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_description": "Il tuo account Ăš stato creato.", + "@create_acc__done_description": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_username_is": "Il tuo nome utente Ăš ", + "@create_acc__your_username_is": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__can_change_username": "Se lo desideri, puoi cambiarlo in qualsiasi momento dalla pagina del profilo.", + "@create_acc__can_change_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_continue": "Accedi", + "@create_acc__done_continue": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__one_last_thing": "Un'ultima cosa...", + "@create_acc__one_last_thing": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__register": "Iscriviti", + "@create_acc__register": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__are_you_legal_age": "Hai piĂč di 16 anni?", + "@create_acc__are_you_legal_age": { + "type": "text", + "placeholders": { + + } + }, + "login__login": "Continua", + "@login__login": { + "type": "text", + "placeholders": { + + } + }, + "login__previous": "Indietro", + "@login__previous": { + "type": "text", + "placeholders": { + + } + }, + "login__title": "Bentornato!", + "@login__title": { + "type": "text", + "placeholders": { + + } + }, + "login__subtitle": "Inserisci le tue credenziali per proseguire.", + "@login__subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password": "Password dimenticata", + "@login__forgot_password": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password_subtitle": "Il tuo nome utente o email", + "@login__forgot_password_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__username_label": "Nome utente", + "@login__username_label": { + "type": "text", + "placeholders": { + + } + }, + "login__password_label": "Password", + "@login__password_label": { + "type": "text", + "placeholders": { + + } + }, + "login__email_label": "Email", + "@login__email_label": { + "type": "text", + "placeholders": { + + } + }, + "login__or_text": "Oppure", + "@login__or_text": { + "type": "text", + "placeholders": { + + } + }, + "login__password_empty_error": "La password Ăš necessaria.", + "@login__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__password_length_error": "La password deve essere compresa tra 8 e 64 caratteri.", + "@login__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_empty_error": "Il nome utente Ăš richiesto.", + "@login__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_length_error": "Il nome utente non puĂČ essere piĂč lungo di 30 caratteri.", + "@login__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_characters_error": "Il nome utente puĂČ contenere solo caratteri alfanumerici e trattini bassi.", + "@login__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "login__credentials_mismatch_error": "Le credenziali fornite non corrispondono.", + "@login__credentials_mismatch_error": { + "type": "text", + "placeholders": { + + } + }, + "login__server_error": "Oh oh... Stiamo avendo dei problemi sui server. Per favore riprova tra qualche minuto.", + "@login__server_error": { + "type": "text", + "placeholders": { + + } + }, + "login__connection_error": "Non possiamo raggiungere i nostri server. Sei connesso a internet?", + "@login__connection_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_title": "Cambia password", + "@change_password_title": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd": "Password attuale", + "@change_password_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_hint": "Inserisci la password attuale", + "@change_password_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_incorrect": "La password inserita non Ăš corretta", + "@change_password_current_pwd_incorrect": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd": "Nuova password", + "@change_password_new_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_hint": "Inserisci la tua nuova password", + "@change_password_new_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_error": "Per favore assicurati che la password sia compresa tra 10 e 100 caratteri", + "@change_password_new_pwd_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_text": "Salva", + "@change_password_save_text": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_success": "Tutto a posto! La tua password Ăš stata aggiornata", + "@change_password_save_success": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/community.arb b/assets/i18n/it/community.arb new file mode 100644 index 000000000..349126fe5 --- /dev/null +++ b/assets/i18n/it/community.arb @@ -0,0 +1,1027 @@ +{ + "no": "No", + "@no": { + "type": "text", + "placeholders": { + + } + }, + "yes": "SĂŹ", + "@yes": { + "type": "text", + "placeholders": { + + } + }, + "button_staff": "Addetti", + "@button_staff": { + "type": "text", + "placeholders": { + + } + }, + "button_rules": "Regole", + "@button_rules": { + "type": "text", + "placeholders": { + + } + }, + "community": "comunitĂ ", + "@community": { + "type": "text", + "placeholders": { + + } + }, + "communities": "comunitĂ ", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "type_public": "Pubblico", + "@type_public": { + "type": "text", + "placeholders": { + + } + }, + "type_private": "Privato", + "@type_private": { + "type": "text", + "placeholders": { + + } + }, + "member_capitalized": "Membro", + "@member_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "members_capitalized": "Membri", + "@members_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "admin_desc": "Questo permetterĂ  al membro di modificare i dettagli della comunitĂ , gli amministratori, i moderatori e gli utenti bannati.", + "@admin_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirmation_title": "Conferma", + "@confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "admin_add_confirmation": "Sei sicuro di voler aggiungere @{username} come amministratore della comunitĂ ?", + "@admin_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_confirmation": "Sei sicuro di voler bloccare @{username}?", + "@ban_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_desc": "Questo rimuoverĂ  l'utente dalla comunitĂ  e gli impedirĂ  di unirsi nuovamente.", + "@ban_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderator_add_confirmation": "Sei sicuro di voler aggiungere @{username} come moderatore della comunitĂ ?", + "@moderator_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "moderator_desc": "Questo permetterĂ  al membro di modificare i dettagli della comunitĂ , i moderatori e gli utenti bloccati.", + "@moderator_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderators_you": "Tu", + "@moderators_you": { + "type": "text", + "placeholders": { + + } + }, + "moderators_title": "Moderatori", + "@moderators_title": { + "type": "text", + "placeholders": { + + } + }, + "leave_desc": "Non ne vedrai i post sulla tua timeline nĂ© potrai piĂč postare.", + "@leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "leave_confirmation": "Sei sicuro di voler lasciare la comunitĂ ?", + "@leave_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "moderator_resource_name": "moderatore", + "@moderator_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "moderators_resource_name": "moderatori", + "@moderators_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "add_moderator_title": "Aggiungi moderatore", + "@add_moderator_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_confirmation": "Sei sicuro di voler eliminare la comunitĂ ?", + "@delete_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "delete_desc": "Non ne vedrai i post sulla tua timeline nĂ© potrai piĂč postare.", + "@delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "actions_manage_text": "Gestisci", + "@actions_manage_text": { + "type": "text", + "placeholders": { + + } + }, + "manage_title": "Gestisci comunitĂ ", + "@manage_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_title": "Dettagli", + "@manage_details_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_desc": "Cambia il titolo, nome, avatar, foto di copertina e altro ancora.", + "@manage_details_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_title": "Amministratori", + "@manage_admins_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_desc": "Vedi, aggiungi e rimuovi amministratori.", + "@manage_admins_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_title": "Moderatori", + "@manage_mods_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_desc": "Vedi, aggiungi e rimuovi moderatori.", + "@manage_mods_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_title": "Utenti Bloccati", + "@manage_banned_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_desc": "Vedi, aggiungi e rimuovi gli utenti bloccati.", + "@manage_banned_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_title": "Segnalazioni moderazione", + "@manage_mod_reports_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_desc": "Controlla le segnalazioni di moderazione della comunitĂ .", + "@manage_mod_reports_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_title": "Post chiusi", + "@manage_closed_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_desc": "Vedi e gestisci i post chiusi", + "@manage_closed_posts_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_title": "Invita persone", + "@manage_invite_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_desc": "Invita le tue connessioni e i tuoi follower a unirsi alla comunitĂ .", + "@manage_invite_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_title": "Elimina comunitĂ ", + "@manage_delete_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_desc": "Elimina la comunitĂ , per sempre.", + "@manage_delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_title": "Lascia comunitĂ ", + "@manage_leave_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_desc": "Lascia la comunitĂ .", + "@manage_leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_add_favourite": "Aggiungi la comunitĂ  ai tuoi preferiti", + "@manage_add_favourite": { + "type": "text", + "placeholders": { + + } + }, + "manage_remove_favourite": "Rimuovi la comunitĂ  dai tuoi preferiti", + "@manage_remove_favourite": { + "type": "text", + "placeholders": { + + } + }, + "is_private": "Questa comunitĂ  Ăš privata.", + "@is_private": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_member": "Devi essere invitato da un membro.", + "@invited_by_member": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_moderator": "Devi essere invitato da un moderatore.", + "@invited_by_moderator": { + "type": "text", + "placeholders": { + + } + }, + "refreshing": "Aggiornando la comunitĂ ", + "@refreshing": { + "type": "text", + "placeholders": { + + } + }, + "posts": "Post", + "@posts": { + "type": "text", + "placeholders": { + + } + }, + "about": "Informazioni", + "@about": { + "type": "text", + "placeholders": { + + } + }, + "category": "categoria.", + "@category": { + "type": "text", + "placeholders": { + + } + }, + "categories": "categorie.", + "@categories": { + "type": "text", + "placeholders": { + + } + }, + "add_administrators_title": "Aggiungi amministratore", + "@add_administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "community_members": "Membri della comunitĂ ", + "@community_members": { + "type": "text", + "placeholders": { + + } + }, + "member": "membro", + "@member": { + "description": "Currently not used in app, reserved for potential use. Could be used as: Showing 1 member", + "type": "text", + "placeholders": { + + } + }, + "member_plural": "membri", + "@member_plural": { + "description": "See all members ,Search all members", + "type": "text", + "placeholders": { + + } + }, + "administrators_title": "Amministratori", + "@administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "administrator_text": "amministratore", + "@administrator_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrator", + "type": "text", + "placeholders": { + + } + }, + "administrator_plural": "amministratori", + "@administrator_plural": { + "description": "Egs. Search administrators, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrator_you": "Tu", + "@administrator_you": { + "type": "text", + "placeholders": { + + } + }, + "user_you_text": "Tu", + "@user_you_text": { + "type": "text", + "placeholders": { + + } + }, + "pick_upto_max": "Scegli fino a {max} categorie", + "@pick_upto_max": { + "type": "text", + "placeholders": { + "max": { + + } + } + }, + "pick_atleast_min_category": "Devi scegliere almeno {min} categoria\/e.", + "@pick_atleast_min_category": { + "description": "You must pick at least 1 category", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "pick_atleast_min_categories": "Devi scegliere almeno {min} categoria\/e.", + "@pick_atleast_min_categories": { + "description": "Eg. Variable min will be 3-5. You must pick at least (3-5) categories", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "ban_user_title": "Blocca utente", + "@ban_user_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_users_title": "Utenti Bloccati", + "@banned_users_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_user_text": "utente bloccato", + "@banned_user_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 banned user", + "type": "text", + "placeholders": { + + } + }, + "banned_users_text": "utenti bloccati", + "@banned_users_text": { + "description": "Egs. Search banned users, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorites_title": "Preferiti", + "@favorites_title": { + "type": "text", + "placeholders": { + + } + }, + "favorite_community": "comunitĂ  preferita", + "@favorite_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community", + "type": "text", + "placeholders": { + + } + }, + "favorite_communities": "comunitĂ  preferite", + "@favorite_communities": { + "description": "Egs. Search favorite communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrated_title": "Amministrate", + "@administrated_title": { + "type": "text", + "placeholders": { + + } + }, + "administrated_community": "comunitĂ  amministrata", + "@administrated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community", + "type": "text", + "placeholders": { + + } + }, + "administrated_communities": "comunitĂ  amministrate", + "@administrated_communities": { + "description": "Egs. Search administrated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "moderated_title": "Moderate", + "@moderated_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_community": "comunitĂ  moderata", + "@moderated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community", + "type": "text", + "placeholders": { + + } + }, + "moderated_communities": "comunitĂ  moderate", + "@moderated_communities": { + "description": "Egs. Search moderated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "joined_title": "Iscritto", + "@joined_title": { + "type": "text", + "placeholders": { + + } + }, + "joined_community": "comunitĂ  di cui fai parte", + "@joined_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 joined community", + "type": "text", + "placeholders": { + + } + }, + "joined_communities": "comunitĂ  di cui fai parte", + "@joined_communities": { + "description": "Egs. Search joined communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "join_communities_desc": "Unisciti a qualche comunitĂ  per vedere questa scheda prendere vita!", + "@join_communities_desc": { + "type": "text", + "placeholders": { + + } + }, + "refresh_text": "Aggiorna", + "@refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_none_found": "Nessuna comunitĂ  di tendenza trovata. Riprova tra qualche minuto.", + "@trending_none_found": { + "type": "text", + "placeholders": { + + } + }, + "trending_refresh": "Aggiorna", + "@trending_refresh": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_all": "Di tendenza in tutte le categorie", + "@trending_in_all": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_category": "Di tendenza in {categoryName}", + "@trending_in_category": { + "type": "text", + "placeholders": { + "categoryName": { + + } + } + }, + "communities_title": "ComunitĂ ", + "@communities_title": { + "type": "text", + "placeholders": { + + } + }, + "communities_no_category_found": "Nessuna categoria trovata. Riprova tra qualche minuto.", + "@communities_no_category_found": { + "type": "text", + "placeholders": { + + } + }, + "communities_refresh_text": "Aggiorna", + "@communities_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "communities_all_text": "Tutte", + "@communities_all_text": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_title": "Invita nella comunitĂ ", + "@invite_to_community_title": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_singular": "connessione o follower", + "@invite_to_community_resource_singular": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 connection or follower", + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_plural": "connessioni e follower", + "@invite_to_community_resource_plural": { + "description": "Egs. Search connections and followers, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorite_action": "Aggiungi comunitĂ  alle preferite", + "@favorite_action": { + "type": "text", + "placeholders": { + + } + }, + "unfavorite_action": "Rimuovi la comunitĂ  dalle preferite", + "@unfavorite_action": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title": "Titolo", + "@save_community_label_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title_hint_text": "ad esempio Viaggi, Fotografia, Gaming.", + "@save_community_label_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title": "Nome", + "@save_community_name_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title_hint_text": " ad esempio viaggi, fotografia, gaming.", + "@save_community_name_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_taken": "Il nome '{takenName}' per la comunitĂ  Ăš giĂ  utilizzato", + "@save_community_name_taken": { + "type": "text", + "placeholders": { + "takenName": { + + } + } + }, + "save_community_name_label_color": "Colore", + "@save_community_name_label_color": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_color_hint_text": "(Tocca per cambiare)", + "@save_community_name_label_color_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type": "Tipo", + "@save_community_name_label_type": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type_hint_text": "(Tocca per cambiare)", + "@save_community_name_label_type_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites": "Inviti membri", + "@save_community_name_member_invites": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites_subtitle": "I membri possono invitare persone nella comunitĂ ", + "@save_community_name_member_invites_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_category": "Categoria", + "@save_community_name_category": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional": "Descrizione · Opzionale", + "@save_community_name_label_desc_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional_hint_text": "Di cosa parla la tua comunitĂ ?", + "@save_community_name_label_desc_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional": "Regole · Opzionale", + "@save_community_name_label_rules_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional_hint_text": "C'Ăš qualcosa che vorresti far sapere ai tuoi utenti?", + "@save_community_name_label_rules_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective": "Aggettivo membro · opzionale", + "@save_community_name_label_member_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective_hint_text": "ad esempio viaggiatore, fotografo, gamer.", + "@save_community_name_label_member_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective": "Aggettivo membri (plurale) · Opzionale", + "@save_community_name_label_members_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective_hint_text": "ad esempio viaggiatori, fotografi, giocatori.", + "@save_community_name_label_members_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_edit_community": "Modifica comunitĂ ", + "@save_community_edit_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_community": "Crea comunitĂ ", + "@save_community_create_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_save_text": "Salva", + "@save_community_save_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_text": "Crea", + "@save_community_create_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_invite_people_title": "Invita persone nella comunitĂ ", + "@actions_invite_people_title": { + "type": "text", + "placeholders": { + + } + }, + "join_community": "Unisciti", + "@join_community": { + "type": "text", + "placeholders": { + + } + }, + "leave_community": "Lascia", + "@leave_community": { + "type": "text", + "placeholders": { + + } + }, + "community_staff": "Addetti della comunitĂ ", + "@community_staff": { + "type": "text", + "placeholders": { + + } + }, + "post_singular": "post", + "@post_singular": { + "type": "text", + "placeholders": { + + } + }, + "post_plural": "post", + "@post_plural": { + "type": "text", + "placeholders": { + + } + }, + "rules_title": "Regole della comunitĂ ", + "@rules_title": { + "type": "text", + "placeholders": { + + } + }, + "rules_text": "Regole", + "@rules_text": { + "type": "text", + "placeholders": { + + } + }, + "name_characters_error": "Il nome puĂČ contenere solo caratteri alfanumerici e trattini bassi.", + "@name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "Il nome non puĂČ essere piĂč lungo di {maxLength} caratteri.", + "@name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "name_empty_error": "Il nome non puĂČ essere vuoto.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "title_range_error": "Il titolo non puĂČ essere piĂč lungo di {maxLength} caratteri.", + "@title_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "title_empty_error": "Il titolo non puĂČ essere vuoto.", + "@title_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "rules_range_error": "Le regole non possono essere piĂč lunghe di {maxLength} caratteri.", + "@rules_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "rules_empty_error": "Le regole non possono essere vuote.", + "@rules_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "La descrizione non puĂČ essere piĂč lunga di {maxLength} caratteri.", + "@description_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "adjectives_range_error": "Gli aggettivi non possono essere piĂč lunghi di {maxLength} caratteri.", + "@adjectives_range_error": { + "description": "This refers to the customisable adjectives assigned to community members,eg. 1k travellers,5k photographers", + "type": "text", + "placeholders": { + "maxLength": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/contextual_account_search_box.arb b/assets/i18n/it/contextual_account_search_box.arb new file mode 100644 index 000000000..fb26c17c3 --- /dev/null +++ b/assets/i18n/it/contextual_account_search_box.arb @@ -0,0 +1,10 @@ +{ + "suggestions": "Suggerimenti", + "@suggestions": { + "description": "The title to display on the suggestions when searching for accounts when trying to mention someone.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/drawer.arb b/assets/i18n/it/drawer.arb new file mode 100644 index 000000000..aaa20604c --- /dev/null +++ b/assets/i18n/it/drawer.arb @@ -0,0 +1,305 @@ +{ + "menu_title": "Menu", + "@menu_title": { + "type": "text", + "placeholders": { + + } + }, + "main_title": "Okuna", + "@main_title": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Cerchie", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_lists": "Liste", + "@my_lists": { + "type": "text", + "placeholders": { + + } + }, + "my_followers": "Follower", + "@my_followers": { + "type": "text", + "placeholders": { + + } + }, + "my_following": "Seguiti", + "@my_following": { + "type": "text", + "placeholders": { + + } + }, + "my_invites": "Inviti", + "@my_invites": { + "type": "text", + "placeholders": { + + } + }, + "my_pending_mod_tasks": "I miei incarichi di moderazione in attesa", + "@my_pending_mod_tasks": { + "type": "text", + "placeholders": { + + } + }, + "my_mod_penalties": "Le mie penalitĂ  di moderazione", + "@my_mod_penalties": { + "type": "text", + "placeholders": { + + } + }, + "app_account_text": "App & Account", + "@app_account_text": { + "type": "text", + "placeholders": { + + } + }, + "themes": "Temi", + "@themes": { + "type": "text", + "placeholders": { + + } + }, + "global_moderation": "Moderazione globale", + "@global_moderation": { + "type": "text", + "placeholders": { + + } + }, + "profile": "Profilo", + "@profile": { + "type": "text", + "placeholders": { + + } + }, + "connections": "Connessioni", + "@connections": { + "type": "text", + "placeholders": { + + } + }, + "lists": "Liste", + "@lists": { + "type": "text", + "placeholders": { + + } + }, + "settings": "Impostazioni", + "@settings": { + "type": "text", + "placeholders": { + + } + }, + "application_settings": "Impostazioni Applicazione", + "@application_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings": "Impostazioni Account", + "@account_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_email": "Cambia Email", + "@account_settings_change_email": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_password": "Cambia Password", + "@account_settings_change_password": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_notifications": "Notifiche", + "@account_settings_notifications": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language_text": "Lingua", + "@account_settings_language_text": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language": "Lingua ({currentUserLanguage})", + "@account_settings_language": { + "type": "text", + "placeholders": { + "currentUserLanguage": { + + } + } + }, + "account_settings_blocked_users": "Utenti bloccati", + "@account_settings_blocked_users": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_delete_account": "Elimina account", + "@account_settings_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "help": "Assistenza & Feedback", + "@help": { + "type": "text", + "placeholders": { + + } + }, + "customize": "Personalizza", + "@customize": { + "type": "text", + "placeholders": { + + } + }, + "logout": "Disconnetti", + "@logout": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_title": "Link utili", + "@useful_links_title": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines": "Regolamento Openspace", + "@useful_links_guidelines": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_desc": "Le regole che ci aspettiamo tutti seguiranno per una convivenza sana e amichevole.", + "@useful_links_guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github": "Scheda del progetto su Github", + "@useful_links_guidelines_github": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github_desc": "Dai un'occhiata a ciĂČ a cui stiamo lavorando", + "@useful_links_guidelines_github_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests": "Richiedi FunzionalitĂ ", + "@useful_links_guidelines_feature_requests": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests_desc": "Richiedi una nuova funzionalitĂ  o vota le richieste esistenti", + "@useful_links_guidelines_feature_requests_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker": "Segnalazione Bug", + "@useful_links_guidelines_bug_tracker": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker_desc": "Segnala un bug o vota bug esistenti", + "@useful_links_guidelines_bug_tracker_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook": "Manuale Openspace", + "@useful_links_guidelines_handbook": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook_desc": "Un manuale con tutto quello che c'Ăš da sapere sull'utilizzo della piattaforma", + "@useful_links_guidelines_handbook_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support": "Sostieni Okuna", + "@useful_links_support": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support_desc": "Trova un modo per sostenerci nel nostro viaggio!", + "@useful_links_support_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel": "Canale Slack della comunitĂ ", + "@useful_links_slack_channel": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel_desc": "Un luogo dove discutere tutto riguardo Openspace", + "@useful_links_slack_channel_desc": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/error.arb b/assets/i18n/it/error.arb new file mode 100644 index 000000000..244b3cc90 --- /dev/null +++ b/assets/i18n/it/error.arb @@ -0,0 +1,16 @@ +{ + "unknown_error": "Errore sconosciuto", + "@unknown_error": { + "type": "text", + "placeholders": { + + } + }, + "no_internet_connection": "Nessuna connessione Internet", + "@no_internet_connection": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/moderation.arb b/assets/i18n/it/moderation.arb new file mode 100644 index 000000000..6b265fb2b --- /dev/null +++ b/assets/i18n/it/moderation.arb @@ -0,0 +1,503 @@ +{ + "filters_title": "Filtri moderazione", + "@filters_title": { + "type": "text", + "placeholders": { + + } + }, + "filters_reset": "Azzera", + "@filters_reset": { + "type": "text", + "placeholders": { + + } + }, + "filters_verified": "Verificato", + "@filters_verified": { + "type": "text", + "placeholders": { + + } + }, + "filters_apply": "Applica filtri", + "@filters_apply": { + "type": "text", + "placeholders": { + + } + }, + "filters_type": "Tipo", + "@filters_type": { + "type": "text", + "placeholders": { + + } + }, + "filters_status": "Stato", + "@filters_status": { + "type": "text", + "placeholders": { + + } + }, + "filters_other": "Altri", + "@filters_other": { + "type": "text", + "placeholders": { + + } + }, + "actions_review": "Controlla", + "@actions_review": { + "type": "text", + "placeholders": { + + } + }, + "actions_chat_with_team": "Chatta con il team", + "@actions_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "update_category_title": "Aggiorna categoria", + "@update_category_title": { + "type": "text", + "placeholders": { + + } + }, + "update_category_save": "Salva", + "@update_category_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_save": "Salva", + "@update_description_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_title": "Modifica descrizione", + "@update_description_title": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_desc": "Segnala descrizione", + "@update_description_report_desc": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_hint_text": "es. l'elemento segnalato Ăš risultato...", + "@update_description_report_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "update_status_save": "Salva", + "@update_status_save": { + "type": "text", + "placeholders": { + + } + }, + "update_status_title": "Aggiorna stato", + "@update_status_title": { + "type": "text", + "placeholders": { + + } + }, + "community_review_title": "Rivedi elemento moderato", + "@community_review_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_title": "Oggetto", + "@moderated_object_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_status": "Stato", + "@moderated_object_status": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_reports_count": "Numero di segnalazioni", + "@moderated_object_reports_count": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified_by_staff": "Verificato dagli addetti Okuna", + "@moderated_object_verified_by_staff": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified": "Verificato", + "@moderated_object_verified": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_true_text": "Vero", + "@moderated_object_true_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "moderated_object_false_text": "Falso", + "@moderated_object_false_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "community_review_object": "Oggetto", + "@community_review_object": { + "type": "text", + "placeholders": { + + } + }, + "community_review_approve": "Approva", + "@community_review_approve": { + "type": "text", + "placeholders": { + + } + }, + "community_review_reject": "rifiuta", + "@community_review_reject": { + "type": "text", + "placeholders": { + + } + }, + "community_review_item_verified": "Questo elemento Ăš stato controllato", + "@community_review_item_verified": { + "type": "text", + "placeholders": { + + } + }, + "global_review_title": "Rivedi oggetto moderato", + "@global_review_title": { + "type": "text", + "placeholders": { + + } + }, + "global_review_object_text": "Oggetto", + "@global_review_object_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_verify_text": "Verifica", + "@global_review_verify_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_unverify_text": "Annulla verifica", + "@global_review_unverify_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_title": "Invia segnalazione", + "@confirm_report_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_details": "Puoi fornire ulteriori dettagli che potrebbero essere utili per la segnalazione?", + "@confirm_report_provide_details": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_info": "(Opzionale)", + "@confirm_report_provide_optional_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_hint_text": "Digita qui...", + "@confirm_report_provide_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next": "Ecco cosa accadrĂ  dopo:", + "@confirm_report_provide_happen_next": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next_desc": "- La tua segnalazione sarĂ  sottomessa in maniera anonima.\n- Se stai segnalando un post o commento, la segnalazione sarĂ  inviata agli addetti Okuna e ai moderatori della comunitĂ  (dove applicabile), e il post sarĂ  nascosto dal tuo feed.\n- Se stai segnalando un account o una comunitĂ , sarĂ  inviata agli addetti Okuna\n- Verificheremo la segnalazione, se approvata, il contenuto sarĂ  eliminato e le penalizzazioni saranno assegnate alle persone coinvolte, variabili da una sospensione temporanea all'eliminazione dell'account, in base alla gravitĂ  della trasgressione. \n- Se la segnalazione risulterĂ  fatta con lo scopo di danneggiare la reputazione di un altro membro o comunitĂ  della piattaforma, senza che le trasgressioni fossero veritiere, le penalizzazioni saranno applicate a te.\n", + "@confirm_report_provide_happen_next_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_submit": "Ho capito, invia la segnalazione.", + "@confirm_report_submit": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_user_reported": "Utente segnalato", + "@confirm_report_user_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_community_reported": "ComunitĂ  segnalata", + "@confirm_report_community_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_reported": "Post segnalato", + "@confirm_report_post_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_comment_reported": "Commento segnalato", + "@confirm_report_post_comment_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_item_reported": "Elemento segnalato", + "@confirm_report_item_reported": { + "type": "text", + "placeholders": { + + } + }, + "community_moderated_objects": "Oggetti moderati dalla comunitĂ ", + "@community_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "globally_moderated_objects": "Oggetti moderati globalmente", + "@globally_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "tap_to_retry": "Tocca per riprovare a caricare gli elementi", + "@tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "report_post_text": "Segnala post", + "@report_post_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_post_text": "Hai segnalato questo post", + "@you_have_reported_post_text": { + "type": "text", + "placeholders": { + + } + }, + "report_account_text": "Segnala account", + "@report_account_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_account_text": "Hai segnalato questo account", + "@you_have_reported_account_text": { + "type": "text", + "placeholders": { + + } + }, + "report_community_text": "Segnala comunitĂ ", + "@report_community_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_community_text": "Hai segnalato questa comunitĂ ", + "@you_have_reported_community_text": { + "type": "text", + "placeholders": { + + } + }, + "report_comment_text": "Segnala commento", + "@report_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_comment_text": "Hai segnalato questo commento", + "@you_have_reported_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "description_text": "Descrizione", + "@description_text": { + "type": "text", + "placeholders": { + + } + }, + "no_description_text": "Nessuna descrizione", + "@no_description_text": { + "type": "text", + "placeholders": { + + } + }, + "category_text": "Categoria", + "@category_text": { + "type": "text", + "placeholders": { + + } + }, + "reporter_text": "Segnalatore", + "@reporter_text": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_title": "Segnalazioni", + "@reports_preview_title": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_resource_reports": "segnalazioni", + "@reports_preview_resource_reports": { + "description": "Usage: See all reports..", + "type": "text", + "placeholders": { + + } + }, + "reports_see_all": "Vedi tutti {resourceCount} {resourceName}", + "@reports_see_all": { + "description": "Usage: See all 4 reports.", + "type": "text", + "placeholders": { + "resourceCount": { + + }, + "resourceName": { + + } + } + }, + "object_status_title": "Status", + "@object_status_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_tasks_title": "AttivitĂ  in attesa di moderazione", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_singular": "attivitĂ  in attesa di moderazione", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_plural": "attivitĂ  in attesa di moderazione", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_title": "Sanzioni moderazione", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resouce_singular": "sanzione moderazione", + "@my_moderation_penalties_resouce_singular": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resource_plural": "sanzioni moderazione", + "@my_moderation_penalties_resource_plural": { + "description": "See all moderation penalties, No moderation penalties found etc..", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/notifications.arb b/assets/i18n/it/notifications.arb new file mode 100644 index 000000000..08a2bb4c6 --- /dev/null +++ b/assets/i18n/it/notifications.arb @@ -0,0 +1,208 @@ +{ + "settings_title": "Impostazioni Notifiche", + "@settings_title": { + "type": "text", + "placeholders": {} + }, + "general_title": "Notifiche", + "@general_title": { + "type": "text", + "placeholders": {} + }, + "general_desc": "Ricevi notifiche quando succede qualcosa", + "@general_desc": { + "type": "text", + "placeholders": {} + }, + "follow_title": "Segui", + "@follow_title": { + "type": "text", + "placeholders": {} + }, + "follow_desc": "Ricevi una notifica quando qualcuno inizia a seguirti", + "@follow_desc": { + "type": "text", + "placeholders": {} + }, + "connection_title": "Richiesta di connessione", + "@connection_title": { + "type": "text", + "placeholders": {} + }, + "connection_desc": "Ricevi una notifica quando qualcuno desidera connettersi con te", + "@connection_desc": { + "type": "text", + "placeholders": {} + }, + "comment_title": "Pubblica commento", + "@comment_title": { + "type": "text", + "placeholders": {} + }, + "comment_desc": "Ricevi una notifica quando qualcuno commenta un tuo post o un post che hai commentato.", + "@comment_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reply_title": "Risposta al commento", + "@comment_reply_title": { + "type": "text", + "placeholders": {} + }, + "comment_reply_desc": "Ricevi una notifica quando qualcuno risponde a un tuo post o a un post a cui hai risposto.", + "@comment_reply_desc": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_title": "Menzione nel commento di un post", + "@comment_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_desc": "Ricevi una notifica quando qualcuno ti cita su uno dei suoi commenti", + "@comment_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_title": "Menzione in un post", + "@post_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_desc": "Ricevi una notifica quando qualcuno ti cita su uno dei suoi post", + "@post_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_title": "Pubblica reaction al commento", + "@comment_reaction_title": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_desc": "Ricevi una notifica quando qualcuno reagisce a uno dei tuoi commenti.", + "@comment_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "post_reaction_title": "Pubblica reaction", + "@post_reaction_title": { + "type": "text", + "placeholders": {} + }, + "post_reaction_desc": "Ricevi una notifica quando qualcuno reagisce a uno dei tuoi post.", + "@post_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "community_invite_title": "Invito comunitĂ ", + "@community_invite_title": { + "type": "text", + "placeholders": {} + }, + "community_invite_desc": "Ricevi una notifica quando qualcuno ti invita unirti a una comunitĂ .", + "@community_invite_desc": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_notifications": "Attiva notifiche ai post", + "@mute_post_turn_on_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_notifications": "Disattiva notifiche ai post", + "@mute_post_turn_off_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_comment_notifications": "Attiva notifiche ai commenti dei post", + "@mute_post_turn_on_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_comment_notifications": "Disattiva notifiche ai commenti dei post", + "@mute_post_turn_off_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "connection_request_tile": "[name] [username] vuole connettersi con te.", + "@connection_request_tile": { + "description": "Eg.: James @jamest wants to connect with you.", + "type": "text", + "placeholders": {} + }, + "accepted_connection_request_tile": "[name] [username] ha accettato la tua richiesta di connessione.", + "@accepted_connection_request_tile": { + "description": "Eg.: James @jamest accepted your connection request.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_tile": "[name] [username] ha reagito al tuo post.", + "@reacted_to_post_tile": { + "description": "Eg.: James @jamest reacted to your post.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_comment_tile": "[name] [username] ha reagito al tuo commento.", + "@reacted_to_post_comment_tile": { + "description": "Eg.: James @jamest reacted to your post comment.", + "type": "text", + "placeholders": {} + }, + "following_you_tile": "[name] [username] ha iniziato a seguirti.", + "@following_you_tile": { + "description": "Eg.: James @jamest is now following you.", + "type": "text", + "placeholders": {} + }, + "user_community_invite_tile": "[name] [username] ti ha invitato a unirti alla comunitĂ  \/c\/{communityName}.", + "@user_community_invite_tile": { + "description": "Eg.: James @jamest has invited you to join community \/c\/okuna.", + "type": "text", + "placeholders": { + "communityName": {} + } + }, + "comment_reply_notification_tile_user_replied": "[name] [username] ha risposto: {postCommentText}", + "@comment_reply_notification_tile_user_replied": { + "description": "For.eg. James @jamest replied.", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_reply_notification_tile_user_also_replied": "anche [name] [username] ha risposto: {postCommentText}", + "@comment_reply_notification_tile_user_also_replied": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_commented": "[name] [username] ha commentato il tuo post: {postCommentText}", + "@comment_comment_notification_tile_user_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_also_commented": "anche [name] [username] ha commentato il tuo post: {postCommentText}", + "@comment_comment_notification_tile_user_also_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_comment_tile": "[name] [username] ti ha menzionato in un commento: {postCommentText}", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_tile": "[name] [username] ti ha menzionato in un post.", + "@mentioned_in_post_tile": { + "description": "Eg.: James @jamest mentioned you on a post.", + "type": "text", + "placeholders": {} + } +} \ No newline at end of file diff --git a/assets/i18n/it/post.arb b/assets/i18n/it/post.arb new file mode 100644 index 000000000..a88e89c43 --- /dev/null +++ b/assets/i18n/it/post.arb @@ -0,0 +1,810 @@ +{ + "open_post": "Apri post", + "@open_post": { + "type": "text", + "placeholders": { + + } + }, + "close_post": "Chiudi post", + "@close_post": { + "type": "text", + "placeholders": { + + } + }, + "post_opened": "Post aperto", + "@post_opened": { + "type": "text", + "placeholders": { + + } + }, + "post_closed": "Post chiuso ", + "@post_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_required_error": "Il commento non puĂČ essere vuoto.", + "@comment_required_error": { + "type": "text", + "placeholders": { + + } + }, + "comment_maxlength_error": "Un commento non puĂČ essere piĂč lungo di {maxLength} caratteri.", + "@comment_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "timeline_posts_all_loaded": "🎉 Tutti i post caricati", + "@timeline_posts_all_loaded": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_title": "Tieni duro!", + "@timeline_posts_refreshing_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_subtitle": "Caricamento timeline.", + "@timeline_posts_refreshing_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_title": "La tua timeline Ăš vuota.", + "@timeline_posts_no_more_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_subtitle": "Segui gli altri utenti o unisciti a una comunitĂ  per iniziare!", + "@timeline_posts_no_more_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_title": "Impossibile caricare la tua timeline.", + "@timeline_posts_failed_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_subtitle": "Riprova tra qualche secondo", + "@timeline_posts_failed_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_title": "Qualcosa non va.", + "@timeline_posts_default_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_subtitle": "Prova ad aggiornare la timeline.", + "@timeline_posts_default_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refresh_posts": "Aggiorna i post", + "@timeline_posts_refresh_posts": { + "type": "text", + "placeholders": { + + } + }, + "no_circles_for": "Nessuna cerchia trovata corrisponde a '{circlesSearchQuery}'.", + "@no_circles_for": { + "type": "text", + "placeholders": { + "circlesSearchQuery": { + + } + } + }, + "share_to_circles": "Condividi con le tue cerchie", + "@share_to_circles": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_post": " Pubblica", + "@profile_counts_post": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_posts": " Post", + "@profile_counts_posts": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_followers": " Followers", + "@profile_counts_followers": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_following": " Seguendo", + "@profile_counts_following": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_follower": " Follower", + "@profile_counts_follower": { + "type": "text", + "placeholders": { + + } + }, + "action_comment": "Commenta", + "@action_comment": { + "type": "text", + "placeholders": { + + } + }, + "action_react": "Reagisci", + "@action_react": { + "type": "text", + "placeholders": { + + } + }, + "action_reply": "Rispondi", + "@action_reply": { + "type": "text", + "placeholders": { + + } + }, + "share": "Condividi", + "@share": { + "type": "text", + "placeholders": { + + } + }, + "share_to": "Condividi con", + "@share_to": { + "type": "text", + "placeholders": { + + } + }, + "sharing_post_to": "Condividi post con", + "@sharing_post_to": { + "type": "text", + "placeholders": { + + } + }, + "you_shared_with": "Hai condiviso con", + "@you_shared_with": { + "type": "text", + "placeholders": { + + } + }, + "shared_privately_on": "Condiviso privatamente con", + "@shared_privately_on": { + "description": "Eg. Shared privately on @shantanu's circles. See following string, usernames_circles . Will combine this in future, needs refactoring.", + "type": "text", + "placeholders": { + + } + }, + "usernames_circles": "le cerchie di @{postCreatorUsername}", + "@usernames_circles": { + "type": "text", + "placeholders": { + "postCreatorUsername": { + + } + } + }, + "share_community": "Condividi", + "@share_community": { + "type": "text", + "placeholders": { + + } + }, + "share_to_community": "Condividi con la comunitĂ ", + "@share_to_community": { + "type": "text", + "placeholders": { + + } + }, + "share_community_title": "ComunitĂ ", + "@share_community_title": { + "type": "text", + "placeholders": { + + } + }, + "share_community_desc": "Condividi il post con una comunitĂ  di cui sei parte.", + "@share_community_desc": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Cerchie", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_circles_desc": "Condividi il post con una o piĂč delle tue cerchie.", + "@my_circles_desc": { + "type": "text", + "placeholders": { + + } + }, + "world_circle_name": "Tutto il mondo", + "@world_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "search_circles": "Trova cerchie...", + "@search_circles": { + "type": "text", + "placeholders": { + + } + }, + "reaction_list_tap_retry": "Tocca per riprovare a caricare le reaction.", + "@reaction_list_tap_retry": { + "type": "text", + "placeholders": { + + } + }, + "create_new": "Nuovo post", + "@create_new": { + "type": "text", + "placeholders": { + + } + }, + "create_next": "Successivo", + "@create_next": { + "type": "text", + "placeholders": { + + } + }, + "create_photo": "Foto", + "@create_photo": { + "type": "text", + "placeholders": { + + } + }, + "commenter_post_text": "Post", + "@commenter_post_text": { + "type": "text", + "placeholders": { + + } + }, + "commenter_write_something": "Scrivi qualcosa...", + "@commenter_write_something": { + "type": "text", + "placeholders": { + + } + }, + "edit_title": "Modifica post", + "@edit_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_save": "Salva", + "@edit_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_save": "Salva", + "@commenter_expanded_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_join_conversation": "Unisciti alla conversazione..", + "@commenter_expanded_join_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_start_conversation": "Inizia la conversazione..", + "@commenter_expanded_start_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_edit_comment": "Modifica commento", + "@commenter_expanded_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "is_closed": "Post chiuso", + "@is_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_comment": "Rispondi al commento", + "@comment_reply_expanded_reply_comment": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_post": "Post", + "@comment_reply_expanded_post": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_hint_text": "La tua risposta...", + "@comment_reply_expanded_reply_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_title": "Post in tendenza", + "@trending_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_no_trending_posts": "Non ci sono post in tendenza. Prova ad aggiornare fra qualche secondo.", + "@trending_posts_no_trending_posts": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_refresh": "Aggiorna", + "@trending_posts_refresh": { + "type": "text", + "placeholders": { + + } + }, + "comments_view_all_comments": "Mostra tutti i {commentsCount} commenti", + "@comments_view_all_comments": { + "type": "text", + "placeholders": { + "commentsCount": { + + } + } + }, + "comments_closed_post": "Post chiuso", + "@comments_closed_post": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled": "Commenti disabilitati", + "@comments_disabled": { + "type": "text", + "placeholders": { + + } + }, + "text_copied": "Testo copiato!", + "@text_copied": { + "type": "text", + "placeholders": { + + } + }, + "post_reactions_title": "Reazioni al post", + "@post_reactions_title": { + "type": "text", + "placeholders": { + + } + }, + "have_not_shared_anything": "Non hai ancora condiviso niente.", + "@have_not_shared_anything": { + "type": "text", + "placeholders": { + + } + }, + "user_has_not_shared_anything": "{name} non ha ancora condiviso niente.", + "@user_has_not_shared_anything": { + "type": "text", + "placeholders": { + "name": { + + } + } + }, + "comments_header_newest_replies": "Risposte piĂč recenti", + "@comments_header_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newer": "PiĂč recenti", + "@comments_header_newer": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_replies": "Visualizza le risposte piĂč recenti", + "@comments_header_view_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_replies": "Vedi le risposte piĂč recenti", + "@comments_header_see_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_replies": "Risposte piĂč vecchie", + "@comments_header_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_older": "PiĂč vecchi", + "@comments_header_older": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_replies": "Visualizza le risposte piĂč vecchie", + "@comments_header_view_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_replies": "Vedi le risposte piĂč vecchie", + "@comments_header_see_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_replies": "Rispondi per primo", + "@comments_header_be_the_first_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newest_comments": "Commenti piĂč recenti", + "@comments_header_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_comments": "Visualizza i commenti piĂč recenti", + "@comments_header_view_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_comments": "Vedi i commenti piĂč recenti", + "@comments_header_see_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_comments": "Commenti piĂč vecchi", + "@comments_header_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_comments": "Visualizza i commenti piĂč vecchi", + "@comments_header_view_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_comments": "Vedi i commenti piĂč vecchi", + "@comments_header_see_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_comments": "Commenta per primo", + "@comments_header_be_the_first_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_title": "Commenti del post", + "@comments_page_title": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_to_load": "Nessun altro commento da caricare", + "@comments_page_no_more_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry": "Tocca per riprovare a caricare i commenti.", + "@comments_page_tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry_replies": "Tocca per riprovare a caricare le risposte.", + "@comments_page_tap_to_retry_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_replies_to_load": "Nessuna altra risposta da caricare", + "@comments_page_no_more_replies_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_replies_title": "Risposte al post", + "@comments_page_replies_title": { + "type": "text", + "placeholders": { + + } + }, + "disable_post_comments": "Disabilita i commenti per il post", + "@disable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "enable_post_comments": "Abilita i commenti per il post", + "@enable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_enabled_message": "Commenti abilitati per il post", + "@comments_enabled_message": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled_message": "Commenti disabilitati per il post", + "@comments_disabled_message": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete": "Elimina post", + "@actions_delete": { + "type": "text", + "placeholders": { + + } + }, + "actions_deleted": "Post eliminato", + "@actions_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete_comment": "Elimina commento", + "@actions_delete_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_edit_comment": "Modifica commento", + "@actions_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_comment_deleted": "Commento eliminato", + "@actions_comment_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_report_text": "Segnala", + "@actions_report_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_reported_text": "Segnalato", + "@actions_reported_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_show_more_text": "Mostra altro", + "@actions_show_more_text": { + "description": "Shown for posts with long text to expand the entire text.", + "type": "text", + "placeholders": { + + } + }, + "time_short_years": "a", + "@time_short_years": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3y. Keep it as short as possible", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_year": "1a", + "@time_short_one_year": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_weeks": "s", + "@time_short_weeks": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 5w.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_week": "1s", + "@time_short_one_week": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_days": "g", + "@time_short_days": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3d. Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_day": "1g", + "@time_short_one_day": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_hours": "o", + "@time_short_hours": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3h.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_hour": "1o", + "@time_short_one_hour": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_minutes": "m", + "@time_short_minutes": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13m.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_seconds": "s", + "@time_short_seconds": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13s Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_minute": "1m", + "@time_short_one_minute": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_now_text": "ora", + "@time_short_now_text": { + "description": "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/user.arb b/assets/i18n/it/user.arb new file mode 100644 index 000000000..fa2cd5de8 --- /dev/null +++ b/assets/i18n/it/user.arb @@ -0,0 +1,1347 @@ +{ + "thousand_postfix": "mila", + "@thousand_postfix": { + "description": "For eg. communty has 3k members", + "type": "text", + "placeholders": { + + } + }, + "million_postfix": "milioni", + "@million_postfix": { + "description": "For eg. user has 3m followers", + "type": "text", + "placeholders": { + + } + }, + "billion_postfix": "miliardi", + "@billion_postfix": { + "description": "For eg. World circle has 7.5b people", + "type": "text", + "placeholders": { + + } + }, + "translate_see_translation": "Mostra traduzione", + "@translate_see_translation": { + "type": "text", + "placeholders": { + + } + }, + "translate_show_original": "Mostra testo originale", + "@translate_show_original": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_account": "1 Account", + "@follows_lists_account": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_accounts": "{prettyUsersCount} Profili", + "@follows_lists_accounts": { + "description": "prettyUsersCount will be 3m, 50k etc.. so we endup with final string 3k Accounts", + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "edit_profile_user_name_taken": "Il nome utente @{username} Ăš stato preso", + "@edit_profile_user_name_taken": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "profile_action_deny_connection": "Rifiuta richiesta di connessione", + "@profile_action_deny_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_blocked": "Utente bloccato", + "@profile_action_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_unblocked": "Utente sbloccato", + "@profile_action_user_unblocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_cancel_connection": "Annulla richiesta di connessione", + "@profile_action_cancel_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_url_invalid_error": "Per favore inserisci un url valido.", + "@profile_url_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "profile_location_length_error": "Il luogo non puĂČ essere piĂč lungo di {maxLength} caratteri.", + "@profile_location_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "profile_bio_length_error": "La biografia non puĂČ essere piĂč lunga di {maxLength} caratteri.", + "@profile_bio_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "follow_button_follow_text": "Segui", + "@follow_button_follow_text": { + "type": "text", + "placeholders": { + + } + }, + "follow_button_unfollow_text": "Smetti di seguire", + "@follow_button_unfollow_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_username": "Nome utente", + "@edit_profile_username": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_account_lists": "Aggiorna account liste", + "@add_account_update_account_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_to_lists": "Aggiungi account alla lista", + "@add_account_to_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_lists": "Aggiorna Liste", + "@add_account_update_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_save": "Salva", + "@add_account_save": { + "type": "text", + "placeholders": { + + } + }, + "add_account_done": "Fatto", + "@add_account_done": { + "type": "text", + "placeholders": { + + } + }, + "add_account_success": "Operazione riuscita", + "@add_account_success": { + "type": "text", + "placeholders": { + + } + }, + "emoji_field_none_selected": "Nessun emoji selezionato", + "@emoji_field_none_selected": { + "type": "text", + "placeholders": { + + } + }, + "emoji_search_none_found": "Nessun emoji trovato corrispondente a '{searchQuery}'.", + "@emoji_search_none_found": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "follow_lists_title": "Liste", + "@follow_lists_title": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_search_for": "Cerca una lista...", + "@follow_lists_search_for": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found": "Nessuna lista trovata.", + "@follow_lists_no_list_found": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found_for": "Nessuna lista trovata per '{searchQuery}'", + "@follow_lists_no_list_found_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "list_name_empty_error": "Il nome della lista non puĂČ essere vuoto.", + "@list_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "list_name_range_error": "Il nome della lista non puĂČ essere piĂč lungo di {maxLength} caratteri.", + "@list_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "circle_name_empty_error": "Il nome della cerchia non puĂČ essere vuoto.", + "@circle_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "circle_name_range_error": "Il nome della cerchia non puĂČ essere piĂč lungo di {maxLength} caratteri.", + "@circle_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "save_follows_list_name": "Nome", + "@save_follows_list_name": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_hint_text": "es. Viaggi, Fotografia", + "@save_follows_list_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_name_taken": "Il nome per la lista '{listName}' Ăš giĂ  utilizzato", + "@save_follows_list_name_taken": { + "type": "text", + "placeholders": { + "listName": { + + } + } + }, + "save_follows_list_emoji": "Emoji", + "@save_follows_list_emoji": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_users": "Utenti", + "@save_follows_list_users": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_edit": "Modifica lista", + "@save_follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_create": "Crea lista", + "@save_follows_list_create": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_save": "Salva", + "@save_follows_list_save": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_emoji_required_error": "L'Emoji Ăš richiesto", + "@save_follows_list_emoji_required_error": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_edit": "Modifica", + "@follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_header_title": "Utenti", + "@follows_list_header_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_name": "Nome", + "@edit_profile_name": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_url": "Url", + "@edit_profile_url": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_location": "Luogo", + "@edit_profile_location": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_bio": "Biografia", + "@edit_profile_bio": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_followers_count": "Numero di followers", + "@edit_profile_followers_count": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_title": "Modifica profilo", + "@edit_profile_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_save_text": "Salva", + "@edit_profile_save_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image": "Scegli immagine", + "@edit_profile_pick_image": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_delete": "Elimina", + "@edit_profile_delete": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image_error_too_large": "Immagine troppo grande (limite: {limit} MB)", + "@edit_profile_pick_image_error_too_large": { + "type": "text", + "placeholders": { + "limit": { + + } + } + }, + "tile_following": " · Seguiti", + "@tile_following": { + "type": "text", + "placeholders": { + + } + }, + "following_text": "Seguiti", + "@following_text": { + "type": "text", + "placeholders": { + + } + }, + "following_resource_name": "utenti seguiti", + "@following_resource_name": { + "description": "Eg: Search followed users.., No followed users found. etc ", + "type": "text", + "placeholders": { + + } + }, + "tile_delete": "Elimina", + "@tile_delete": { + "type": "text", + "placeholders": { + + } + }, + "invite": "Invita", + "@invite": { + "type": "text", + "placeholders": { + + } + }, + "uninvite": "Disdici l'invito", + "@uninvite": { + "type": "text", + "placeholders": { + + } + }, + "invite_member": "Membro", + "@invite_member": { + "type": "text", + "placeholders": { + + } + }, + "invite_someone_message": "Ehi, vorrei invitarti su Okuna. Per prima cosa scarica l'app da iTunes ({iosLink}) o dal Play store ({androidLink}). Poi incolla questo link di invito personalizzato nel modulo 'Iscriviti' nell'App Okuna: {inviteLink}", + "@invite_someone_message": { + "type": "text", + "placeholders": { + "iosLink": { + + }, + "androidLink": { + + }, + "inviteLink": { + + } + } + }, + "connections_header_circle_desc": "La cerchia di tutte le tue connessioni viene aggiunto a.", + "@connections_header_circle_desc": { + "type": "text", + "placeholders": { + + } + }, + "connections_header_users": "Utenti", + "@connections_header_users": { + "type": "text", + "placeholders": { + + } + }, + "connection_pending": "In attesa", + "@connection_pending": { + "type": "text", + "placeholders": { + + } + }, + "connection_circle_edit": "Modifica", + "@connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "connections_circle_delete": "Elimina", + "@connections_circle_delete": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_name": "Nome", + "@save_connection_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_hint": "es. Amici, Famiglia, Lavoro.", + "@save_connection_circle_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_name": "Colore", + "@save_connection_circle_color_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_hint": "(Tocca per cambiare)", + "@save_connection_circle_color_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_users": "Utenti", + "@save_connection_circle_users": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_edit": "Modifica cerchia", + "@save_connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_create": "Crea cerchia", + "@save_connection_circle_create": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_save": "Salva", + "@save_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_save": "Salva", + "@update_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_updated": "Connessione aggiornata", + "@update_connection_circle_updated": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circles_title": "Aggiorna cerchie connessioni", + "@update_connection_circles_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_with": "Conferma la connessione con {userName}", + "@confirm_connection_with": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "confirm_connection_add_connection": "Aggiungi connessione alla cerchia", + "@confirm_connection_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_connection_confirmed": "Connessione confermata", + "@confirm_connection_connection_confirmed": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_confirm_text": "Conferma", + "@confirm_connection_confirm_text": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_connect_with_username": "Connettiti con {userName}", + "@connect_to_user_connect_with_username": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "connect_to_user_add_connection": "Aggiungi connessione alla cerchia", + "@connect_to_user_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_done": "Fatto", + "@connect_to_user_done": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_request_sent": "Richiesta di connessione inviata", + "@connect_to_user_request_sent": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list": "Rimuovi account dalle liste", + "@remove_account_from_list": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list_success": "Operazione riuscita", + "@remove_account_from_list_success": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_title": "Conferma", + "@confirm_block_user_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_info": "Non vedrete i rispettivi post nĂ© potrete interagire in alcun modo.", + "@confirm_block_user_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_yes": "SĂŹ", + "@confirm_block_user_yes": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_no": "No", + "@confirm_block_user_no": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_blocked": "Utente bloccato.", + "@confirm_block_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_question": "Sei sicuro di voler bloccare @{username}?", + "@confirm_block_user_question": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "save_connection_circle_name_taken": "Nome cerchia '{takenConnectionsCircleName}' giĂ  utilizzato", + "@save_connection_circle_name_taken": { + "type": "text", + "placeholders": { + "takenConnectionsCircleName": { + + } + } + }, + "timeline_filters_title": "Filtri timeline", + "@timeline_filters_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_search_desc": "Cerca cerchie e liste...", + "@timeline_filters_search_desc": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_clear_all": "Svuota tutto", + "@timeline_filters_clear_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_apply_all": "Applica filtri", + "@timeline_filters_apply_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_circles": "Cerchie", + "@timeline_filters_circles": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_lists": "Liste", + "@timeline_filters_lists": { + "type": "text", + "placeholders": { + + } + }, + "followers_title": "Follower", + "@followers_title": { + "type": "text", + "placeholders": { + + } + }, + "follower_singular": "follower", + "@follower_singular": { + "type": "text", + "placeholders": { + + } + }, + "follower_plural": "follower", + "@follower_plural": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_title": "Elimina account", + "@delete_account_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd": "Password corrente", + "@delete_account_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd_hint": "Inserisci la password attuale", + "@delete_account_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_next": "Prossimo", + "@delete_account_next": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_title": "Conferma", + "@delete_account_confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc": "Sei sicuro di voler eliminare il tuo account?", + "@delete_account_confirmation_desc": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc_info": "Questa Ăš un'azione permanente e non puĂČ essere annullata.", + "@delete_account_confirmation_desc_info": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_no": "No", + "@delete_account_confirmation_no": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_yes": "SĂŹ", + "@delete_account_confirmation_yes": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_goodbye": "Addio 😱", + "@delete_account_confirmation_goodbye": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create_title": "Crea invito", + "@invites_create_create_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_edit_title": "Modifica invito", + "@invites_create_edit_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_save": "Salva", + "@invites_create_save": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create": "Crea", + "@invites_create_create": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_title": "Soprannome", + "@invites_create_name_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_hint": "ad esempio Mario Rossi", + "@invites_create_name_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending": "In attesa", + "@invites_pending": { + "type": "text", + "placeholders": { + + } + }, + "invites_delete": "Elimina", + "@invites_delete": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_text": "Invita", + "@invites_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself": "Condividi invito autonomamente", + "@invites_share_yourself": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself_desc": "Scegli dalle app di messaggistica, ecc.", + "@invites_share_yourself_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email": "Condividi invito via email", + "@invites_share_email": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_text": "Email", + "@invites_email_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_hint": "es. mariorossi@email.com", + "@invites_email_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_invite_text": "Invito email", + "@invites_email_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_send_text": "Invia", + "@invites_email_send_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_sent_text": "Email di invito inviata", + "@invites_email_sent_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email_desc": "Invieremo un'email di invito a nome tuo con le istruzioni", + "@invites_share_email_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_edit_text": "Modifica", + "@invites_edit_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_title": "I miei inviti", + "@invites_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_title": "Accettato", + "@invites_accepted_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_name": "inviti accettati", + "@invites_accepted_group_name": { + "description": "Egs where this will end up: Accepted invites (capitalised title), Search accepted invites, See all accepted invites ", + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_item_name": "invito accettato", + "@invites_accepted_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_name": "inviti in attesa", + "@invites_pending_group_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_item_name": "invito in attesa", + "@invites_pending_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_used": "Sembra che tu non abbia usato nessun invito.", + "@invites_none_used": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_left": "Non hai inviti disponibili.", + "@invites_none_left": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_a_friend": "Invita un amico", + "@invites_invite_a_friend": { + "type": "text", + "placeholders": { + + } + }, + "invites_refresh": "Aggiorna", + "@invites_refresh": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_title": "Impostazioni lingua", + "@language_settings_title": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_save": "Salva", + "@language_settings_save": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_saved_success": "Lingua modificata con successo", + "@language_settings_saved_success": { + "type": "text", + "placeholders": { + + } + }, + "groups_see_all": "Vedi tutti\/e {groupName}", + "@groups_see_all": { + "description": "Can be, See all joined communities, See all pending invites, See all moderated communities etc. ", + "type": "text", + "placeholders": { + "groupName": { + + } + } + }, + "invites_joined_with": "Iscritto con nome utente @{username}", + "@invites_joined_with": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "invites_pending_email": "In attesa, invia email di invito a {email}", + "@invites_pending_email": { + "type": "text", + "placeholders": { + "email": { + + } + } + }, + "timeline_filters_no_match": "Nessun risultato per '{searchQuery}'.", + "@timeline_filters_no_match": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "clear_application_cache_text": "Svuota la cache", + "@clear_application_cache_text": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_desc": "Svuota la cache di post, account, immagini e altro ancora.", + "@clear_application_cache_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_success": "Cache svuotata con successo", + "@clear_application_cache_success": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_failure": "Impossibile cancellare la cache", + "@clear_application_cache_failure": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_title": "Rifiuto Linee guida", + "@confirm_guidelines_reject_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_info": "Non puoi usare Okuna finchĂ© non accetti le linee guida.", + "@confirm_guidelines_reject_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_with_team": "Chatta con il team.", + "@confirm_guidelines_reject_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_immediately": "Avvia una chat immediatamente.", + "@confirm_guidelines_reject_chat_immediately": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_community": "Chatta con la comunitĂ .", + "@confirm_guidelines_reject_chat_community": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_join_slack": "Entra nel canale Slack.", + "@confirm_guidelines_reject_join_slack": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_go_back": "Torna indietro", + "@confirm_guidelines_reject_go_back": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_delete_account": "Elimina account", + "@confirm_guidelines_reject_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_desc": "Per favore prenditi un momento per leggere e accettare le nostre linee guida.", + "@guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_accept": "Accetta", + "@guidelines_accept": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_reject": "Rifiuta", + "@guidelines_reject": { + "type": "text", + "placeholders": { + + } + }, + "change_email_title": "Cambia Email", + "@change_email_title": { + "type": "text", + "placeholders": { + + } + }, + "change_email_email_text": "Email", + "@change_email_email_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_hint_text": "Inserisci la tua nuova email", + "@change_email_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_error": "L'email risulta giĂ  registrata", + "@change_email_error": { + "type": "text", + "placeholders": { + + } + }, + "change_email_save": "Salva", + "@change_email_save": { + "type": "text", + "placeholders": { + + } + }, + "change_email_success_info": "Abbiamo inviato un link di conferma al tuo nuovo indirizzo email, clicca su di esso per verificare la tua nuova email", + "@change_email_success_info": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_title": "Cancella preferenze", + "@clear_app_preferences_title": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_desc": "Cancella le preferenze dell'applicazione. Per ora riguarda solo l'ordine preferito dei commenti.", + "@clear_app_preferences_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_cleared_successfully": "Preferenze cancellate con successo", + "@clear_app_preferences_cleared_successfully": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_successful": "Fantastico! La tua email Ăš ora verificata", + "@email_verification_successful": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_error": "Oops! Il tuo token non Ăš valido o scaduto, per favore riprova", + "@email_verification_error": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_error": "Impossibile cancellare le preferenze", + "@clear_app_preferences_error": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user_success": "Disconnesso con successo", + "@disconnect_from_user_success": { + "type": "text", + "placeholders": { + + } + }, + "block_user": "Blocca utente", + "@block_user": { + "type": "text", + "placeholders": { + + } + }, + "unblock_user": "Sblocca utente", + "@unblock_user": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user": "Disconnetti da {userName}", + "@disconnect_from_user": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "circle_peoples_count": "{prettyUsersCount} persone", + "@circle_peoples_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "follows_list_accounts_count": "{prettyUsersCount} account", + "@follows_list_accounts_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/it/user_search.arb b/assets/i18n/it/user_search.arb new file mode 100644 index 000000000..df841ee5a --- /dev/null +++ b/assets/i18n/it/user_search.arb @@ -0,0 +1,100 @@ +{ + "search_text": "Cerca...", + "@search_text": { + "type": "text", + "placeholders": { + + } + }, + "communities": "ComunitĂ ", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "users": "Utenti", + "@users": { + "type": "text", + "placeholders": { + + } + }, + "list_search_text": "Cerca {resourcePluralName}...", + "@list_search_text": { + "description": "resourcePluralName can take many forms foreg. Search members... , Search accepted invites, Search communities.. etc.", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_no_results_found": "Impossibile trovare {resourcePluralName}.", + "@list_no_results_found": { + "description": "Used in a generic list widget. Can be No users found. No communities found. No pending invites found. Its always a plural. ", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_refresh_text": "Aggiorna", + "@list_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "list_retry": "Tocca per riprovare.", + "@list_retry": { + "type": "text", + "placeholders": { + + } + }, + "cancel": "Annulla", + "@cancel": { + "type": "text", + "placeholders": { + + } + }, + "searching_for": "Ricerca di '{searchQuery}'", + "@searching_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_results_for": "Nessun risultato per '{searchQuery}'.", + "@no_results_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_communities_for": "Nessuna ComunitĂ  trovata per '{searchQuery}'.", + "@no_communities_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_users_for": "Nessun Utente trovato per '{searchQuery}'.", + "@no_users_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/auth.arb b/assets/i18n/pt-BR/auth.arb new file mode 100644 index 000000000..e90e7a1f9 --- /dev/null +++ b/assets/i18n/pt-BR/auth.arb @@ -0,0 +1,745 @@ +{ + "headline": "Uma rede social melhor.", + "@headline": { + "type": "text", + "placeholders": { + + } + }, + "login": "Entrar", + "@login": { + "type": "text", + "placeholders": { + + } + }, + "email_empty_error": "O email nĂŁo pode ficar vazio.", + "@email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "email_invalid_error": "Por favor, forneça um email vĂĄlido.", + "@email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "username_empty_error": "O nome de usuĂĄrio nĂŁo pode ficar vazio.", + "@username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "username_characters_error": "Um nome de usuĂĄrio sĂł pode conter caracteres alfanumĂ©ricos e underlines (_).", + "@username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "username_maxlength_error": "Um nome de usuĂĄrio nĂŁo pode ser maior que {maxLength} caracteres.", + "@username_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "create_account": "Cadastrar-se", + "@create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__lets_get_started": "Vamos começar", + "@create_acc__lets_get_started": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__welcome_to_beta": "Bem-vindo(a) Ă  Beta!", + "@create_acc__welcome_to_beta": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__previous": "Voltar", + "@create_acc__previous": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__next": "Avançar", + "@create_acc__next": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__create_account": "Criar uma conta", + "@create_acc__create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link": "Cole seu link de registro abaixo", + "@create_acc__paste_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_password_reset_link": "Cole o link de redefinição de senha abaixo", + "@create_acc__paste_password_reset_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link_help_text": "Use o link do seu convite recebido por email.", + "@create_acc__paste_link_help_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_empty_error": "O campo de link nĂŁo pode ficar vazio.", + "@create_acc__link_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_invalid_error": "Este link parece ser invĂĄlido.", + "@create_acc__link_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "password_empty_error": "A senha nĂŁo pode ficar vazia.", + "@password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "password_range_error": "A senha deve ter entre {minLength} e {maxLength} caracteres.", + "@password_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "name_empty_error": "O nome nĂŁo pode ficar vazio.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "O nome deve ter entre {minLength} e {maxLength} caracteres.", + "@name_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "description_empty_error": "A descrição nĂŁo pode ficar vazia.", + "@description_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "A descrição deve ter entre {minLength} e {maxLength} caracteres.", + "@description_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "reset_password_success_title": "Tudo pronto!", + "@reset_password_success_title": { + "type": "text", + "placeholders": { + + } + }, + "reset_password_success_info": "Sua senha foi alterada com sucesso", + "@reset_password_success_info": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__request_invite": "Sem convite? Solicite um aqui.", + "@create_acc__request_invite": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe": "Solicitar", + "@create_acc__subscribe": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe_to_waitlist_text": "Solicitar um convite!", + "@create_acc__subscribe_to_waitlist_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__congratulations": "ParabĂ©ns!", + "@create_acc__congratulations": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_subscribed": "VocĂȘ Ă© o nĂșmero {0} da lista de espera.", + "@create_acc__your_subscribed": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__almost_there": "Quase lĂĄ...", + "@create_acc__almost_there": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_name": "Qual Ă© o seu nome?", + "@create_acc__what_name": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_placeholder": "Ayrton Senna", + "@create_acc__name_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_empty_error": "đŸ˜± Seu nome nĂŁo pode ficar vazio.", + "@create_acc__name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_length_error": "đŸ˜± Seu nome nĂŁo pode ter mais de 50 caracteres. (Se ele tem, lamentamos muito.)", + "@create_acc__name_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_characters_error": "😅 Um nome sĂł pode conter caracteres alfanumĂ©ricos (por enquanto).", + "@create_acc__name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_username": "Escolha um nome de usuĂĄrio", + "@create_acc__what_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_placeholder": "santosdumont", + "@create_acc__username_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_empty_error": "đŸ˜± O nome de usuĂĄrio nĂŁo pode ficar vazio.", + "@create_acc__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_length_error": "😅 Um nome de usuĂĄrio nĂŁo pode ter mais de 30 caracteres.", + "@create_acc__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_characters_error": "😅 Um nome de usuĂĄrio deve conter apenas caracteres alfanumĂ©ricos e underlines (_).", + "@create_acc__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_taken_error": "đŸ˜© O nome de usuĂĄrio @%s jĂĄ estĂĄ em uso.", + "@create_acc__username_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_server_error": "😭 Estamos com problemas em nossos servidores, por favor tente novamente em alguns minutos.", + "@create_acc__username_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_email": "Qual Ă© o seu email?", + "@create_acc__what_email": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_placeholder": "gisele_bundchen@mail.com", + "@create_acc__email_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_empty_error": "đŸ˜± Seu email nĂŁo pode ficar vazio", + "@create_acc__email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_invalid_error": "😅 Por favor, forneça um endereço de email vĂĄlido.", + "@create_acc__email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_taken_error": "đŸ€” JĂĄ existe uma conta associada a esse email.", + "@create_acc__email_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_server_error": "😭 Estamos com problemas em nossos servidores, por favor tente novamente em alguns minutos.", + "@create_acc__email_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_password": "Escolha uma senha", + "@create_acc__what_password": { + "type": "text", + "placeholders": { + + } + }, + "create_acc_password_hint_text": "({minLength}-{maxLength} caracteres)", + "@create_acc_password_hint_text": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "create_acc__what_password_subtext": "(mĂ­n. 10 caracteres)", + "@create_acc__what_password_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_empty_error": "đŸ˜± Sua senha nĂŁo pode ficar vazia", + "@create_acc__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_length_error": "😅 Uma senha precisa ter entre 8 e 64 caracteres.", + "@create_acc__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_avatar": "Escolha uma imagem de perfil", + "@create_acc__what_avatar": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_tap_to_change": "Toque para alterar", + "@create_acc__avatar_tap_to_change": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_camera": "Tirar uma foto", + "@create_acc__avatar_choose_camera": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_gallery": "Usar uma foto existente", + "@create_acc__avatar_choose_gallery": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_remove_photo": "Remover foto", + "@create_acc__avatar_remove_photo": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done": "Criar conta", + "@create_acc__done": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_subtext": "VocĂȘ pode mudar isso nas configuraçÔes de perfil.", + "@create_acc__done_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_created": "Sua conta foi criada com o nome de usuĂĄrio ", + "@create_acc__done_created": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_title": "Segura aĂ­!", + "@create_acc__submit_loading_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_desc": "Estamos criando sua conta.", + "@create_acc__submit_loading_desc": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_title": "Ah nĂŁo...", + "@create_acc__submit_error_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_server": "😭 Estamos com problemas em nossos servidores, por favor tente novamente em alguns minutos.", + "@create_acc__submit_error_desc_server": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_validation": "😅 Parece que algumas das informaçÔes nĂŁo estavam corretas, por favor, verifique e tente novamente.", + "@create_acc__submit_error_desc_validation": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_title": "Aeee!", + "@create_acc__done_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_description": "Sua conta foi criada com sucesso.", + "@create_acc__done_description": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_username_is": "Seu nome de usuĂĄrio Ă© ", + "@create_acc__your_username_is": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__can_change_username": "Se desejar, vocĂȘ pode alterĂĄ-lo a qualquer momento atravĂ©s da sua pĂĄgina de perfil.", + "@create_acc__can_change_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_continue": "Entrar", + "@create_acc__done_continue": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__one_last_thing": "Uma Ășltima coisa...", + "@create_acc__one_last_thing": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__register": "Criar uma conta", + "@create_acc__register": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__are_you_legal_age": "VocĂȘ tem mais de 16 anos?", + "@create_acc__are_you_legal_age": { + "type": "text", + "placeholders": { + + } + }, + "login__login": "Continuar", + "@login__login": { + "type": "text", + "placeholders": { + + } + }, + "login__previous": "Voltar", + "@login__previous": { + "type": "text", + "placeholders": { + + } + }, + "login__title": "Bem-vindo(a) de volta!", + "@login__title": { + "type": "text", + "placeholders": { + + } + }, + "login__subtitle": "Insira suas credenciais para continuar.", + "@login__subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password": "Esqueci a senha", + "@login__forgot_password": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password_subtitle": "Digite seu nome de usuĂĄrio ou email", + "@login__forgot_password_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__username_label": "Nome de usuĂĄrio", + "@login__username_label": { + "type": "text", + "placeholders": { + + } + }, + "login__password_label": "Senha", + "@login__password_label": { + "type": "text", + "placeholders": { + + } + }, + "login__email_label": "Email", + "@login__email_label": { + "type": "text", + "placeholders": { + + } + }, + "login__or_text": "Ou", + "@login__or_text": { + "type": "text", + "placeholders": { + + } + }, + "login__password_empty_error": "A senha Ă© necessĂĄria.", + "@login__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__password_length_error": "Sua senha deve ter entre 8 e 64 caracteres.", + "@login__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_empty_error": "O nome de usuĂĄrio Ă© necessĂĄrio.", + "@login__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_length_error": "O nome de usuĂĄrio nĂŁo pode ter mais de 30 caracteres.", + "@login__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_characters_error": "O nome de usuĂĄrio sĂł pode conter caracteres alfanumĂ©ricos e underlines (_).", + "@login__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "login__credentials_mismatch_error": "As credenciais fornecidas nĂŁo coincidem.", + "@login__credentials_mismatch_error": { + "type": "text", + "placeholders": { + + } + }, + "login__server_error": "Ops... Estamos passando por problemas em nossos servidores. Por favor, tente novamente em alguns minutos.", + "@login__server_error": { + "type": "text", + "placeholders": { + + } + }, + "login__connection_error": "NĂŁo conseguimos alcançar nossos servidores. VocĂȘ estĂĄ conectado Ă  internet?", + "@login__connection_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_title": "Alterar senha", + "@change_password_title": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd": "Senha atual", + "@change_password_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_hint": "Digite a sua senha atual", + "@change_password_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_incorrect": "A senha inserida estĂĄ incorreta", + "@change_password_current_pwd_incorrect": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd": "Nova senha", + "@change_password_new_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_hint": "Digite a sua nova senha", + "@change_password_new_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_error": "Por favor, certifique-se de que a senha tenha entre 10 e 100 caracteres", + "@change_password_new_pwd_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_text": "Salvar", + "@change_password_save_text": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_success": "Tudo certo! Sua senha foi atualizada", + "@change_password_save_success": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/community.arb b/assets/i18n/pt-BR/community.arb new file mode 100644 index 000000000..a39f25e9c --- /dev/null +++ b/assets/i18n/pt-BR/community.arb @@ -0,0 +1,1027 @@ +{ + "no": "NĂŁo", + "@no": { + "type": "text", + "placeholders": { + + } + }, + "yes": "Sim", + "@yes": { + "type": "text", + "placeholders": { + + } + }, + "button_staff": "Equipe", + "@button_staff": { + "type": "text", + "placeholders": { + + } + }, + "button_rules": "Regras", + "@button_rules": { + "type": "text", + "placeholders": { + + } + }, + "community": "comunidade", + "@community": { + "type": "text", + "placeholders": { + + } + }, + "communities": "comunidades", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "type_public": "PĂșblica", + "@type_public": { + "type": "text", + "placeholders": { + + } + }, + "type_private": "Privada", + "@type_private": { + "type": "text", + "placeholders": { + + } + }, + "member_capitalized": "Membro", + "@member_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "members_capitalized": "Membros", + "@members_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "admin_desc": "Isso permitirĂĄ que o membro edite os detalhes da comunidade, administradores, moderadores e usuĂĄrios banidos.", + "@admin_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirmation_title": "Confirmação", + "@confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "admin_add_confirmation": "VocĂȘ tem certeza de que deseja adicionar @{username} como administrador da comunidade?", + "@admin_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_confirmation": "VocĂȘ tem certeza de que deseja banir @{username}?", + "@ban_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_desc": "Isso removerĂĄ o usuĂĄrio da comunidade e impedirĂĄ que ele entre novamente.", + "@ban_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderator_add_confirmation": "VocĂȘ tem certeza de que deseja adicionar @{username} como moderador da comunidade?", + "@moderator_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "moderator_desc": "Isso permitirĂĄ que o membro edite os detalhes da comunidade, moderadores e usuĂĄrios banidos.", + "@moderator_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderators_you": "VocĂȘ", + "@moderators_you": { + "type": "text", + "placeholders": { + + } + }, + "moderators_title": "Moderadores", + "@moderators_title": { + "type": "text", + "placeholders": { + + } + }, + "leave_desc": "VocĂȘ nĂŁo poderĂĄ mais ver as publicaçÔes desta comunidade, nem publicar nela.", + "@leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "leave_confirmation": "VocĂȘ tem certeza de que deseja sair da comunidade?", + "@leave_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "moderator_resource_name": "moderador", + "@moderator_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "moderators_resource_name": "moderadores", + "@moderators_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "add_moderator_title": "Adicionar moderador", + "@add_moderator_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_confirmation": "VocĂȘ tem certeza de que deseja excluir a comunidade?", + "@delete_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "delete_desc": "VocĂȘ nĂŁo poderĂĄ mais ver as publicaçÔes desta comunidade, nem publicar nela.", + "@delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "actions_manage_text": "Gerenciar", + "@actions_manage_text": { + "type": "text", + "placeholders": { + + } + }, + "manage_title": "Gerenciar comunidade", + "@manage_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_title": "Detalhes", + "@manage_details_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_desc": "Alterar tĂ­tulo, nome, avatar, foto de capa e mais.", + "@manage_details_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_title": "Administradores", + "@manage_admins_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_desc": "Ver, adicionar e remover administradores.", + "@manage_admins_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_title": "Moderadores", + "@manage_mods_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_desc": "Ver, adicionar e remover moderadores.", + "@manage_mods_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_title": "UsuĂĄrios banidos", + "@manage_banned_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_desc": "Ver, adicionar e remover usuĂĄrios banidos.", + "@manage_banned_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_title": "Reportado Ă  moderação", + "@manage_mod_reports_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_desc": "Revise as denĂșncias Ă  moderação da comunidade.", + "@manage_mod_reports_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_title": "Posts fechados", + "@manage_closed_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_desc": "Ver e gerenciar os posts fechados", + "@manage_closed_posts_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_title": "Convidar pessoas", + "@manage_invite_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_desc": "Convide suas conexĂ”es e seguidores para se juntar Ă  comunidade.", + "@manage_invite_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_title": "Excluir comunidade", + "@manage_delete_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_desc": "Excluir a comunidade, para sempre.", + "@manage_delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_title": "Sair da comunidade", + "@manage_leave_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_desc": "Sair da comunidade.", + "@manage_leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_add_favourite": "Adicionar a comunidade Ă s suas favoritas", + "@manage_add_favourite": { + "type": "text", + "placeholders": { + + } + }, + "manage_remove_favourite": "Remover a comunidade de suas favoritas", + "@manage_remove_favourite": { + "type": "text", + "placeholders": { + + } + }, + "is_private": "Essa comunidade Ă© privada.", + "@is_private": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_member": "VocĂȘ deve ser convidado(a) por um membro.", + "@invited_by_member": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_moderator": "VocĂȘ deve ser convidado(a) por um moderador.", + "@invited_by_moderator": { + "type": "text", + "placeholders": { + + } + }, + "refreshing": "Atualizando a comunidade", + "@refreshing": { + "type": "text", + "placeholders": { + + } + }, + "posts": "Posts", + "@posts": { + "type": "text", + "placeholders": { + + } + }, + "about": "Sobre", + "@about": { + "type": "text", + "placeholders": { + + } + }, + "category": "categoria.", + "@category": { + "type": "text", + "placeholders": { + + } + }, + "categories": "categorias.", + "@categories": { + "type": "text", + "placeholders": { + + } + }, + "add_administrators_title": "Adicionar administrador.", + "@add_administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "community_members": "Membros da comunidade", + "@community_members": { + "type": "text", + "placeholders": { + + } + }, + "member": "membro", + "@member": { + "description": "Currently not used in app, reserved for potential use. Could be used as: Showing 1 member", + "type": "text", + "placeholders": { + + } + }, + "member_plural": "membros", + "@member_plural": { + "description": "See all members ,Search all members", + "type": "text", + "placeholders": { + + } + }, + "administrators_title": "Administradores", + "@administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "administrator_text": "administrador", + "@administrator_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrator", + "type": "text", + "placeholders": { + + } + }, + "administrator_plural": "administradores", + "@administrator_plural": { + "description": "Egs. Search administrators, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrator_you": "VocĂȘ", + "@administrator_you": { + "type": "text", + "placeholders": { + + } + }, + "user_you_text": "VocĂȘ", + "@user_you_text": { + "type": "text", + "placeholders": { + + } + }, + "pick_upto_max": "Escolha atĂ© {max} categorias", + "@pick_upto_max": { + "type": "text", + "placeholders": { + "max": { + + } + } + }, + "pick_atleast_min_category": "VocĂȘ deve escolher pelo menos {min} categoria.", + "@pick_atleast_min_category": { + "description": "You must pick at least 1 category", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "pick_atleast_min_categories": "VocĂȘ deve escolher pelo menos {min} categorias.", + "@pick_atleast_min_categories": { + "description": "Eg. Variable min will be 3-5. You must pick at least (3-5) categories", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "ban_user_title": "Banir usuĂĄrio", + "@ban_user_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_users_title": "UsuĂĄrios banidos", + "@banned_users_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_user_text": "usuĂĄrio banido", + "@banned_user_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 banned user", + "type": "text", + "placeholders": { + + } + }, + "banned_users_text": "usuĂĄrios banidos", + "@banned_users_text": { + "description": "Egs. Search banned users, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorites_title": "Favoritas", + "@favorites_title": { + "type": "text", + "placeholders": { + + } + }, + "favorite_community": "comunidade favorita", + "@favorite_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community", + "type": "text", + "placeholders": { + + } + }, + "favorite_communities": "comunidades favoritas", + "@favorite_communities": { + "description": "Egs. Search favorite communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrated_title": "Administradas", + "@administrated_title": { + "type": "text", + "placeholders": { + + } + }, + "administrated_community": "comunidade administrada", + "@administrated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community", + "type": "text", + "placeholders": { + + } + }, + "administrated_communities": "comunidades administradas", + "@administrated_communities": { + "description": "Egs. Search administrated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "moderated_title": "Moderadas", + "@moderated_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_community": "comunidade moderada", + "@moderated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community", + "type": "text", + "placeholders": { + + } + }, + "moderated_communities": "comunidades moderadas", + "@moderated_communities": { + "description": "Egs. Search moderated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "joined_title": "Ingressadas", + "@joined_title": { + "type": "text", + "placeholders": { + + } + }, + "joined_community": "comunidade ingressada", + "@joined_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 joined community", + "type": "text", + "placeholders": { + + } + }, + "joined_communities": "comunidades ingressadas", + "@joined_communities": { + "description": "Egs. Search joined communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "join_communities_desc": "Entre nas comunidades para ver esta aba ganhar vida!", + "@join_communities_desc": { + "type": "text", + "placeholders": { + + } + }, + "refresh_text": "Atualizar", + "@refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_none_found": "Nenhuma comunidade em alta encontrada. Tente novamente em alguns minutos.", + "@trending_none_found": { + "type": "text", + "placeholders": { + + } + }, + "trending_refresh": "Atualizar", + "@trending_refresh": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_all": "Em alta em todas as categorias", + "@trending_in_all": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_category": "Em alta em {categoryName}", + "@trending_in_category": { + "type": "text", + "placeholders": { + "categoryName": { + + } + } + }, + "communities_title": "Comunidades", + "@communities_title": { + "type": "text", + "placeholders": { + + } + }, + "communities_no_category_found": "Nenhuma categoria encontrada. Por favor, tente novamente em alguns minutos.", + "@communities_no_category_found": { + "type": "text", + "placeholders": { + + } + }, + "communities_refresh_text": "Atualizar", + "@communities_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "communities_all_text": "Todas", + "@communities_all_text": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_title": "Convidar para a comunidade", + "@invite_to_community_title": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_singular": "conexĂŁo ou seguidor", + "@invite_to_community_resource_singular": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 connection or follower", + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_plural": "conexĂ”es e seguidores", + "@invite_to_community_resource_plural": { + "description": "Egs. Search connections and followers, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorite_action": "Favoritar comunidade", + "@favorite_action": { + "type": "text", + "placeholders": { + + } + }, + "unfavorite_action": "Desfavoritar comunidade", + "@unfavorite_action": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title": "TĂ­tulo", + "@save_community_label_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title_hint_text": "ex: Viagem, Fotografia, Jogos.", + "@save_community_label_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title": "Nome", + "@save_community_name_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title_hint_text": " ex: viagem, fotografia, jogos.", + "@save_community_name_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_taken": "O nome de comunidade '{takenName}' jĂĄ estĂĄ em uso", + "@save_community_name_taken": { + "type": "text", + "placeholders": { + "takenName": { + + } + } + }, + "save_community_name_label_color": "Cor", + "@save_community_name_label_color": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_color_hint_text": "(Toque para alterar)", + "@save_community_name_label_color_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type": "Tipo", + "@save_community_name_label_type": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type_hint_text": "(Toque para alterar)", + "@save_community_name_label_type_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites": "Convites de membros", + "@save_community_name_member_invites": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites_subtitle": "Membros podem convidar pessoas para a comunidade", + "@save_community_name_member_invites_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_category": "Categoria", + "@save_community_name_category": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional": "Descrição · Opcional", + "@save_community_name_label_desc_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional_hint_text": "Sobre o que Ă© a sua comunidade?", + "@save_community_name_label_desc_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional": "Regras · Opcional", + "@save_community_name_label_rules_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional_hint_text": "HĂĄ algo que vocĂȘ gostaria que seus usuĂĄrios soubessem?", + "@save_community_name_label_rules_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective": "Adjetivo para membro · Opcional", + "@save_community_name_label_member_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective_hint_text": "ex: viajante, fotĂłgrafo, gamer.", + "@save_community_name_label_member_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective": "Adjetivo para membros · Opcional", + "@save_community_name_label_members_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective_hint_text": "ex: viajantes, fotĂłgrafos, gamers.", + "@save_community_name_label_members_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_edit_community": "Editar comunidade", + "@save_community_edit_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_community": "Criar comunidade", + "@save_community_create_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_save_text": "Salvar", + "@save_community_save_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_text": "Criar", + "@save_community_create_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_invite_people_title": "Convide pessoas para a comunidade", + "@actions_invite_people_title": { + "type": "text", + "placeholders": { + + } + }, + "join_community": "Entrar", + "@join_community": { + "type": "text", + "placeholders": { + + } + }, + "leave_community": "Sair", + "@leave_community": { + "type": "text", + "placeholders": { + + } + }, + "community_staff": "Equipe da comunidade", + "@community_staff": { + "type": "text", + "placeholders": { + + } + }, + "post_singular": "post", + "@post_singular": { + "type": "text", + "placeholders": { + + } + }, + "post_plural": "posts", + "@post_plural": { + "type": "text", + "placeholders": { + + } + }, + "rules_title": "Regras da comunidade", + "@rules_title": { + "type": "text", + "placeholders": { + + } + }, + "rules_text": "Regras", + "@rules_text": { + "type": "text", + "placeholders": { + + } + }, + "name_characters_error": "O nome sĂł pode conter caracteres alfanumĂ©ricos e underlines (_).", + "@name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "O nome nĂŁo pode ser maior que {maxLength} caracteres.", + "@name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "name_empty_error": "O nome nĂŁo pode ficar vazio.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "title_range_error": "O tĂ­tulo nĂŁo pode ser maior que {maxLength} caracteres.", + "@title_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "title_empty_error": "O tĂ­tulo nĂŁo pode ficar vazio.", + "@title_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "rules_range_error": "As regras nĂŁo podem ser maiores que {maxLength} caracteres.", + "@rules_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "rules_empty_error": "As regras nĂŁo podem ficar vazias.", + "@rules_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "A descrição nĂŁo pode ser maior que {maxLength} caracteres.", + "@description_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "adjectives_range_error": "Os adjetivos nĂŁo podem ser mais longos que {maxLength} caracteres.", + "@adjectives_range_error": { + "description": "This refers to the customisable adjectives assigned to community members,eg. 1k travellers,5k photographers", + "type": "text", + "placeholders": { + "maxLength": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/contextual_account_search_box.arb b/assets/i18n/pt-BR/contextual_account_search_box.arb new file mode 100644 index 000000000..9df038403 --- /dev/null +++ b/assets/i18n/pt-BR/contextual_account_search_box.arb @@ -0,0 +1,10 @@ +{ + "suggestions": "SugestĂ”es", + "@suggestions": { + "description": "The title to display on the suggestions when searching for accounts when trying to mention someone.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/drawer.arb b/assets/i18n/pt-BR/drawer.arb new file mode 100644 index 000000000..b3ddcd3e8 --- /dev/null +++ b/assets/i18n/pt-BR/drawer.arb @@ -0,0 +1,305 @@ +{ + "menu_title": "Menu", + "@menu_title": { + "type": "text", + "placeholders": { + + } + }, + "main_title": "Minha Okuna", + "@main_title": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Meus cĂ­rculos", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_lists": "Minhas listas", + "@my_lists": { + "type": "text", + "placeholders": { + + } + }, + "my_followers": "Meus seguidores", + "@my_followers": { + "type": "text", + "placeholders": { + + } + }, + "my_following": "Meus seguidos", + "@my_following": { + "type": "text", + "placeholders": { + + } + }, + "my_invites": "Meus convites", + "@my_invites": { + "type": "text", + "placeholders": { + + } + }, + "my_pending_mod_tasks": "Minhas tarefas de moderação pendentes", + "@my_pending_mod_tasks": { + "type": "text", + "placeholders": { + + } + }, + "my_mod_penalties": "Minhas penalidades", + "@my_mod_penalties": { + "type": "text", + "placeholders": { + + } + }, + "app_account_text": "Aplicativo & Conta", + "@app_account_text": { + "type": "text", + "placeholders": { + + } + }, + "themes": "Temas", + "@themes": { + "type": "text", + "placeholders": { + + } + }, + "global_moderation": "Moderação global", + "@global_moderation": { + "type": "text", + "placeholders": { + + } + }, + "profile": "Perfil", + "@profile": { + "type": "text", + "placeholders": { + + } + }, + "connections": "Minhas conexĂ”es", + "@connections": { + "type": "text", + "placeholders": { + + } + }, + "lists": "Minhas listas", + "@lists": { + "type": "text", + "placeholders": { + + } + }, + "settings": "ConfiguraçÔes", + "@settings": { + "type": "text", + "placeholders": { + + } + }, + "application_settings": "ConfiguraçÔes do aplicativo", + "@application_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings": "ConfiguraçÔes da conta", + "@account_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_email": "Alterar Email", + "@account_settings_change_email": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_password": "Alterar Senha", + "@account_settings_change_password": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_notifications": "NotificaçÔes", + "@account_settings_notifications": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language_text": "Idioma", + "@account_settings_language_text": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language": "Idioma ({currentUserLanguage})", + "@account_settings_language": { + "type": "text", + "placeholders": { + "currentUserLanguage": { + + } + } + }, + "account_settings_blocked_users": "UsuĂĄrios bloqueados", + "@account_settings_blocked_users": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_delete_account": "Excluir a minha conta", + "@account_settings_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "help": "Suporte e Feedback", + "@help": { + "type": "text", + "placeholders": { + + } + }, + "customize": "Personalizar", + "@customize": { + "type": "text", + "placeholders": { + + } + }, + "logout": "Sair", + "@logout": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_title": "Links Ășteis", + "@useful_links_title": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines": "Diretrizes da Okuna", + "@useful_links_guidelines": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_desc": "As diretrizes que todos esperamos seguir para uma coexistĂȘncia saudĂĄvel e amigĂĄvel.", + "@useful_links_guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github": "Projeto no Github", + "@useful_links_guidelines_github": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github_desc": "DĂȘ uma olhada no que estamos trabalhando atualmente", + "@useful_links_guidelines_github_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests": "SugestĂ”es de recursos", + "@useful_links_guidelines_feature_requests": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests_desc": "Sugerir um recurso ou votar em sugestĂ”es existentes", + "@useful_links_guidelines_feature_requests_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker": "Rastreador de bugs", + "@useful_links_guidelines_bug_tracker": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker_desc": "Reportar um bug ou votar em bugs existentes", + "@useful_links_guidelines_bug_tracker_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook": "Manual da Okuna", + "@useful_links_guidelines_handbook": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook_desc": "Um livro com tudo o que hĂĄ para saber sobre usar a plataforma", + "@useful_links_guidelines_handbook_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support": "Apoie a Okuna", + "@useful_links_support": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support_desc": "Encontre uma maneira de nos apoiar em nossa jornada!", + "@useful_links_support_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel": "Canal da comunidade no Slack", + "@useful_links_slack_channel": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel_desc": "Um lugar para discutir tudo sobre a Okuna", + "@useful_links_slack_channel_desc": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/error.arb b/assets/i18n/pt-BR/error.arb new file mode 100644 index 000000000..63f691a4e --- /dev/null +++ b/assets/i18n/pt-BR/error.arb @@ -0,0 +1,16 @@ +{ + "unknown_error": "Erro desconhecido", + "@unknown_error": { + "type": "text", + "placeholders": { + + } + }, + "no_internet_connection": "Sem conexĂŁo com a internet", + "@no_internet_connection": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/moderation.arb b/assets/i18n/pt-BR/moderation.arb new file mode 100644 index 000000000..8e4f23cd3 --- /dev/null +++ b/assets/i18n/pt-BR/moderation.arb @@ -0,0 +1,503 @@ +{ + "filters_title": "Filtros de moderação", + "@filters_title": { + "type": "text", + "placeholders": { + + } + }, + "filters_reset": "Redefinir", + "@filters_reset": { + "type": "text", + "placeholders": { + + } + }, + "filters_verified": "Verificado", + "@filters_verified": { + "type": "text", + "placeholders": { + + } + }, + "filters_apply": "Aplicar filtros", + "@filters_apply": { + "type": "text", + "placeholders": { + + } + }, + "filters_type": "Tipo", + "@filters_type": { + "type": "text", + "placeholders": { + + } + }, + "filters_status": "Status", + "@filters_status": { + "type": "text", + "placeholders": { + + } + }, + "filters_other": "Outros", + "@filters_other": { + "type": "text", + "placeholders": { + + } + }, + "actions_review": "Revisar", + "@actions_review": { + "type": "text", + "placeholders": { + + } + }, + "actions_chat_with_team": "Converse com a equipe", + "@actions_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "update_category_title": "Atualizar categoria", + "@update_category_title": { + "type": "text", + "placeholders": { + + } + }, + "update_category_save": "Salvar", + "@update_category_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_save": "Salvar", + "@update_description_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_title": "Editar descrição", + "@update_description_title": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_desc": "Descrição da denĂșncia", + "@update_description_report_desc": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_hint_text": "ex: O motivo da denĂșncia Ă©...", + "@update_description_report_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "update_status_save": "Salvar", + "@update_status_save": { + "type": "text", + "placeholders": { + + } + }, + "update_status_title": "Atualizar status", + "@update_status_title": { + "type": "text", + "placeholders": { + + } + }, + "community_review_title": "Revisar objeto moderado", + "@community_review_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_title": "Objeto", + "@moderated_object_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_status": "Status", + "@moderated_object_status": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_reports_count": "NĂșmero de denĂșncias", + "@moderated_object_reports_count": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified_by_staff": "Verificado pela equipe da Okuna", + "@moderated_object_verified_by_staff": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified": "Verificado", + "@moderated_object_verified": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_true_text": "Verdadeiro", + "@moderated_object_true_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "moderated_object_false_text": "Falso", + "@moderated_object_false_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "community_review_object": "Objeto", + "@community_review_object": { + "type": "text", + "placeholders": { + + } + }, + "community_review_approve": "Aprovar", + "@community_review_approve": { + "type": "text", + "placeholders": { + + } + }, + "community_review_reject": "rejeitar", + "@community_review_reject": { + "type": "text", + "placeholders": { + + } + }, + "community_review_item_verified": "Este item foi verificado", + "@community_review_item_verified": { + "type": "text", + "placeholders": { + + } + }, + "global_review_title": "Revisar objeto moderado", + "@global_review_title": { + "type": "text", + "placeholders": { + + } + }, + "global_review_object_text": "Objeto", + "@global_review_object_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_verify_text": "Verificar", + "@global_review_verify_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_unverify_text": "Desverificar", + "@global_review_unverify_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_title": "Enviar denĂșncia", + "@confirm_report_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_details": "VocĂȘ pode fornecer mais detalhes relevantes para a denĂșncia?", + "@confirm_report_provide_details": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_info": "(Opcional)", + "@confirm_report_provide_optional_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_hint_text": "Digite aqui...", + "@confirm_report_provide_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next": "Aqui estĂĄ o que acontecerĂĄ a seguir:", + "@confirm_report_provide_happen_next": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next_desc": "- Sua denĂșncia serĂĄ enviada anonimamente. \n- Se vocĂȘ estiver denunciando uma publicação ou comentĂĄrio, a denĂșncia serĂĄ enviada Ă  equipe da Okuna e aos moderadores da comunidade (se aplicĂĄvel), e o conteĂșdo denunciado ficarĂĄ oculto do seu feed. \n- Se vocĂȘ estiver denunciando uma conta ou comunidade, a denĂșncia serĂĄ enviada para a equipe da Okuna. \n- Vamos analisar a denĂșncia e, se aprovada, o conteĂșdo serĂĄ excluĂ­do e as penalidades serĂŁo aplicadas Ă s pessoas envolvidas, desde uma suspensĂŁo temporĂĄria atĂ© a exclusĂŁo da conta, dependendo da gravidade da transgressĂŁo. \n- Se a denĂșncia for apenas uma tentativa de prejudicar um membro ou comunidade que nĂŁo cometeu a infração apontada por vocĂȘ, as penalidades serĂŁo aplicadas a vocĂȘ. \n", + "@confirm_report_provide_happen_next_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_submit": "Eu entendo, envie.", + "@confirm_report_submit": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_user_reported": "UsuĂĄrio denunciado", + "@confirm_report_user_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_community_reported": "Comunidade denunciada", + "@confirm_report_community_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_reported": "Publicação denunciada", + "@confirm_report_post_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_comment_reported": "ComentĂĄrio denunciado", + "@confirm_report_post_comment_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_item_reported": "Item denunciado", + "@confirm_report_item_reported": { + "type": "text", + "placeholders": { + + } + }, + "community_moderated_objects": "Itens moderados por comunidades", + "@community_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "globally_moderated_objects": "Itens moderados globalmente", + "@globally_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "tap_to_retry": "Toque para tentar carregar os itens novamente", + "@tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "report_post_text": "Denunciar publicação", + "@report_post_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_post_text": "VocĂȘ denunciou esta publicação", + "@you_have_reported_post_text": { + "type": "text", + "placeholders": { + + } + }, + "report_account_text": "Denunciar conta", + "@report_account_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_account_text": "VocĂȘ denunciou esta conta", + "@you_have_reported_account_text": { + "type": "text", + "placeholders": { + + } + }, + "report_community_text": "Denunciar comunidade", + "@report_community_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_community_text": "VocĂȘ denunciou esta comunidade", + "@you_have_reported_community_text": { + "type": "text", + "placeholders": { + + } + }, + "report_comment_text": "Denunciar comentĂĄrio", + "@report_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_comment_text": "VocĂȘ denunciou este comentĂĄrio", + "@you_have_reported_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "description_text": "Descrição", + "@description_text": { + "type": "text", + "placeholders": { + + } + }, + "no_description_text": "Sem descrição", + "@no_description_text": { + "type": "text", + "placeholders": { + + } + }, + "category_text": "Categoria", + "@category_text": { + "type": "text", + "placeholders": { + + } + }, + "reporter_text": "Denunciante", + "@reporter_text": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_title": "DenĂșncias", + "@reports_preview_title": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_resource_reports": "denĂșncias", + "@reports_preview_resource_reports": { + "description": "Usage: See all reports..", + "type": "text", + "placeholders": { + + } + }, + "reports_see_all": "Ver todas as {resourceCount} {resourceName}", + "@reports_see_all": { + "description": "Usage: See all 4 reports.", + "type": "text", + "placeholders": { + "resourceCount": { + + }, + "resourceName": { + + } + } + }, + "object_status_title": "Status", + "@object_status_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_tasks_title": "Tarefas de moderação pendentes", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_singular": "tarefa de moderação pendente", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_plural": "tarefas de moderação pendentes", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_title": "Penalidades de moderação", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resouce_singular": "penalidade de moderação", + "@my_moderation_penalties_resouce_singular": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resource_plural": "penalidades de moderação", + "@my_moderation_penalties_resource_plural": { + "description": "See all moderation penalties, No moderation penalties found etc..", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/notifications.arb b/assets/i18n/pt-BR/notifications.arb new file mode 100644 index 000000000..b9f90a6fc --- /dev/null +++ b/assets/i18n/pt-BR/notifications.arb @@ -0,0 +1,208 @@ +{ + "settings_title": "ConfiguraçÔes de notificação", + "@settings_title": { + "type": "text", + "placeholders": {} + }, + "general_title": "NotificaçÔes", + "@general_title": { + "type": "text", + "placeholders": {} + }, + "general_desc": "Seja notificado(a) quando algo acontecer", + "@general_desc": { + "type": "text", + "placeholders": {} + }, + "follow_title": "Seguidores", + "@follow_title": { + "type": "text", + "placeholders": {} + }, + "follow_desc": "Seja notificado(a) quando alguĂ©m começar a segui-lo(a)", + "@follow_desc": { + "type": "text", + "placeholders": {} + }, + "connection_title": "Pedidos de conexĂŁo", + "@connection_title": { + "type": "text", + "placeholders": {} + }, + "connection_desc": "Seja notificado(a) quando alguĂ©m quiser se conectar com vocĂȘ", + "@connection_desc": { + "type": "text", + "placeholders": {} + }, + "comment_title": "ComentĂĄrios", + "@comment_title": { + "type": "text", + "placeholders": {} + }, + "comment_desc": "Seja notificado(a) quando alguĂ©m comentar uma das suas publicaçÔes ou uma que vocĂȘ tambĂ©m comentou.", + "@comment_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reply_title": "Respostas aos comentĂĄrios", + "@comment_reply_title": { + "type": "text", + "placeholders": {} + }, + "comment_reply_desc": "Seja notificado(a) quando alguĂ©m responder a um dos seus comentĂĄrios ou a um que vocĂȘ tambĂ©m respondeu.", + "@comment_reply_desc": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_title": "MençÔes em comentĂĄrios", + "@comment_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_desc": "Seja notificado(a) quando alguĂ©m mencionar vocĂȘ em um comentĂĄrio", + "@comment_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_title": "MençÔes em publicaçÔes", + "@post_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_desc": "Seja notificado(a) quando alguĂ©m mencionar vocĂȘ em uma publicação", + "@post_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_title": "ReaçÔes a comentĂĄrios", + "@comment_reaction_title": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_desc": "Seja notificado(a) quando alguĂ©m reage a um dos seus comentĂĄrios.", + "@comment_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "post_reaction_title": "ReaçÔes aos posts", + "@post_reaction_title": { + "type": "text", + "placeholders": {} + }, + "post_reaction_desc": "Seja notificado(a) quando alguĂ©m reage a uma das suas publicaçÔes.", + "@post_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "community_invite_title": "Convites para comunidades", + "@community_invite_title": { + "type": "text", + "placeholders": {} + }, + "community_invite_desc": "Seja notificado(a) quando alguĂ©m convida vocĂȘ para entrar em uma comunidade.", + "@community_invite_desc": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_notifications": "Ativar notificaçÔes do post", + "@mute_post_turn_on_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_notifications": "Desativar notificaçÔes do post", + "@mute_post_turn_off_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_comment_notifications": "Ativar notificaçÔes do comentĂĄrio", + "@mute_post_turn_on_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_comment_notifications": "Desativar notificaçÔes do comentĂĄrio", + "@mute_post_turn_off_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "connection_request_tile": "[name] [username] quer se conectar com vocĂȘ.", + "@connection_request_tile": { + "description": "Eg.: James @jamest wants to connect with you.", + "type": "text", + "placeholders": {} + }, + "accepted_connection_request_tile": "[name] [username] aceitou seu pedido de conexĂŁo.", + "@accepted_connection_request_tile": { + "description": "Eg.: James @jamest accepted your connection request.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_tile": "[name] [username] reagiu Ă  sua publicação.", + "@reacted_to_post_tile": { + "description": "Eg.: James @jamest reacted to your post.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_comment_tile": "[name] [username] reagiu ao seu comentĂĄrio.", + "@reacted_to_post_comment_tile": { + "description": "Eg.: James @jamest reacted to your post comment.", + "type": "text", + "placeholders": {} + }, + "following_you_tile": "[name] [username] estĂĄ te seguindo agora.", + "@following_you_tile": { + "description": "Eg.: James @jamest is now following you.", + "type": "text", + "placeholders": {} + }, + "user_community_invite_tile": "[name] [username] convidou vocĂȘ para se juntar Ă  comunidade \/c\/{communityName}.", + "@user_community_invite_tile": { + "description": "Eg.: James @jamest has invited you to join community \/c\/okuna.", + "type": "text", + "placeholders": { + "communityName": {} + } + }, + "comment_reply_notification_tile_user_replied": "[name] [username] respondeu: {postCommentText}", + "@comment_reply_notification_tile_user_replied": { + "description": "For.eg. James @jamest replied.", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_reply_notification_tile_user_also_replied": "[name] [username] tambĂ©m respondeu: {postCommentText}", + "@comment_reply_notification_tile_user_also_replied": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_commented": "[name] [username] comentou no seu post: {postCommentText}", + "@comment_comment_notification_tile_user_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_also_commented": "[name] [username] tambĂ©m comentou: {postCommentText}", + "@comment_comment_notification_tile_user_also_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_comment_tile": "[name] [username] mencionou vocĂȘ em um comentĂĄrio: {postCommentText}", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_tile": "[name] [username] mencionou vocĂȘ em uma publicação.", + "@mentioned_in_post_tile": { + "description": "Eg.: James @jamest mentioned you on a post.", + "type": "text", + "placeholders": {} + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/post.arb b/assets/i18n/pt-BR/post.arb new file mode 100644 index 000000000..c7c150aef --- /dev/null +++ b/assets/i18n/pt-BR/post.arb @@ -0,0 +1,810 @@ +{ + "open_post": "Abrir post", + "@open_post": { + "type": "text", + "placeholders": { + + } + }, + "close_post": "Fechar post", + "@close_post": { + "type": "text", + "placeholders": { + + } + }, + "post_opened": "Post aberto", + "@post_opened": { + "type": "text", + "placeholders": { + + } + }, + "post_closed": "Post fechado ", + "@post_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_required_error": "O comentĂĄrio nĂŁo pode ficar vazio.", + "@comment_required_error": { + "type": "text", + "placeholders": { + + } + }, + "comment_maxlength_error": "Um comentĂĄrio nĂŁo pode ter mais de {maxLength} caracteres.", + "@comment_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "timeline_posts_all_loaded": "🎉 Todas as publicaçÔes carregadas", + "@timeline_posts_all_loaded": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_title": "Aguenta aĂ­!", + "@timeline_posts_refreshing_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_subtitle": "Carregando sua linha do tempo.", + "@timeline_posts_refreshing_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_title": "Sua linha do tempo estĂĄ vazia.", + "@timeline_posts_no_more_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_subtitle": "Siga usuĂĄrios ou junte-se a uma comunidade para começar!", + "@timeline_posts_no_more_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_title": "NĂŁo foi possĂ­vel carregar sua linha do tempo.", + "@timeline_posts_failed_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_subtitle": "Tente novamente em alguns segundos", + "@timeline_posts_failed_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_title": "Algo nĂŁo estĂĄ certo.", + "@timeline_posts_default_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_subtitle": "Tente atualizar a linha do tempo.", + "@timeline_posts_default_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refresh_posts": "Atualizar publicaçÔes", + "@timeline_posts_refresh_posts": { + "type": "text", + "placeholders": { + + } + }, + "no_circles_for": "'Nenhum cĂ­rculo encontrado para '{circlesSearchQuery}'.", + "@no_circles_for": { + "type": "text", + "placeholders": { + "circlesSearchQuery": { + + } + } + }, + "share_to_circles": "Compartilhar nos cĂ­rculos", + "@share_to_circles": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_post": " Post", + "@profile_counts_post": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_posts": " Posts", + "@profile_counts_posts": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_followers": " Seguidores", + "@profile_counts_followers": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_following": " Seguindo", + "@profile_counts_following": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_follower": " Seguidor", + "@profile_counts_follower": { + "type": "text", + "placeholders": { + + } + }, + "action_comment": "Comentar", + "@action_comment": { + "type": "text", + "placeholders": { + + } + }, + "action_react": "Reagir", + "@action_react": { + "type": "text", + "placeholders": { + + } + }, + "action_reply": "Responder", + "@action_reply": { + "type": "text", + "placeholders": { + + } + }, + "share": "Compartilhar", + "@share": { + "type": "text", + "placeholders": { + + } + }, + "share_to": "Compartilhar em", + "@share_to": { + "type": "text", + "placeholders": { + + } + }, + "sharing_post_to": "Compartilhando post em", + "@sharing_post_to": { + "type": "text", + "placeholders": { + + } + }, + "you_shared_with": "VocĂȘ compartilhou com", + "@you_shared_with": { + "type": "text", + "placeholders": { + + } + }, + "shared_privately_on": "Compartilhado nos", + "@shared_privately_on": { + "description": "Eg. Shared privately on @shantanu's circles. See following string, usernames_circles . Will combine this in future, needs refactoring.", + "type": "text", + "placeholders": { + + } + }, + "usernames_circles": "cĂ­rculos de @{postCreatorUsername}", + "@usernames_circles": { + "type": "text", + "placeholders": { + "postCreatorUsername": { + + } + } + }, + "share_community": "Compartilhar", + "@share_community": { + "type": "text", + "placeholders": { + + } + }, + "share_to_community": "Compartilhar na comunidade", + "@share_to_community": { + "type": "text", + "placeholders": { + + } + }, + "share_community_title": "Uma comunidade", + "@share_community_title": { + "type": "text", + "placeholders": { + + } + }, + "share_community_desc": "Compartilhe a publicação com uma comunidade da qual vocĂȘ faz parte.", + "@share_community_desc": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Meus cĂ­rculos", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_circles_desc": "Compartilhe a publicação para um ou vĂĄrios dos seus cĂ­rculos.", + "@my_circles_desc": { + "type": "text", + "placeholders": { + + } + }, + "world_circle_name": "Mundo", + "@world_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "search_circles": "Procurar cĂ­rculos...", + "@search_circles": { + "type": "text", + "placeholders": { + + } + }, + "reaction_list_tap_retry": "Toque para tentar carregar as reaçÔes novamente.", + "@reaction_list_tap_retry": { + "type": "text", + "placeholders": { + + } + }, + "create_new": "Novo post", + "@create_new": { + "type": "text", + "placeholders": { + + } + }, + "create_next": "Avançar", + "@create_next": { + "type": "text", + "placeholders": { + + } + }, + "create_photo": "Imagem", + "@create_photo": { + "type": "text", + "placeholders": { + + } + }, + "commenter_post_text": "Enviar", + "@commenter_post_text": { + "type": "text", + "placeholders": { + + } + }, + "commenter_write_something": "Escreva algo...", + "@commenter_write_something": { + "type": "text", + "placeholders": { + + } + }, + "edit_title": "Editar publicação", + "@edit_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_save": "Salvar", + "@edit_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_save": "Salvar", + "@commenter_expanded_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_join_conversation": "Entrar na conversa...", + "@commenter_expanded_join_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_start_conversation": "Começar uma conversa...", + "@commenter_expanded_start_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_edit_comment": "Editar comentĂĄrio", + "@commenter_expanded_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "is_closed": "Post fechado", + "@is_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_comment": "Responder comentĂĄrio", + "@comment_reply_expanded_reply_comment": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_post": "Enviar", + "@comment_reply_expanded_post": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_hint_text": "Sua resposta...", + "@comment_reply_expanded_reply_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_title": "Posts em alta", + "@trending_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_no_trending_posts": "NĂŁo hĂĄ publicaçÔes em alta. Tente atualizar em alguns segundos.", + "@trending_posts_no_trending_posts": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_refresh": "Atualizar", + "@trending_posts_refresh": { + "type": "text", + "placeholders": { + + } + }, + "comments_view_all_comments": "Ver todos os {commentsCount} comentĂĄrios", + "@comments_view_all_comments": { + "type": "text", + "placeholders": { + "commentsCount": { + + } + } + }, + "comments_closed_post": "Post fechado", + "@comments_closed_post": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled": "ComentĂĄrios desativados", + "@comments_disabled": { + "type": "text", + "placeholders": { + + } + }, + "text_copied": "Texto copiado!", + "@text_copied": { + "type": "text", + "placeholders": { + + } + }, + "post_reactions_title": "ReaçÔes ao post", + "@post_reactions_title": { + "type": "text", + "placeholders": { + + } + }, + "have_not_shared_anything": "VocĂȘ ainda nĂŁo compartilhou nada.", + "@have_not_shared_anything": { + "type": "text", + "placeholders": { + + } + }, + "user_has_not_shared_anything": "{name} ainda nĂŁo compartilhou nada.", + "@user_has_not_shared_anything": { + "type": "text", + "placeholders": { + "name": { + + } + } + }, + "comments_header_newest_replies": "Novas respostas", + "@comments_header_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newer": "Mais recentes", + "@comments_header_newer": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_replies": "Ver respostas mais recentes", + "@comments_header_view_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_replies": "Ver respostas mais recentes", + "@comments_header_see_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_replies": "Respostas mais antigas", + "@comments_header_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_older": "Mais antigos", + "@comments_header_older": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_replies": "Ver respostas mais antigas", + "@comments_header_view_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_replies": "Ver respostas mais antigas", + "@comments_header_see_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_replies": "Mande a primeira resposta", + "@comments_header_be_the_first_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newest_comments": "ComentĂĄrios mais recentes", + "@comments_header_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_comments": "Ver comentĂĄrios mais recentes", + "@comments_header_view_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_comments": "Ver comentĂĄrios mais recentes", + "@comments_header_see_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_comments": "ComentĂĄrios mais antigos", + "@comments_header_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_comments": "Ver comentĂĄrios mais antigos", + "@comments_header_view_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_comments": "Ver comentĂĄrios mais antigos", + "@comments_header_see_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_comments": "Mande o primeiro comentĂĄrio", + "@comments_header_be_the_first_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_title": "ComentĂĄrios", + "@comments_page_title": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_to_load": "Sem mais comentĂĄrios para carregar", + "@comments_page_no_more_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry": "Toque para tentar atualizar os comentĂĄrios novamente.", + "@comments_page_tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry_replies": "Toque para tentar atualizar as respostas novamente.", + "@comments_page_tap_to_retry_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_replies_to_load": "Sem mais respostas para carregar", + "@comments_page_no_more_replies_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_replies_title": "Respostas", + "@comments_page_replies_title": { + "type": "text", + "placeholders": { + + } + }, + "disable_post_comments": "Desativar comentĂĄrios do post", + "@disable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "enable_post_comments": "Ativar comentĂĄrios do post", + "@enable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_enabled_message": "ComentĂĄrios ativados no post", + "@comments_enabled_message": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled_message": "ComentĂĄrios desativados no post", + "@comments_disabled_message": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete": "Excluir post", + "@actions_delete": { + "type": "text", + "placeholders": { + + } + }, + "actions_deleted": "Post excluĂ­do", + "@actions_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete_comment": "Excluir comentĂĄrio", + "@actions_delete_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_edit_comment": "Editar comentĂĄrio", + "@actions_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_comment_deleted": "ComentĂĄrio excluĂ­do", + "@actions_comment_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_report_text": "Denunciar", + "@actions_report_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_reported_text": "Denunciado", + "@actions_reported_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_show_more_text": "Ver mais", + "@actions_show_more_text": { + "description": "Shown for posts with long text to expand the entire text.", + "type": "text", + "placeholders": { + + } + }, + "time_short_years": "a", + "@time_short_years": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3y. Keep it as short as possible", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_year": "1a", + "@time_short_one_year": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_weeks": "sem", + "@time_short_weeks": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 5w.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_week": "1sem", + "@time_short_one_week": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_days": "d", + "@time_short_days": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3d. Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_day": "1d", + "@time_short_one_day": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_hours": "h", + "@time_short_hours": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3h.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_hour": "1h", + "@time_short_one_hour": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_minutes": "min", + "@time_short_minutes": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13m.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_seconds": "s", + "@time_short_seconds": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13s Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_minute": "1min", + "@time_short_one_minute": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_now_text": "agora", + "@time_short_now_text": { + "description": "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/user.arb b/assets/i18n/pt-BR/user.arb new file mode 100644 index 000000000..632411b8e --- /dev/null +++ b/assets/i18n/pt-BR/user.arb @@ -0,0 +1,1347 @@ +{ + "thousand_postfix": "k", + "@thousand_postfix": { + "description": "For eg. communty has 3k members", + "type": "text", + "placeholders": { + + } + }, + "million_postfix": "M", + "@million_postfix": { + "description": "For eg. user has 3m followers", + "type": "text", + "placeholders": { + + } + }, + "billion_postfix": "b", + "@billion_postfix": { + "description": "For eg. World circle has 7.5b people", + "type": "text", + "placeholders": { + + } + }, + "translate_see_translation": "Mostrar tradução", + "@translate_see_translation": { + "type": "text", + "placeholders": { + + } + }, + "translate_show_original": "Mostrar original", + "@translate_show_original": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_account": "1 Conta", + "@follows_lists_account": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_accounts": "{prettyUsersCount} Contas", + "@follows_lists_accounts": { + "description": "prettyUsersCount will be 3m, 50k etc.. so we endup with final string 3k Accounts", + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "edit_profile_user_name_taken": "O nome de usuĂĄrio @{username} jĂĄ estĂĄ em uso", + "@edit_profile_user_name_taken": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "profile_action_deny_connection": "Recusar pedido de conexĂŁo", + "@profile_action_deny_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_blocked": "UsuĂĄrio bloqueado", + "@profile_action_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_unblocked": "UsuĂĄrio desbloqueado", + "@profile_action_user_unblocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_cancel_connection": "Cancelar pedido de conexĂŁo", + "@profile_action_cancel_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_url_invalid_error": "Por favor, forneça uma url vĂĄlida.", + "@profile_url_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "profile_location_length_error": "O local nĂŁo pode ser maior que {maxLength} caracteres.", + "@profile_location_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "profile_bio_length_error": "A bio nĂŁo pode ser maior que {maxLength} caracteres.", + "@profile_bio_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "follow_button_follow_text": "Seguir", + "@follow_button_follow_text": { + "type": "text", + "placeholders": { + + } + }, + "follow_button_unfollow_text": "Parar de seguir", + "@follow_button_unfollow_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_username": "Nome de usuĂĄrio", + "@edit_profile_username": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_account_lists": "Atualizar listas de contas", + "@add_account_update_account_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_to_lists": "Adicionar conta Ă  lista", + "@add_account_to_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_lists": "Atualizar listas", + "@add_account_update_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_save": "Salvar", + "@add_account_save": { + "type": "text", + "placeholders": { + + } + }, + "add_account_done": "ConcluĂ­do", + "@add_account_done": { + "type": "text", + "placeholders": { + + } + }, + "add_account_success": "Sucesso", + "@add_account_success": { + "type": "text", + "placeholders": { + + } + }, + "emoji_field_none_selected": "Nenhum emoji selecionado", + "@emoji_field_none_selected": { + "type": "text", + "placeholders": { + + } + }, + "emoji_search_none_found": "Nenhum emoji encontrado para '{searchQuery}'.", + "@emoji_search_none_found": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "follow_lists_title": "Minhas listas", + "@follow_lists_title": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_search_for": "Procurar por uma lista...", + "@follow_lists_search_for": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found": "Nenhuma lista encontrada.", + "@follow_lists_no_list_found": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found_for": "Nenhuma lista encontrada para '{searchQuery}'", + "@follow_lists_no_list_found_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "list_name_empty_error": "O nome da lista nĂŁo pode ficar vazio.", + "@list_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "list_name_range_error": "O nome da lista nĂŁo deve ter mais de {maxLength} caracteres.", + "@list_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "circle_name_empty_error": "O nome do cĂ­rculo nĂŁo pode ficar vazio.", + "@circle_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "circle_name_range_error": "O nome do cĂ­rculo nĂŁo deve ter mais de {maxLength} caracteres.", + "@circle_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "save_follows_list_name": "Nome", + "@save_follows_list_name": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_hint_text": "ex: Viagem, Fotografia", + "@save_follows_list_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_name_taken": "O nome de lista '{listName}' jĂĄ estĂĄ sendo usado", + "@save_follows_list_name_taken": { + "type": "text", + "placeholders": { + "listName": { + + } + } + }, + "save_follows_list_emoji": "Emoji", + "@save_follows_list_emoji": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_users": "UsuĂĄrios", + "@save_follows_list_users": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_edit": "Editar lista", + "@save_follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_create": "Criar lista", + "@save_follows_list_create": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_save": "Salvar", + "@save_follows_list_save": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_emoji_required_error": "Emoji necessĂĄrio", + "@save_follows_list_emoji_required_error": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_edit": "Editar", + "@follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_header_title": "UsuĂĄrios", + "@follows_list_header_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_name": "Nome", + "@edit_profile_name": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_url": "Url", + "@edit_profile_url": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_location": "Localização", + "@edit_profile_location": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_bio": "Bio", + "@edit_profile_bio": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_followers_count": "NĂșmero de seguidores", + "@edit_profile_followers_count": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_title": "Editar perfil", + "@edit_profile_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_save_text": "Salvar", + "@edit_profile_save_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image": "Escolher imagem", + "@edit_profile_pick_image": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_delete": "Excluir", + "@edit_profile_delete": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image_error_too_large": "Imagem muito grande (limite: {limit} MB)", + "@edit_profile_pick_image_error_too_large": { + "type": "text", + "placeholders": { + "limit": { + + } + } + }, + "tile_following": " · Seguindo", + "@tile_following": { + "type": "text", + "placeholders": { + + } + }, + "following_text": "Seguindo", + "@following_text": { + "type": "text", + "placeholders": { + + } + }, + "following_resource_name": "usuĂĄrios seguidos", + "@following_resource_name": { + "description": "Eg: Search followed users.., No followed users found. etc ", + "type": "text", + "placeholders": { + + } + }, + "tile_delete": "Excluir", + "@tile_delete": { + "type": "text", + "placeholders": { + + } + }, + "invite": "Convidar", + "@invite": { + "type": "text", + "placeholders": { + + } + }, + "uninvite": "Cancelar convite", + "@uninvite": { + "type": "text", + "placeholders": { + + } + }, + "invite_member": "Membro", + "@invite_member": { + "type": "text", + "placeholders": { + + } + }, + "invite_someone_message": "Ei! Eu gostaria de convidar vocĂȘ para a Okuna. Primeiro, baixe o app no iTunes ({iosLink}) ou na Play Store ({androidLink}). Depois, copie e cole o seguinte link de convite no formulĂĄrio de criação de conta no app da Okuna: {inviteLink}", + "@invite_someone_message": { + "type": "text", + "placeholders": { + "iosLink": { + + }, + "androidLink": { + + }, + "inviteLink": { + + } + } + }, + "connections_header_circle_desc": "O cĂ­rculo com todas as suas conexĂ”es Ă© adicionado.", + "@connections_header_circle_desc": { + "type": "text", + "placeholders": { + + } + }, + "connections_header_users": "UsuĂĄrios", + "@connections_header_users": { + "type": "text", + "placeholders": { + + } + }, + "connection_pending": "Pendente", + "@connection_pending": { + "type": "text", + "placeholders": { + + } + }, + "connection_circle_edit": "Editar", + "@connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "connections_circle_delete": "Excluir", + "@connections_circle_delete": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_name": "Nome", + "@save_connection_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_hint": "ex: Amigos, FamĂ­lia, Trabalho.", + "@save_connection_circle_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_name": "Cor", + "@save_connection_circle_color_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_hint": "(Toque para alterar)", + "@save_connection_circle_color_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_users": "UsuĂĄrios", + "@save_connection_circle_users": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_edit": "Editar cĂ­rculo", + "@save_connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_create": "Criar cĂ­rculo", + "@save_connection_circle_create": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_save": "Salvar", + "@save_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_save": "Salvar", + "@update_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_updated": "ConexĂŁo atualizada", + "@update_connection_circle_updated": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circles_title": "Atualizar cĂ­rculos de conexĂŁo", + "@update_connection_circles_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_with": "Confirmar a conexĂŁo com {userName}", + "@confirm_connection_with": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "confirm_connection_add_connection": "Adicionar conexĂŁo ao cĂ­rculo", + "@confirm_connection_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_connection_confirmed": "ConexĂŁo confirmada", + "@confirm_connection_connection_confirmed": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_confirm_text": "Confirmar", + "@confirm_connection_confirm_text": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_connect_with_username": "Conectar-se com {userName}", + "@connect_to_user_connect_with_username": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "connect_to_user_add_connection": "Adicionar conexĂŁo ao cĂ­rculo", + "@connect_to_user_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_done": "Pronto", + "@connect_to_user_done": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_request_sent": "Pedido de conexĂŁo enviado", + "@connect_to_user_request_sent": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list": "Remover conta das listas", + "@remove_account_from_list": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list_success": "Sucesso", + "@remove_account_from_list_success": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_title": "Confirmação", + "@confirm_block_user_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_info": "VocĂȘs nĂŁo verĂŁo os posts um do outro nem serĂŁo capazes de interagir de qualquer forma.", + "@confirm_block_user_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_yes": "Sim", + "@confirm_block_user_yes": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_no": "NĂŁo", + "@confirm_block_user_no": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_blocked": "UsuĂĄrio bloqueado.", + "@confirm_block_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_question": "Tem certeza de que deseja bloquear @{username}?", + "@confirm_block_user_question": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "save_connection_circle_name_taken": "O nome de cĂ­rculo '{takenConnectionsCircleName}' jĂĄ estĂĄ em uso", + "@save_connection_circle_name_taken": { + "type": "text", + "placeholders": { + "takenConnectionsCircleName": { + + } + } + }, + "timeline_filters_title": "Filtros da linha do tempo", + "@timeline_filters_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_search_desc": "Procurar por cĂ­rculos e listas...", + "@timeline_filters_search_desc": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_clear_all": "Limpar tudo", + "@timeline_filters_clear_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_apply_all": "Aplicar filtros", + "@timeline_filters_apply_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_circles": "CĂ­rculos", + "@timeline_filters_circles": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_lists": "Listas", + "@timeline_filters_lists": { + "type": "text", + "placeholders": { + + } + }, + "followers_title": "Seguidores", + "@followers_title": { + "type": "text", + "placeholders": { + + } + }, + "follower_singular": "seguidor", + "@follower_singular": { + "type": "text", + "placeholders": { + + } + }, + "follower_plural": "seguidores", + "@follower_plural": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_title": "Excluir a minha conta", + "@delete_account_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd": "Senha atual", + "@delete_account_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd_hint": "Digite a sua senha atual", + "@delete_account_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_next": "Avançar", + "@delete_account_next": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_title": "Confirmação", + "@delete_account_confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc": "Tem certeza de que deseja excluir sua conta?", + "@delete_account_confirmation_desc": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc_info": "Esta Ă© uma ação permanente e nĂŁo pode ser desfeita.", + "@delete_account_confirmation_desc_info": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_no": "NĂŁo", + "@delete_account_confirmation_no": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_yes": "Sim", + "@delete_account_confirmation_yes": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_goodbye": "Adeus 😱", + "@delete_account_confirmation_goodbye": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create_title": "Criar convite", + "@invites_create_create_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_edit_title": "Editar convite", + "@invites_create_edit_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_save": "Salvar", + "@invites_create_save": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create": "Criar", + "@invites_create_create": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_title": "Apelido", + "@invites_create_name_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_hint": "ex: JoĂŁozinho", + "@invites_create_name_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending": "Pendente", + "@invites_pending": { + "type": "text", + "placeholders": { + + } + }, + "invites_delete": "Excluir", + "@invites_delete": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_text": "Convidar", + "@invites_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself": "Compartilhe o convite vocĂȘ mesmo", + "@invites_share_yourself": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself_desc": "Escolha um app de mensagens, etc.", + "@invites_share_yourself_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email": "Compartilhe o convite por email", + "@invites_share_email": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_text": "Email", + "@invites_email_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_hint": "ex: joaozinho@email.com", + "@invites_email_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_invite_text": "Convite por email", + "@invites_email_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_send_text": "Enviar", + "@invites_email_send_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_sent_text": "Email de convite enviado", + "@invites_email_sent_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email_desc": "Enviaremos um email de convite com instruçÔes em seu nome", + "@invites_share_email_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_edit_text": "Editar", + "@invites_edit_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_title": "Meus convites", + "@invites_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_title": "Aceitos", + "@invites_accepted_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_name": "convites aceitos", + "@invites_accepted_group_name": { + "description": "Egs where this will end up: Accepted invites (capitalised title), Search accepted invites, See all accepted invites ", + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_item_name": "convite aceito", + "@invites_accepted_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_name": "convites pendentes", + "@invites_pending_group_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_item_name": "convite pendente", + "@invites_pending_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_used": "Parece que vocĂȘ nĂŁo usou nenhum convite.", + "@invites_none_used": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_left": "VocĂȘ nĂŁo tem convites disponĂ­veis.", + "@invites_none_left": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_a_friend": "Convidar um amigo", + "@invites_invite_a_friend": { + "type": "text", + "placeholders": { + + } + }, + "invites_refresh": "Atualizar", + "@invites_refresh": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_title": "ConfiguraçÔes de idioma", + "@language_settings_title": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_save": "Salvar", + "@language_settings_save": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_saved_success": "Idioma alterado com sucesso", + "@language_settings_saved_success": { + "type": "text", + "placeholders": { + + } + }, + "groups_see_all": "Ver {groupName}", + "@groups_see_all": { + "description": "Can be, See all joined communities, See all pending invites, See all moderated communities etc. ", + "type": "text", + "placeholders": { + "groupName": { + + } + } + }, + "invites_joined_with": "Entrou com o nome de usuĂĄrio @{username}", + "@invites_joined_with": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "invites_pending_email": "Pendente, convite enviado para o email {email}", + "@invites_pending_email": { + "type": "text", + "placeholders": { + "email": { + + } + } + }, + "timeline_filters_no_match": "Nada encontrado para '{searchQuery}'.", + "@timeline_filters_no_match": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "clear_application_cache_text": "Limpar cache", + "@clear_application_cache_text": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_desc": "Limpar cache de posts, contas, imagens e mais.", + "@clear_application_cache_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_success": "Cache limpo com sucesso", + "@clear_application_cache_success": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_failure": "NĂŁo foi possĂ­vel limpar o cache", + "@clear_application_cache_failure": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_title": "Rejeição das diretrizes", + "@confirm_guidelines_reject_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_info": "VocĂȘ nĂŁo pode usar a Okuna atĂ© aceitar as diretrizes.", + "@confirm_guidelines_reject_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_with_team": "Converse com a equipe.", + "@confirm_guidelines_reject_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_immediately": "Inicie o chat agora.", + "@confirm_guidelines_reject_chat_immediately": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_community": "Converse com a comunidade.", + "@confirm_guidelines_reject_chat_community": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_join_slack": "Junte-se ao canal no Slack.", + "@confirm_guidelines_reject_join_slack": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_go_back": "Voltar", + "@confirm_guidelines_reject_go_back": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_delete_account": "Excluir a minha conta", + "@confirm_guidelines_reject_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_desc": "Por favor, dedique este momento para ler e aceitar as nossas diretrizes.", + "@guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_accept": "Aceitar", + "@guidelines_accept": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_reject": "Rejeitar", + "@guidelines_reject": { + "type": "text", + "placeholders": { + + } + }, + "change_email_title": "Alterar Email", + "@change_email_title": { + "type": "text", + "placeholders": { + + } + }, + "change_email_email_text": "Email", + "@change_email_email_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_hint_text": "Digite seu novo email", + "@change_email_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_error": "Este email jĂĄ estĂĄ registrado", + "@change_email_error": { + "type": "text", + "placeholders": { + + } + }, + "change_email_save": "Salvar", + "@change_email_save": { + "type": "text", + "placeholders": { + + } + }, + "change_email_success_info": "Enviamos um link de confirmação para seu novo endereço de email, clique nele para verificar seu novo email", + "@change_email_success_info": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_title": "Limpar preferĂȘncias", + "@clear_app_preferences_title": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_desc": "Limpe as preferĂȘncias do aplicativo. Atualmente, isso influencia apenas a ordem preferida dos comentĂĄrios.", + "@clear_app_preferences_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_cleared_successfully": "PreferĂȘncias limpas com sucesso", + "@clear_app_preferences_cleared_successfully": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_successful": "IncrĂ­vel! Seu email foi verificado", + "@email_verification_successful": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_error": "Opa! Seu token nĂŁo era vĂĄlido ou expirou, por favor tente novamente", + "@email_verification_error": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_error": "NĂŁo foi possĂ­vel limpar as preferĂȘncias", + "@clear_app_preferences_error": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user_success": "Desconectado com sucesso", + "@disconnect_from_user_success": { + "type": "text", + "placeholders": { + + } + }, + "block_user": "Bloquear usuĂĄrio", + "@block_user": { + "type": "text", + "placeholders": { + + } + }, + "unblock_user": "Desbloquear usuĂĄrio", + "@unblock_user": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user": "Desconectar-se de {userName}", + "@disconnect_from_user": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "circle_peoples_count": "{prettyUsersCount} pessoas", + "@circle_peoples_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "follows_list_accounts_count": "{prettyUsersCount} contas", + "@follows_list_accounts_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/pt-BR/user_search.arb b/assets/i18n/pt-BR/user_search.arb new file mode 100644 index 000000000..900468509 --- /dev/null +++ b/assets/i18n/pt-BR/user_search.arb @@ -0,0 +1,100 @@ +{ + "search_text": "Pesquisar...", + "@search_text": { + "type": "text", + "placeholders": { + + } + }, + "communities": "Comunidades", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "users": "UsuĂĄrios", + "@users": { + "type": "text", + "placeholders": { + + } + }, + "list_search_text": "Pesquisar {resourcePluralName} ...", + "@list_search_text": { + "description": "resourcePluralName can take many forms foreg. Search members... , Search accepted invites, Search communities.. etc.", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_no_results_found": "Sem {resourcePluralName}.", + "@list_no_results_found": { + "description": "Used in a generic list widget. Can be No users found. No communities found. No pending invites found. Its always a plural. ", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_refresh_text": "Atualizar", + "@list_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "list_retry": "Toque para tentar novamente.", + "@list_retry": { + "type": "text", + "placeholders": { + + } + }, + "cancel": "Cancelar", + "@cancel": { + "type": "text", + "placeholders": { + + } + }, + "searching_for": "Procurando por '{searchQuery}'", + "@searching_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_results_for": "Nenhum resultado para '{searchQuery}'.", + "@no_results_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_communities_for": "Nenhuma comunidade encontrada para '{searchQuery}'.", + "@no_communities_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_users_for": "Nenhum usuĂĄrio encontrado para '{searchQuery}'.", + "@no_users_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/auth.arb b/assets/i18n/sv-SE/auth.arb new file mode 100644 index 000000000..c7d62a013 --- /dev/null +++ b/assets/i18n/sv-SE/auth.arb @@ -0,0 +1,745 @@ +{ + "headline": "BĂ€ttre socialt.", + "@headline": { + "type": "text", + "placeholders": { + + } + }, + "login": "Logga in", + "@login": { + "type": "text", + "placeholders": { + + } + }, + "email_empty_error": "Du mĂ„ste ange en e-postadress.", + "@email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "email_invalid_error": "VĂ€nligen ange en giltig e-postadress.", + "@email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "username_empty_error": "Du mĂ„ste ange ett anvĂ€ndarnamn.", + "@username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "username_characters_error": "Ett anvĂ€ndarnamn kan bara innehĂ„lla alfanumeriska tecken och understreck.", + "@username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "username_maxlength_error": "Ett anvĂ€ndarnamn kan inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@username_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "create_account": "Registrera dig", + "@create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__lets_get_started": "LĂ„t oss komma igĂ„ng", + "@create_acc__lets_get_started": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__welcome_to_beta": "VĂ€lkommen till betan!", + "@create_acc__welcome_to_beta": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__previous": "Tillbaka", + "@create_acc__previous": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__next": "NĂ€sta", + "@create_acc__next": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__create_account": "Skapa konto", + "@create_acc__create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link": "Klistra in din registreringslĂ€nk nedan", + "@create_acc__paste_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_password_reset_link": "Klistra in din lösenordsĂ„terstĂ€llningslĂ€nk nedan", + "@create_acc__paste_password_reset_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link_help_text": "AnvĂ€nd lĂ€nken frĂ„n Join Okuna-knappen i din inbjudan.", + "@create_acc__paste_link_help_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_empty_error": "Du mĂ„ste ange en lĂ€nk.", + "@create_acc__link_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_invalid_error": "LĂ€nken verkar vara ogiltig.", + "@create_acc__link_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "password_empty_error": "Du mĂ„ste ange ett lösenord.", + "@password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "password_range_error": "Lösenordet mĂ„ste vara mellan {minLength} och {maxLength} tecken.", + "@password_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "name_empty_error": "Du mĂ„ste ange ett namn.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "Namnet mĂ„ste vara mellan {minLength} och {maxLength} tecken.", + "@name_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "description_empty_error": "Du mĂ„ste skriva en beskrivning.", + "@description_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "Beskrivningen mĂ„ste vara mellan {minLength} och {maxLength} tecken.", + "@description_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "reset_password_success_title": "Allt klart!", + "@reset_password_success_title": { + "type": "text", + "placeholders": { + + } + }, + "reset_password_success_info": "Ditt lösenord har uppdaterats", + "@reset_password_success_info": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__request_invite": "Ingen inbjudan? Be om en hĂ€r.", + "@create_acc__request_invite": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe": "BegĂ€r", + "@create_acc__subscribe": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe_to_waitlist_text": "Be om en inbjudan!", + "@create_acc__subscribe_to_waitlist_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__congratulations": "Gratulerar!", + "@create_acc__congratulations": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_subscribed": "Du Ă€r {0} pĂ„ vĂ€ntelistan.", + "@create_acc__your_subscribed": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__almost_there": "NĂ€stan klart...", + "@create_acc__almost_there": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_name": "Vad heter du?", + "@create_acc__what_name": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_placeholder": "James Bond", + "@create_acc__name_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_empty_error": "đŸ˜± Du mĂ„ste ange ett namn.", + "@create_acc__name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_length_error": "đŸ˜± Ditt namn fĂ„r inte vara lĂ€ngre Ă€n 50 tecken. (Vi Ă€r ledsna om det Ă€r det.)", + "@create_acc__name_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_characters_error": "😅 Ett namn kan bara innehĂ„lla alfanumeriska tecken (för tillfĂ€llet).", + "@create_acc__name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_username": "VĂ€lj ett anvĂ€ndarnamn", + "@create_acc__what_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_placeholder": "pablopicasso", + "@create_acc__username_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_empty_error": "đŸ˜± Du mĂ„ste ange ett anvĂ€ndarnamn.", + "@create_acc__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_length_error": "😅 Ett anvĂ€ndarnamn kan inte vara lĂ€ngre Ă€n 30 tecken.", + "@create_acc__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_characters_error": "😅 Ett anvĂ€ndarnamn kan bara innehĂ„lla alfanumeriska tecken och understreck.", + "@create_acc__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_taken_error": "đŸ˜© AnvĂ€ndarnamnet @%s Ă€r upptaget.", + "@create_acc__username_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_server_error": "😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter.", + "@create_acc__username_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_email": "Vad Ă€r din e-post?", + "@create_acc__what_email": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_placeholder": "john_travolta@mail.com", + "@create_acc__email_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_empty_error": "đŸ˜± Du mĂ„ste ange en e-postadress", + "@create_acc__email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_invalid_error": "😅 VĂ€nligen ange en giltig e-postadress.", + "@create_acc__email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_taken_error": "đŸ€” Det finns redan ett konto med den e-postadressen.", + "@create_acc__email_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_server_error": "😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter.", + "@create_acc__email_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_password": "VĂ€lj ett lösenord", + "@create_acc__what_password": { + "type": "text", + "placeholders": { + + } + }, + "create_acc_password_hint_text": "({minLength}-{maxLength} tecken)", + "@create_acc_password_hint_text": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "create_acc__what_password_subtext": "(minst 10 tecken)", + "@create_acc__what_password_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_empty_error": "đŸ˜± Du mĂ„ste ange ett lösenord", + "@create_acc__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_length_error": "😅 Ett lösenord mĂ„ste vara mellan 8 och 64 tecken.", + "@create_acc__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_avatar": "VĂ€lj en profilbild", + "@create_acc__what_avatar": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_tap_to_change": "Tryck för att Ă€ndra", + "@create_acc__avatar_tap_to_change": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_camera": "Ta ett foto", + "@create_acc__avatar_choose_camera": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_gallery": "AnvĂ€nd ett existerande foto", + "@create_acc__avatar_choose_gallery": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_remove_photo": "Ta bort foto", + "@create_acc__avatar_remove_photo": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done": "Skapa konto", + "@create_acc__done": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_subtext": "Du kan Ă€ndra detta i dina profilinstĂ€llningar.", + "@create_acc__done_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_created": "Ditt konto har skapats med anvĂ€ndarnamnet ", + "@create_acc__done_created": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_title": "HĂ„ll ut!", + "@create_acc__submit_loading_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_desc": "Vi skapar ditt konto.", + "@create_acc__submit_loading_desc": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_title": "Åh, nej...", + "@create_acc__submit_error_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_server": "😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter.", + "@create_acc__submit_error_desc_server": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_validation": "😅 Det ser ut som att en del av informationen var felaktig, vĂ€nligen kontrollera den och försök igen.", + "@create_acc__submit_error_desc_validation": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_title": "Hurra!", + "@create_acc__done_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_description": "Ditt konto har skapats.", + "@create_acc__done_description": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_username_is": "Ditt anvĂ€ndarnamn Ă€r ", + "@create_acc__your_username_is": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__can_change_username": "Om du vill sĂ„ kan du Ă€ndra det nĂ€r som helst frĂ„n din profilsida.", + "@create_acc__can_change_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_continue": "Logga in", + "@create_acc__done_continue": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__one_last_thing": "En sista sak...", + "@create_acc__one_last_thing": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__register": "Registrera", + "@create_acc__register": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__are_you_legal_age": "Är du Ă€ldre Ă€n 16 Ă„r?", + "@create_acc__are_you_legal_age": { + "type": "text", + "placeholders": { + + } + }, + "login__login": "FortsĂ€tt", + "@login__login": { + "type": "text", + "placeholders": { + + } + }, + "login__previous": "Tillbaka", + "@login__previous": { + "type": "text", + "placeholders": { + + } + }, + "login__title": "VĂ€lkommen tillbaka!", + "@login__title": { + "type": "text", + "placeholders": { + + } + }, + "login__subtitle": "Ange dina inloggningsuppgifter för att fortsĂ€tta.", + "@login__subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password": "Glömt lösenordet", + "@login__forgot_password": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password_subtitle": "Ange ditt anvĂ€ndarnamn eller e-postadress", + "@login__forgot_password_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__username_label": "AnvĂ€ndarnamn", + "@login__username_label": { + "type": "text", + "placeholders": { + + } + }, + "login__password_label": "Lösenord", + "@login__password_label": { + "type": "text", + "placeholders": { + + } + }, + "login__email_label": "E-postadress", + "@login__email_label": { + "type": "text", + "placeholders": { + + } + }, + "login__or_text": "Eller", + "@login__or_text": { + "type": "text", + "placeholders": { + + } + }, + "login__password_empty_error": "Ett lösenord krĂ€vs.", + "@login__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__password_length_error": "Lösenordet mĂ„ste vara mellan 8 och 64 tecken.", + "@login__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_empty_error": "Ett anvĂ€ndarnamn krĂ€vs.", + "@login__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_length_error": "AnvĂ€ndarnamnet kan inte vara lĂ€ngre Ă€n 30 tecken.", + "@login__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_characters_error": "AnvĂ€ndarnamnet kan bara innehĂ„lla alfanumeriska tecken och understreck.", + "@login__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "login__credentials_mismatch_error": "De angivna uppgifterna matchar inte.", + "@login__credentials_mismatch_error": { + "type": "text", + "placeholders": { + + } + }, + "login__server_error": "Åh nej.. Vi har serverproblem. VĂ€nligen försök igen om nĂ„gra minuter.", + "@login__server_error": { + "type": "text", + "placeholders": { + + } + }, + "login__connection_error": "Vi kan inte nĂ„ vĂ„ra servrar. Är du uppkopplad mot internet?", + "@login__connection_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_title": "Ändra lösenord", + "@change_password_title": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd": "Nuvarande lösenord", + "@change_password_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_hint": "Ange ditt nuvarande lösenord", + "@change_password_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_incorrect": "Det angivna lösenordet var felaktigt", + "@change_password_current_pwd_incorrect": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd": "Nytt lösenord", + "@change_password_new_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_hint": "Ange ditt nya lösenord", + "@change_password_new_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_error": "VĂ€nligen se till att lösenordet Ă€r mellan 10 och 100 tecken lĂ„ngt", + "@change_password_new_pwd_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_text": "Spara", + "@change_password_save_text": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_success": "Allt klart! Ditt lösenord har uppdaterats", + "@change_password_save_success": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/community.arb b/assets/i18n/sv-SE/community.arb new file mode 100644 index 000000000..ca388fb2e --- /dev/null +++ b/assets/i18n/sv-SE/community.arb @@ -0,0 +1,1027 @@ +{ + "no": "Nej", + "@no": { + "type": "text", + "placeholders": { + + } + }, + "yes": "Ja", + "@yes": { + "type": "text", + "placeholders": { + + } + }, + "button_staff": "Personal", + "@button_staff": { + "type": "text", + "placeholders": { + + } + }, + "button_rules": "Regler", + "@button_rules": { + "type": "text", + "placeholders": { + + } + }, + "community": "gemenskap", + "@community": { + "type": "text", + "placeholders": { + + } + }, + "communities": "gemenskaper", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "type_public": "Offentlig", + "@type_public": { + "type": "text", + "placeholders": { + + } + }, + "type_private": "Privat", + "@type_private": { + "type": "text", + "placeholders": { + + } + }, + "member_capitalized": "Medlem", + "@member_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "members_capitalized": "Medlemmar", + "@members_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "admin_desc": "Detta kommer tillĂ„ta medlemmen att redigera gemenskapens information, administratörer, moderatorer och bannade anvĂ€ndare.", + "@admin_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirmation_title": "BekrĂ€ftelse", + "@confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "admin_add_confirmation": "Är du sĂ€ker pĂ„ att du vill lĂ€gga till @{username} som administratör för gemenskapen?", + "@admin_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_confirmation": "Är du sĂ€ker pĂ„ att du vill banna @{username}?", + "@ban_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_desc": "Detta kommer ta bort anvĂ€ndaren frĂ„n gemenskapen och hindra dem frĂ„n att gĂ„ med igen.", + "@ban_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderator_add_confirmation": "Är du sĂ€ker pĂ„ att du vill lĂ€gga till @{username} som gemenskapsmoderator?", + "@moderator_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "moderator_desc": "Detta kommer tillĂ„ta medlemmen att redigera gemenskapens information, moderatorer och bannade anvĂ€ndare.", + "@moderator_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderators_you": "Du", + "@moderators_you": { + "type": "text", + "placeholders": { + + } + }, + "moderators_title": "Moderatorer", + "@moderators_title": { + "type": "text", + "placeholders": { + + } + }, + "leave_desc": "Du kommer inte se dess inlĂ€gg i din tidslinje eller kunna skapa nya inlĂ€gg i den lĂ€ngre.", + "@leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "leave_confirmation": "Är du sĂ€ker pĂ„ att du vill lĂ€mna gemenskapen?", + "@leave_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "moderator_resource_name": "moderator", + "@moderator_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "moderators_resource_name": "moderatorer", + "@moderators_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "add_moderator_title": "LĂ€gg till moderator", + "@add_moderator_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_confirmation": "Är du sĂ€ker pĂ„ att du vill ta bort gemenskapen?", + "@delete_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "delete_desc": "Du kommer inte se dess inlĂ€gg i din tidslinje eller kunna skapa nya inlĂ€gg i den lĂ€ngre.", + "@delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "actions_manage_text": "Hantera", + "@actions_manage_text": { + "type": "text", + "placeholders": { + + } + }, + "manage_title": "Hantera gemenskap", + "@manage_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_title": "Detaljer", + "@manage_details_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_desc": "Ändra titel, namn, avatar, omslagsfoto och mer.", + "@manage_details_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_title": "Administratörer", + "@manage_admins_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_desc": "Se, lĂ€gg till och ta bort administratörer.", + "@manage_admins_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_title": "Moderatorer", + "@manage_mods_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_desc": "Se, lĂ€gg till och ta bort moderatorer.", + "@manage_mods_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_title": "Bannade anvĂ€ndare", + "@manage_banned_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_desc": "Se, lĂ€gg till och ta bort bannade anvĂ€ndare.", + "@manage_banned_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_title": "AnmĂ€lningar", + "@manage_mod_reports_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_desc": "Granska gemenskapens anmĂ€lningar.", + "@manage_mod_reports_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_title": "StĂ€ngda inlĂ€gg", + "@manage_closed_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_desc": "Se och hantera stĂ€ngda inlĂ€gg", + "@manage_closed_posts_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_title": "Bjud in folk", + "@manage_invite_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_desc": "Bjud in dina kontakter och följare till gemenskapen.", + "@manage_invite_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_title": "Ta bort gemenskapen", + "@manage_delete_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_desc": "Ta bort gemenskapen, för alltid.", + "@manage_delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_title": "LĂ€mna gemenskapen", + "@manage_leave_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_desc": "LĂ€mna gemenskapen.", + "@manage_leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_add_favourite": "LĂ€gg till gemenskapen bland dina favoriter", + "@manage_add_favourite": { + "type": "text", + "placeholders": { + + } + }, + "manage_remove_favourite": "Ta bort gemenskapen frĂ„n dina favoriter", + "@manage_remove_favourite": { + "type": "text", + "placeholders": { + + } + }, + "is_private": "Den hĂ€r gemenskapen Ă€r privat.", + "@is_private": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_member": "Du mĂ„ste bli inbjuden av en medlem.", + "@invited_by_member": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_moderator": "Du mĂ„ste bli inbjuden av en moderator.", + "@invited_by_moderator": { + "type": "text", + "placeholders": { + + } + }, + "refreshing": "Uppdaterar gemenskap", + "@refreshing": { + "type": "text", + "placeholders": { + + } + }, + "posts": "InlĂ€gg", + "@posts": { + "type": "text", + "placeholders": { + + } + }, + "about": "Om", + "@about": { + "type": "text", + "placeholders": { + + } + }, + "category": "kategori.", + "@category": { + "type": "text", + "placeholders": { + + } + }, + "categories": "kategorier.", + "@categories": { + "type": "text", + "placeholders": { + + } + }, + "add_administrators_title": "LĂ€gg till administratör.", + "@add_administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "community_members": "Gemenskapens medlemmar", + "@community_members": { + "type": "text", + "placeholders": { + + } + }, + "member": "medlem", + "@member": { + "description": "Currently not used in app, reserved for potential use. Could be used as: Showing 1 member", + "type": "text", + "placeholders": { + + } + }, + "member_plural": "medlemmar", + "@member_plural": { + "description": "See all members ,Search all members", + "type": "text", + "placeholders": { + + } + }, + "administrators_title": "Administratörer", + "@administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "administrator_text": "administratör", + "@administrator_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrator", + "type": "text", + "placeholders": { + + } + }, + "administrator_plural": "administratörer", + "@administrator_plural": { + "description": "Egs. Search administrators, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrator_you": "Du", + "@administrator_you": { + "type": "text", + "placeholders": { + + } + }, + "user_you_text": "Du", + "@user_you_text": { + "type": "text", + "placeholders": { + + } + }, + "pick_upto_max": "VĂ€lj upp till {max} kategorier", + "@pick_upto_max": { + "type": "text", + "placeholders": { + "max": { + + } + } + }, + "pick_atleast_min_category": "Du mĂ„ste vĂ€lja Ă„tminstone {min} kategori.", + "@pick_atleast_min_category": { + "description": "You must pick at least 1 category", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "pick_atleast_min_categories": "Du mĂ„ste vĂ€lja Ă„tminstone {min} kategorier.", + "@pick_atleast_min_categories": { + "description": "Eg. Variable min will be 3-5. You must pick at least (3-5) categories", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "ban_user_title": "Banna anvĂ€ndare", + "@ban_user_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_users_title": "Bannade anvĂ€ndare", + "@banned_users_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_user_text": "bannad anvĂ€ndare", + "@banned_user_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 banned user", + "type": "text", + "placeholders": { + + } + }, + "banned_users_text": "bannade anvĂ€ndare", + "@banned_users_text": { + "description": "Egs. Search banned users, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorites_title": "Favoriter", + "@favorites_title": { + "type": "text", + "placeholders": { + + } + }, + "favorite_community": "favoritgemenskap", + "@favorite_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community", + "type": "text", + "placeholders": { + + } + }, + "favorite_communities": "favoritgemenskaper", + "@favorite_communities": { + "description": "Egs. Search favorite communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrated_title": "Administrerade", + "@administrated_title": { + "type": "text", + "placeholders": { + + } + }, + "administrated_community": "administrerad gemenskap", + "@administrated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community", + "type": "text", + "placeholders": { + + } + }, + "administrated_communities": "administrerade gemenskaper", + "@administrated_communities": { + "description": "Egs. Search administrated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "moderated_title": "Modererade", + "@moderated_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_community": "modererad gemenskap", + "@moderated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community", + "type": "text", + "placeholders": { + + } + }, + "moderated_communities": "modererade gemenskaper", + "@moderated_communities": { + "description": "Egs. Search moderated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "joined_title": "Medlem i", + "@joined_title": { + "type": "text", + "placeholders": { + + } + }, + "joined_community": "gemenskap du Ă€r medlem i", + "@joined_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 joined community", + "type": "text", + "placeholders": { + + } + }, + "joined_communities": "gemenskaper du Ă€r medlem i", + "@joined_communities": { + "description": "Egs. Search joined communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "join_communities_desc": "GĂ„ med i gemenskaper för att se den hĂ€r fliken komma till liv!", + "@join_communities_desc": { + "type": "text", + "placeholders": { + + } + }, + "refresh_text": "Uppdatera", + "@refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_none_found": "Inga trendiga gemenskaper hittades. Försök igen om nĂ„gra minuter.", + "@trending_none_found": { + "type": "text", + "placeholders": { + + } + }, + "trending_refresh": "Uppdatera", + "@trending_refresh": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_all": "Trendiga frĂ„n alla kategorier", + "@trending_in_all": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_category": "Trendiga i {categoryName}", + "@trending_in_category": { + "type": "text", + "placeholders": { + "categoryName": { + + } + } + }, + "communities_title": "Gemenskaper", + "@communities_title": { + "type": "text", + "placeholders": { + + } + }, + "communities_no_category_found": "Inga kategorier hittades. VĂ€nligen försök igen om nĂ„gra minuter.", + "@communities_no_category_found": { + "type": "text", + "placeholders": { + + } + }, + "communities_refresh_text": "Uppdatera", + "@communities_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "communities_all_text": "Alla", + "@communities_all_text": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_title": "Bjud in till gemenskapen", + "@invite_to_community_title": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_singular": "kontakt eller följare", + "@invite_to_community_resource_singular": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 connection or follower", + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_plural": "kontakter och följare", + "@invite_to_community_resource_plural": { + "description": "Egs. Search connections and followers, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorite_action": "Markera gemenskap som favorit", + "@favorite_action": { + "type": "text", + "placeholders": { + + } + }, + "unfavorite_action": "Ta bort gemenskap frĂ„n favoriter", + "@unfavorite_action": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title": "Titel", + "@save_community_label_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title_hint_text": "t. ex. Resor, Fotografering, Datorspel.", + "@save_community_label_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title": "Namn", + "@save_community_name_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title_hint_text": " t. ex. resor, fotografering, datorspel.", + "@save_community_name_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_taken": "Gemenskapsnamnet '{takenName}' Ă€r upptaget", + "@save_community_name_taken": { + "type": "text", + "placeholders": { + "takenName": { + + } + } + }, + "save_community_name_label_color": "FĂ€rg", + "@save_community_name_label_color": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_color_hint_text": "(Tryck för att Ă€ndra)", + "@save_community_name_label_color_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type": "Typ", + "@save_community_name_label_type": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type_hint_text": "(Tryck för att Ă€ndra)", + "@save_community_name_label_type_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites": "Medlemsinbjudningar", + "@save_community_name_member_invites": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites_subtitle": "Medlemmar kan bjuda in folk till gemenskapen", + "@save_community_name_member_invites_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_category": "Kategori", + "@save_community_name_category": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional": "Beskrivning · Valfri", + "@save_community_name_label_desc_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional_hint_text": "Vad handlar din gemenskap om?", + "@save_community_name_label_desc_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional": "Regler · Valfritt", + "@save_community_name_label_rules_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional_hint_text": "Finns det nĂ„got som du vill att dina anvĂ€ndare kĂ€nner till?", + "@save_community_name_label_rules_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective": "Medlem-adjektiv · Valfritt", + "@save_community_name_label_member_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective_hint_text": "t. ex. resenĂ€r, fotograf, gamer.", + "@save_community_name_label_member_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective": "Medlemmar-adjektiv · Valfritt", + "@save_community_name_label_members_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective_hint_text": "t. ex. resenĂ€rer, fotografer, gamers.", + "@save_community_name_label_members_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_edit_community": "Redigera gemenskap", + "@save_community_edit_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_community": "Skapa gemenskap", + "@save_community_create_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_save_text": "Spara", + "@save_community_save_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_text": "Skapa", + "@save_community_create_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_invite_people_title": "Bjud in folk till gemenskapen", + "@actions_invite_people_title": { + "type": "text", + "placeholders": { + + } + }, + "join_community": "GĂ„ med", + "@join_community": { + "type": "text", + "placeholders": { + + } + }, + "leave_community": "LĂ€mna", + "@leave_community": { + "type": "text", + "placeholders": { + + } + }, + "community_staff": "Gemenskapens personal", + "@community_staff": { + "type": "text", + "placeholders": { + + } + }, + "post_singular": "inlĂ€gg", + "@post_singular": { + "type": "text", + "placeholders": { + + } + }, + "post_plural": "inlĂ€gg", + "@post_plural": { + "type": "text", + "placeholders": { + + } + }, + "rules_title": "Gemenskapens regler", + "@rules_title": { + "type": "text", + "placeholders": { + + } + }, + "rules_text": "Regler", + "@rules_text": { + "type": "text", + "placeholders": { + + } + }, + "name_characters_error": "Ett namn kan bara innehĂ„lla alfanumeriska tecken och understreck.", + "@name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "Namnet fĂ„r inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "name_empty_error": "Du mĂ„ste ange ett namn.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "title_range_error": "Titeln fĂ„r inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@title_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "title_empty_error": "Du mĂ„ste ange en titel.", + "@title_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "rules_range_error": "Reglerna fĂ„r inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@rules_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "rules_empty_error": "RegelfĂ€ltet kan inte vara tomt.", + "@rules_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "Beskrivningen kan inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@description_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "adjectives_range_error": "Adjektiv fĂ„r inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@adjectives_range_error": { + "description": "This refers to the customisable adjectives assigned to community members,eg. 1k travellers,5k photographers", + "type": "text", + "placeholders": { + "maxLength": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/drawer.arb b/assets/i18n/sv-SE/drawer.arb new file mode 100644 index 000000000..dae115338 --- /dev/null +++ b/assets/i18n/sv-SE/drawer.arb @@ -0,0 +1,305 @@ +{ + "menu_title": "Meny", + "@menu_title": { + "type": "text", + "placeholders": { + + } + }, + "main_title": "Mitt Okuna", + "@main_title": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Mina cirklar", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_lists": "Mina listor", + "@my_lists": { + "type": "text", + "placeholders": { + + } + }, + "my_followers": "Mina följare", + "@my_followers": { + "type": "text", + "placeholders": { + + } + }, + "my_following": "Mitt följande", + "@my_following": { + "type": "text", + "placeholders": { + + } + }, + "my_invites": "Mina inbjudningar", + "@my_invites": { + "type": "text", + "placeholders": { + + } + }, + "my_pending_mod_tasks": "Mina vĂ€ntande modereringsuppgifter", + "@my_pending_mod_tasks": { + "type": "text", + "placeholders": { + + } + }, + "my_mod_penalties": "Mina modereringsstraff", + "@my_mod_penalties": { + "type": "text", + "placeholders": { + + } + }, + "app_account_text": "App & Konto", + "@app_account_text": { + "type": "text", + "placeholders": { + + } + }, + "themes": "Teman", + "@themes": { + "type": "text", + "placeholders": { + + } + }, + "global_moderation": "Global moderering", + "@global_moderation": { + "type": "text", + "placeholders": { + + } + }, + "profile": "Profil", + "@profile": { + "type": "text", + "placeholders": { + + } + }, + "connections": "Mina kontakter", + "@connections": { + "type": "text", + "placeholders": { + + } + }, + "lists": "Mina listor", + "@lists": { + "type": "text", + "placeholders": { + + } + }, + "settings": "InstĂ€llningar", + "@settings": { + "type": "text", + "placeholders": { + + } + }, + "application_settings": "PrograminstĂ€llningar", + "@application_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings": "KontoinstĂ€llningar", + "@account_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_email": "Ändra e-post", + "@account_settings_change_email": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_password": "Ändra lösenord", + "@account_settings_change_password": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_notifications": "Aviseringar", + "@account_settings_notifications": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language_text": "SprĂ„k", + "@account_settings_language_text": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language": "SprĂ„k ({currentUserLanguage})", + "@account_settings_language": { + "type": "text", + "placeholders": { + "currentUserLanguage": { + + } + } + }, + "account_settings_blocked_users": "Blockerade anvĂ€ndare", + "@account_settings_blocked_users": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_delete_account": "Ta bort konto", + "@account_settings_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "help": "HjĂ€lp och feedback", + "@help": { + "type": "text", + "placeholders": { + + } + }, + "customize": "Anpassa", + "@customize": { + "type": "text", + "placeholders": { + + } + }, + "logout": "Logga ut", + "@logout": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_title": "AnvĂ€ndbara lĂ€nkar", + "@useful_links_title": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines": "Okunas riktlinjer", + "@useful_links_guidelines": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_desc": "Riktlinjerna vi alla förvĂ€ntas att följa för en hĂ€lsosam och vĂ€nlig samvaro.", + "@useful_links_guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github": "Projekttavla pĂ„ Github", + "@useful_links_guidelines_github": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github_desc": "Ta en titt pĂ„ vad vi arbetar pĂ„ just nu", + "@useful_links_guidelines_github_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests": "Funktionsförslag", + "@useful_links_guidelines_feature_requests": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests_desc": "FöreslĂ„ en ny funktion eller rösta för existerande förslag", + "@useful_links_guidelines_feature_requests_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker": "Felrapportering", + "@useful_links_guidelines_bug_tracker": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker_desc": "Rapportera ett fel eller rösta för existerande rapporter", + "@useful_links_guidelines_bug_tracker_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook": "Okunas handbok", + "@useful_links_guidelines_handbook": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook_desc": "En bok med allt du behöver veta om att anvĂ€nda plattformen", + "@useful_links_guidelines_handbook_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support": "Stöd Okuna", + "@useful_links_support": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support_desc": "Hitta ett sĂ€tt pĂ„ vilket du kan hjĂ€lpa oss under vĂ„r resa!", + "@useful_links_support_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel": "Gemenskapens Slack-kanal", + "@useful_links_slack_channel": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel_desc": "En plats för diskussioner om allt om Okuna", + "@useful_links_slack_channel_desc": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/error.arb b/assets/i18n/sv-SE/error.arb new file mode 100644 index 000000000..d368cb835 --- /dev/null +++ b/assets/i18n/sv-SE/error.arb @@ -0,0 +1,16 @@ +{ + "unknown_error": "OkĂ€nt fel", + "@unknown_error": { + "type": "text", + "placeholders": { + + } + }, + "no_internet_connection": "Ingen internetuppkoppling", + "@no_internet_connection": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/moderation.arb b/assets/i18n/sv-SE/moderation.arb new file mode 100644 index 000000000..6d9c87088 --- /dev/null +++ b/assets/i18n/sv-SE/moderation.arb @@ -0,0 +1,503 @@ +{ + "filters_title": "Modereringsfilter", + "@filters_title": { + "type": "text", + "placeholders": { + + } + }, + "filters_reset": "ÅterstĂ€ll", + "@filters_reset": { + "type": "text", + "placeholders": { + + } + }, + "filters_verified": "Verifierad", + "@filters_verified": { + "type": "text", + "placeholders": { + + } + }, + "filters_apply": "Applicera filter", + "@filters_apply": { + "type": "text", + "placeholders": { + + } + }, + "filters_type": "Typ", + "@filters_type": { + "type": "text", + "placeholders": { + + } + }, + "filters_status": "Status", + "@filters_status": { + "type": "text", + "placeholders": { + + } + }, + "filters_other": "Övrigt", + "@filters_other": { + "type": "text", + "placeholders": { + + } + }, + "actions_review": "Granska", + "@actions_review": { + "type": "text", + "placeholders": { + + } + }, + "actions_chat_with_team": "Chatta med teamet", + "@actions_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "update_category_title": "Uppdatera kategori", + "@update_category_title": { + "type": "text", + "placeholders": { + + } + }, + "update_category_save": "Spara", + "@update_category_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_save": "Spara", + "@update_description_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_title": "Redigera beskrivning", + "@update_description_title": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_desc": "AnmĂ€l beskrivning", + "@update_description_report_desc": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_hint_text": "t. ex. anmĂ€lan var...", + "@update_description_report_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "update_status_save": "Spara", + "@update_status_save": { + "type": "text", + "placeholders": { + + } + }, + "update_status_title": "Uppdatera status", + "@update_status_title": { + "type": "text", + "placeholders": { + + } + }, + "community_review_title": "Granska modererat objekt", + "@community_review_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_title": "Objekt", + "@moderated_object_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_status": "Status", + "@moderated_object_status": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_reports_count": "Antal anmĂ€lningar", + "@moderated_object_reports_count": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified_by_staff": "Verifierad av Okunas personal", + "@moderated_object_verified_by_staff": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified": "Verifierad", + "@moderated_object_verified": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_true_text": "Sant", + "@moderated_object_true_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "moderated_object_false_text": "Falskt", + "@moderated_object_false_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "community_review_object": "Objekt", + "@community_review_object": { + "type": "text", + "placeholders": { + + } + }, + "community_review_approve": "GodkĂ€nn", + "@community_review_approve": { + "type": "text", + "placeholders": { + + } + }, + "community_review_reject": "avvisa", + "@community_review_reject": { + "type": "text", + "placeholders": { + + } + }, + "community_review_item_verified": "Den hĂ€r anmĂ€lan har verifierats", + "@community_review_item_verified": { + "type": "text", + "placeholders": { + + } + }, + "global_review_title": "Granska modererat objekt", + "@global_review_title": { + "type": "text", + "placeholders": { + + } + }, + "global_review_object_text": "Objekt", + "@global_review_object_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_verify_text": "Verifiera", + "@global_review_verify_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_unverify_text": "Av-verifiera", + "@global_review_unverify_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_title": "Skicka anmĂ€lan", + "@confirm_report_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_details": "Kan du delge extra information som kan vara relevant för anmĂ€lan?", + "@confirm_report_provide_details": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_info": "(Valfritt)", + "@confirm_report_provide_optional_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_hint_text": "Skriv hĂ€r...", + "@confirm_report_provide_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next": "Detta kommer hĂ€nda hĂ€rnĂ€st:", + "@confirm_report_provide_happen_next": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next_desc": "- Din anmĂ€lan skickas in anonymt.\n- Om du anmĂ€ler ett inlĂ€gg eller en kommentar sĂ„ kommer anmĂ€lan skickas till Okunas personal och, om tillĂ€mpligt, gemenskapens moderatorer, och inlĂ€gget kommer döljas frĂ„n ditt flöde.\n- Om du anmĂ€ler ett konto eller en gemenskap kommer anmĂ€lan skickas till Okunas personal.\n- Vi granskar anmĂ€lan och om den godkĂ€nns kommer innehĂ„llet tas bort och straff utmĂ€tas till de som Ă€r inblandade, frĂ„n tillfĂ€llig avstĂ€ngning till borttagning av konto beroende pĂ„ hur allvarlig övertrĂ€delsen var.\n- Om anmĂ€lan bedöms vara gjord för att försöka skada en annan medlem eller gemenskap pĂ„ plattformen utan att den angivna övertrĂ€delsen har skett kommer straff istĂ€llet utmĂ€tas mot dig. \n", + "@confirm_report_provide_happen_next_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_submit": "Jag förstĂ„r, skicka.", + "@confirm_report_submit": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_user_reported": "AnvĂ€ndare anmĂ€ld", + "@confirm_report_user_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_community_reported": "Gemenskap anmĂ€ld", + "@confirm_report_community_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_reported": "InlĂ€gg anmĂ€lt", + "@confirm_report_post_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_comment_reported": "InlĂ€ggskommentar anmĂ€ld", + "@confirm_report_post_comment_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_item_reported": "Objekt anmĂ€lt", + "@confirm_report_item_reported": { + "type": "text", + "placeholders": { + + } + }, + "community_moderated_objects": "Gemenskapens modererade objekt", + "@community_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "globally_moderated_objects": "Globalt modererade objekt", + "@globally_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "tap_to_retry": "Tryck för att försöka lĂ€sa in poster igen", + "@tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "report_post_text": "AnmĂ€l inlĂ€gg", + "@report_post_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_post_text": "Du har anmĂ€lt det hĂ€r inlĂ€gget", + "@you_have_reported_post_text": { + "type": "text", + "placeholders": { + + } + }, + "report_account_text": "AnmĂ€l konto", + "@report_account_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_account_text": "Du har anmĂ€lt det hĂ€r kontot", + "@you_have_reported_account_text": { + "type": "text", + "placeholders": { + + } + }, + "report_community_text": "AnmĂ€l gemenskap", + "@report_community_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_community_text": "Du har anmĂ€lt den hĂ€r gemenskapen", + "@you_have_reported_community_text": { + "type": "text", + "placeholders": { + + } + }, + "report_comment_text": "AnmĂ€l kommentar", + "@report_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_comment_text": "Du har anmĂ€lt den hĂ€r kommentaren", + "@you_have_reported_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "description_text": "Beskrivning", + "@description_text": { + "type": "text", + "placeholders": { + + } + }, + "no_description_text": "Ingen beskrivning", + "@no_description_text": { + "type": "text", + "placeholders": { + + } + }, + "category_text": "Kategori", + "@category_text": { + "type": "text", + "placeholders": { + + } + }, + "reporter_text": "AnmĂ€lare", + "@reporter_text": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_title": "AnmĂ€lningar", + "@reports_preview_title": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_resource_reports": "anmĂ€lningar", + "@reports_preview_resource_reports": { + "description": "Usage: See all reports..", + "type": "text", + "placeholders": { + + } + }, + "reports_see_all": "Visa alla {resourceCount} {resourceName}", + "@reports_see_all": { + "description": "Usage: See all 4 reports.", + "type": "text", + "placeholders": { + "resourceCount": { + + }, + "resourceName": { + + } + } + }, + "object_status_title": "Status", + "@object_status_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_tasks_title": "VĂ€ntande modereringsuppgifter", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_singular": "vĂ€ntande modereringsuppgift", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_plural": "vĂ€ntande modereringsuppgifter", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_title": "Modereringsstraff", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resouce_singular": "modereringsstraff", + "@my_moderation_penalties_resouce_singular": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resource_plural": "modereringsstraff", + "@my_moderation_penalties_resource_plural": { + "description": "See all moderation penalties, No moderation penalties found etc..", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/notifications.arb b/assets/i18n/sv-SE/notifications.arb new file mode 100644 index 000000000..3d1d6554b --- /dev/null +++ b/assets/i18n/sv-SE/notifications.arb @@ -0,0 +1,208 @@ +{ + "settings_title": "AviseringsinstĂ€llningar", + "@settings_title": { + "type": "text", + "placeholders": {} + }, + "general_title": "Aviseringar", + "@general_title": { + "type": "text", + "placeholders": {} + }, + "general_desc": "Bli meddelad nĂ€r nĂ„got hĂ€nder", + "@general_desc": { + "type": "text", + "placeholders": {} + }, + "follow_title": "Följare", + "@follow_title": { + "type": "text", + "placeholders": {} + }, + "follow_desc": "Bli meddelad nĂ€r nĂ„gon börjar följa dig", + "@follow_desc": { + "type": "text", + "placeholders": {} + }, + "connection_title": "KontaktförfrĂ„gan", + "@connection_title": { + "type": "text", + "placeholders": {} + }, + "connection_desc": "Bli meddelad nĂ€r nĂ„gon vill ha dig som kontakt", + "@connection_desc": { + "type": "text", + "placeholders": {} + }, + "comment_title": "Kommentar pĂ„ inlĂ€gg", + "@comment_title": { + "type": "text", + "placeholders": {} + }, + "comment_desc": "Bli meddelad nĂ€r nĂ„gon kommenterar pĂ„ ett av dina inlĂ€gg eller ett inlĂ€gg du ocksĂ„ kommenterat pĂ„.", + "@comment_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reply_title": "Svar pĂ„ kommentar", + "@comment_reply_title": { + "type": "text", + "placeholders": {} + }, + "comment_reply_desc": "Bli meddelad nĂ€r nĂ„gon svarar pĂ„ en av dina kommentarer eller en kommentar du ocksĂ„ svarat pĂ„.", + "@comment_reply_desc": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_title": "OmnĂ€mnande i kommentar", + "@comment_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_desc": "Bli meddelad nĂ€r nĂ„gon nĂ€mner dig i en av sina kommentarer", + "@comment_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_title": "OmnĂ€mnande i inlĂ€gg", + "@post_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_desc": "Bli meddelad nĂ€r nĂ„gon nĂ€mner dig i ett av sina inlĂ€gg", + "@post_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_title": "Reaktion pĂ„ kommentar", + "@comment_reaction_title": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_desc": "Bli meddelad nĂ€r nĂ„gon reagerar pĂ„ en av dina inlĂ€ggskommentarer.", + "@comment_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "post_reaction_title": "Reaktion pĂ„ inlĂ€gg", + "@post_reaction_title": { + "type": "text", + "placeholders": {} + }, + "post_reaction_desc": "Bli meddelad nĂ€r nĂ„gon reagerar pĂ„ ett av dina inlĂ€gg.", + "@post_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "community_invite_title": "Gemenskapsinbjudan", + "@community_invite_title": { + "type": "text", + "placeholders": {} + }, + "community_invite_desc": "Bli meddelad nĂ€r nĂ„gon bjuder in dig till en gemenskap.", + "@community_invite_desc": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_notifications": "Aktivera aviseringar för inlĂ€gg", + "@mute_post_turn_on_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_notifications": "Inaktivera aviseringar för inlĂ€gg", + "@mute_post_turn_off_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_comment_notifications": "Aktivera aviseringar för inlĂ€ggskommentarer", + "@mute_post_turn_on_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_comment_notifications": "Inaktivera aviseringar för inlĂ€ggskommentarer", + "@mute_post_turn_off_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "connection_request_tile": "[name] [username] vill knyta kontakt med dig.", + "@connection_request_tile": { + "description": "Eg.: James @jamest wants to connect with you.", + "type": "text", + "placeholders": {} + }, + "accepted_connection_request_tile": "[name] [username] accepterade din kontaktförfrĂ„gan.", + "@accepted_connection_request_tile": { + "description": "Eg.: James @jamest accepted your connection request.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_tile": "[name] [username] reagerade pĂ„ ditt inlĂ€gg.", + "@reacted_to_post_tile": { + "description": "Eg.: James @jamest reacted to your post.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_comment_tile": "[name] [username] reagerade pĂ„ din inlĂ€ggskommentar.", + "@reacted_to_post_comment_tile": { + "description": "Eg.: James @jamest reacted to your post comment.", + "type": "text", + "placeholders": {} + }, + "following_you_tile": "[name] [username] har börjat följa dig.", + "@following_you_tile": { + "description": "Eg.: James @jamest is now following you.", + "type": "text", + "placeholders": {} + }, + "user_community_invite_tile": "[name] [username] har bjudit in dig till gemenskapen \/c\/{communityName}.", + "@user_community_invite_tile": { + "description": "Eg.: James @jamest has invited you to join community \/c\/okuna.", + "type": "text", + "placeholders": { + "communityName": {} + } + }, + "comment_reply_notification_tile_user_replied": "[name] [username] svarade: {postCommentText}", + "@comment_reply_notification_tile_user_replied": { + "description": "For.eg. James @jamest replied.", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_reply_notification_tile_user_also_replied": "[name] [username] svarade ocksĂ„: {postCommentText}", + "@comment_reply_notification_tile_user_also_replied": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_commented": "[name] [username] kommenterade pĂ„ ditt inlĂ€gg: {postCommentText}", + "@comment_comment_notification_tile_user_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_also_commented": "[name] [username] kommenterade ocksĂ„: {postCommentText}", + "@comment_comment_notification_tile_user_also_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_comment_tile": "[name] [username] nĂ€mnde dig i en kommentar: {postCommentText}", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_tile": "[name] [username] nĂ€mnde dig i ett inlĂ€gg.", + "@mentioned_in_post_tile": { + "description": "Eg.: James @jamest mentioned you on a post.", + "type": "text", + "placeholders": {} + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/post.arb b/assets/i18n/sv-SE/post.arb new file mode 100644 index 000000000..802ec094c --- /dev/null +++ b/assets/i18n/sv-SE/post.arb @@ -0,0 +1,810 @@ +{ + "open_post": "Öppna inlĂ€gg", + "@open_post": { + "type": "text", + "placeholders": { + + } + }, + "close_post": "StĂ€ng inlĂ€gg", + "@close_post": { + "type": "text", + "placeholders": { + + } + }, + "post_opened": "InlĂ€gg öppnat", + "@post_opened": { + "type": "text", + "placeholders": { + + } + }, + "post_closed": "InlĂ€gg stĂ€ngt ", + "@post_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_required_error": "Kommentaren kan inte vara tom.", + "@comment_required_error": { + "type": "text", + "placeholders": { + + } + }, + "comment_maxlength_error": "En kommentar kan inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@comment_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "timeline_posts_all_loaded": "🎉 Alla inlĂ€gg inlĂ€sta", + "@timeline_posts_all_loaded": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_title": "HĂ„ll ut!", + "@timeline_posts_refreshing_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_subtitle": "LĂ€ser in din tidslinje.", + "@timeline_posts_refreshing_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_title": "Din tidslinje Ă€r tom.", + "@timeline_posts_no_more_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_subtitle": "Följ anvĂ€ndare eller gĂ„ med i en gemenskap för att komma igĂ„ng!", + "@timeline_posts_no_more_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_title": "Din tidslinje kunde inte lĂ€sas in.", + "@timeline_posts_failed_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_subtitle": "Försök igen om nĂ„gra sekunder", + "@timeline_posts_failed_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_title": "Det Ă€r nĂ„got som inte stĂ€mmer.", + "@timeline_posts_default_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_subtitle": "Försök lĂ€sa in tidslinjen igen.", + "@timeline_posts_default_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refresh_posts": "LĂ€s in inlĂ€gg", + "@timeline_posts_refresh_posts": { + "type": "text", + "placeholders": { + + } + }, + "no_circles_for": "Inga kretsar hittades som matchar '{circlesSearchQuery}'.", + "@no_circles_for": { + "type": "text", + "placeholders": { + "circlesSearchQuery": { + + } + } + }, + "share_to_circles": "Dela med kretsar", + "@share_to_circles": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_post": " InlĂ€gg", + "@profile_counts_post": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_posts": " InlĂ€gg", + "@profile_counts_posts": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_followers": " Följare", + "@profile_counts_followers": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_following": " Följer", + "@profile_counts_following": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_follower": " Följare", + "@profile_counts_follower": { + "type": "text", + "placeholders": { + + } + }, + "action_comment": "Kommentera", + "@action_comment": { + "type": "text", + "placeholders": { + + } + }, + "action_react": "Reagera", + "@action_react": { + "type": "text", + "placeholders": { + + } + }, + "action_reply": "Svara", + "@action_reply": { + "type": "text", + "placeholders": { + + } + }, + "share": "Dela", + "@share": { + "type": "text", + "placeholders": { + + } + }, + "share_to": "Dela med", + "@share_to": { + "type": "text", + "placeholders": { + + } + }, + "sharing_post_to": "Delar inlĂ€gg med", + "@sharing_post_to": { + "type": "text", + "placeholders": { + + } + }, + "you_shared_with": "Du delade med", + "@you_shared_with": { + "type": "text", + "placeholders": { + + } + }, + "shared_privately_on": "Delat privat i", + "@shared_privately_on": { + "description": "Eg. Shared privately on @shantanu's circles. See following string, usernames_circles . Will combine this in future, needs refactoring.", + "type": "text", + "placeholders": { + + } + }, + "usernames_circles": "@{postCreatorUsername}s kretsar", + "@usernames_circles": { + "type": "text", + "placeholders": { + "postCreatorUsername": { + + } + } + }, + "share_community": "Dela", + "@share_community": { + "type": "text", + "placeholders": { + + } + }, + "share_to_community": "Dela med en gemenskap", + "@share_to_community": { + "type": "text", + "placeholders": { + + } + }, + "share_community_title": "En gemenskap", + "@share_community_title": { + "type": "text", + "placeholders": { + + } + }, + "share_community_desc": "Dela inlĂ€gget med en gemenskap du Ă€r del av.", + "@share_community_desc": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Mina kretsar", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_circles_desc": "Dela inlĂ€gget med en eller flera av dina kretsar.", + "@my_circles_desc": { + "type": "text", + "placeholders": { + + } + }, + "world_circle_name": "VĂ€rlden", + "@world_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "search_circles": "Sök kretsar...", + "@search_circles": { + "type": "text", + "placeholders": { + + } + }, + "reaction_list_tap_retry": "Tryck för att försöka lĂ€sa in reaktionerna igen.", + "@reaction_list_tap_retry": { + "type": "text", + "placeholders": { + + } + }, + "create_new": "Nytt inlĂ€gg", + "@create_new": { + "type": "text", + "placeholders": { + + } + }, + "create_next": "NĂ€sta", + "@create_next": { + "type": "text", + "placeholders": { + + } + }, + "create_photo": "Foto", + "@create_photo": { + "type": "text", + "placeholders": { + + } + }, + "commenter_post_text": "Skicka", + "@commenter_post_text": { + "type": "text", + "placeholders": { + + } + }, + "commenter_write_something": "Skriv nĂ„got...", + "@commenter_write_something": { + "type": "text", + "placeholders": { + + } + }, + "edit_title": "Redigera inlĂ€gg", + "@edit_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_save": "Spara", + "@edit_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_save": "Spara", + "@commenter_expanded_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_join_conversation": "GĂ„ med i konversationen...", + "@commenter_expanded_join_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_start_conversation": "Starta en konversation...", + "@commenter_expanded_start_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_edit_comment": "Redigera kommentar", + "@commenter_expanded_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "is_closed": "StĂ€ngt inlĂ€gg", + "@is_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_comment": "Svar pĂ„ kommentar", + "@comment_reply_expanded_reply_comment": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_post": "Skicka", + "@comment_reply_expanded_post": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_hint_text": "Ditt svar...", + "@comment_reply_expanded_reply_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_title": "Trendiga inlĂ€gg", + "@trending_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_no_trending_posts": "Det finns inga trendiga inlĂ€gg. Försök uppdatera om nĂ„gra sekunder.", + "@trending_posts_no_trending_posts": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_refresh": "Uppdatera", + "@trending_posts_refresh": { + "type": "text", + "placeholders": { + + } + }, + "comments_view_all_comments": "Visa alla {commentsCount} kommentarer", + "@comments_view_all_comments": { + "type": "text", + "placeholders": { + "commentsCount": { + + } + } + }, + "comments_closed_post": "StĂ€ngt inlĂ€gg", + "@comments_closed_post": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled": "KommentarsfĂ€ltet avstĂ€ngt", + "@comments_disabled": { + "type": "text", + "placeholders": { + + } + }, + "text_copied": "Text kopierad!", + "@text_copied": { + "type": "text", + "placeholders": { + + } + }, + "post_reactions_title": "Reaktioner pĂ„ inlĂ€gget", + "@post_reactions_title": { + "type": "text", + "placeholders": { + + } + }, + "have_not_shared_anything": "Du har inte delat nĂ„got Ă€nnu.", + "@have_not_shared_anything": { + "type": "text", + "placeholders": { + + } + }, + "user_has_not_shared_anything": "{name} har inte delat nĂ„got Ă€nnu.", + "@user_has_not_shared_anything": { + "type": "text", + "placeholders": { + "name": { + + } + } + }, + "comments_header_newest_replies": "Senaste svaren", + "@comments_header_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newer": "Senare", + "@comments_header_newer": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_replies": "Visa de senaste svaren", + "@comments_header_view_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_replies": "Visa de senaste svaren", + "@comments_header_see_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_replies": "Äldsta svaren", + "@comments_header_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_older": "Äldre", + "@comments_header_older": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_replies": "Visa de Ă€ldsta svaren", + "@comments_header_view_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_replies": "Visa de Ă€ldsta svaren", + "@comments_header_see_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_replies": "Bli den första som skriver ett svar", + "@comments_header_be_the_first_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newest_comments": "Senaste kommentarerna", + "@comments_header_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_comments": "Visa de senaste kommentarerna", + "@comments_header_view_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_comments": "Visa de senaste kommentarerna", + "@comments_header_see_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_comments": "Äldsta kommentarerna", + "@comments_header_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_comments": "Visa de Ă€ldsta kommentarerna", + "@comments_header_view_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_comments": "Visa de Ă€ldsta kommentarerna", + "@comments_header_see_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_comments": "Bli den första som skriver en kommentar", + "@comments_header_be_the_first_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_title": "InlĂ€ggskommentarer", + "@comments_page_title": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_to_load": "Inga fler kommentarer att lĂ€sa in", + "@comments_page_no_more_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry": "Tryck för att försöka lĂ€sa in kommentarerna igen.", + "@comments_page_tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry_replies": "Tryck för att försöka lĂ€sa in svaren igen.", + "@comments_page_tap_to_retry_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_replies_to_load": "Inga fler svar att lĂ€sa in", + "@comments_page_no_more_replies_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_replies_title": "InlĂ€ggssvar", + "@comments_page_replies_title": { + "type": "text", + "placeholders": { + + } + }, + "disable_post_comments": "StĂ€ng kommentarsfĂ€ltet", + "@disable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "enable_post_comments": "Öppna kommentarsfĂ€ltet", + "@enable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_enabled_message": "Kommentarer aktiverade för inlĂ€gget", + "@comments_enabled_message": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled_message": "Kommentarer inaktiverade för inlĂ€gget", + "@comments_disabled_message": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete": "Ta bort inlĂ€gg", + "@actions_delete": { + "type": "text", + "placeholders": { + + } + }, + "actions_deleted": "InlĂ€gg borttaget", + "@actions_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete_comment": "Ta bort kommentar", + "@actions_delete_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_edit_comment": "Redigera kommentar", + "@actions_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_comment_deleted": "Kommentar borttagen", + "@actions_comment_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_report_text": "AnmĂ€l", + "@actions_report_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_reported_text": "AnmĂ€ld", + "@actions_reported_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_show_more_text": "Visa mer", + "@actions_show_more_text": { + "description": "Shown for posts with long text to expand the entire text.", + "type": "text", + "placeholders": { + + } + }, + "time_short_years": "Ă„", + "@time_short_years": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3y. Keep it as short as possible", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_year": "1Ă„", + "@time_short_one_year": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_weeks": "v", + "@time_short_weeks": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 5w.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_week": "1v", + "@time_short_one_week": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_days": "d", + "@time_short_days": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3d. Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_day": "1d", + "@time_short_one_day": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_hours": "h", + "@time_short_hours": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3h.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_hour": "1h", + "@time_short_one_hour": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_minutes": "m", + "@time_short_minutes": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13m.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_seconds": "s", + "@time_short_seconds": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13s Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_minute": "1m", + "@time_short_one_minute": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_now_text": "nu", + "@time_short_now_text": { + "description": "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/user.arb b/assets/i18n/sv-SE/user.arb new file mode 100644 index 000000000..c57d14a28 --- /dev/null +++ b/assets/i18n/sv-SE/user.arb @@ -0,0 +1,1347 @@ +{ + "thousand_postfix": "t", + "@thousand_postfix": { + "description": "For eg. communty has 3k members", + "type": "text", + "placeholders": { + + } + }, + "million_postfix": "mn", + "@million_postfix": { + "description": "For eg. user has 3m followers", + "type": "text", + "placeholders": { + + } + }, + "billion_postfix": "md", + "@billion_postfix": { + "description": "For eg. World circle has 7.5b people", + "type": "text", + "placeholders": { + + } + }, + "translate_see_translation": "Visa översĂ€ttning", + "@translate_see_translation": { + "type": "text", + "placeholders": { + + } + }, + "translate_show_original": "Visa original", + "@translate_show_original": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_account": "1 Konto", + "@follows_lists_account": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_accounts": "{prettyUsersCount} Konton", + "@follows_lists_accounts": { + "description": "prettyUsersCount will be 3m, 50k etc.. so we endup with final string 3k Accounts", + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "edit_profile_user_name_taken": "AnvĂ€ndarnamnet @{username} Ă€r upptaget", + "@edit_profile_user_name_taken": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "profile_action_deny_connection": "Neka kontaktförfrĂ„gan", + "@profile_action_deny_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_blocked": "AnvĂ€ndare blockerad", + "@profile_action_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_unblocked": "AnvĂ€ndare avblockerad", + "@profile_action_user_unblocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_cancel_connection": "Avbryt kontaktförfrĂ„gan", + "@profile_action_cancel_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_url_invalid_error": "VĂ€nligen ange en giltig URL.", + "@profile_url_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "profile_location_length_error": "En plats kan inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@profile_location_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "profile_bio_length_error": "Bion kan inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@profile_bio_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "follow_button_follow_text": "Följ", + "@follow_button_follow_text": { + "type": "text", + "placeholders": { + + } + }, + "follow_button_unfollow_text": "Sluta följa", + "@follow_button_unfollow_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_username": "AnvĂ€ndarnamn", + "@edit_profile_username": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_account_lists": "Uppdatera kontolistor", + "@add_account_update_account_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_to_lists": "LĂ€gg till konto i lista", + "@add_account_to_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_lists": "Uppdatera listor", + "@add_account_update_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_save": "Spara", + "@add_account_save": { + "type": "text", + "placeholders": { + + } + }, + "add_account_done": "Klar", + "@add_account_done": { + "type": "text", + "placeholders": { + + } + }, + "add_account_success": "Kontot lades till", + "@add_account_success": { + "type": "text", + "placeholders": { + + } + }, + "emoji_field_none_selected": "Ingen emoji vald", + "@emoji_field_none_selected": { + "type": "text", + "placeholders": { + + } + }, + "emoji_search_none_found": "Ingen emoji hittades som matchar '{searchQuery}'.", + "@emoji_search_none_found": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "follow_lists_title": "Mina listor", + "@follow_lists_title": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_search_for": "Sök efter en lista...", + "@follow_lists_search_for": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found": "Inga listor hittades.", + "@follow_lists_no_list_found": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found_for": "Inga listor hittades för '{searchQuery}'", + "@follow_lists_no_list_found_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "list_name_empty_error": "Du mĂ„ste ge listan ett namn.", + "@list_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "list_name_range_error": "Listans namn fĂ„r inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@list_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "circle_name_empty_error": "Du mĂ„ste ge kretsen ett namn.", + "@circle_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "circle_name_range_error": "Kretsens namn fĂ„r inte vara lĂ€ngre Ă€n {maxLength} tecken.", + "@circle_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "save_follows_list_name": "Namn", + "@save_follows_list_name": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_hint_text": "t. ex. Resor, Fotografering", + "@save_follows_list_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_name_taken": "Listnamnet '{listName}' Ă€r upptaget", + "@save_follows_list_name_taken": { + "type": "text", + "placeholders": { + "listName": { + + } + } + }, + "save_follows_list_emoji": "Emoji", + "@save_follows_list_emoji": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_users": "AnvĂ€ndare", + "@save_follows_list_users": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_edit": "Redigera lista", + "@save_follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_create": "Skapa lista", + "@save_follows_list_create": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_save": "Spara", + "@save_follows_list_save": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_emoji_required_error": "En emoji krĂ€vs", + "@save_follows_list_emoji_required_error": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_edit": "Redigera", + "@follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_header_title": "AnvĂ€ndare", + "@follows_list_header_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_name": "Namn", + "@edit_profile_name": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_url": "Url", + "@edit_profile_url": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_location": "Plats", + "@edit_profile_location": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_bio": "Bio", + "@edit_profile_bio": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_followers_count": "Följarantal", + "@edit_profile_followers_count": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_title": "Redigera profil", + "@edit_profile_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_save_text": "Spara", + "@edit_profile_save_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image": "VĂ€lj bild", + "@edit_profile_pick_image": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_delete": "Ta bort", + "@edit_profile_delete": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image_error_too_large": "Bilden Ă€r för stor (grĂ€ns: {limit} MB)", + "@edit_profile_pick_image_error_too_large": { + "type": "text", + "placeholders": { + "limit": { + + } + } + }, + "tile_following": " · Följer", + "@tile_following": { + "type": "text", + "placeholders": { + + } + }, + "following_text": "Följer", + "@following_text": { + "type": "text", + "placeholders": { + + } + }, + "following_resource_name": "följda anvĂ€ndare", + "@following_resource_name": { + "description": "Eg: Search followed users.., No followed users found. etc ", + "type": "text", + "placeholders": { + + } + }, + "tile_delete": "Ta bort", + "@tile_delete": { + "type": "text", + "placeholders": { + + } + }, + "invite": "Bjud in", + "@invite": { + "type": "text", + "placeholders": { + + } + }, + "uninvite": "Avbryt inbjudan", + "@uninvite": { + "type": "text", + "placeholders": { + + } + }, + "invite_member": "Medlem", + "@invite_member": { + "type": "text", + "placeholders": { + + } + }, + "invite_someone_message": "Hej, jag vill bjuda in dig till Okuna. Först, ladda ner appen frĂ„n iTunes ({iosLink}) eller Play Store ({androidLink}). Sedan klistrar du in din personliga inbjudningslĂ€nk i 'Registrera dig'-formulĂ€ret i Okuna-appen: {inviteLink}", + "@invite_someone_message": { + "type": "text", + "placeholders": { + "iosLink": { + + }, + "androidLink": { + + }, + "inviteLink": { + + } + } + }, + "connections_header_circle_desc": "Kretsen alla dina kontakter lĂ€ggs till i.", + "@connections_header_circle_desc": { + "type": "text", + "placeholders": { + + } + }, + "connections_header_users": "AnvĂ€ndare", + "@connections_header_users": { + "type": "text", + "placeholders": { + + } + }, + "connection_pending": "VĂ€ntande", + "@connection_pending": { + "type": "text", + "placeholders": { + + } + }, + "connection_circle_edit": "Redigera", + "@connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "connections_circle_delete": "Ta bort", + "@connections_circle_delete": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_name": "Namn", + "@save_connection_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_hint": "t. ex. VĂ€nner, Familj, Jobb.", + "@save_connection_circle_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_name": "FĂ€rg", + "@save_connection_circle_color_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_hint": "(Tryck för att Ă€ndra)", + "@save_connection_circle_color_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_users": "AnvĂ€ndare", + "@save_connection_circle_users": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_edit": "Redigera krets", + "@save_connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_create": "Skapa krets", + "@save_connection_circle_create": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_save": "Spara", + "@save_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_save": "Spara", + "@update_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_updated": "Kontakt uppdaterad", + "@update_connection_circle_updated": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circles_title": "Uppdatera kontaktkretsar", + "@update_connection_circles_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_with": "BekrĂ€fta {userName}s kontaktförfrĂ„gan", + "@confirm_connection_with": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "confirm_connection_add_connection": "LĂ€gg till kontakt i krets", + "@confirm_connection_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_connection_confirmed": "KontaktförfrĂ„gan bekrĂ€ftad", + "@confirm_connection_connection_confirmed": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_confirm_text": "BekrĂ€fta", + "@confirm_connection_confirm_text": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_connect_with_username": "LĂ€gg till {userName} som kontakt", + "@connect_to_user_connect_with_username": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "connect_to_user_add_connection": "LĂ€gg till kontakt i krets", + "@connect_to_user_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_done": "Klar", + "@connect_to_user_done": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_request_sent": "KontaktförfrĂ„gan skickad", + "@connect_to_user_request_sent": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list": "Ta bort konto frĂ„n listor", + "@remove_account_from_list": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list_success": "Konto borttaget frĂ„n listor", + "@remove_account_from_list_success": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_title": "BekrĂ€ftelse", + "@confirm_block_user_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_info": "Ni kommer inte kunna se varandras inlĂ€gg eller kunna interagera med varandra.", + "@confirm_block_user_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_yes": "Ja", + "@confirm_block_user_yes": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_no": "Nej", + "@confirm_block_user_no": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_blocked": "AnvĂ€ndare blockerad.", + "@confirm_block_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_question": "Är du sĂ€ker pĂ„ att du vill blockera @{username}?", + "@confirm_block_user_question": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "save_connection_circle_name_taken": "Kretsnamnet '{takenConnectionsCircleName}' Ă€r upptaget", + "@save_connection_circle_name_taken": { + "type": "text", + "placeholders": { + "takenConnectionsCircleName": { + + } + } + }, + "timeline_filters_title": "Tidslinjefilter", + "@timeline_filters_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_search_desc": "Sök efter kretsar och listor...", + "@timeline_filters_search_desc": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_clear_all": "ÅterstĂ€ll", + "@timeline_filters_clear_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_apply_all": "Applicera filter", + "@timeline_filters_apply_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_circles": "Kretsar", + "@timeline_filters_circles": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_lists": "Listor", + "@timeline_filters_lists": { + "type": "text", + "placeholders": { + + } + }, + "followers_title": "Följare", + "@followers_title": { + "type": "text", + "placeholders": { + + } + }, + "follower_singular": "följare", + "@follower_singular": { + "type": "text", + "placeholders": { + + } + }, + "follower_plural": "följare", + "@follower_plural": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_title": "Ta bort konto", + "@delete_account_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd": "Nuvarande lösenord", + "@delete_account_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd_hint": "Ange ditt nuvarande lösenord", + "@delete_account_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_next": "NĂ€sta", + "@delete_account_next": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_title": "BekrĂ€ftelse", + "@delete_account_confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc": "Är du sĂ€ker pĂ„ att du vill ta bort ditt konto?", + "@delete_account_confirmation_desc": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc_info": "Detta Ă€r permanent och kan inte Ă„ngras senare.", + "@delete_account_confirmation_desc_info": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_no": "Nej", + "@delete_account_confirmation_no": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_yes": "Ja", + "@delete_account_confirmation_yes": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_goodbye": "Hej dĂ„ 😱", + "@delete_account_confirmation_goodbye": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create_title": "Skapa inbjudan", + "@invites_create_create_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_edit_title": "Redigera inbjudan", + "@invites_create_edit_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_save": "Spara", + "@invites_create_save": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create": "Skapa", + "@invites_create_create": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_title": "Smeknamn", + "@invites_create_name_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_hint": "t. ex. Sven Svensson", + "@invites_create_name_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending": "VĂ€ntande", + "@invites_pending": { + "type": "text", + "placeholders": { + + } + }, + "invites_delete": "Ta bort", + "@invites_delete": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_text": "Bjud in", + "@invites_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself": "Dela inbjudan sjĂ€lv", + "@invites_share_yourself": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself_desc": "VĂ€lj mellan meddelandeappar, etc.", + "@invites_share_yourself_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email": "Dela inbjudan via e-post", + "@invites_share_email": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_text": "E-post", + "@invites_email_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_hint": "t. ex. svensvensson@email.com", + "@invites_email_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_invite_text": "E-postinbjudan", + "@invites_email_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_send_text": "Skicka", + "@invites_email_send_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_sent_text": "E-postinbjudan skickad", + "@invites_email_sent_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email_desc": "Vi kommer skicka en inbjudan med instruktioner Ă„ dina vĂ€gnar", + "@invites_share_email_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_edit_text": "Redigera", + "@invites_edit_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_title": "Mina inbjudningar", + "@invites_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_title": "Accepterad", + "@invites_accepted_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_name": "accepterade inbjudningar", + "@invites_accepted_group_name": { + "description": "Egs where this will end up: Accepted invites (capitalised title), Search accepted invites, See all accepted invites ", + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_item_name": "accepterad inbjudan", + "@invites_accepted_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_name": "vĂ€ntande inbjudningar", + "@invites_pending_group_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_item_name": "vĂ€ntande inbjudan", + "@invites_pending_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_used": "Det ser ut som att du inte anvĂ€nt nĂ„gra inbjudningar.", + "@invites_none_used": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_left": "Du har inga inbjudningar tillgĂ€ngliga.", + "@invites_none_left": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_a_friend": "Bjud in en vĂ€n", + "@invites_invite_a_friend": { + "type": "text", + "placeholders": { + + } + }, + "invites_refresh": "Uppdatera", + "@invites_refresh": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_title": "SprĂ„kinstĂ€llningar", + "@language_settings_title": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_save": "Spara", + "@language_settings_save": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_saved_success": "SprĂ„ket har uppdaterats", + "@language_settings_saved_success": { + "type": "text", + "placeholders": { + + } + }, + "groups_see_all": "Visa alla {groupName}", + "@groups_see_all": { + "description": "Can be, See all joined communities, See all pending invites, See all moderated communities etc. ", + "type": "text", + "placeholders": { + "groupName": { + + } + } + }, + "invites_joined_with": "Gick med under anvĂ€ndarnamnet @{username}", + "@invites_joined_with": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "invites_pending_email": "VĂ€ntande, inbjudan skickad till {email}", + "@invites_pending_email": { + "type": "text", + "placeholders": { + "email": { + + } + } + }, + "timeline_filters_no_match": "Inga resultat hittades för '{searchQuery}'.", + "@timeline_filters_no_match": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "clear_application_cache_text": "Rensa cacheminnet", + "@clear_application_cache_text": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_desc": "Rensa cachelagrade inlĂ€gg, konton, bilder & mer.", + "@clear_application_cache_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_success": "Cacheminnet har rensats", + "@clear_application_cache_success": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_failure": "Kunde inte rensa cacheminnet", + "@clear_application_cache_failure": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_title": "Avvisande av riktlinjer", + "@confirm_guidelines_reject_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_info": "Du kan inte anvĂ€nda Okuna förrĂ€n du har godkĂ€nt riktlinjerna.", + "@confirm_guidelines_reject_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_with_team": "Chatta med teamet.", + "@confirm_guidelines_reject_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_immediately": "Starta en chat direkt.", + "@confirm_guidelines_reject_chat_immediately": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_community": "Chatta med gemenskapen.", + "@confirm_guidelines_reject_chat_community": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_join_slack": "GĂ„ med i Slack-kanalen.", + "@confirm_guidelines_reject_join_slack": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_go_back": "Tillbaka", + "@confirm_guidelines_reject_go_back": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_delete_account": "Ta bort konto", + "@confirm_guidelines_reject_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_desc": "VĂ€nligen lĂ€gg en stund pĂ„ att lĂ€sa igenom och godkĂ€nna vĂ„ra riktlinjer.", + "@guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_accept": "GodkĂ€nn", + "@guidelines_accept": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_reject": "Avvisa", + "@guidelines_reject": { + "type": "text", + "placeholders": { + + } + }, + "change_email_title": "Ändra e-postadress", + "@change_email_title": { + "type": "text", + "placeholders": { + + } + }, + "change_email_email_text": "E-post", + "@change_email_email_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_hint_text": "Ange din nya e-postadress", + "@change_email_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_error": "E-postadressen Ă€r redan registrerad", + "@change_email_error": { + "type": "text", + "placeholders": { + + } + }, + "change_email_save": "Spara", + "@change_email_save": { + "type": "text", + "placeholders": { + + } + }, + "change_email_success_info": "Vi har skickat en bekrĂ€ftelselĂ€nk till din nya e-postadress, klicka pĂ„ den för att verifiera din nya e-post", + "@change_email_success_info": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_title": "Rensa instĂ€llningar", + "@clear_app_preferences_title": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_desc": "Rensa applikationsinstĂ€llningarna. Just nu Ă€r detta enbart den föredragna kommentarsordningen.", + "@clear_app_preferences_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_cleared_successfully": "InstĂ€llningarna har rensats", + "@clear_app_preferences_cleared_successfully": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_successful": "HĂ€ftigt! Din e-post har verifierats", + "@email_verification_successful": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_error": "Hoppsan! Din kod Ă€r ogiltigt eller har gĂ„tt ut, vĂ€nligen försök igen", + "@email_verification_error": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_error": "InstĂ€llningarna kunde inte rensas", + "@clear_app_preferences_error": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user_success": "Er kontakt har brutits", + "@disconnect_from_user_success": { + "type": "text", + "placeholders": { + + } + }, + "block_user": "Blockera anvĂ€ndare", + "@block_user": { + "type": "text", + "placeholders": { + + } + }, + "unblock_user": "Avblockera anvĂ€ndare", + "@unblock_user": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user": "Ta bort {userName} som kontakt", + "@disconnect_from_user": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "circle_peoples_count": "{prettyUsersCount} personer", + "@circle_peoples_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "follows_list_accounts_count": "{prettyUsersCount} konton", + "@follows_list_accounts_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv-SE/user_search.arb b/assets/i18n/sv-SE/user_search.arb new file mode 100644 index 000000000..0b334df6b --- /dev/null +++ b/assets/i18n/sv-SE/user_search.arb @@ -0,0 +1,100 @@ +{ + "search_text": "Sök...", + "@search_text": { + "type": "text", + "placeholders": { + + } + }, + "communities": "Gemenskaper", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "users": "AnvĂ€ndare", + "@users": { + "type": "text", + "placeholders": { + + } + }, + "list_search_text": "Sök {resourcePluralName} ...", + "@list_search_text": { + "description": "resourcePluralName can take many forms foreg. Search members... , Search accepted invites, Search communities.. etc.", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_no_results_found": "Inga {resourcePluralName} hittades.", + "@list_no_results_found": { + "description": "Used in a generic list widget. Can be No users found. No communities found. No pending invites found. Its always a plural. ", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_refresh_text": "Uppdatera", + "@list_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "list_retry": "Tryck för att försöka igen.", + "@list_retry": { + "type": "text", + "placeholders": { + + } + }, + "cancel": "Avbryt", + "@cancel": { + "type": "text", + "placeholders": { + + } + }, + "searching_for": "Söker efter '{searchQuery}'", + "@searching_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_results_for": "Inga resultat hittades för '{searchQuery}'.", + "@no_results_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_communities_for": "Inga gemenskaper hittades för '{searchQuery}'.", + "@no_communities_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_users_for": "Inga anvĂ€ndare hittades för '{searchQuery}'.", + "@no_users_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/auth.arb b/assets/i18n/tr/auth.arb new file mode 100644 index 000000000..d0f3f0fe0 --- /dev/null +++ b/assets/i18n/tr/auth.arb @@ -0,0 +1,745 @@ +{ + "headline": "Daha iyi bir sosyal ağ.", + "@headline": { + "type": "text", + "placeholders": { + + } + }, + "login": "Oturum aç", + "@login": { + "type": "text", + "placeholders": { + + } + }, + "email_empty_error": "Eposta boƟ bırakılamaz.", + "@email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "email_invalid_error": "LĂŒtfen geçerli bir e-posta adresi girin.", + "@email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "username_empty_error": "Kullanıcı adı boƟ olamaz.", + "@username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "username_characters_error": "Bir kullanıcı ismi yalnızca alfasayısal karakterler ve alt çizgiler içerebilir.", + "@username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "username_maxlength_error": "Bir kullanıcı adı {maxLength} karakterden daha uzun olamaz.", + "@username_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "create_account": "Kayıt ol", + "@create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__lets_get_started": "Haydi baƟlayalım", + "@create_acc__lets_get_started": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__welcome_to_beta": "Betaya hoƟ geldiniz!", + "@create_acc__welcome_to_beta": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__previous": "Geri", + "@create_acc__previous": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__next": "Ä°leri", + "@create_acc__next": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__create_account": "Hesap oluƟtur", + "@create_acc__create_account": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link": "Kayıt bağlantınızı aƟağıya yapÄ±ĆŸtırın", + "@create_acc__paste_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_password_reset_link": "ƞifre sıfırlama bağlantınızı aƟağıya yapÄ±ĆŸtırın", + "@create_acc__paste_password_reset_link": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__paste_link_help_text": "Davet e-postanızdaki Openbook'a Katıl dĂŒÄŸmesini tıklayın.", + "@create_acc__paste_link_help_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_empty_error": "Link boƟ olamaz.", + "@create_acc__link_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__link_invalid_error": "Bu bağlantı geçersiz görĂŒnĂŒyor.", + "@create_acc__link_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "password_empty_error": "Parola boƟ bırakılamaz.", + "@password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "password_range_error": "Parola karakter sayısı {minLength} ve {maxLength} uzunluğu arasında olmalıdır.", + "@password_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "name_empty_error": "Ä°sim boƟ olamaz.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "Ä°sim karakter sayısı {minLength} ve {maxLength} uzunluğu arasında olmalıdır.", + "@name_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "description_empty_error": "Açıklama boƟ olamaz.", + "@description_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "Açıklama karakter sayısı {minLength} ve {maxLength} uzunluğu arasında olmalıdır.", + "@description_range_error": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "reset_password_success_title": "Her Ɵey tamam!", + "@reset_password_success_title": { + "type": "text", + "placeholders": { + + } + }, + "reset_password_success_info": "ƞifreniz baƟarıyla gĂŒncellendi", + "@reset_password_success_info": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__request_invite": "Davet yok mu? Buradan bir tane isteyin.", + "@create_acc__request_invite": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe": "Ä°ste", + "@create_acc__subscribe": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__subscribe_to_waitlist_text": "Davet et!", + "@create_acc__subscribe_to_waitlist_text": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__congratulations": "Tebrikler!", + "@create_acc__congratulations": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_subscribed": "{0}. bekleme listesindesin.", + "@create_acc__your_subscribed": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__almost_there": "Neredeyse tamamlandı...", + "@create_acc__almost_there": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_name": "Ä°sminiz nedir?", + "@create_acc__what_name": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_placeholder": "James Bond", + "@create_acc__name_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_empty_error": "đŸ˜± Ä°sim kısmı boƟ olamaz.", + "@create_acc__name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_length_error": "đŸ˜± Adınız 50 karakterden uzun olamaz. (Öyleyse, çok ĂŒzgĂŒnĂŒz.)", + "@create_acc__name_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__name_characters_error": "😅 Bir isim sadece alfanĂŒmerik karakterler içerebilir (Ɵimdilik).", + "@create_acc__name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_username": "Bir kullanıcı adı seç", + "@create_acc__what_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_placeholder": "pablopicasso", + "@create_acc__username_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_empty_error": "đŸ˜± Kullanıcı ismi boƟ olamaz.", + "@create_acc__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_length_error": "😅 Bir kullanıcı ismi 30 karakterden uzun olamaz.", + "@create_acc__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_characters_error": "😅 Bir kullanıcı ismi yalnızca alfasayısal karakterler ve alt çizgiler içerebilir.", + "@create_acc__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_taken_error": "đŸ˜© @%s kullanıcı ismi daha önce alınmÄ±ĆŸtır.", + "@create_acc__username_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__username_server_error": "😭 Sunucularımızla ilgili sorunlar yaĆŸÄ±yoruz, lĂŒtfen birkaç dakika içinde tekrar deneyin.", + "@create_acc__username_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_email": "E-posta adresin nedir?", + "@create_acc__what_email": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_placeholder": "john_travolta@mail.com", + "@create_acc__email_placeholder": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_empty_error": "đŸ˜± E-posta kısmı boƟ olamaz", + "@create_acc__email_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_invalid_error": "😅 LĂŒtfen geçerli bir e-posta adresi girin.", + "@create_acc__email_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_taken_error": "đŸ€” Bu e-postaya kayıtlı zaten bir hesap bulunuyor.", + "@create_acc__email_taken_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__email_server_error": "😭 Sunucularımızla ilgili sorunlar yaĆŸÄ±yoruz, lĂŒtfen birkaç dakika içinde tekrar deneyin.", + "@create_acc__email_server_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_password": "Bir parola seçin", + "@create_acc__what_password": { + "type": "text", + "placeholders": { + + } + }, + "create_acc_password_hint_text": "({minLength}-{maxLength} karakter)", + "@create_acc_password_hint_text": { + "type": "text", + "placeholders": { + "minLength": { + + }, + "maxLength": { + + } + } + }, + "create_acc__what_password_subtext": "(en az 10 karakter)", + "@create_acc__what_password_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_empty_error": "đŸ˜± ƞifre kısmı boƟ bırakılamaz", + "@create_acc__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__password_length_error": "😅 Bir Ɵifre 8 ile 64 karakter arasında olmalıdır.", + "@create_acc__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__what_avatar": "Profil fotoğrafı seçin", + "@create_acc__what_avatar": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_tap_to_change": "DeğiƟtirmek için dokunun", + "@create_acc__avatar_tap_to_change": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_camera": "Bir fotoğraf çekin", + "@create_acc__avatar_choose_camera": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_choose_gallery": "Mevcut bir fotoğrafı kullan", + "@create_acc__avatar_choose_gallery": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__avatar_remove_photo": "Fotoğrafı sil", + "@create_acc__avatar_remove_photo": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done": "Hesap oluƟtur", + "@create_acc__done": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_subtext": "Bunu profil ayarlarından değiƟtirebilirsiniz.", + "@create_acc__done_subtext": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_created": "Hesabınız kullanıcı adıyla oluƟturuldu ", + "@create_acc__done_created": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_title": "Az kaldı!", + "@create_acc__submit_loading_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_loading_desc": "Hesabınızı yaratıyoruz.", + "@create_acc__submit_loading_desc": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_title": "Oh hayır...", + "@create_acc__submit_error_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_server": "😭 Sunucularımızla ilgili sorunlar yaĆŸÄ±yoruz, lĂŒtfen birkaç dakika içinde tekrar deneyin.", + "@create_acc__submit_error_desc_server": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__submit_error_desc_validation": "😅 Bazı bilgiler doğru değil gibi görĂŒnĂŒyor, lĂŒtfen kontrol edin ve tekrar deneyin.", + "@create_acc__submit_error_desc_validation": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_title": "YaƟasın!", + "@create_acc__done_title": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_description": "Hesabınız oluƟturuldu.", + "@create_acc__done_description": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__your_username_is": "Kullanıcı adınız ", + "@create_acc__your_username_is": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__can_change_username": "Ä°sterseniz profil sayfanızdan istediğiniz zaman değiƟtirebilirsiniz.", + "@create_acc__can_change_username": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__done_continue": "Oturum aç", + "@create_acc__done_continue": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__one_last_thing": "Son bir Ɵey...", + "@create_acc__one_last_thing": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__register": "Kayıt Ol", + "@create_acc__register": { + "type": "text", + "placeholders": { + + } + }, + "create_acc__are_you_legal_age": "16 yaĆŸÄ±ndan bĂŒyĂŒk mĂŒsĂŒnĂŒz?", + "@create_acc__are_you_legal_age": { + "type": "text", + "placeholders": { + + } + }, + "login__login": "Devam et", + "@login__login": { + "type": "text", + "placeholders": { + + } + }, + "login__previous": "Önceki", + "@login__previous": { + "type": "text", + "placeholders": { + + } + }, + "login__title": "Tekrar HoƟgeldin!", + "@login__title": { + "type": "text", + "placeholders": { + + } + }, + "login__subtitle": "Devam etmek için kimlik bilgilerinizi girin.", + "@login__subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password": "ƞifreyi unuttum", + "@login__forgot_password": { + "type": "text", + "placeholders": { + + } + }, + "login__forgot_password_subtitle": "Kullanıcı adınızı veya e-posta adresinizi girin", + "@login__forgot_password_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "login__username_label": "Kullanıcı ismi", + "@login__username_label": { + "type": "text", + "placeholders": { + + } + }, + "login__password_label": "ƞifre", + "@login__password_label": { + "type": "text", + "placeholders": { + + } + }, + "login__email_label": "E-Posta", + "@login__email_label": { + "type": "text", + "placeholders": { + + } + }, + "login__or_text": "ya da", + "@login__or_text": { + "type": "text", + "placeholders": { + + } + }, + "login__password_empty_error": "ƞifre gereklidir.", + "@login__password_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__password_length_error": "ƞifre 8 ile 64 karakter arasında olmalıdır.", + "@login__password_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_empty_error": "Kullanıcı adı gereklidir.", + "@login__username_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_length_error": "Kullanıcı adı 30 karakterden uzun olamaz.", + "@login__username_length_error": { + "type": "text", + "placeholders": { + + } + }, + "login__username_characters_error": "Kullanıcı adı yalnızca alfasayısal karakterler ve alt çizgiler içerebilir.", + "@login__username_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "login__credentials_mismatch_error": "Verdiğiniz kimlik bilgileri uyuƟmuyor.", + "@login__credentials_mismatch_error": { + "type": "text", + "placeholders": { + + } + }, + "login__server_error": "Ah.. Sunucu sorunları yaĆŸÄ±yoruz. LĂŒtfen birkaç dakika içinde tekrar deneyin.", + "@login__server_error": { + "type": "text", + "placeholders": { + + } + }, + "login__connection_error": "Sunucularımıza ulaƟamıyoruz. Ä°nternete bağlı mısınız?", + "@login__connection_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_title": "ƞifreyi değiƟtir", + "@change_password_title": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd": "ƞimdiki Ɵifreniz", + "@change_password_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_hint": "Geçerli Ɵifrenizi giriniz", + "@change_password_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_current_pwd_incorrect": "Girilen Ɵifre hatalı", + "@change_password_current_pwd_incorrect": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd": "Yeni Ɵifre", + "@change_password_new_pwd": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_hint": "Yeni Ɵifrenizi girin", + "@change_password_new_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "change_password_new_pwd_error": "LĂŒtfen Ɵifrenizin 10 ila 100 karakter uzunluğunda olduğundan emin olun", + "@change_password_new_pwd_error": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_text": "Kaydet", + "@change_password_save_text": { + "type": "text", + "placeholders": { + + } + }, + "change_password_save_success": "Hepsi iyi! Ɵifreniz gĂŒncellenmiƟtir", + "@change_password_save_success": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/community.arb b/assets/i18n/tr/community.arb new file mode 100644 index 000000000..e5dbbc1c9 --- /dev/null +++ b/assets/i18n/tr/community.arb @@ -0,0 +1,1027 @@ +{ + "no": "Hayır", + "@no": { + "type": "text", + "placeholders": { + + } + }, + "yes": "Evet", + "@yes": { + "type": "text", + "placeholders": { + + } + }, + "button_staff": "Personel", + "@button_staff": { + "type": "text", + "placeholders": { + + } + }, + "button_rules": "Kurallar", + "@button_rules": { + "type": "text", + "placeholders": { + + } + }, + "community": "topluluk", + "@community": { + "type": "text", + "placeholders": { + + } + }, + "communities": "topluluklar", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "type_public": "Herkese Açık", + "@type_public": { + "type": "text", + "placeholders": { + + } + }, + "type_private": "Özel", + "@type_private": { + "type": "text", + "placeholders": { + + } + }, + "member_capitalized": "Üye", + "@member_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "members_capitalized": "Üyeler", + "@members_capitalized": { + "type": "text", + "placeholders": { + + } + }, + "admin_desc": "Bu, ĂŒyenin topluluk ayrıntılarını, yöneticileri, moderatörleri ve engelli kullanıcıları dĂŒzenlemesini sağlar.", + "@admin_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirmation_title": "Onay", + "@confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "admin_add_confirmation": "Topluluk yöneticisi olarak @{username} adlı kullanıcıyı eklemek istediğinizden emin misiniz?", + "@admin_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_confirmation": "@{username} adlı kullanıcıyı engellemek istediğinizden emin misiniz?", + "@ban_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "ban_desc": "Bu, kullanıcıyı topluluktan kaldırır ve tekrar katılmalarına izin vermez.", + "@ban_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderator_add_confirmation": "@{username} adlı kiƟiyi topluluk yöneticisi olarak eklemek istediğinden emin misin?", + "@moderator_add_confirmation": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "moderator_desc": "Bu, ĂŒyenin topluluk ayrıntılarını, moderatörleri ve engelli kullanıcıları dĂŒzenlemesini sağlar.", + "@moderator_desc": { + "type": "text", + "placeholders": { + + } + }, + "moderators_you": "Sen", + "@moderators_you": { + "type": "text", + "placeholders": { + + } + }, + "moderators_title": "Moderatörler", + "@moderators_title": { + "type": "text", + "placeholders": { + + } + }, + "leave_desc": "Bu zaman çizelgesinde mesajları göremezsiniz ya da artık yayınlamak mĂŒmkĂŒn değildir.", + "@leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "leave_confirmation": "Topluluktan ayrılmak istediğinden emin misin?", + "@leave_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "moderator_resource_name": "moderatör", + "@moderator_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "moderators_resource_name": "yöneticiler", + "@moderators_resource_name": { + "type": "text", + "placeholders": { + + } + }, + "add_moderator_title": "Yönetici ekle", + "@add_moderator_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_confirmation": "Topluluğu silmek istediğinden emin misin?", + "@delete_confirmation": { + "type": "text", + "placeholders": { + + } + }, + "delete_desc": "Bu zaman çizelgesinde mesajları göremezsiniz ya da artık yayınlamak mĂŒmkĂŒn değildir.", + "@delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "actions_manage_text": "Yönet", + "@actions_manage_text": { + "type": "text", + "placeholders": { + + } + }, + "manage_title": "Topluluğu yönet", + "@manage_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_title": "Ayrıntılar", + "@manage_details_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_details_desc": "BaƟlığı, ismi, avatarı, kapak fotoğrafını ve daha fazlasını değiƟtirin.", + "@manage_details_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_title": "Yöneticiler", + "@manage_admins_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_admins_desc": "Yöneticileri görĂŒn, ekleyin ve kaldırın.", + "@manage_admins_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_title": "Moderatörler", + "@manage_mods_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mods_desc": "Moderatörleri görĂŒn, ekleyin ve kaldırın.", + "@manage_mods_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_title": "Engellenen kullanıcılar", + "@manage_banned_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_banned_desc": "Engelli kullanıcıları görĂŒn, ekleyin ve kaldırın.", + "@manage_banned_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_title": "Denetim raporları", + "@manage_mod_reports_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_mod_reports_desc": "Topluluk denetim raporlarını gözden geçirin.", + "@manage_mod_reports_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_title": "Kapalı yayınlar", + "@manage_closed_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_closed_posts_desc": "Kapalı yayınları görĂŒn ve yönetin", + "@manage_closed_posts_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_title": "Ä°nsanları davet et", + "@manage_invite_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_invite_desc": "Bağlantılarınızı ve takipçilerinizi topluluğa katılmaya davet edin.", + "@manage_invite_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_title": "Topluluğu sil", + "@manage_delete_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_delete_desc": "Sonsuza dek Topluluğu sil.", + "@manage_delete_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_title": "Topluluktan ayrıl", + "@manage_leave_title": { + "type": "text", + "placeholders": { + + } + }, + "manage_leave_desc": "Topluluktan ayrıl.", + "@manage_leave_desc": { + "type": "text", + "placeholders": { + + } + }, + "manage_add_favourite": "Topluluğu favorilerinize ekleyin", + "@manage_add_favourite": { + "type": "text", + "placeholders": { + + } + }, + "manage_remove_favourite": "Topluluğu favorilerinizden kaldırın", + "@manage_remove_favourite": { + "type": "text", + "placeholders": { + + } + }, + "is_private": "Bu topluluk özel.", + "@is_private": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_member": "Bir ĂŒye tarafından davet edilmelisin.", + "@invited_by_member": { + "type": "text", + "placeholders": { + + } + }, + "invited_by_moderator": "Bir moderatör tarafından davet edilmen gerekiyor.", + "@invited_by_moderator": { + "type": "text", + "placeholders": { + + } + }, + "refreshing": "Ferahlatıcı topluluk", + "@refreshing": { + "type": "text", + "placeholders": { + + } + }, + "posts": "Gönderiler", + "@posts": { + "type": "text", + "placeholders": { + + } + }, + "about": "Hakkında", + "@about": { + "type": "text", + "placeholders": { + + } + }, + "category": "kategori.", + "@category": { + "type": "text", + "placeholders": { + + } + }, + "categories": "kategoriler.", + "@categories": { + "type": "text", + "placeholders": { + + } + }, + "add_administrators_title": "Yönetici ekle.", + "@add_administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "community_members": "Topluluk ĂŒyeleri", + "@community_members": { + "type": "text", + "placeholders": { + + } + }, + "member": "ĂŒye", + "@member": { + "description": "Currently not used in app, reserved for potential use. Could be used as: Showing 1 member", + "type": "text", + "placeholders": { + + } + }, + "member_plural": "ĂŒyeler", + "@member_plural": { + "description": "See all members ,Search all members", + "type": "text", + "placeholders": { + + } + }, + "administrators_title": "Yöneticiler", + "@administrators_title": { + "type": "text", + "placeholders": { + + } + }, + "administrator_text": "yönetici", + "@administrator_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrator", + "type": "text", + "placeholders": { + + } + }, + "administrator_plural": "yöneticiler", + "@administrator_plural": { + "description": "Egs. Search administrators, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrator_you": "Sen", + "@administrator_you": { + "type": "text", + "placeholders": { + + } + }, + "user_you_text": "Sen", + "@user_you_text": { + "type": "text", + "placeholders": { + + } + }, + "pick_upto_max": "{max} kategoriye kadar seç", + "@pick_upto_max": { + "type": "text", + "placeholders": { + "max": { + + } + } + }, + "pick_atleast_min_category": "En az {min} kategori seçmelisin.", + "@pick_atleast_min_category": { + "description": "You must pick at least 1 category", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "pick_atleast_min_categories": "En az {min} kategori seçmelisin.", + "@pick_atleast_min_categories": { + "description": "Eg. Variable min will be 3-5. You must pick at least (3-5) categories", + "type": "text", + "placeholders": { + "min": { + + } + } + }, + "ban_user_title": "Kullanıcıyı engelle", + "@ban_user_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_users_title": "Engellenen kullanıcılar", + "@banned_users_title": { + "type": "text", + "placeholders": { + + } + }, + "banned_user_text": "engellenen kullanıcı", + "@banned_user_text": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 banned user", + "type": "text", + "placeholders": { + + } + }, + "banned_users_text": "engellenen kullanıcılar", + "@banned_users_text": { + "description": "Egs. Search banned users, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorites_title": "Favoriler", + "@favorites_title": { + "type": "text", + "placeholders": { + + } + }, + "favorite_community": "favori topluluk", + "@favorite_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community", + "type": "text", + "placeholders": { + + } + }, + "favorite_communities": "favori topluluklar", + "@favorite_communities": { + "description": "Egs. Search favorite communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "administrated_title": "Yönetilen", + "@administrated_title": { + "type": "text", + "placeholders": { + + } + }, + "administrated_community": "yönetilen topluluk", + "@administrated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community", + "type": "text", + "placeholders": { + + } + }, + "administrated_communities": "yönetilen topluluklar", + "@administrated_communities": { + "description": "Egs. Search administrated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "moderated_title": "Denetlediğin", + "@moderated_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_community": "denetlediğin topluluk", + "@moderated_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community", + "type": "text", + "placeholders": { + + } + }, + "moderated_communities": "denetlediğin topluluklar", + "@moderated_communities": { + "description": "Egs. Search moderated communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "joined_title": "Katıldın", + "@joined_title": { + "type": "text", + "placeholders": { + + } + }, + "joined_community": "topluluğa katıldın", + "@joined_community": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 joined community", + "type": "text", + "placeholders": { + + } + }, + "joined_communities": "topluluklara katıldın", + "@joined_communities": { + "description": "Egs. Search joined communities, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "join_communities_desc": "Bu sekmeyi canlandırmak için topluluklara katılın!", + "@join_communities_desc": { + "type": "text", + "placeholders": { + + } + }, + "refresh_text": "Yenile", + "@refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_none_found": "Hiç trend olan bir topluluk bulunamadı. Birkaç dakika sonra tekrar deneyin.", + "@trending_none_found": { + "type": "text", + "placeholders": { + + } + }, + "trending_refresh": "Yenile", + "@trending_refresh": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_all": "TĂŒm kategorilerdeki trendler", + "@trending_in_all": { + "type": "text", + "placeholders": { + + } + }, + "trending_in_category": "{categoryName} kategorisindeki trend", + "@trending_in_category": { + "type": "text", + "placeholders": { + "categoryName": { + + } + } + }, + "communities_title": "Topluluklar", + "@communities_title": { + "type": "text", + "placeholders": { + + } + }, + "communities_no_category_found": "Kategori bulunamadı. LĂŒtfen birkaç dakika içinde tekrar deneyin.", + "@communities_no_category_found": { + "type": "text", + "placeholders": { + + } + }, + "communities_refresh_text": "Yenile", + "@communities_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "communities_all_text": "TĂŒmĂŒ", + "@communities_all_text": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_title": "Topluluğa davet et", + "@invite_to_community_title": { + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_singular": "bağlantı veya takipçi", + "@invite_to_community_resource_singular": { + "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 connection or follower", + "type": "text", + "placeholders": { + + } + }, + "invite_to_community_resource_plural": "bağlantılar ve takipçiler", + "@invite_to_community_resource_plural": { + "description": "Egs. Search connections and followers, See list_search_text in user_search.arb ", + "type": "text", + "placeholders": { + + } + }, + "favorite_action": "Favori topluluk", + "@favorite_action": { + "type": "text", + "placeholders": { + + } + }, + "unfavorite_action": "Topluluğu favorilerden çıkar", + "@unfavorite_action": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title": "BaƟlık", + "@save_community_label_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_label_title_hint_text": "örneğin Seyahat, Fotoğraf, Oyun.", + "@save_community_label_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title": "Ä°sim", + "@save_community_name_title": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_title_hint_text": " örneğin. Seyahat, Fotoğrafçılık, Oyun.", + "@save_community_name_title_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_taken": "'{takenName}' olarak topluluk adı alınmÄ±ĆŸ", + "@save_community_name_taken": { + "type": "text", + "placeholders": { + "takenName": { + + } + } + }, + "save_community_name_label_color": "Renk", + "@save_community_name_label_color": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_color_hint_text": "(DeğiƟtirmek için dokunun)", + "@save_community_name_label_color_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type": "TĂŒr", + "@save_community_name_label_type": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_type_hint_text": "(DeğiƟtirmek için dokunun)", + "@save_community_name_label_type_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites": "Üye davetleri", + "@save_community_name_member_invites": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_member_invites_subtitle": "Üyeler, insanları topluluğa davet edebilir", + "@save_community_name_member_invites_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_category": "Kategori", + "@save_community_name_category": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional": "Açıklama · Ä°steğe Bağlı", + "@save_community_name_label_desc_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_desc_optional_hint_text": "Topluluğunuzun konusu nedir?", + "@save_community_name_label_desc_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional": "Kurallar · Ä°steğe Bağlı", + "@save_community_name_label_rules_optional": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_rules_optional_hint_text": "Kullanıcılarınızın bilmesini istediğiniz bir Ɵey var mı?", + "@save_community_name_label_rules_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective": "Üye ön adı · Ä°steğe Bağlı", + "@save_community_name_label_member_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_member_adjective_hint_text": "örneğin. gezgin, fotoğrafçı, oyuncu.", + "@save_community_name_label_member_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective": "Üyelerin ön adları · Ä°steğe Bağlı", + "@save_community_name_label_members_adjective": { + "type": "text", + "placeholders": { + + } + }, + "save_community_name_label_members_adjective_hint_text": "örneğin. gezginler, fotoğrafçılar, oyuncular.", + "@save_community_name_label_members_adjective_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_edit_community": "Topluluğu dĂŒzenle", + "@save_community_edit_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_community": "Topluluk oluƟtur", + "@save_community_create_community": { + "type": "text", + "placeholders": { + + } + }, + "save_community_save_text": "Kaydet", + "@save_community_save_text": { + "type": "text", + "placeholders": { + + } + }, + "save_community_create_text": "OluƟtur", + "@save_community_create_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_invite_people_title": "Ä°nsanları topluluğa davet et", + "@actions_invite_people_title": { + "type": "text", + "placeholders": { + + } + }, + "join_community": "Katıl", + "@join_community": { + "type": "text", + "placeholders": { + + } + }, + "leave_community": "Ayrıl", + "@leave_community": { + "type": "text", + "placeholders": { + + } + }, + "community_staff": "Topluluk kadrosu", + "@community_staff": { + "type": "text", + "placeholders": { + + } + }, + "post_singular": "gönderi", + "@post_singular": { + "type": "text", + "placeholders": { + + } + }, + "post_plural": "gönderiler", + "@post_plural": { + "type": "text", + "placeholders": { + + } + }, + "rules_title": "Topluluk kuralları", + "@rules_title": { + "type": "text", + "placeholders": { + + } + }, + "rules_text": "Kurallar", + "@rules_text": { + "type": "text", + "placeholders": { + + } + }, + "name_characters_error": "Ä°sim yalnızca alfasayısal karakterler ve alt çizgiler içerebilir.", + "@name_characters_error": { + "type": "text", + "placeholders": { + + } + }, + "name_range_error": "Ä°sim {maxLength} karakterden daha uzun olamaz.", + "@name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "name_empty_error": "Ä°sim boƟ olamaz.", + "@name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "title_range_error": "BaƟlık {maxLength} karakterden daha uzun olamaz.", + "@title_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "title_empty_error": "BaƟlık boƟ olamaz.", + "@title_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "rules_range_error": "Kurallar bölĂŒmĂŒ {maxLength} karakterden daha uzun olamaz.", + "@rules_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "rules_empty_error": "Kurallar bölĂŒmĂŒ boƟ bırakılmaz.", + "@rules_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "description_range_error": "Açıklama kısmı {maxLength} karakterden daha uzun olamaz.", + "@description_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "adjectives_range_error": "Sıfatlar kısmı {maxLength} karakterden daha uzun olamaz.", + "@adjectives_range_error": { + "description": "This refers to the customisable adjectives assigned to community members,eg. 1k travellers,5k photographers", + "type": "text", + "placeholders": { + "maxLength": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/contextual_account_search_box.arb b/assets/i18n/tr/contextual_account_search_box.arb new file mode 100644 index 000000000..029c8ad5b --- /dev/null +++ b/assets/i18n/tr/contextual_account_search_box.arb @@ -0,0 +1,10 @@ +{ + "suggestions": "Öneriler", + "@suggestions": { + "description": "The title to display on the suggestions when searching for accounts when trying to mention someone.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/drawer.arb b/assets/i18n/tr/drawer.arb new file mode 100644 index 000000000..c84271c04 --- /dev/null +++ b/assets/i18n/tr/drawer.arb @@ -0,0 +1,305 @@ +{ + "menu_title": "MenĂŒ", + "@menu_title": { + "type": "text", + "placeholders": { + + } + }, + "main_title": "Openspace'im", + "@main_title": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Çevrelerim", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_lists": "Listelerim", + "@my_lists": { + "type": "text", + "placeholders": { + + } + }, + "my_followers": "Takipçilerim", + "@my_followers": { + "type": "text", + "placeholders": { + + } + }, + "my_following": "Takip ettiklerim", + "@my_following": { + "type": "text", + "placeholders": { + + } + }, + "my_invites": "Davetlerim", + "@my_invites": { + "type": "text", + "placeholders": { + + } + }, + "my_pending_mod_tasks": "Bekleyen Moderasyon görevlerim", + "@my_pending_mod_tasks": { + "type": "text", + "placeholders": { + + } + }, + "my_mod_penalties": "Moderasyon cezalarım", + "@my_mod_penalties": { + "type": "text", + "placeholders": { + + } + }, + "app_account_text": "Uygulama ve Hesap", + "@app_account_text": { + "type": "text", + "placeholders": { + + } + }, + "themes": "Temalar", + "@themes": { + "type": "text", + "placeholders": { + + } + }, + "global_moderation": "Global denetim", + "@global_moderation": { + "type": "text", + "placeholders": { + + } + }, + "profile": "Profil", + "@profile": { + "type": "text", + "placeholders": { + + } + }, + "connections": "Bağlantılarım", + "@connections": { + "type": "text", + "placeholders": { + + } + }, + "lists": "Listelerim", + "@lists": { + "type": "text", + "placeholders": { + + } + }, + "settings": "Ayarlar", + "@settings": { + "type": "text", + "placeholders": { + + } + }, + "application_settings": "Uygulama Ayarları", + "@application_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings": "Hesap Ayarları", + "@account_settings": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_email": "E-Postanı DeğiƟtir", + "@account_settings_change_email": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_change_password": "ƞifreni DeğiƟtir", + "@account_settings_change_password": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_notifications": "Bildirimler", + "@account_settings_notifications": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language_text": "Dil", + "@account_settings_language_text": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_language": "Dil ({currentUserLanguage})", + "@account_settings_language": { + "type": "text", + "placeholders": { + "currentUserLanguage": { + + } + } + }, + "account_settings_blocked_users": "EngellenmiƟ kullanıcılar", + "@account_settings_blocked_users": { + "type": "text", + "placeholders": { + + } + }, + "account_settings_delete_account": "Hesabı sil", + "@account_settings_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "help": "Destek ve Geri Bildirim", + "@help": { + "type": "text", + "placeholders": { + + } + }, + "customize": "KiƟiselleƟtir", + "@customize": { + "type": "text", + "placeholders": { + + } + }, + "logout": "Oturumu Kapat", + "@logout": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_title": "Faydalı bağlantılar", + "@useful_links_title": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines": "Openspace'in ilkeleri", + "@useful_links_guidelines": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_desc": "Hepinizin sağlıklı ve dostça bir ortak varlığınızı korumak için izlemeniz gereken kurallar.", + "@useful_links_guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github": "Github proje panosu", + "@useful_links_guidelines_github": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_github_desc": "ƞu anda ĂŒzerinde çalÄ±ĆŸtığımıza bir göz atın", + "@useful_links_guidelines_github_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests": "Özellik istekleri", + "@useful_links_guidelines_feature_requests": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_feature_requests_desc": "Bir özellik isteyin veya var olan istekleri oylayın", + "@useful_links_guidelines_feature_requests_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker": "Hata izleyici", + "@useful_links_guidelines_bug_tracker": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_bug_tracker_desc": "Bir hata rapor edin veya var olan hataları oylayın", + "@useful_links_guidelines_bug_tracker_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook": "Openspace el kitabı", + "@useful_links_guidelines_handbook": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_guidelines_handbook_desc": "Platformu kullanma hakkında bilmeniz gereken her Ɵeyi içeren bir kitap", + "@useful_links_guidelines_handbook_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support": "Okuna Destek", + "@useful_links_support": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_support_desc": "Yolculuğumuzda bizi destekleyebilecek bir yola bakın!", + "@useful_links_support_desc": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel": "Topluluk çözĂŒm kanalı", + "@useful_links_slack_channel": { + "type": "text", + "placeholders": { + + } + }, + "useful_links_slack_channel_desc": "Openspace hakkında her Ɵeyi tartÄ±ĆŸacağınız bir yer", + "@useful_links_slack_channel_desc": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/error.arb b/assets/i18n/tr/error.arb new file mode 100644 index 000000000..1a012b4e8 --- /dev/null +++ b/assets/i18n/tr/error.arb @@ -0,0 +1,16 @@ +{ + "unknown_error": "Bilinmeyen hata", + "@unknown_error": { + "type": "text", + "placeholders": { + + } + }, + "no_internet_connection": "Ä°nternet bağlantısı yok", + "@no_internet_connection": { + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/moderation.arb b/assets/i18n/tr/moderation.arb new file mode 100644 index 000000000..e54fef88a --- /dev/null +++ b/assets/i18n/tr/moderation.arb @@ -0,0 +1,503 @@ +{ + "filters_title": "Denetim Filtreleri", + "@filters_title": { + "type": "text", + "placeholders": { + + } + }, + "filters_reset": "Sıfırla", + "@filters_reset": { + "type": "text", + "placeholders": { + + } + }, + "filters_verified": "DoğrulanmÄ±ĆŸ", + "@filters_verified": { + "type": "text", + "placeholders": { + + } + }, + "filters_apply": "Filtreleri uygula", + "@filters_apply": { + "type": "text", + "placeholders": { + + } + }, + "filters_type": "TĂŒr", + "@filters_type": { + "type": "text", + "placeholders": { + + } + }, + "filters_status": "Durum", + "@filters_status": { + "type": "text", + "placeholders": { + + } + }, + "filters_other": "Diğer", + "@filters_other": { + "type": "text", + "placeholders": { + + } + }, + "actions_review": "Detaylı", + "@actions_review": { + "type": "text", + "placeholders": { + + } + }, + "actions_chat_with_team": "Ekiple sohbet et", + "@actions_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "update_category_title": "Kategoriyi gĂŒncelle", + "@update_category_title": { + "type": "text", + "placeholders": { + + } + }, + "update_category_save": "Kaydet", + "@update_category_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_save": "Kaydet", + "@update_description_save": { + "type": "text", + "placeholders": { + + } + }, + "update_description_title": "Açıklamayı dĂŒzenle", + "@update_description_title": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_desc": "Açıklama raporu", + "@update_description_report_desc": { + "type": "text", + "placeholders": { + + } + }, + "update_description_report_hint_text": "örneğin Raporun Ă¶ÄŸesi bulundu...", + "@update_description_report_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "update_status_save": "Kaydet", + "@update_status_save": { + "type": "text", + "placeholders": { + + } + }, + "update_status_title": "Durumu gĂŒncelle", + "@update_status_title": { + "type": "text", + "placeholders": { + + } + }, + "community_review_title": "Yönetilen nesneyi gözden geçir", + "@community_review_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_title": "Nesne", + "@moderated_object_title": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_status": "Durum", + "@moderated_object_status": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_reports_count": "Rapor sayısı", + "@moderated_object_reports_count": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified_by_staff": "Openspace çalÄ±ĆŸanı tarafından doğrulandı", + "@moderated_object_verified_by_staff": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_verified": "DoğrulanmÄ±ĆŸ", + "@moderated_object_verified": { + "type": "text", + "placeholders": { + + } + }, + "moderated_object_true_text": "Doğru", + "@moderated_object_true_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "moderated_object_false_text": "YanlÄ±ĆŸ", + "@moderated_object_false_text": { + "description": "Eg. Moderated object verified by staff? true \/ false", + "type": "text", + "placeholders": { + + } + }, + "community_review_object": "Nesne", + "@community_review_object": { + "type": "text", + "placeholders": { + + } + }, + "community_review_approve": "Onaylı", + "@community_review_approve": { + "type": "text", + "placeholders": { + + } + }, + "community_review_reject": "reddedildi", + "@community_review_reject": { + "type": "text", + "placeholders": { + + } + }, + "community_review_item_verified": "Bu madde doğrulandı", + "@community_review_item_verified": { + "type": "text", + "placeholders": { + + } + }, + "global_review_title": "Yönetilen nesneyi gözden geçir", + "@global_review_title": { + "type": "text", + "placeholders": { + + } + }, + "global_review_object_text": "Nesne", + "@global_review_object_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_verify_text": "DoğrulanmÄ±ĆŸ", + "@global_review_verify_text": { + "type": "text", + "placeholders": { + + } + }, + "global_review_unverify_text": "DoğrulanmamÄ±ĆŸ", + "@global_review_unverify_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_title": "Rapor gönder", + "@confirm_report_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_details": "Raporla alakalı olabilecek ilave detaylar verebilir misiniz?", + "@confirm_report_provide_details": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_info": "(Ä°steğe Bağlı)", + "@confirm_report_provide_optional_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_optional_hint_text": "Buraya yaz...", + "@confirm_report_provide_optional_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next": "İƟte bundan sonra ne olacak:", + "@confirm_report_provide_happen_next": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_provide_happen_next_desc": "-Raporunuz isimsiz olarak gönderilecektir. \n-Bir gönderi veya yorum bildiriyorsanız, rapor Openspace çalÄ±ĆŸanına ve varsa topluluk moderatörlerine gönderilecek ve gönderi yayınınızdan gizlenecektir \n- Bir hesap veya topluluğu rapor ediyorsanız, Openspace çalÄ±ĆŸanına gönderilir. \n- Onaylanırsa, içerik silinecek ve hesabın silinmesinden raporun ciddiyetine bağlı olarak belirli saatlere kadar askıya alınmasına karar verilir ve kiƟilere verilen cezalar gözden geçirilir. \n- Raporun platformdaki baƟka bir ĂŒyeye veya topluluğa zarar vermek amacıyla belirtilen nedenle herhangi bir ihlal yapılmadığı tespit edilirse, cezalar size uygulanacaktır.\n", + "@confirm_report_provide_happen_next_desc": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_submit": "Anladım, gönder.", + "@confirm_report_submit": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_user_reported": "Kullanıcı bildirildi", + "@confirm_report_user_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_community_reported": "Topluluk bildirildi", + "@confirm_report_community_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_reported": "Gönderi bildirildi", + "@confirm_report_post_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_post_comment_reported": "Gönderideki yorum bildirildi", + "@confirm_report_post_comment_reported": { + "type": "text", + "placeholders": { + + } + }, + "confirm_report_item_reported": "Öğe bildirildi", + "@confirm_report_item_reported": { + "type": "text", + "placeholders": { + + } + }, + "community_moderated_objects": "Toplulukta denetlenen nesneler", + "@community_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "globally_moderated_objects": "Global olarak yönetilen nesneler", + "@globally_moderated_objects": { + "type": "text", + "placeholders": { + + } + }, + "tap_to_retry": "Öğeleri yĂŒklemeyi yeniden denemek için dokunun", + "@tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "report_post_text": "Gönderiyi bildir", + "@report_post_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_post_text": "Bu yayını bildirdin", + "@you_have_reported_post_text": { + "type": "text", + "placeholders": { + + } + }, + "report_account_text": "Hesabı bildir", + "@report_account_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_account_text": "Bu hesabı bildirdin", + "@you_have_reported_account_text": { + "type": "text", + "placeholders": { + + } + }, + "report_community_text": "Topluluğu bildir", + "@report_community_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_community_text": "Bu topluluğu bildirdin", + "@you_have_reported_community_text": { + "type": "text", + "placeholders": { + + } + }, + "report_comment_text": "Yorumu bildir", + "@report_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "you_have_reported_comment_text": "Bu yorumu bildirdin", + "@you_have_reported_comment_text": { + "type": "text", + "placeholders": { + + } + }, + "description_text": "Açıklama", + "@description_text": { + "type": "text", + "placeholders": { + + } + }, + "no_description_text": "Açıklama Yok", + "@no_description_text": { + "type": "text", + "placeholders": { + + } + }, + "category_text": "Kategori", + "@category_text": { + "type": "text", + "placeholders": { + + } + }, + "reporter_text": "Raporlayıcı", + "@reporter_text": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_title": "Raporlar", + "@reports_preview_title": { + "type": "text", + "placeholders": { + + } + }, + "reports_preview_resource_reports": "raporlar", + "@reports_preview_resource_reports": { + "description": "Usage: See all reports..", + "type": "text", + "placeholders": { + + } + }, + "reports_see_all": "Hepsini gör {resourceCount} {resourceName}", + "@reports_see_all": { + "description": "Usage: See all 4 reports.", + "type": "text", + "placeholders": { + "resourceCount": { + + }, + "resourceName": { + + } + } + }, + "object_status_title": "Durum", + "@object_status_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_tasks_title": "Bekleyen moderasyon görevleri", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_singular": "bekleyen moderasyon görevi", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_plural": "bekleyen moderasyon görevleri", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_title": "Moderasyon cezaları", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resouce_singular": "moderasyon cezası", + "@my_moderation_penalties_resouce_singular": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resource_plural": "moderasyon cezaları", + "@my_moderation_penalties_resource_plural": { + "description": "See all moderation penalties, No moderation penalties found etc..", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/notifications.arb b/assets/i18n/tr/notifications.arb new file mode 100644 index 000000000..5a7ae4c7e --- /dev/null +++ b/assets/i18n/tr/notifications.arb @@ -0,0 +1,208 @@ +{ + "settings_title": "Bildirim ayarları", + "@settings_title": { + "type": "text", + "placeholders": {} + }, + "general_title": "Bildirimler", + "@general_title": { + "type": "text", + "placeholders": {} + }, + "general_desc": "Bir Ɵey olduğunda haberdar olun", + "@general_desc": { + "type": "text", + "placeholders": {} + }, + "follow_title": "Takip et", + "@follow_title": { + "type": "text", + "placeholders": {} + }, + "follow_desc": "Birisi sizi takip etmeye baƟladığında haberdar olun", + "@follow_desc": { + "type": "text", + "placeholders": {} + }, + "connection_title": "Bağlantı isteği", + "@connection_title": { + "type": "text", + "placeholders": {} + }, + "connection_desc": "Birisi sizinle bağlantı kurmak istediğinde haberdar olun", + "@connection_desc": { + "type": "text", + "placeholders": {} + }, + "comment_title": "Gönderi yorumu", + "@comment_title": { + "type": "text", + "placeholders": {} + }, + "comment_desc": "Birisi gönderilerinizden biriyle veya bir yorumunuzla ilgili yorum yazdığında haberdar olun.", + "@comment_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reply_title": "Gönderideki cevap bildirildi", + "@comment_reply_title": { + "type": "text", + "placeholders": {} + }, + "comment_reply_desc": "Birisi yorumlarınızdan birini veya yanıtladığınız birini yanıtladığında haberdar olun.", + "@comment_reply_desc": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_title": "Gönderi yorumunda bahsedilmesi", + "@comment_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "comment_user_mention_desc": "Birisi sizden yorumlarından birinde bahsettiğinde haberdar olun", + "@comment_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_title": "Gönderide bahsedilmesi", + "@post_user_mention_title": { + "type": "text", + "placeholders": {} + }, + "post_user_mention_desc": "Birisi gönderilerinden birinde sizden bahsettiğinde haberdar olun", + "@post_user_mention_desc": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_title": "Yorum tepkisi gönderisi", + "@comment_reaction_title": { + "type": "text", + "placeholders": {} + }, + "comment_reaction_desc": "Birisi yorumlarınızdan birine tepki verdiğinde haberdar olun.", + "@comment_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "post_reaction_title": "Gönderi tepkisi", + "@post_reaction_title": { + "type": "text", + "placeholders": {} + }, + "post_reaction_desc": "Birisi gönderinize yanıt verdiğinde haberdar olun.", + "@post_reaction_desc": { + "type": "text", + "placeholders": {} + }, + "community_invite_title": "Topluluk daveti", + "@community_invite_title": { + "type": "text", + "placeholders": {} + }, + "community_invite_desc": "Birisi sizi bir topluluğa katılmaya davet ettiğinde haberdar olun.", + "@community_invite_desc": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_notifications": "Gönderi bildirimlerini aç", + "@mute_post_turn_on_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_notifications": "Gönderi bildirimlerini kapat", + "@mute_post_turn_off_post_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_on_post_comment_notifications": "Gönderi yorumlarının bildirimlerini aç", + "@mute_post_turn_on_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "mute_post_turn_off_post_comment_notifications": "Gönderi yorumlarının bildirimlerini kapat", + "@mute_post_turn_off_post_comment_notifications": { + "type": "text", + "placeholders": {} + }, + "connection_request_tile": "[name] sizinle [username] kullanıcı adı ile bağlantı kurmak istiyor.", + "@connection_request_tile": { + "description": "Eg.: James @jamest wants to connect with you.", + "type": "text", + "placeholders": {} + }, + "accepted_connection_request_tile": "[name] [username] bağlantı isteğinizi kabul etti.", + "@accepted_connection_request_tile": { + "description": "Eg.: James @jamest accepted your connection request.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_tile": "[name] [username] gönderinize yanıt verdi.", + "@reacted_to_post_tile": { + "description": "Eg.: James @jamest reacted to your post.", + "type": "text", + "placeholders": {} + }, + "reacted_to_post_comment_tile": "[name] [username] yorumunuza tepki verdi.", + "@reacted_to_post_comment_tile": { + "description": "Eg.: James @jamest reacted to your post comment.", + "type": "text", + "placeholders": {} + }, + "following_you_tile": "[name] [username] seni Ɵimdi takip ediyor.", + "@following_you_tile": { + "description": "Eg.: James @jamest is now following you.", + "type": "text", + "placeholders": {} + }, + "user_community_invite_tile": "[name] [username] sizi \/c\/{communityName} topluluğuna davet etti.", + "@user_community_invite_tile": { + "description": "Eg.: James @jamest has invited you to join community \/c\/okuna.", + "type": "text", + "placeholders": { + "communityName": {} + } + }, + "comment_reply_notification_tile_user_replied": "[name] [username] yanıtladı: {postCommentText}", + "@comment_reply_notification_tile_user_replied": { + "description": "For.eg. James @jamest replied.", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_reply_notification_tile_user_also_replied": "ayrıca [name] [username] yanıtladı: {postCommentText}", + "@comment_reply_notification_tile_user_also_replied": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_commented": "[name] [username] gönderinize yorum yaptı: {postCommentText}", + "@comment_comment_notification_tile_user_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "comment_comment_notification_tile_user_also_commented": "Ayrıca [name] [username] yorum yaptı: {postCommentText}", + "@comment_comment_notification_tile_user_also_commented": { + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_comment_tile": "[name] [username] bir yorumda sizden bahsetti: {postCommentText}", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", + "type": "text", + "placeholders": { + "postCommentText": {} + } + }, + "mentioned_in_post_tile": "[name] [username] bir gönderide sizden bahsetti.", + "@mentioned_in_post_tile": { + "description": "Eg.: James @jamest mentioned you on a post.", + "type": "text", + "placeholders": {} + } +} \ No newline at end of file diff --git a/assets/i18n/tr/post.arb b/assets/i18n/tr/post.arb new file mode 100644 index 000000000..bbd33685d --- /dev/null +++ b/assets/i18n/tr/post.arb @@ -0,0 +1,810 @@ +{ + "open_post": "Gönderiyi aç", + "@open_post": { + "type": "text", + "placeholders": { + + } + }, + "close_post": "Gönderiyi kapat", + "@close_post": { + "type": "text", + "placeholders": { + + } + }, + "post_opened": "Gönderi açıldı", + "@post_opened": { + "type": "text", + "placeholders": { + + } + }, + "post_closed": "Gönderi kapatıldı ", + "@post_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_required_error": "Yorum kısmı boƟ bırakılamaz.", + "@comment_required_error": { + "type": "text", + "placeholders": { + + } + }, + "comment_maxlength_error": "Yorum kısmı {maxLength} karakterden daha uzun olamaz.", + "@comment_maxlength_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "timeline_posts_all_loaded": "🎉 TĂŒm gönderiler yĂŒklendi", + "@timeline_posts_all_loaded": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_title": "Az kaldı!", + "@timeline_posts_refreshing_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refreshing_drhoo_subtitle": "Zaman TĂŒneliniz yĂŒkleniyor.", + "@timeline_posts_refreshing_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_title": "Zaman TĂŒneliniz boƟ.", + "@timeline_posts_no_more_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_no_more_drhoo_subtitle": "BaƟlamak için kullanıcıları takip edin veya bir topluluğa katılın!", + "@timeline_posts_no_more_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_title": "Zaman TĂŒneliniz yĂŒklenemedi.", + "@timeline_posts_failed_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_failed_drhoo_subtitle": "Birkaç saniye sonra tekrar deneyin", + "@timeline_posts_failed_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_title": "Bir Ɵeyler doğru değil.", + "@timeline_posts_default_drhoo_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_default_drhoo_subtitle": "Zaman TĂŒnelini yenilemeyi deneyin.", + "@timeline_posts_default_drhoo_subtitle": { + "type": "text", + "placeholders": { + + } + }, + "timeline_posts_refresh_posts": "Gönderileri yenile", + "@timeline_posts_refresh_posts": { + "type": "text", + "placeholders": { + + } + }, + "no_circles_for": "'''{circlesSearchQuery}' ile eƟleƟen hiçbir çevre bulunamadı.", + "@no_circles_for": { + "type": "text", + "placeholders": { + "circlesSearchQuery": { + + } + } + }, + "share_to_circles": "Çevreleri paylaƟ", + "@share_to_circles": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_post": " Gönderi", + "@profile_counts_post": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_posts": " Gönderiler", + "@profile_counts_posts": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_followers": " Takipçiler", + "@profile_counts_followers": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_following": " Takip edilen", + "@profile_counts_following": { + "type": "text", + "placeholders": { + + } + }, + "profile_counts_follower": " Takipçi", + "@profile_counts_follower": { + "type": "text", + "placeholders": { + + } + }, + "action_comment": "Yorum", + "@action_comment": { + "type": "text", + "placeholders": { + + } + }, + "action_react": "Tepki", + "@action_react": { + "type": "text", + "placeholders": { + + } + }, + "action_reply": "Cevapla", + "@action_reply": { + "type": "text", + "placeholders": { + + } + }, + "share": "PaylaƟ", + "@share": { + "type": "text", + "placeholders": { + + } + }, + "share_to": "PaylaĆŸÄ±n", + "@share_to": { + "type": "text", + "placeholders": { + + } + }, + "sharing_post_to": "Gönderinin paylaĆŸÄ±lması", + "@sharing_post_to": { + "type": "text", + "placeholders": { + + } + }, + "you_shared_with": "Ä°le paylaƟtı", + "@you_shared_with": { + "type": "text", + "placeholders": { + + } + }, + "shared_privately_on": "Özel olarak paylaĆŸÄ±ldı", + "@shared_privately_on": { + "description": "Eg. Shared privately on @shantanu's circles. See following string, usernames_circles . Will combine this in future, needs refactoring.", + "type": "text", + "placeholders": { + + } + }, + "usernames_circles": "@{postCreatorUsername} adlı kullanıcının çevreleri", + "@usernames_circles": { + "type": "text", + "placeholders": { + "postCreatorUsername": { + + } + } + }, + "share_community": "PaylaƟ", + "@share_community": { + "type": "text", + "placeholders": { + + } + }, + "share_to_community": "Toplulukta paylaƟ", + "@share_to_community": { + "type": "text", + "placeholders": { + + } + }, + "share_community_title": "Bir toplulukta", + "@share_community_title": { + "type": "text", + "placeholders": { + + } + }, + "share_community_desc": "Gönderiyi parçası olduğunuz bir toplulukta paylaĆŸÄ±n.", + "@share_community_desc": { + "type": "text", + "placeholders": { + + } + }, + "my_circles": "Çevrelerim", + "@my_circles": { + "type": "text", + "placeholders": { + + } + }, + "my_circles_desc": "Gönderiyi çevrelerinizden birine veya çoğunluğa paylaĆŸÄ±n.", + "@my_circles_desc": { + "type": "text", + "placeholders": { + + } + }, + "world_circle_name": "DĂŒnya", + "@world_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "search_circles": "Çevreleri ara...", + "@search_circles": { + "type": "text", + "placeholders": { + + } + }, + "reaction_list_tap_retry": "YĂŒkleme tepkilerini yeniden denemek için dokunun.", + "@reaction_list_tap_retry": { + "type": "text", + "placeholders": { + + } + }, + "create_new": "Yeni gönderi", + "@create_new": { + "type": "text", + "placeholders": { + + } + }, + "create_next": "Sonraki", + "@create_next": { + "type": "text", + "placeholders": { + + } + }, + "create_photo": "Fotoğraf", + "@create_photo": { + "type": "text", + "placeholders": { + + } + }, + "commenter_post_text": "Gönderi", + "@commenter_post_text": { + "type": "text", + "placeholders": { + + } + }, + "commenter_write_something": "Bir Ɵey yaz...", + "@commenter_write_something": { + "type": "text", + "placeholders": { + + } + }, + "edit_title": "Gönderiyi dĂŒzenle", + "@edit_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_save": "Kaydet", + "@edit_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_save": "Kaydet", + "@commenter_expanded_save": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_join_conversation": "Sohbete katıl..", + "@commenter_expanded_join_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_start_conversation": "Sohbeti baƟlat..", + "@commenter_expanded_start_conversation": { + "type": "text", + "placeholders": { + + } + }, + "commenter_expanded_edit_comment": "Yorumu dĂŒzenle", + "@commenter_expanded_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "is_closed": "Yorumu kapat", + "@is_closed": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_comment": "Yorumu cevapla", + "@comment_reply_expanded_reply_comment": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_post": "Gönderi", + "@comment_reply_expanded_post": { + "type": "text", + "placeholders": { + + } + }, + "comment_reply_expanded_reply_hint_text": "Cevabınız...", + "@comment_reply_expanded_reply_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_title": "PopĂŒler gönderiler", + "@trending_posts_title": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_no_trending_posts": "PopĂŒler gönderiler yok. Birkaç saniye içinde yenilemeyi deneyin.", + "@trending_posts_no_trending_posts": { + "type": "text", + "placeholders": { + + } + }, + "trending_posts_refresh": "Yenile", + "@trending_posts_refresh": { + "type": "text", + "placeholders": { + + } + }, + "comments_view_all_comments": "{commentsCount} yorumun tĂŒmĂŒnĂŒ görĂŒntĂŒle", + "@comments_view_all_comments": { + "type": "text", + "placeholders": { + "commentsCount": { + + } + } + }, + "comments_closed_post": "Gönderi kapatıldı", + "@comments_closed_post": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled": "Yorumlar devre dÄ±ĆŸÄ±", + "@comments_disabled": { + "type": "text", + "placeholders": { + + } + }, + "text_copied": "Metin kopyalandı!", + "@text_copied": { + "type": "text", + "placeholders": { + + } + }, + "post_reactions_title": "Gönderi tepkileri", + "@post_reactions_title": { + "type": "text", + "placeholders": { + + } + }, + "have_not_shared_anything": "HenĂŒz hiçbir Ɵey paylaƟmadınız.", + "@have_not_shared_anything": { + "type": "text", + "placeholders": { + + } + }, + "user_has_not_shared_anything": "{name} henĂŒz bir Ɵey paylaƟmadı.", + "@user_has_not_shared_anything": { + "type": "text", + "placeholders": { + "name": { + + } + } + }, + "comments_header_newest_replies": "En yeni cevaplar", + "@comments_header_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newer": "Daha yeni", + "@comments_header_newer": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_replies": "En yeni cevapları görĂŒntĂŒle", + "@comments_header_view_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_replies": "En yeni cevaplara bakın", + "@comments_header_see_newest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_replies": "En eski cevaplar", + "@comments_header_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_older": "Daha eski", + "@comments_header_older": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_replies": "En eski cevapları görĂŒntĂŒle", + "@comments_header_view_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_replies": "En eski cevaplara bakın", + "@comments_header_see_oldest_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_replies": "Ä°lk cevaplayan siz olun", + "@comments_header_be_the_first_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_newest_comments": "En yeni yorumlar", + "@comments_header_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_newest_comments": "En yeni yorumları görĂŒntĂŒle", + "@comments_header_view_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_newest_comments": "En yeni yorumları görĂŒn", + "@comments_header_see_newest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_oldest_comments": "En eski yorumlar", + "@comments_header_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_view_oldest_comments": "En eski yorumları görĂŒntĂŒle", + "@comments_header_view_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_see_oldest_comments": "En eski yorumları görĂŒn", + "@comments_header_see_oldest_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_header_be_the_first_comments": "Ä°lk yorumu siz yapın", + "@comments_header_be_the_first_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_title": "Gönderi yorumları", + "@comments_page_title": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_to_load": "YĂŒklenecek yorum yok", + "@comments_page_no_more_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry": "Yorumları yĂŒklemeyi yeniden denemek için dokunun.", + "@comments_page_tap_to_retry": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_tap_to_retry_replies": "Cevapları tekrar yĂŒklemek için dokunun.", + "@comments_page_tap_to_retry_replies": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_no_more_replies_to_load": "YĂŒklenecek cevap yok", + "@comments_page_no_more_replies_to_load": { + "type": "text", + "placeholders": { + + } + }, + "comments_page_replies_title": "Cevap yaz", + "@comments_page_replies_title": { + "type": "text", + "placeholders": { + + } + }, + "disable_post_comments": "Yorum gönderilmesini devre dÄ±ĆŸÄ± bırakın", + "@disable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "enable_post_comments": "Yorum gönderilmesini etkinleƟtirin", + "@enable_post_comments": { + "type": "text", + "placeholders": { + + } + }, + "comments_enabled_message": "Gönderi için yorumlar etkin", + "@comments_enabled_message": { + "type": "text", + "placeholders": { + + } + }, + "comments_disabled_message": "Gönderi için yorumlar devre dÄ±ĆŸÄ±", + "@comments_disabled_message": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete": "Gönderiyi sil", + "@actions_delete": { + "type": "text", + "placeholders": { + + } + }, + "actions_deleted": "Gönderi silindi", + "@actions_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_delete_comment": "Yorumu sil", + "@actions_delete_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_edit_comment": "Yorumu dĂŒzenle", + "@actions_edit_comment": { + "type": "text", + "placeholders": { + + } + }, + "actions_comment_deleted": "Yorum silindi", + "@actions_comment_deleted": { + "type": "text", + "placeholders": { + + } + }, + "actions_report_text": "Bildir", + "@actions_report_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_reported_text": "Bildirildi", + "@actions_reported_text": { + "type": "text", + "placeholders": { + + } + }, + "actions_show_more_text": "Daha fazla göster", + "@actions_show_more_text": { + "description": "Shown for posts with long text to expand the entire text.", + "type": "text", + "placeholders": { + + } + }, + "time_short_years": "y", + "@time_short_years": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3y. Keep it as short as possible", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_year": "1y", + "@time_short_one_year": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_weeks": "h", + "@time_short_weeks": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 5w.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_week": "1h", + "@time_short_one_week": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_days": "g", + "@time_short_days": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3d. Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_day": "1g", + "@time_short_one_day": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_hours": "s", + "@time_short_hours": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 3h.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_hour": "1s", + "@time_short_one_hour": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_minutes": "dk", + "@time_short_minutes": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13m.Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_seconds": "sn", + "@time_short_seconds": { + "description": "Shown in timestamps next to post to indicate how long ago the post\/notification was created for.eg 13s Keep it as short as possible ", + "type": "text", + "placeholders": { + + } + }, + "time_short_one_minute": "1d", + "@time_short_one_minute": { + "description": "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + "type": "text", + "placeholders": { + + } + }, + "time_short_now_text": "Ɵimdi", + "@time_short_now_text": { + "description": "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + "type": "text", + "placeholders": { + + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/user.arb b/assets/i18n/tr/user.arb new file mode 100644 index 000000000..3318a6c2a --- /dev/null +++ b/assets/i18n/tr/user.arb @@ -0,0 +1,1347 @@ +{ + "thousand_postfix": "b", + "@thousand_postfix": { + "description": "For eg. communty has 3k members", + "type": "text", + "placeholders": { + + } + }, + "million_postfix": "m", + "@million_postfix": { + "description": "For eg. user has 3m followers", + "type": "text", + "placeholders": { + + } + }, + "billion_postfix": "b", + "@billion_postfix": { + "description": "For eg. World circle has 7.5b people", + "type": "text", + "placeholders": { + + } + }, + "translate_see_translation": "Çeviriyi gör", + "@translate_see_translation": { + "type": "text", + "placeholders": { + + } + }, + "translate_show_original": "Orjinali göster", + "@translate_show_original": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_account": "1 Hesap", + "@follows_lists_account": { + "type": "text", + "placeholders": { + + } + }, + "follows_lists_accounts": "{prettyUsersCount} Hesap", + "@follows_lists_accounts": { + "description": "prettyUsersCount will be 3m, 50k etc.. so we endup with final string 3k Accounts", + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "edit_profile_user_name_taken": "Kullanıcı adı @{username} alındı", + "@edit_profile_user_name_taken": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "profile_action_deny_connection": "Bağlantı isteğini reddet", + "@profile_action_deny_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_blocked": "Kullanıcı engellendi", + "@profile_action_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_user_unblocked": "Kullanıcının engeli kaldırıldı", + "@profile_action_user_unblocked": { + "type": "text", + "placeholders": { + + } + }, + "profile_action_cancel_connection": "Bağlantı isteğini iptal et", + "@profile_action_cancel_connection": { + "type": "text", + "placeholders": { + + } + }, + "profile_url_invalid_error": "LĂŒtfen geçerli bir url adresi girin.", + "@profile_url_invalid_error": { + "type": "text", + "placeholders": { + + } + }, + "profile_location_length_error": "Konum adı {maxLength} karakterden daha uzun olamaz.", + "@profile_location_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "profile_bio_length_error": "Biyografi kısmı {maxLength} karakterden daha uzun olamaz.", + "@profile_bio_length_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "follow_button_follow_text": "Takip et", + "@follow_button_follow_text": { + "type": "text", + "placeholders": { + + } + }, + "follow_button_unfollow_text": "Takip etmekten vazgeç", + "@follow_button_unfollow_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_username": "Kullanıcı adı", + "@edit_profile_username": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_account_lists": "Hesap listelerini gĂŒncelle", + "@add_account_update_account_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_to_lists": "Listeye hesap ekle", + "@add_account_to_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_update_lists": "Listeleri gĂŒncelle", + "@add_account_update_lists": { + "type": "text", + "placeholders": { + + } + }, + "add_account_save": "Kaydet", + "@add_account_save": { + "type": "text", + "placeholders": { + + } + }, + "add_account_done": "Tamam", + "@add_account_done": { + "type": "text", + "placeholders": { + + } + }, + "add_account_success": "BaƟarılı", + "@add_account_success": { + "type": "text", + "placeholders": { + + } + }, + "emoji_field_none_selected": "Emoji seçilmedi", + "@emoji_field_none_selected": { + "type": "text", + "placeholders": { + + } + }, + "emoji_search_none_found": "'{searchQuery}' ile eƟleƟen hiçbir emoji bulunamadı.", + "@emoji_search_none_found": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "follow_lists_title": "Listelerim", + "@follow_lists_title": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_search_for": "Liste ara...", + "@follow_lists_search_for": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found": "Hiç liste bulunmadı.", + "@follow_lists_no_list_found": { + "type": "text", + "placeholders": { + + } + }, + "follow_lists_no_list_found_for": "'{searchQuery}' için hiç bir liste bulunamadı", + "@follow_lists_no_list_found_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "list_name_empty_error": "Liste adı boƟ olamaz.", + "@list_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "list_name_range_error": "Liste adı {maxLength} karakterden daha uzun olamaz.", + "@list_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "circle_name_empty_error": "Çevre adı boƟ bırakılmaz.", + "@circle_name_empty_error": { + "type": "text", + "placeholders": { + + } + }, + "circle_name_range_error": "Çevre adı {maxLength} karakterden daha uzun olamaz.", + "@circle_name_range_error": { + "type": "text", + "placeholders": { + "maxLength": { + + } + } + }, + "save_follows_list_name": "Ä°sim", + "@save_follows_list_name": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_hint_text": "örneğin Seyahat, Fotoğrafçılık", + "@save_follows_list_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_name_taken": "Liste adı '{listName}' olarak alındı", + "@save_follows_list_name_taken": { + "type": "text", + "placeholders": { + "listName": { + + } + } + }, + "save_follows_list_emoji": "Emoji", + "@save_follows_list_emoji": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_users": "Kullanıcılar", + "@save_follows_list_users": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_edit": "Listeyi dĂŒzenle", + "@save_follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_create": "Liste oluƟtur", + "@save_follows_list_create": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_save": "Kaydet", + "@save_follows_list_save": { + "type": "text", + "placeholders": { + + } + }, + "save_follows_list_emoji_required_error": "Emoji gerekli", + "@save_follows_list_emoji_required_error": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_edit": "DĂŒzenle", + "@follows_list_edit": { + "type": "text", + "placeholders": { + + } + }, + "follows_list_header_title": "Kullanıcılar", + "@follows_list_header_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_name": "Ä°sim", + "@edit_profile_name": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_url": "Url", + "@edit_profile_url": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_location": "Konum", + "@edit_profile_location": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_bio": "Biyografi", + "@edit_profile_bio": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_followers_count": "Takipçi sayısı", + "@edit_profile_followers_count": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_title": "Profili dĂŒzenle", + "@edit_profile_title": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_save_text": "Kaydet", + "@edit_profile_save_text": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image": "Resim seç", + "@edit_profile_pick_image": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_delete": "Sil", + "@edit_profile_delete": { + "type": "text", + "placeholders": { + + } + }, + "edit_profile_pick_image_error_too_large": "Resim çok bĂŒyĂŒk (limit: {limit} MB)", + "@edit_profile_pick_image_error_too_large": { + "type": "text", + "placeholders": { + "limit": { + + } + } + }, + "tile_following": " · Takip et", + "@tile_following": { + "type": "text", + "placeholders": { + + } + }, + "following_text": "Takip edilen", + "@following_text": { + "type": "text", + "placeholders": { + + } + }, + "following_resource_name": "takip edilen kullanıcılar", + "@following_resource_name": { + "description": "Eg: Search followed users.., No followed users found. etc ", + "type": "text", + "placeholders": { + + } + }, + "tile_delete": "Sil", + "@tile_delete": { + "type": "text", + "placeholders": { + + } + }, + "invite": "Davet et", + "@invite": { + "type": "text", + "placeholders": { + + } + }, + "uninvite": "Davet isteğini geri al", + "@uninvite": { + "type": "text", + "placeholders": { + + } + }, + "invite_member": "Üyeler", + "@invite_member": { + "type": "text", + "placeholders": { + + } + }, + "invite_someone_message": "Hey, seni Okuna'ya davet etmek istiyorum. Öncelikle, iTunes ({iosLink}) veya Google Play Store'dan ({androidLink}) uygulamayı indirin. Ä°kinci olarak, bu kiƟiselleƟtirilmiƟ davet bağlantısını Okuna Uygulamasındaki 'Kayıt ol' formuna yapÄ±ĆŸtırın: {inviteLink}", + "@invite_someone_message": { + "type": "text", + "placeholders": { + "iosLink": { + + }, + "androidLink": { + + }, + "inviteLink": { + + } + } + }, + "connections_header_circle_desc": "TĂŒm bağlantılarınızın ekleneceği çevre.", + "@connections_header_circle_desc": { + "type": "text", + "placeholders": { + + } + }, + "connections_header_users": "Kullanıcılar", + "@connections_header_users": { + "type": "text", + "placeholders": { + + } + }, + "connection_pending": "Beklet", + "@connection_pending": { + "type": "text", + "placeholders": { + + } + }, + "connection_circle_edit": "DĂŒzenle", + "@connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "connections_circle_delete": "Sil", + "@connections_circle_delete": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_name": "Ä°sim", + "@save_connection_circle_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_hint": "örneğin ArkadaƟlar, Aile, İƟ.", + "@save_connection_circle_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_name": "Renk", + "@save_connection_circle_color_name": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_color_hint": "(DeğiƟtirmek için dokunun)", + "@save_connection_circle_color_hint": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_users": "Kullanıcılar", + "@save_connection_circle_users": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_edit": "Çevreni dĂŒzenle", + "@save_connection_circle_edit": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_create": "Çevre oluƟtur", + "@save_connection_circle_create": { + "type": "text", + "placeholders": { + + } + }, + "save_connection_circle_save": "Kaydet", + "@save_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_save": "Kaydet", + "@update_connection_circle_save": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circle_updated": "Bağlantı gĂŒncellendi", + "@update_connection_circle_updated": { + "type": "text", + "placeholders": { + + } + }, + "update_connection_circles_title": "Çevre bağlantılarını gĂŒncelle", + "@update_connection_circles_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_with": "{userName} ile bağlantıyı onaylayın", + "@confirm_connection_with": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "confirm_connection_add_connection": "Çevrene bağlantı ekle", + "@confirm_connection_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_connection_confirmed": "Bağlantı onaylandı", + "@confirm_connection_connection_confirmed": { + "type": "text", + "placeholders": { + + } + }, + "confirm_connection_confirm_text": "Onayla", + "@confirm_connection_confirm_text": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_connect_with_username": "{userName} ile bağlan", + "@connect_to_user_connect_with_username": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "connect_to_user_add_connection": "Çevrene bağlantı ekle", + "@connect_to_user_add_connection": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_done": "Tamam", + "@connect_to_user_done": { + "type": "text", + "placeholders": { + + } + }, + "connect_to_user_request_sent": "Bağlantı isteği gönderildi", + "@connect_to_user_request_sent": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list": "Hesabı listelerden kaldır", + "@remove_account_from_list": { + "type": "text", + "placeholders": { + + } + }, + "remove_account_from_list_success": "BaƟarılı", + "@remove_account_from_list_success": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_title": "Onay", + "@confirm_block_user_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_info": "Birbiriniz ile hiçbir paylaĆŸÄ±mda bulunamazsınız ve hiçbir Ɵekilde etkileƟime giremezsiniz.", + "@confirm_block_user_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_yes": "Evet", + "@confirm_block_user_yes": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_no": "Hayır", + "@confirm_block_user_no": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_blocked": "Kullanıcı engellendi.", + "@confirm_block_user_blocked": { + "type": "text", + "placeholders": { + + } + }, + "confirm_block_user_question": "@{username} adlı kullanıcıyı engellemek istediğinizden emin misiniz?", + "@confirm_block_user_question": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "save_connection_circle_name_taken": "Çevre adı '{takenConnectionsCircleName}' olarak alındı", + "@save_connection_circle_name_taken": { + "type": "text", + "placeholders": { + "takenConnectionsCircleName": { + + } + } + }, + "timeline_filters_title": "Zaman TĂŒneli filtreleri", + "@timeline_filters_title": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_search_desc": "Çevreleri ve listeleri ara...", + "@timeline_filters_search_desc": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_clear_all": "TĂŒmĂŒnĂŒ temizle", + "@timeline_filters_clear_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_apply_all": "Filtreleri uygula", + "@timeline_filters_apply_all": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_circles": "Çevreler", + "@timeline_filters_circles": { + "type": "text", + "placeholders": { + + } + }, + "timeline_filters_lists": "Listeler", + "@timeline_filters_lists": { + "type": "text", + "placeholders": { + + } + }, + "followers_title": "Takipçiler", + "@followers_title": { + "type": "text", + "placeholders": { + + } + }, + "follower_singular": "takipçi", + "@follower_singular": { + "type": "text", + "placeholders": { + + } + }, + "follower_plural": "takipçiler", + "@follower_plural": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_title": "Hesabı sil", + "@delete_account_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd": "Mevcut ƞifre", + "@delete_account_current_pwd": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_current_pwd_hint": "Mevcut Ɵifrenizi giriniz", + "@delete_account_current_pwd_hint": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_next": "Sonraki", + "@delete_account_next": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_title": "Onay", + "@delete_account_confirmation_title": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc": "Hesabınızı silmek istediğinizden emin misiniz?", + "@delete_account_confirmation_desc": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_desc_info": "Bu kalıcı bir eylemdir ve geri alınamaz.", + "@delete_account_confirmation_desc_info": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_no": "Hayır", + "@delete_account_confirmation_no": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_yes": "Evet", + "@delete_account_confirmation_yes": { + "type": "text", + "placeholders": { + + } + }, + "delete_account_confirmation_goodbye": "HoƟçakal 😱", + "@delete_account_confirmation_goodbye": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create_title": "Davet oluƟtur", + "@invites_create_create_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_edit_title": "Davetiyeyi dĂŒzenle", + "@invites_create_edit_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_save": "Kaydet", + "@invites_create_save": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_create": "OluƟtur", + "@invites_create_create": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_title": "Kullanıcı adı", + "@invites_create_name_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_create_name_hint": "örneğin Ali AyƟe", + "@invites_create_name_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending": "Beklet", + "@invites_pending": { + "type": "text", + "placeholders": { + + } + }, + "invites_delete": "Sil", + "@invites_delete": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_text": "Davet et", + "@invites_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself": "Kendinize daveti paylaĆŸÄ±n", + "@invites_share_yourself": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_yourself_desc": "MesajlaƟma uygulamaları ve benzerleri arasından seçim yapın.", + "@invites_share_yourself_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email": "Davetiyeyi e-posta ile paylaƟ", + "@invites_share_email": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_text": "E-posta", + "@invites_email_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_hint": "örneğin epostanız@email.com", + "@invites_email_hint": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_invite_text": "E-posta ile davet et", + "@invites_email_invite_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_send_text": "Gönder", + "@invites_email_send_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_email_sent_text": "E-posta ile davet gönder", + "@invites_email_sent_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_share_email_desc": "Sizin adınıza talimatlar içeren bir davetiye e-postası göndereceğiz", + "@invites_share_email_desc": { + "type": "text", + "placeholders": { + + } + }, + "invites_edit_text": "DĂŒzenle", + "@invites_edit_text": { + "type": "text", + "placeholders": { + + } + }, + "invites_title": "Davet ettiklerim", + "@invites_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_title": "Kabul edilen", + "@invites_accepted_title": { + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_name": "kabul edilen davetler", + "@invites_accepted_group_name": { + "description": "Egs where this will end up: Accepted invites (capitalised title), Search accepted invites, See all accepted invites ", + "type": "text", + "placeholders": { + + } + }, + "invites_accepted_group_item_name": "kabul edilen davet", + "@invites_accepted_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_name": "bekleyen davetler", + "@invites_pending_group_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_pending_group_item_name": "bekleyen davet", + "@invites_pending_group_item_name": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_used": "GörĂŒnĂŒĆŸe göre hiç davet etmeyi kullanmadın.", + "@invites_none_used": { + "type": "text", + "placeholders": { + + } + }, + "invites_none_left": "Hiç davetiniz yok.", + "@invites_none_left": { + "type": "text", + "placeholders": { + + } + }, + "invites_invite_a_friend": "Bir arkadaĆŸÄ±nı davet et", + "@invites_invite_a_friend": { + "type": "text", + "placeholders": { + + } + }, + "invites_refresh": "Yenile", + "@invites_refresh": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_title": "Dil ayarları", + "@language_settings_title": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_save": "Kaydet", + "@language_settings_save": { + "type": "text", + "placeholders": { + + } + }, + "language_settings_saved_success": "Dil baƟarıyla değiƟtirildi", + "@language_settings_saved_success": { + "type": "text", + "placeholders": { + + } + }, + "groups_see_all": "{groupName} TĂŒmĂŒnĂŒ gör", + "@groups_see_all": { + "description": "Can be, See all joined communities, See all pending invites, See all moderated communities etc. ", + "type": "text", + "placeholders": { + "groupName": { + + } + } + }, + "invites_joined_with": "@{username} kullanıcı adı ile katıldı", + "@invites_joined_with": { + "type": "text", + "placeholders": { + "username": { + + } + } + }, + "invites_pending_email": "{email} adresine gönderilen e-posta davetiyesi beklemede", + "@invites_pending_email": { + "type": "text", + "placeholders": { + "email": { + + } + } + }, + "timeline_filters_no_match": "'{searchQuery}' ile ilgili bir eƟleƟme yok.", + "@timeline_filters_no_match": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "clear_application_cache_text": "Önbelleği temizle", + "@clear_application_cache_text": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_desc": "Önbelleğe alınmÄ±ĆŸ gönderileri, hesapları, resimleri ve daha fazlasını temizleyin.", + "@clear_application_cache_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_success": "Önbellek baƟarıyla temizlendi", + "@clear_application_cache_success": { + "type": "text", + "placeholders": { + + } + }, + "clear_application_cache_failure": "Önbellek temizlenemedi", + "@clear_application_cache_failure": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_title": "Kurallar Redded", + "@confirm_guidelines_reject_title": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_info": "Kuralları kabul edene kadar Openspace'i kullanamazsınız.", + "@confirm_guidelines_reject_info": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_with_team": "Ekiple sohbet et.", + "@confirm_guidelines_reject_chat_with_team": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_immediately": "Hemen bir sohbet baƟlat.", + "@confirm_guidelines_reject_chat_immediately": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_chat_community": "Topluluk ile sohbet edin.", + "@confirm_guidelines_reject_chat_community": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_join_slack": "ÇözĂŒm kanalına katılın.", + "@confirm_guidelines_reject_join_slack": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_go_back": "Geri dön", + "@confirm_guidelines_reject_go_back": { + "type": "text", + "placeholders": { + + } + }, + "confirm_guidelines_reject_delete_account": "Hesabı sil", + "@confirm_guidelines_reject_delete_account": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_desc": "LĂŒtfen kurallarımızı okumak ve kabul etmek için bir dakikanızı ayırın.", + "@guidelines_desc": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_accept": "Kabul et", + "@guidelines_accept": { + "type": "text", + "placeholders": { + + } + }, + "guidelines_reject": "Reddet", + "@guidelines_reject": { + "type": "text", + "placeholders": { + + } + }, + "change_email_title": "E-postanı değiƟtir", + "@change_email_title": { + "type": "text", + "placeholders": { + + } + }, + "change_email_email_text": "E-posta", + "@change_email_email_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_hint_text": "Yeni E-posta adresinizi giriniz", + "@change_email_hint_text": { + "type": "text", + "placeholders": { + + } + }, + "change_email_error": "Bu E-posta zaten kayıtlı", + "@change_email_error": { + "type": "text", + "placeholders": { + + } + }, + "change_email_save": "Kaydet", + "@change_email_save": { + "type": "text", + "placeholders": { + + } + }, + "change_email_success_info": "Yeni e-posta adresinize bir onay linki gönderdik, yeni e-postanızı doğrulamak için tıklayın", + "@change_email_success_info": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_title": "Tercihleri temizle", + "@clear_app_preferences_title": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_desc": "Uygulama tercihlerini temizleyin. ƞu anda bu sadece tercih edilen yorumların sırası için geçerlidir.", + "@clear_app_preferences_desc": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_cleared_successfully": "Tercihler baƟarıyla temizlendi", + "@clear_app_preferences_cleared_successfully": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_successful": "Harika! E-postanız Ɵimdi doğrulandı", + "@email_verification_successful": { + "type": "text", + "placeholders": { + + } + }, + "email_verification_error": "Oops! Belirteciniz geçerli veya sĂŒresi doldu, lĂŒtfen yeniden deneyin", + "@email_verification_error": { + "type": "text", + "placeholders": { + + } + }, + "clear_app_preferences_error": "Tercihler temizlenemedi", + "@clear_app_preferences_error": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user_success": "Bağlantı baƟarıyla kesildi", + "@disconnect_from_user_success": { + "type": "text", + "placeholders": { + + } + }, + "block_user": "Kullanıcıyı engelle", + "@block_user": { + "type": "text", + "placeholders": { + + } + }, + "unblock_user": "Kullanıcının engelini kaldır", + "@unblock_user": { + "type": "text", + "placeholders": { + + } + }, + "disconnect_from_user": "{userName} ile bağlantını kes", + "@disconnect_from_user": { + "type": "text", + "placeholders": { + "userName": { + + } + } + }, + "circle_peoples_count": "{prettyUsersCount} kiƟi", + "@circle_peoples_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + }, + "follows_list_accounts_count": "{prettyUsersCount} hesap", + "@follows_list_accounts_count": { + "type": "text", + "placeholders": { + "prettyUsersCount": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/tr/user_search.arb b/assets/i18n/tr/user_search.arb new file mode 100644 index 000000000..a4f6e8945 --- /dev/null +++ b/assets/i18n/tr/user_search.arb @@ -0,0 +1,100 @@ +{ + "search_text": "Ara...", + "@search_text": { + "type": "text", + "placeholders": { + + } + }, + "communities": "Topluluklar", + "@communities": { + "type": "text", + "placeholders": { + + } + }, + "users": "Kullanıcılar", + "@users": { + "type": "text", + "placeholders": { + + } + }, + "list_search_text": "{resourcePluralName} Aranıyor...", + "@list_search_text": { + "description": "resourcePluralName can take many forms foreg. Search members... , Search accepted invites, Search communities.. etc.", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_no_results_found": "{resourcePluralName} için hiç bir bulunamadı.", + "@list_no_results_found": { + "description": "Used in a generic list widget. Can be No users found. No communities found. No pending invites found. Its always a plural. ", + "type": "text", + "placeholders": { + "resourcePluralName": { + + } + } + }, + "list_refresh_text": "Yenile", + "@list_refresh_text": { + "type": "text", + "placeholders": { + + } + }, + "list_retry": "Tekrar denemek için tıkla.", + "@list_retry": { + "type": "text", + "placeholders": { + + } + }, + "cancel": "Ä°ptal et", + "@cancel": { + "type": "text", + "placeholders": { + + } + }, + "searching_for": "'{searchQuery}' için arama yapılıyor", + "@searching_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_results_for": "'{searchQuery}' için hiç bir sonuç bulunamadı.", + "@no_results_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_communities_for": "''{searchQuery} 'için hiç topluluk bulunamadı.", + "@no_communities_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + }, + "no_users_for": "''{searchQuery}' için hiç bir kullanıcı bulunamadı.", + "@no_users_for": { + "type": "text", + "placeholders": { + "searchQuery": { + + } + } + } +} \ No newline at end of file diff --git a/ios/Flutter/flutter_export_environment.sh b/ios/Flutter/flutter_export_environment.sh new file mode 100755 index 000000000..9720702d6 --- /dev/null +++ b/ios/Flutter/flutter_export_environment.sh @@ -0,0 +1,11 @@ +#!/bin/sh +# This is a generated file; do not edit or check into version control. +export "FLUTTER_ROOT=/Users/shantanu/Documents/Openbook/devtools/flutter" +export "FLUTTER_APPLICATION_PATH=/Users/shantanu/Documents/Openbook/openbook-app" +export "FLUTTER_TARGET=/Users/shantanu/Documents/Openbook/openbook-app/lib/main.dart" +export "FLUTTER_BUILD_DIR=build" +export "SYMROOT=${SOURCE_ROOT}/../build/ios" +export "FLUTTER_FRAMEWORK_DIR=/Users/shantanu/Documents/Openbook/devtools/flutter/bin/cache/artifacts/engine/ios" +export "FLUTTER_BUILD_NAME=0.0.46" +export "FLUTTER_BUILD_NUMBER=50" +export "TRACK_WIDGET_CREATION=true" diff --git a/ios/OneSignalNotificationServiceExtension/Info.plist b/ios/OneSignalNotificationServiceExtension/Info.plist index 0342f1a46..cdf516fc7 100644 --- a/ios/OneSignalNotificationServiceExtension/Info.plist +++ b/ios/OneSignalNotificationServiceExtension/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.0.50 + 0.0.51 CFBundleVersion - 50 + 51 NSExtension NSExtensionPointIdentifier diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 707a05e33..37e185b64 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -23,13 +23,13 @@ PODS: - intercom_flutter (1.0.7): - Flutter - Intercom - - multi_image_picker (4.3.6): + - multi_image_picker (4.5.0): - BSImagePicker (~> 2.10.0) - Flutter - - OneSignal (2.10.0) - - onesignal_flutter (2.0.0): + - OneSignal (2.10.1) + - onesignal_flutter (2.0.2): - Flutter - - OneSignal (< 3.0, >= 2.9.5) + - OneSignal (= 2.10.1) - path_provider (0.0.1): - Flutter - share (0.5.2): @@ -123,9 +123,9 @@ SPEC CHECKSUMS: image_picker: 16e5fec1fbc87fd3b297c53e4048521eaf17cd06 Intercom: d189cf8cc8591e7e63dbb10ee4401a70a7fdc9d6 intercom_flutter: 46ce58645b14bb02ede6d4982268d4796ee39427 - multi_image_picker: 3a6afea72a3271d9b0bcc67d8888d38c4ff53efd - OneSignal: 0f5ff711d9f25da54885e4ab06ef0abc221a46ef - onesignal_flutter: 9f295af4ef4a987342bb374c5988392e076ccafd + multi_image_picker: d6e8f30e690884434ad13f1417567edb21da8547 + OneSignal: 8fb749fa07f88006403c9b659a570fb7fb74519a + onesignal_flutter: f0eab25765dd95978c19dc64a87a8a33387909fa path_provider: f96fff6166a8867510d2c25fdcc346327cc4b259 share: 7d22fe8baedfe93aefd864bf0b73f29711fbb0a3 shared_preferences: 1feebfa37bb57264736e16865e7ffae7fc99b523 diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 1e0750334..578bda10a 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -23,11 +23,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.50 + 0.0.51 CFBundleSignature ???? CFBundleVersion - 50 + 51 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/lib/delegates/es_es_material_localizations_delegate.dart b/lib/delegates/es_es_material_localizations_delegate.dart new file mode 100644 index 000000000..28586ca57 --- /dev/null +++ b/lib/delegates/es_es_material_localizations_delegate.dart @@ -0,0 +1,62 @@ +import 'package:Okuna/translation/constants.dart'; +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:intl/intl.dart' as intl; + +class MaterialLocalizationEsES extends MaterialLocalizationEs { + + const MaterialLocalizationEsES({ + String localeName = 'es-ES', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); +} + +class MaterialLocalizationEsESDelegate extends LocalizationsDelegate { + const MaterialLocalizationEsESDelegate(); + + @override + bool isSupported(Locale locale) { + return supportedLocales.contains(locale); + } + + @override + Future load(Locale locale) { + intl.DateFormat fullYearFormat; + intl.DateFormat mediumDateFormat; + intl.DateFormat longDateFormat; + intl.DateFormat yearMonthFormat; + intl.NumberFormat decimalFormat; + intl.NumberFormat twoDigitZeroPaddedFormat; + decimalFormat = intl.NumberFormat.decimalPattern(locale.languageCode); + twoDigitZeroPaddedFormat = intl.NumberFormat('00', locale.languageCode); + fullYearFormat = intl.DateFormat.y(locale.languageCode); + mediumDateFormat = intl.DateFormat.MMMEd(locale.languageCode); + longDateFormat = intl.DateFormat.yMMMMEEEEd(locale.languageCode); + yearMonthFormat = intl.DateFormat.yMMMM(locale.languageCode); + + return SynchronousFuture(MaterialLocalizationEsES( + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat + )); + } + @override + bool shouldReload(MaterialLocalizationEsESDelegate old) => false; +} \ No newline at end of file diff --git a/lib/delegates/pt_br_material_localizations_delegate.dart b/lib/delegates/pt_br_material_localizations_delegate.dart new file mode 100644 index 000000000..a4923e9b1 --- /dev/null +++ b/lib/delegates/pt_br_material_localizations_delegate.dart @@ -0,0 +1,62 @@ +import 'package:Okuna/translation/constants.dart'; +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:intl/intl.dart' as intl; + +class MaterialLocalizationPtBR extends MaterialLocalizationPt { + + const MaterialLocalizationPtBR({ + String localeName = 'pt-BR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); +} + +class MaterialLocalizationPtBRDelegate extends LocalizationsDelegate { + const MaterialLocalizationPtBRDelegate(); + + @override + bool isSupported(Locale locale) { + return supportedLocales.contains(locale); + } + + @override + Future load(Locale locale) { + intl.DateFormat fullYearFormat; + intl.DateFormat mediumDateFormat; + intl.DateFormat longDateFormat; + intl.DateFormat yearMonthFormat; + intl.NumberFormat decimalFormat; + intl.NumberFormat twoDigitZeroPaddedFormat; + decimalFormat = intl.NumberFormat.decimalPattern(locale.languageCode); + twoDigitZeroPaddedFormat = intl.NumberFormat('00', locale.languageCode); + fullYearFormat = intl.DateFormat.y(locale.languageCode); + mediumDateFormat = intl.DateFormat.MMMEd(locale.languageCode); + longDateFormat = intl.DateFormat.yMMMMEEEEd(locale.languageCode); + yearMonthFormat = intl.DateFormat.yMMMM(locale.languageCode); + + return SynchronousFuture(MaterialLocalizationPtBR( + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat + )); + } + @override + bool shouldReload(MaterialLocalizationPtBRDelegate old) => false; +} \ No newline at end of file diff --git a/lib/delegates/sv_se_material_localizations_delegate.dart b/lib/delegates/sv_se_material_localizations_delegate.dart new file mode 100644 index 000000000..479dfceac --- /dev/null +++ b/lib/delegates/sv_se_material_localizations_delegate.dart @@ -0,0 +1,62 @@ +import 'package:Okuna/translation/constants.dart'; +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:intl/intl.dart' as intl; + +class MaterialLocalizationSvSE extends MaterialLocalizationSv { + + const MaterialLocalizationSvSE({ + String localeName = 'sv-SE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); +} + +class MaterialLocalizationSvSEDelegate extends LocalizationsDelegate { + const MaterialLocalizationSvSEDelegate(); + + @override + bool isSupported(Locale locale) { + return supportedLocales.contains(locale); + } + + @override + Future load(Locale locale) { + intl.DateFormat fullYearFormat; + intl.DateFormat mediumDateFormat; + intl.DateFormat longDateFormat; + intl.DateFormat yearMonthFormat; + intl.NumberFormat decimalFormat; + intl.NumberFormat twoDigitZeroPaddedFormat; + decimalFormat = intl.NumberFormat.decimalPattern(locale.languageCode); + twoDigitZeroPaddedFormat = intl.NumberFormat('00', locale.languageCode); + fullYearFormat = intl.DateFormat.y(locale.languageCode); + mediumDateFormat = intl.DateFormat.MMMEd(locale.languageCode); + longDateFormat = intl.DateFormat.yMMMMEEEEd(locale.languageCode); + yearMonthFormat = intl.DateFormat.yMMMM(locale.languageCode); + + return SynchronousFuture(MaterialLocalizationSvSE( + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat + )); + } + @override + bool shouldReload(MaterialLocalizationSvSEDelegate old) => false; +} \ No newline at end of file diff --git a/lib/locale/messages_all.dart b/lib/locale/messages_all.dart index 4b811c083..a293f364f 100644 --- a/lib/locale/messages_all.dart +++ b/lib/locale/messages_all.dart @@ -11,7 +11,12 @@ import 'package:intl/src/intl_helpers.dart'; import 'messages_de.dart' as messages_de; import 'messages_en.dart' as messages_en; -import 'messages_es.dart' as messages_es; +import 'messages_es-ES.dart' as messages_es_es; +import 'messages_fr.dart' as messages_fr; +import 'messages_it.dart' as messages_it; +import 'messages_pt-BR.dart' as messages_pt_br; +import 'messages_sv-SE.dart' as messages_sv_se; +import 'messages_tr.dart' as messages_tr; typedef Future LibraryLoader(); Map _deferredLibraries = { @@ -20,7 +25,17 @@ Map _deferredLibraries = { // ignore: unnecessary_new 'en': () => new Future.value(null), // ignore: unnecessary_new - 'es': () => new Future.value(null), + 'es_ES': () => new Future.value(null), +// ignore: unnecessary_new + 'fr': () => new Future.value(null), +// ignore: unnecessary_new + 'it': () => new Future.value(null), +// ignore: unnecessary_new + 'pt_BR': () => new Future.value(null), +// ignore: unnecessary_new + 'sv_SE': () => new Future.value(null), +// ignore: unnecessary_new + 'tr': () => new Future.value(null), }; MessageLookupByLibrary _findExact(localeName) { @@ -29,8 +44,18 @@ MessageLookupByLibrary _findExact(localeName) { return messages_de.messages; case 'en': return messages_en.messages; - case 'es': - return messages_es.messages; + case 'es_ES': + return messages_es_es.messages; + case 'fr': + return messages_fr.messages; + case 'it': + return messages_it.messages; + case 'pt_BR': + return messages_pt_br.messages; + case 'sv_SE': + return messages_sv_se.messages; + case 'tr': + return messages_tr.messages; default: return null; } diff --git a/lib/locale/messages_de.dart b/lib/locale/messages_de.dart index a12d913e1..6ed5e326b 100644 --- a/lib/locale/messages_de.dart +++ b/lib/locale/messages_de.dart @@ -22,17 +22,17 @@ class MessageLookup extends MessageLookupByLibrary { static m0(minLength, maxLength) => "(${minLength}-${maxLength} Zeichen)"; - static m1(minLength, maxLength) => "Beschreibung muss zwischen ${minLength} und ${maxLength} Zeichen sein."; + static m1(minLength, maxLength) => "Beschreibung muss zwischen ${minLength} und ${maxLength} Zeichen lang sein."; static m2(minLength, maxLength) => "Name muss zwischen ${minLength} und ${maxLength} Zeichen lang sein."; static m3(minLength, maxLength) => "Das Passwort muss zwischen ${minLength} und ${maxLength} Zeichen lang sein."; - static m4(maxLength) => "Ein Benutzername darf nicht lĂ€nger als ${maxLength} Zeichen sein."; + static m4(maxLength) => "Ein Benutzername darf nicht mehr als ${maxLength} Zeichen haben."; static m5(maxLength) => "Adjektive dĂŒrfen nicht lĂ€nger als ${maxLength} Zeichen sein."; - static m6(username) => "Bist du sicher, dass du @${username} als Administrator der Community hinzufĂŒgen möchtest?"; + static m6(username) => "Bist du sicher, dass du @${username} als einen Administrator der Community hinzufĂŒgen möchtest?"; static m7(username) => "Bist du sicher, dass du @${username} sperren möchtest?"; @@ -46,7 +46,7 @@ class MessageLookup extends MessageLookupByLibrary { static m12(min) => "Du musst mindestens ${min} Kategorie auswĂ€hlen."; - static m13(max) => "Aufnahme von bis zu ${max} Kategorien"; + static m13(max) => "WĂ€hle bis zu ${max} Kategorien"; static m14(maxLength) => "Regeln dĂŒrfen nicht lĂ€nger als ${maxLength} Zeichen sein."; @@ -58,79 +58,85 @@ class MessageLookup extends MessageLookupByLibrary { static m18(currentUserLanguage) => "Sprache (${currentUserLanguage})"; - static m19(postCommentText) => "[name] [username] kommentierte auch: ${postCommentText}"; + static m19(resourceCount, resourceName) => "Alle ${resourceCount} ${resourceName} anzeigen"; - static m20(postCommentText) => "[name] [username] kommentierte deinen Beitrag: ${postCommentText}"; + static m20(postCommentText) => "[name] [username] hat ebenfalls kommentiert: ${postCommentText}"; - static m21(postCommentText) => "[name] [username] antwortete auch: ${postCommentText}"; + static m21(postCommentText) => "[name] [username] hat deinen Beitrag kommentiert: ${postCommentText}"; - static m22(postCommentText) => "[name] [username] antwortete: ${postCommentText}"; + static m22(postCommentText) => "[name] [username] hat ebenfalls geantwortet: ${postCommentText}"; - static m23(communityName) => "[name] [username] hat dich eingeladen, der Community /c/${communityName} beizutreten."; + static m23(postCommentText) => "[name] [username] hat geantwortet: ${postCommentText}"; - static m24(maxLength) => "Ein Kommentar darf nicht mehr als ${maxLength} Zeichen haben."; + static m24(postCommentText) => "[name] [username] hat dich in einem Kommentar erwĂ€hnt: ${postCommentText}"; - static m25(commentsCount) => "Alle ${commentsCount} Kommentare anzeigen"; + static m25(communityName) => "[name] [username] hat dich in die Community /c/${communityName} eingeladen."; - static m26(circlesSearchQuery) => "\'Keine Kreise mit \'${circlesSearchQuery} \' gefunden."; + static m26(maxLength) => "Ein Kommentar darf nicht lĂ€nger als ${maxLength} Zeichen lang sein."; - static m27(name) => "${name} hat noch nichts geteilt."; + static m27(commentsCount) => "Alle ${commentsCount} Kommentare anzeigen"; - static m28(postCreatorUsername) => "@${postCreatorUsername}\'s Kreise"; + static m28(circlesSearchQuery) => "\'Keine Kreise mit \'${circlesSearchQuery} \' gefunden."; - static m29(maxLength) => "Der Kreisname darf nicht mehr als ${maxLength} Zeichen haben."; + static m29(name) => "${name} hat noch nichts geteilt."; - static m30(prettyUsersCount) => "${prettyUsersCount} Menschen"; + static m30(postCreatorUsername) => "@${postCreatorUsername}\'s Kreise"; - static m31(username) => "Bist du dir sicher, dass du @${username} blockieren willst?"; + static m31(maxLength) => "Der Name des Kreises darf nicht lĂ€nger als ${maxLength} Zeichen lang sein."; - static m32(userName) => "Verbindung mit ${userName} bestĂ€tigen"; + static m32(prettyUsersCount) => "${prettyUsersCount} Personen"; - static m33(userName) => "Mit ${userName} verbinden"; + static m33(username) => "Bist du dir sicher, dass du @${username} blockieren möchtest?"; - static m34(userName) => "Verbindung mit ${userName} trennen"; + static m34(userName) => "Verbindung mit ${userName} bestĂ€tigen"; - static m35(limit) => "Bild ist zu groß (Max: ${limit} MB)"; + static m35(userName) => "Mit ${userName} verbinden"; - static m36(username) => "Benutzername @${username} ist bereits vergeben"; + static m36(userName) => "Verbindung mit ${userName} trennen"; - static m37(searchQuery) => "Kein Emoji mit ${searchQuery} gefunden."; + static m37(limit) => "Bild ist zu groß (Max: ${limit} MB)"; - static m38(prettyUsersCount) => "${prettyUsersCount} Accounts"; + static m38(username) => "Benutzername @${username} ist bereits vergeben"; - static m39(prettyUsersCount) => "${prettyUsersCount} Konten"; + static m39(searchQuery) => "Kein Emoji mit ${searchQuery} gefunden."; - static m40(groupName) => "Alle ${groupName} anzeigen"; + static m40(searchQuery) => "Keine Liste zu \'${searchQuery}\' gefunden"; - static m41(iosLink, androidLink, inviteLink) => "Hey, I\'d like to invite you to Okuna. First, Download the app on iTunes (${iosLink}) or the Play store (${androidLink}). Second, paste this personalised invite link in the \'Sign up\' form in the Okuna App: ${inviteLink}"; + static m41(prettyUsersCount) => "${prettyUsersCount} Accounts"; - static m42(username) => "Mit dem Benutzernamen @${username} beigetreten"; + static m42(prettyUsersCount) => "${prettyUsersCount} Accounts"; - static m43(email) => "Ausstehend, Einladung an ${email} gesendet"; + static m43(groupName) => "Alle ${groupName} anzeigen"; - static m44(maxLength) => "Der Listenname darf nicht lĂ€nger als ${maxLength} Zeichen sein."; + static m44(iosLink, androidLink, inviteLink) => "Hey, ich möchte dich zu Okuna einladen. Erstens, lade die App auf iTunes (${iosLink}) oder im Play Store (${androidLink}) herunter. Zweitens, fĂŒge den personalisierten Einladungslink in das Formular \"Anmelden\" in der Okuna App ein: ${inviteLink}"; - static m45(maxLength) => "\'Über mich\' darf nicht lĂ€nger als ${maxLength} Zeichen sein."; + static m45(username) => "Mit dem Benutzernamen @${username} beigetreten"; - static m46(maxLength) => "Ort kann nicht lĂ€nger als ${maxLength} Zeichen sein."; + static m46(email) => "Ausstehend, Einladung an ${email} gesendet"; - static m47(takenConnectionsCircleName) => "Kreisname \'${takenConnectionsCircleName}\' wurde schon verwendet"; + static m47(maxLength) => "Der Listenname darf nicht lĂ€nger als ${maxLength} Zeichen lang sein."; - static m48(listName) => "Listenname ${listName} wurde schon vergeben"; + static m48(maxLength) => "\'Über mich\' darf nicht lĂ€nger als ${maxLength} Zeichen lang sein."; - static m49(searchQuery) => "Keine Ergebnisse fĂŒr ${searchQuery}."; + static m49(maxLength) => "Ort darf nicht lĂ€nger als ${maxLength} Zeichen lang sein."; - static m50(resourcePluralName) => "Keine ${resourcePluralName} gefunden."; + static m50(takenConnectionsCircleName) => "Kreisname \'${takenConnectionsCircleName}\' bereits vergeben"; - static m51(resourcePluralName) => "Suche ${resourcePluralName} ..."; + static m51(listName) => "Name der Liste ${listName} bereits vergeben"; - static m52(searchQuery) => "Keine Communities zu \'${searchQuery}\' gefunden."; + static m52(searchQuery) => "Keine Ergebnisse fĂŒr ${searchQuery}."; - static m53(searchQuery) => "Keine Suchergebnisse fĂŒr \'${searchQuery}\'."; + static m53(resourcePluralName) => "Keine ${resourcePluralName} gefunden."; - static m54(searchQuery) => "Keine Benutzer zu \'${searchQuery}\' gefunden."; + static m54(resourcePluralName) => "Suche ${resourcePluralName} ..."; - static m55(searchQuery) => "Suche nach ${searchQuery}"; + static m55(searchQuery) => "Keine Communities zu \'${searchQuery}\' gefunden."; + + static m56(searchQuery) => "Keine Suchergebnisse fĂŒr \'${searchQuery}\'."; + + static m57(searchQuery) => "Keine Benutzer fĂŒr \'${searchQuery}\' gefunden."; + + static m58(searchQuery) => "Suche nach ${searchQuery}"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -145,11 +151,11 @@ class MessageLookup extends MessageLookupByLibrary { "auth__change_password_title" : MessageLookupByLibrary.simpleMessage("Passwort Ă€ndern"), "auth__create_acc__almost_there" : MessageLookupByLibrary.simpleMessage("Fast geschafft..."), "auth__create_acc__are_you_legal_age" : MessageLookupByLibrary.simpleMessage("Bist du Ă€lter als 16 Jahre?"), - "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Ein Foto machen"), - "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("Ein bestehendes Foto verwenden"), + "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Foto aufnehmen"), + "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("Vorhandenes Bild auswĂ€hlen"), "auth__create_acc__avatar_remove_photo" : MessageLookupByLibrary.simpleMessage("Bild entfernen"), "auth__create_acc__avatar_tap_to_change" : MessageLookupByLibrary.simpleMessage("Zum Ändern tippen"), - "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Wenn du möchtest, kannst du es jederzeit ĂŒber deine Profilseite Ă€ndern."), + "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Wenn du möchtest, kannst du ihn jederzeit ĂŒber deine Profilseite Ă€ndern."), "auth__create_acc__congratulations" : MessageLookupByLibrary.simpleMessage("Herzlichen GlĂŒckwunsch!"), "auth__create_acc__create_account" : MessageLookupByLibrary.simpleMessage("Account erstellen"), "auth__create_acc__done" : MessageLookupByLibrary.simpleMessage("Account erstellen"), @@ -160,15 +166,15 @@ class MessageLookup extends MessageLookupByLibrary { "auth__create_acc__done_title" : MessageLookupByLibrary.simpleMessage("Hurra!"), "auth__create_acc__email_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Deine E-Mail darf nicht leer sein"), "auth__create_acc__email_invalid_error" : MessageLookupByLibrary.simpleMessage("😅 Bitte gib eine gĂŒltige E-Mail-Adresse an."), - "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("fritz_fantom@mail.com"), - "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Wir haben derzeit Probleme mit unseren Servern, versuch es in ein paar Minuten erneut."), + "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("fritz_fantom@mail.de"), + "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Ein Serverproblem ist aufgetreten, bitte versuche es spĂ€ter noch einmal."), "auth__create_acc__email_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ€” Es gibt bereits einen Account mit dieser E-Mail."), - "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("Fangen wir an"), + "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("Los geht\'s"), "auth__create_acc__link_empty_error" : MessageLookupByLibrary.simpleMessage("Link darf nicht leer sein."), "auth__create_acc__link_invalid_error" : MessageLookupByLibrary.simpleMessage("Dieser Link scheint ungĂŒltig zu sein."), "auth__create_acc__name_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Ein Name kann nur alphanumerische Zeichen enthalten (momentan)."), "auth__create_acc__name_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Dein Name darf nicht leer sein."), - "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Dein Name darf nicht lĂ€nger als 50 Zeichen sein. (Wenn er das ist, entschuldigen wir uns sehr.)"), + "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Dein Name darf nicht lĂ€nger als 50 Zeichen lang sein. (Wenn er das tatsĂ€chlich ist, tut uns das sehr leid.)"), "auth__create_acc__name_placeholder" : MessageLookupByLibrary.simpleMessage("Fritz Fantom"), "auth__create_acc__next" : MessageLookupByLibrary.simpleMessage("Weiter"), "auth__create_acc__one_last_thing" : MessageLookupByLibrary.simpleMessage("Eine letzte Sache..."), @@ -180,8 +186,8 @@ class MessageLookup extends MessageLookupByLibrary { "auth__create_acc__previous" : MessageLookupByLibrary.simpleMessage("ZurĂŒck"), "auth__create_acc__register" : MessageLookupByLibrary.simpleMessage("Registrieren"), "auth__create_acc__request_invite" : MessageLookupByLibrary.simpleMessage("Keine Einladung? Fordere hier eine an."), - "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Wir haben derzeit Probleme mit unseren Servern, versuch es in ein paar Minuten erneut."), - "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😅 Es sieht so aus, als ob einige Informationen nicht korrekt waren, ĂŒberprĂŒfe diese und versuch es erneut."), + "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Ein Serverproblem ist aufgetreten, bitte versuche es spĂ€ter noch einmal."), + "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😅 Es sieht so aus, als ob einige Informationen nicht korrekt waren. ÜberprĂŒfe diese und versuche es noch einmal."), "auth__create_acc__submit_error_title" : MessageLookupByLibrary.simpleMessage("Oh nein..."), "auth__create_acc__submit_loading_desc" : MessageLookupByLibrary.simpleMessage("Wir erstellen deinen Account."), "auth__create_acc__submit_loading_title" : MessageLookupByLibrary.simpleMessage("Halte durch!"), @@ -191,11 +197,11 @@ class MessageLookup extends MessageLookupByLibrary { "auth__create_acc__username_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Der Benutzername darf nicht leer sein."), "auth__create_acc__username_length_error" : MessageLookupByLibrary.simpleMessage("😅 Der Benutzername darf nicht lĂ€nger als 30 Zeichen sein."), "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("fritzfantom"), - "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Wir haben derzeit Probleme mit unseren Servern, versuch es in ein paar Minuten erneut."), + "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Ein Serverproblem ist aufgetreten, bitte versuche es spĂ€ter noch einmal."), "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© Der Benutzername @%s ist schon vergeben."), - "auth__create_acc__welcome_to_alpha" : MessageLookupByLibrary.simpleMessage("Willkommen in der Alpha!"), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("Willkommen zur Beta!"), "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("WĂ€hle ein Profilbild"), - "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("Was ist deine E-Mail?"), + "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("Wie lautet deine E-Mail?"), "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Wie heißt du?"), "auth__create_acc__what_password" : MessageLookupByLibrary.simpleMessage("WĂ€hle ein Passwort"), "auth__create_acc__what_password_subtext" : MessageLookupByLibrary.simpleMessage("(min. 10 Zeichen)"), @@ -208,7 +214,7 @@ class MessageLookup extends MessageLookupByLibrary { "auth__description_range_error" : m1, "auth__email_empty_error" : MessageLookupByLibrary.simpleMessage("E-Mail darf nicht leer sein."), "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("Bitte gib eine gĂŒltige E-Mail an."), - "auth__headline" : MessageLookupByLibrary.simpleMessage("Besser sozial."), + "auth__headline" : MessageLookupByLibrary.simpleMessage("Better social."), "auth__login" : MessageLookupByLibrary.simpleMessage("Anmelden"), "auth__login__connection_error" : MessageLookupByLibrary.simpleMessage("Wir können unsere Server nicht erreichen. Ist eine Verbindung zum Internet vorhanden?"), "auth__login__credentials_mismatch_error" : MessageLookupByLibrary.simpleMessage("Die angegebenen Anmeldedaten stimmen nicht ĂŒberein."), @@ -227,7 +233,7 @@ class MessageLookup extends MessageLookupByLibrary { "auth__login__username_characters_error" : MessageLookupByLibrary.simpleMessage("Benutzername kann nur alphanumerische Zeichen und Unterstriche enthalten."), "auth__login__username_empty_error" : MessageLookupByLibrary.simpleMessage("Benutzername ist erforderlich."), "auth__login__username_label" : MessageLookupByLibrary.simpleMessage("Benutzername"), - "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("Benutzername darf nicht lĂ€nger als 30 Zeichen sein."), + "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("Benutzername darf nicht lĂ€nger als 30 Zeichen lang sein."), "auth__name_empty_error" : MessageLookupByLibrary.simpleMessage("Name darf nicht leer sein."), "auth__name_range_error" : m2, "auth__password_empty_error" : MessageLookupByLibrary.simpleMessage("Passwort darf nicht leer sein."), @@ -238,13 +244,13 @@ class MessageLookup extends MessageLookupByLibrary { "auth__username_empty_error" : MessageLookupByLibrary.simpleMessage("Benutzername darf nicht leer sein."), "auth__username_maxlength_error" : m4, "community__about" : MessageLookupByLibrary.simpleMessage("Über"), - "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Personen in die Community einladen"), + "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Lade jemanden in die Community ein"), "community__actions_manage_text" : MessageLookupByLibrary.simpleMessage("Verwalten"), "community__add_administrators_title" : MessageLookupByLibrary.simpleMessage("Administrator hinzufĂŒgen."), "community__add_moderator_title" : MessageLookupByLibrary.simpleMessage("Moderator hinzufĂŒgen"), "community__adjectives_range_error" : m5, "community__admin_add_confirmation" : m6, - "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Dies ermöglicht dem Mitglied, die Community-Details, Administratoren, Moderatoren und gesperrte Benutzer zu bearbeiten."), + "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Dies ermöglicht dem Mitglied, folgendes zu bearbeiten: Die Community-Details, Administratoren, Moderatoren und gesperrte Benutzer."), "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("verwaltete Communities"), "community__administrated_community" : MessageLookupByLibrary.simpleMessage("verwaltete Community"), "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Verwaltet"), @@ -254,29 +260,29 @@ class MessageLookup extends MessageLookupByLibrary { "community__administrators_title" : MessageLookupByLibrary.simpleMessage("Administratoren"), "community__ban_confirmation" : m7, "community__ban_desc" : MessageLookupByLibrary.simpleMessage("Dadurch wird der Benutzer aus der Community entfernt und es wird ihm nicht mehr erlaubt beizutreten."), - "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Benutzer sperren"), + "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Benutzer bannen"), "community__banned_user_text" : MessageLookupByLibrary.simpleMessage("gesperrter Benutzer"), "community__banned_users_text" : MessageLookupByLibrary.simpleMessage("gesperrte Benutzer"), "community__banned_users_title" : MessageLookupByLibrary.simpleMessage("Gesperrte Benutzer"), "community__button_rules" : MessageLookupByLibrary.simpleMessage("Regeln"), - "community__button_staff" : MessageLookupByLibrary.simpleMessage("Mitarbeiter"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Team"), "community__categories" : MessageLookupByLibrary.simpleMessage("Kategorien."), "community__category" : MessageLookupByLibrary.simpleMessage("Kategorie."), - "community__communities" : MessageLookupByLibrary.simpleMessage("communitys"), + "community__communities" : MessageLookupByLibrary.simpleMessage("Communities"), "community__communities_all_text" : MessageLookupByLibrary.simpleMessage("Alle"), "community__communities_no_category_found" : MessageLookupByLibrary.simpleMessage("Keine Kategorien gefunden. Bitte versuche es in wenigen Minuten erneut."), "community__communities_refresh_text" : MessageLookupByLibrary.simpleMessage("Aktualisieren"), - "community__communities_title" : MessageLookupByLibrary.simpleMessage("Communitys"), + "community__communities_title" : MessageLookupByLibrary.simpleMessage("Communities"), "community__community" : MessageLookupByLibrary.simpleMessage("Community"), "community__community_members" : MessageLookupByLibrary.simpleMessage("Community-Mitglieder"), - "community__community_staff" : MessageLookupByLibrary.simpleMessage("Community-Personal"), + "community__community_staff" : MessageLookupByLibrary.simpleMessage("Community-Team"), "community__confirmation_title" : MessageLookupByLibrary.simpleMessage("BestĂ€tigung"), "community__delete_confirmation" : MessageLookupByLibrary.simpleMessage("Bist du dir sicher, dass du die Community löschen möchtest?"), - "community__delete_desc" : MessageLookupByLibrary.simpleMessage("Du wirst keine BeitrĂ€ge dieser Community in deiner Timeline sehen, und auch keine BeitrĂ€ge mehr mit der Community teilen können."), + "community__delete_desc" : MessageLookupByLibrary.simpleMessage("Du wirst keine BeitrĂ€ge dieser Community in deiner Timeline sehen, und auch keine BeitrĂ€ge mehr mit dieser Community teilen können."), "community__description_range_error" : m8, - "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Favorisierte Community"), - "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("Favorisierte Communitys"), - "community__favorite_community" : MessageLookupByLibrary.simpleMessage("Favorisierte Community"), + "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Community favorisieren"), + "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("favorisierte Communities"), + "community__favorite_community" : MessageLookupByLibrary.simpleMessage("favorisierte Community"), "community__favorites_title" : MessageLookupByLibrary.simpleMessage("Favoriten"), "community__invite_to_community_resource_plural" : MessageLookupByLibrary.simpleMessage("Verbindungen und Follower"), "community__invite_to_community_resource_singular" : MessageLookupByLibrary.simpleMessage("Verbindung oder Follower"), @@ -284,14 +290,14 @@ class MessageLookup extends MessageLookupByLibrary { "community__invited_by_member" : MessageLookupByLibrary.simpleMessage("Du musst von einem Mitglied eingeladen werden."), "community__invited_by_moderator" : MessageLookupByLibrary.simpleMessage("Du musst von einem Moderator eingeladen werden."), "community__is_private" : MessageLookupByLibrary.simpleMessage("Diese Community ist privat."), - "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("Werde Mitglied von Communitys und erlebe, wie diese Registerkarte zum Leben erwacht!"), + "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("Werde Mitglied von Communities und diese Registerkarte erwacht zum Leben!"), "community__join_community" : MessageLookupByLibrary.simpleMessage("Beitreten"), - "community__joined_communities" : MessageLookupByLibrary.simpleMessage("Beigetretene Communitys"), + "community__joined_communities" : MessageLookupByLibrary.simpleMessage("Beigetretene Communities"), "community__joined_community" : MessageLookupByLibrary.simpleMessage("Beigetretene Community"), "community__joined_title" : MessageLookupByLibrary.simpleMessage("Beigetreten"), "community__leave_community" : MessageLookupByLibrary.simpleMessage("Verlassen"), "community__leave_confirmation" : MessageLookupByLibrary.simpleMessage("Bist du sicher, dass du die Community verlassen möchtest?"), - "community__leave_desc" : MessageLookupByLibrary.simpleMessage("Du wirst keine BeitrĂ€ge dieser Community in deiner Timeline sehen, und auch keine BeitrĂ€ge mehr mit der Community teilen können."), + "community__leave_desc" : MessageLookupByLibrary.simpleMessage("Du wirst keine BeitrĂ€ge dieser Community in deiner Timeline sehen, und auch keine BeitrĂ€ge mehr mit dieser Community teilen können."), "community__manage_add_favourite" : MessageLookupByLibrary.simpleMessage("Community zu deinen Favoriten hinzufĂŒgen"), "community__manage_admins_desc" : MessageLookupByLibrary.simpleMessage("Administratoren anzeigen, hinzufĂŒgen und entfernen."), "community__manage_admins_title" : MessageLookupByLibrary.simpleMessage("Administratoren"), @@ -303,11 +309,11 @@ class MessageLookup extends MessageLookupByLibrary { "community__manage_delete_title" : MessageLookupByLibrary.simpleMessage("Community löschen"), "community__manage_details_desc" : MessageLookupByLibrary.simpleMessage("Ändere den Titel, Namen, Avatar, Cover-Foto und mehr."), "community__manage_details_title" : MessageLookupByLibrary.simpleMessage("Details"), - "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Lade deine Verbindungen und Abonnenten ein, dieser Community beizutreten."), + "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Lade deine Verbindungen und Follower ein, dieser Community beizutreten."), "community__manage_invite_title" : MessageLookupByLibrary.simpleMessage("Personen einladen"), "community__manage_leave_desc" : MessageLookupByLibrary.simpleMessage("Diese Community verlassen."), "community__manage_leave_title" : MessageLookupByLibrary.simpleMessage("Community verlassen"), - "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("ÜberprĂŒfe die Community-Moderationsberichte."), + "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("ÜberprĂŒfe die Meldungen an die Community."), "community__manage_mod_reports_title" : MessageLookupByLibrary.simpleMessage("Moderationsberichte"), "community__manage_mods_desc" : MessageLookupByLibrary.simpleMessage("Moderatoren anzeigen, hinzufĂŒgen und entfernen."), "community__manage_mods_title" : MessageLookupByLibrary.simpleMessage("Moderatoren"), @@ -317,11 +323,11 @@ class MessageLookup extends MessageLookupByLibrary { "community__member_capitalized" : MessageLookupByLibrary.simpleMessage("Mitglied"), "community__member_plural" : MessageLookupByLibrary.simpleMessage("Mitglieder"), "community__members_capitalized" : MessageLookupByLibrary.simpleMessage("Mitglieder"), - "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("moderierte Communitys"), + "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("moderierte Communities"), "community__moderated_community" : MessageLookupByLibrary.simpleMessage("moderierte Community"), "community__moderated_title" : MessageLookupByLibrary.simpleMessage("Moderiert"), "community__moderator_add_confirmation" : m9, - "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Dies ermöglicht dem Mitglied, die Community-Details, Moderatoren und gesperrte Benutzer zu bearbeiten."), + "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Dies ermöglicht dem Mitglied, folgendes zu bearbeiten: Die Community-Details, Moderatoren und gesperrte Benutzer."), "community__moderator_resource_name" : MessageLookupByLibrary.simpleMessage("Moderator"), "community__moderators_resource_name" : MessageLookupByLibrary.simpleMessage("Moderatoren"), "community__moderators_title" : MessageLookupByLibrary.simpleMessage("Moderatoren"), @@ -337,7 +343,7 @@ class MessageLookup extends MessageLookupByLibrary { "community__post_singular" : MessageLookupByLibrary.simpleMessage("Beitrag"), "community__posts" : MessageLookupByLibrary.simpleMessage("BeitrĂ€ge"), "community__refresh_text" : MessageLookupByLibrary.simpleMessage("Aktualisieren"), - "community__refreshing" : MessageLookupByLibrary.simpleMessage("Community aktualisieren"), + "community__refreshing" : MessageLookupByLibrary.simpleMessage("Community neu laden"), "community__rules_empty_error" : MessageLookupByLibrary.simpleMessage("Regeln dĂŒrfen nicht leer sein."), "community__rules_range_error" : m14, "community__rules_text" : MessageLookupByLibrary.simpleMessage("Regeln"), @@ -368,15 +374,16 @@ class MessageLookup extends MessageLookupByLibrary { "community__save_community_save_text" : MessageLookupByLibrary.simpleMessage("Speichern"), "community__title_empty_error" : MessageLookupByLibrary.simpleMessage("Titel darf nicht leer sein."), "community__title_range_error" : m16, - "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("In allen Kategorien angesagt"), + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("Angesagt in allen Kategorien"), "community__trending_in_category" : m17, - "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("Keine Communitys im Trend gefunden. Versuche es in ein paar Minuten erneut."), + "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("Keine angesagten Communities gefunden. Versuche es in ein paar Minuten erneut."), "community__trending_refresh" : MessageLookupByLibrary.simpleMessage("Aktualisieren"), "community__type_private" : MessageLookupByLibrary.simpleMessage("Privat"), "community__type_public" : MessageLookupByLibrary.simpleMessage("Öffentlich"), "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Community von Favoriten löschen"), "community__user_you_text" : MessageLookupByLibrary.simpleMessage("Du"), "community__yes" : MessageLookupByLibrary.simpleMessage("Ja"), + "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("VorschlĂ€ge"), "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("Accounteinstellungen"), "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("Blockierte Benutzer"), "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("E-Mail Ă€ndern"), @@ -385,7 +392,7 @@ class MessageLookup extends MessageLookupByLibrary { "drawer__account_settings_language" : m18, "drawer__account_settings_language_text" : MessageLookupByLibrary.simpleMessage("Sprache"), "drawer__account_settings_notifications" : MessageLookupByLibrary.simpleMessage("Benachrichtigungen"), - "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("App & Konto"), + "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("App & Account"), "drawer__application_settings" : MessageLookupByLibrary.simpleMessage("App-Einstellungen"), "drawer__connections" : MessageLookupByLibrary.simpleMessage("Meine Verbindungen"), "drawer__customize" : MessageLookupByLibrary.simpleMessage("Anpassen"), @@ -400,31 +407,34 @@ class MessageLookup extends MessageLookupByLibrary { "drawer__my_following" : MessageLookupByLibrary.simpleMessage("Folge ich"), "drawer__my_invites" : MessageLookupByLibrary.simpleMessage("Meine Einladungen"), "drawer__my_lists" : MessageLookupByLibrary.simpleMessage("Meine Listen"), - "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Meine Moderationsstrafen"), - "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("Meine ausstehenden Moderationsaufgaben"), + "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Meine Strafen"), + "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("Meine offenen Moderatoraufgaben"), "drawer__profile" : MessageLookupByLibrary.simpleMessage("Profil"), "drawer__settings" : MessageLookupByLibrary.simpleMessage("Einstellungen"), "drawer__themes" : MessageLookupByLibrary.simpleMessage("Designs"), "drawer__useful_links_guidelines" : MessageLookupByLibrary.simpleMessage("Okuna-Richtlinien"), "drawer__useful_links_guidelines_bug_tracker" : MessageLookupByLibrary.simpleMessage("Fehlerverfolgung"), - "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Melde einen Fehler oder stimme bestehende Fehler hoch"), - "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("Die Richtlinien, die wir alle fĂŒr ein gesundes und freundliches Zusammenleben befolgen mĂŒssen."), + "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Melde einen Fehler oder gib bereits gemeldeten Fehlern mehr PrioritĂ€t"), + "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("Regeln, die wir alle fĂŒr ein gutes und freundliches Miteinander befolgen sollten."), "drawer__useful_links_guidelines_feature_requests" : MessageLookupByLibrary.simpleMessage("Feature-Anfragen"), - "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("Fordere ein Feature an oder stimme bestehende Anfragen hoch"), + "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("Schlage neue Funktionen vor oder stimme fĂŒr bestehende VorschlĂ€ge ab"), "drawer__useful_links_guidelines_github" : MessageLookupByLibrary.simpleMessage("Github Projektboard"), "drawer__useful_links_guidelines_github_desc" : MessageLookupByLibrary.simpleMessage("Wirf einen Blick auf das, woran wir gerade arbeiten"), - "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Okuna Handbuch"), - "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Ein Buch mit allem, was man ĂŒber die Nutzung der Plattform wissen muss"), + "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Okuna Benutzerhandbuch"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Ein Benutzerhandbuch mit allem, was man wissen muss, um Okuna zu nutzen"), "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Community Slack Channel"), - "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("Ein Ort, um alles ĂŒber Okuna zu diskutieren"), + "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("Hier kann man sich ĂŒber Okuna austauschen"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Okuna unterstĂŒtzen"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Finde einen Weg, wie Du uns auf unserer Reise unterstĂŒtzen kannst!"), "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("NĂŒtzliche Links"), "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Keine Internetverbindung"), "error__unknown_error" : MessageLookupByLibrary.simpleMessage("Unbekannter Fehler"), "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatte mit dem Team"), "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("ÜberprĂŒfen"), - "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Community moderierte Objekte"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Kategorie"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Moderierte Objekte"), "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("BestĂ€tigen"), - "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Dieser Punkt wurde ĂŒberprĂŒft"), + "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Dieses Element wurde ĂŒberprĂŒft"), "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Objekt"), "moderation__community_review_reject" : MessageLookupByLibrary.simpleMessage("zurĂŒckweisen"), "moderation__community_review_title" : MessageLookupByLibrary.simpleMessage("Moderiertes Objekt ĂŒberprĂŒfen"), @@ -434,12 +444,13 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__confirm_report_post_reported" : MessageLookupByLibrary.simpleMessage("Beitrag gemeldet"), "moderation__confirm_report_provide_details" : MessageLookupByLibrary.simpleMessage("Kannst du zusĂ€tzliche Details angeben, die fĂŒr den Bericht relevant sein könnten?"), "moderation__confirm_report_provide_happen_next" : MessageLookupByLibrary.simpleMessage("Hier ist, was als nĂ€chstes passieren wird:"), - "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("- Dein Bericht wird anonym ĂŒbermittelt. \n- Wenn du einen Beitrag oder Kommentar meldest, wird der Bericht an die Okuna-Mitarbeiter und ggf. an die Community-Moderatoren gesendet und der Beitrag wird in deinem Feed ausgeblendet. \n- Wenn du ein Konto oder eine Community meldest, wird dies an die Okuna-Mitarbeiter gesendet. \n- Wir werden das ĂŒberprĂŒfen und wenn es bestĂ€tigt wird, werden die Inhalte gelöscht und Strafen fĂŒr die betroffenen Personen verhĂ€ngt. Diese reichen von einer vorĂŒbergehenden Sperrung bis zur Löschung des Kontos - je nach Schwere der Überschreitung. \n- Wenn sich herausstellt, dass die Meldung in dem Versuch erstellt wurde, einem anderen Mitglied oder einer Community auf der Plattform ohne Verletzung des angegebenen Grundes Schaden zuzufĂŒgen, werden Strafen gegenĂŒber dir verhĂ€ngt.\n"), + "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("- Dein Bericht wird anonym ĂŒbermittelt. \n- Wenn du einen Beitrag oder Kommentar meldest, wird der Bericht an die Okuna-Mitarbeiter und ggf. an die Community-Moderatoren gesendet und der Beitrag wird in deinem Feed ausgeblendet. \n- Wenn du ein Account oder eine Community meldest, wird dies an die Okuna-Mitarbeiter gesendet. \n- Wir werden das ĂŒberprĂŒfen und wenn es bestĂ€tigt wird, werden die Inhalte gelöscht und Strafen fĂŒr die betroffenen Personen verhĂ€ngt. Diese reichen von einer vorĂŒbergehenden Sperrung bis zur Löschung des Accounts - je nach Schwere der Überschreitung. \n- Wenn sich herausstellt, dass die Meldung in dem Versuch erstellt wurde, einem anderen Mitglied oder einer Community auf der Plattform ohne Verletzung des angegebenen Grundes Schaden zuzufĂŒgen, werden Strafen gegenĂŒber dir verhĂ€ngt.\n"), "moderation__confirm_report_provide_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Schreibe hier..."), "moderation__confirm_report_provide_optional_info" : MessageLookupByLibrary.simpleMessage("(Optional)"), "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Ich verstehe, einreichen."), "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Bericht einreichen"), "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("Benutzer gemeldet"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("Beschreibung"), "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Filter anwenden"), "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Sonstige"), "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("ZurĂŒcksetzen"), @@ -459,10 +470,22 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Wahr"), "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("Verifiziert"), "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Verifiziert durch Okuna-Mitarbeiter"), - "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Konto melden"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("gegen mich verhĂ€ngte Strafe"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("gegen mich verhĂ€ngte Strafen"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Meine Strafen"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("Offene Moderatoraufgaben"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Keine Beschreibung"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("offene Moderatoraufgaben"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("offene Moderatoraufgabe"), + "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Account melden"), "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("Kommentar melden"), "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("Community melden"), "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("Beitrag melden"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("Meldender"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("Berichte"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("Berichte"), + "moderation__reports_see_all" : m19, "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tippe hier, um das Laden von Elementen zu wiederholen"), "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Speichern"), "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Kategorie aktualisieren"), @@ -472,53 +495,60 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__update_description_title" : MessageLookupByLibrary.simpleMessage("Beschreibung bearbeiten"), "moderation__update_status_save" : MessageLookupByLibrary.simpleMessage("Speichern"), "moderation__update_status_title" : MessageLookupByLibrary.simpleMessage("Status aktualisieren"), - "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("Du hast dieses Konto gemeldet"), + "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("Du hast diesen Account gemeldet"), "moderation__you_have_reported_comment_text" : MessageLookupByLibrary.simpleMessage("Du hast diesen Kommentar gemeldet"), "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("Du hast diese Community gemeldet"), "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("Du hast diesen Beitrag gemeldet"), "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] hat deine Verbindungsanfrage angenommen."), - "notifications__comment_comment_notification_tile_user_also_commented" : m19, - "notifications__comment_comment_notification_tile_user_commented" : m20, - "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn jemand auf einen deiner BeitrĂ€ge oder einen auf den du ebenfalls kommentiert hast, kommentiert."), - "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn jemand auf einen deiner Kommentare antwortet."), - "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("Kommentar-Reaktion posten"), - "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn jemand auf deinen Kommentar, oder auf einen, auf den du auch geantwortet hast, antwortet."), - "notifications__comment_reply_notification_tile_user_also_replied" : m21, - "notifications__comment_reply_notification_tile_user_replied" : m22, - "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Kommentar-Antwort posten"), - "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Kommentar posten"), - "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn dich jemand einlĂ€dt, einer Community beizutreten."), - "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Community-Einladung"), + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, + "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn jemand auf einen deiner BeitrĂ€ge oder einen auf den du ebenfalls kommentiert hast, kommentiert"), + "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn jemand auf einen deiner Kommentare reagiert"), + "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("Kommentar-Reaktionen"), + "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn jemand auf deinen Kommentar, oder auf einen, auf den du auch geantwortet hast, antwortet"), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Kommentar-Antworten"), + "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Kommentare auf BeitrĂ€ge"), + "notifications__comment_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn dich jemand in einem Kommentar erwĂ€hnt"), + "notifications__comment_user_mention_title" : MessageLookupByLibrary.simpleMessage("ErwĂ€hnungen in Kommentaren"), + "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn dich jemand in eine Community einlĂ€dt"), + "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Community-Einladungen"), "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn sich jemand mit dir verbinden möchte"), "notifications__connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] möchte sich mit dir verbinden."), "notifications__connection_title" : MessageLookupByLibrary.simpleMessage("Verbindungsanfrage"), "notifications__follow_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn dir jemand folgt"), "notifications__follow_title" : MessageLookupByLibrary.simpleMessage("Folgen"), "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] folgt dir jetzt."), - "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt wenn etwas passiert"), + "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn etwas passiert"), "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Benachrichtigungen"), - "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Beitragskommentar-Benachrichtigungen deaktivieren"), - "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Beitrag-Benachrichtigungen deaktivieren"), - "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Beitragskommentar-Benachrichtigungen aktivieren"), - "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Beitrag-Benachrichtigungen aktivieren"), - "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn jemand auf einen deiner BeitrĂ€ge reagiert."), - "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("Reaktion posten"), + "notifications__mentioned_in_post_comment_tile" : m24, + "notifications__mentioned_in_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] hat dich in einem Beitrag erwĂ€hnt."), + "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Kommentar-Benachrichtigungen deaktivieren"), + "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Beitrags-Benachrichtigungen deaktivieren"), + "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Kommentar-Benachrichtigungen aktivieren"), + "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Beitrags-Benachrichtigungen aktivieren"), + "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn jemand auf einen deiner BeitrĂ€ge reagiert"), + "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("Reaktionen auf BeitrĂ€ge"), + "notifications__post_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn dich jemand in einem Beitrag erwĂ€hnt"), + "notifications__post_user_mention_title" : MessageLookupByLibrary.simpleMessage("ErwĂ€hnungen in BeitrĂ€gen"), "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] hat auf deinen Kommentar reagiert."), "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] hat auf deinen Beitrag reagiert."), - "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("Benachrichtigungseinstellungen"), - "notifications__user_community_invite_tile" : m23, - "post__action_comment" : MessageLookupByLibrary.simpleMessage("Kommentieren"), + "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("Benachrichtigungen"), + "notifications__user_community_invite_tile" : m25, + "post__action_comment" : MessageLookupByLibrary.simpleMessage("Kommentar"), "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagieren"), - "post__action_reply" : MessageLookupByLibrary.simpleMessage("Reply"), + "post__action_reply" : MessageLookupByLibrary.simpleMessage("Antworten"), "post__actions_comment_deleted" : MessageLookupByLibrary.simpleMessage("Kommentar gelöscht"), - "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Delete post"), + "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Beitrag löschen"), "post__actions_delete_comment" : MessageLookupByLibrary.simpleMessage("Kommentar löschen"), - "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("Post deleted"), + "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("Beitrag gelöscht"), "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Kommentar bearbeiten"), "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("Melden"), "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("Gemeldet"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Mehr anzeigen"), "post__close_post" : MessageLookupByLibrary.simpleMessage("Beitrag schließen"), - "post__comment_maxlength_error" : m24, + "post__comment_maxlength_error" : m26, "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Teilen"), "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Kommentar beantworten"), "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Deine Antwort..."), @@ -549,13 +579,13 @@ class MessageLookup extends MessageLookupByLibrary { "post__comments_header_view_newest_replies" : MessageLookupByLibrary.simpleMessage("Neueste Antworten anzeigen"), "post__comments_header_view_oldest_comments" : MessageLookupByLibrary.simpleMessage("Älteste Kommentare anzeigen"), "post__comments_header_view_oldest_replies" : MessageLookupByLibrary.simpleMessage("Älteste Antworten anzeigen"), - "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("No more replies to load"), - "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("No more comments to load"), - "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("Post replies"), - "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tap to retry loading comments."), - "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Tap to retry loading replies."), - "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("Post comments"), - "post__comments_view_all_comments" : m25, + "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("Keine weiteren Antworten zum Laden"), + "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("Keine weiteren Kommentare zum Laden"), + "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("Antworten"), + "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Kommentare neu laden."), + "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Antworten neu laden."), + "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("Kommentare"), + "post__comments_view_all_comments" : m27, "post__create_new" : MessageLookupByLibrary.simpleMessage("Neuer Beitrag"), "post__create_next" : MessageLookupByLibrary.simpleMessage("Weiter"), "post__create_photo" : MessageLookupByLibrary.simpleMessage("Foto"), @@ -565,16 +595,16 @@ class MessageLookup extends MessageLookupByLibrary { "post__enable_post_comments" : MessageLookupByLibrary.simpleMessage("Kommentare fĂŒr BeitrĂ€ge aktivieren"), "post__have_not_shared_anything" : MessageLookupByLibrary.simpleMessage("Du hast noch nichts geteilt."), "post__is_closed" : MessageLookupByLibrary.simpleMessage("Geschlossener Beitrag"), - "post__my_circles" : MessageLookupByLibrary.simpleMessage("Meine Kreise"), + "post__my_circles" : MessageLookupByLibrary.simpleMessage("Meinen Kreisen"), "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Teile den Beitrag mit einem oder mehreren deiner Kreise."), - "post__no_circles_for" : m26, + "post__no_circles_for" : m28, "post__open_post" : MessageLookupByLibrary.simpleMessage("Beitrag öffnen"), "post__post_closed" : MessageLookupByLibrary.simpleMessage("Beitrag geschlossen "), "post__post_opened" : MessageLookupByLibrary.simpleMessage("Beitrag geöffnet"), "post__post_reactions_title" : MessageLookupByLibrary.simpleMessage("Reaktionen auf BeitrĂ€ge"), "post__profile_counts_follower" : MessageLookupByLibrary.simpleMessage(" Follower"), "post__profile_counts_followers" : MessageLookupByLibrary.simpleMessage(" Follower"), - "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Following"), + "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Folge ich"), "post__profile_counts_post" : MessageLookupByLibrary.simpleMessage(" Beitrag"), "post__profile_counts_posts" : MessageLookupByLibrary.simpleMessage(" BeitrĂ€ge"), "post__reaction_list_tap_retry" : MessageLookupByLibrary.simpleMessage("Tippe, um das Laden der Reaktionen zu wiederholen."), @@ -589,8 +619,20 @@ class MessageLookup extends MessageLookupByLibrary { "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Privat geteilt mit"), "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Beitrag teilen mit"), "post__text_copied" : MessageLookupByLibrary.simpleMessage("Text kopiert!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("Tg"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("Std"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("Min."), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("jetzt"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1Tg"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1Min."), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1Wo"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1J"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("Sek"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("Wo."), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("J"), "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 Alle BeitrĂ€ge geladen"), - "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Versuch die Timeline zu aktualisieren."), + "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Versuche die Timeline zu aktualisieren."), "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Irgendwas stimmt hier nicht."), "post__timeline_posts_failed_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Versuche es in ein paar Sekunden erneut"), "post__timeline_posts_failed_drhoo_title" : MessageLookupByLibrary.simpleMessage("Deine Timeline konnte nicht geladen werden."), @@ -599,11 +641,11 @@ class MessageLookup extends MessageLookupByLibrary { "post__timeline_posts_refresh_posts" : MessageLookupByLibrary.simpleMessage("BeitrĂ€ge aktualisieren"), "post__timeline_posts_refreshing_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Timeline wird geladen."), "post__timeline_posts_refreshing_drhoo_title" : MessageLookupByLibrary.simpleMessage("Halte durch!"), - "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("Es gibt keine trendigen BeitrĂ€ge. Versuche in ein paar Sekunden zu aktualisieren."), + "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("Es gibt keine angesagten BeitrĂ€ge. Versuche in ein paar Sekunden zu aktualisieren."), "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Aktualisieren"), - "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Trendige BeitrĂ€ge"), - "post__user_has_not_shared_anything" : m27, - "post__usernames_circles" : m28, + "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Angesagte BeitrĂ€ge"), + "post__user_has_not_shared_anything" : m29, + "post__usernames_circles" : m30, "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("Welt"), "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Geteilt mit"), "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Fertig"), @@ -612,45 +654,45 @@ class MessageLookup extends MessageLookupByLibrary { "user__add_account_to_lists" : MessageLookupByLibrary.simpleMessage("Benutzer zur Liste hinzufĂŒgen"), "user__add_account_update_account_lists" : MessageLookupByLibrary.simpleMessage("Benutzerlisten aktualisieren"), "user__add_account_update_lists" : MessageLookupByLibrary.simpleMessage("Listen aktualisieren"), - "user__billion_postfix" : MessageLookupByLibrary.simpleMessage("Mrd"), - "user__block_user" : MessageLookupByLibrary.simpleMessage("Benutzer blocken"), + "user__billion_postfix" : MessageLookupByLibrary.simpleMessage(" Mrd."), + "user__block_user" : MessageLookupByLibrary.simpleMessage("Benutzer blockieren"), "user__change_email_email_text" : MessageLookupByLibrary.simpleMessage("E-Mail"), "user__change_email_error" : MessageLookupByLibrary.simpleMessage("Diese E-Mail Adresse ist bereits registriert"), - "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Gib deine neue E-Mail Adresse ein"), + "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Gib deine neue E-Mail ein"), "user__change_email_save" : MessageLookupByLibrary.simpleMessage("Speichern"), "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Wir haben einen BestĂ€tigungslink an deine neue E-Mail-Adresse gesendet, klick auf ihn, um deine neue E-Mail zu bestĂ€tigen"), - "user__change_email_title" : MessageLookupByLibrary.simpleMessage("E-Mail Adresse Ă€ndern"), + "user__change_email_title" : MessageLookupByLibrary.simpleMessage("E-Mail Ă€ndern"), "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("Die Kreisname kann nicht leer sein."), - "user__circle_name_range_error" : m29, - "user__circle_peoples_count" : m30, + "user__circle_name_range_error" : m31, + "user__circle_peoples_count" : m32, "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("Einstellungen erfolgreich gelöscht"), "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Anwendungseinstellungen löschen. Momentan ist das nur die bevorzugte Reihenfolge der Kommentare."), "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("Einstellungen konnten nicht gelöscht werden"), "user__clear_app_preferences_title" : MessageLookupByLibrary.simpleMessage("Einstellungen löschen"), "user__clear_application_cache_desc" : MessageLookupByLibrary.simpleMessage("Gespeicherte BeitrĂ€ge, Accounts, Bilder & mehr."), - "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("Zischenspeicher konnte nicht gelöscht werden"), + "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("Zwischenspeicher konnte nicht gelöscht werden"), "user__clear_application_cache_success" : MessageLookupByLibrary.simpleMessage("Zwischenspeicher erfolgreich geleert"), "user__clear_application_cache_text" : MessageLookupByLibrary.simpleMessage("Zwischenspeicher leeren"), "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("Benutzer blockiert."), - "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("Ihr werdet gegenseitig keine BeitrĂ€ge von dem anderen sehen und auch nicht in der Lage sein, in irgendeiner Weise zu interagieren."), + "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("Ihr werdet gegenseitig keine BeitrĂ€ge des anderen mehr sehen. Außerdem werdet ihr in keiner Weise mehr miteinander in Kontakt treten können."), "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("Nein"), - "user__confirm_block_user_question" : m31, + "user__confirm_block_user_question" : m33, "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("BestĂ€tigen"), "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("Ja"), "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("Verbindung zum Kreis hinzufĂŒgen"), "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("BestĂ€tigen"), "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("Verbindung bestĂ€tigt"), - "user__confirm_connection_with" : m32, + "user__confirm_connection_with" : m34, "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Mit der Community chatten."), "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Beginne einen Chat."), "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatte mit dem Team."), "user__confirm_guidelines_reject_delete_account" : MessageLookupByLibrary.simpleMessage("Account Löschen"), "user__confirm_guidelines_reject_go_back" : MessageLookupByLibrary.simpleMessage("ZurĂŒck"), - "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("Du kannst Okuna nicht benutzen, bevor du die Richtlinien nicht akzeptierst."), + "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("Du kannst Okuna nicht benutzen, wenn du die Richtlinien nicht akzeptierst."), "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("Trete Okuna auf Slack bei."), "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Richtlinien ablehnen"), "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("Verbindung zum Kreis hinzufĂŒgen"), - "user__connect_to_user_connect_with_username" : m33, + "user__connect_to_user_connect_with_username" : m35, "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Fertig"), "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("Verbindungsanfrage gesendet"), "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Bearbeiten"), @@ -668,7 +710,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Gib dein aktuelles Passwort ein"), "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("Weiter"), "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Account Löschen"), - "user__disconnect_from_user" : m34, + "user__disconnect_from_user" : m36, "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Erfolgreich getrennt"), "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Über mich"), "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Löschen"), @@ -676,33 +718,39 @@ class MessageLookup extends MessageLookupByLibrary { "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("Ort"), "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Name"), "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("Bild auswĂ€hlen"), - "user__edit_profile_pick_image_error_too_large" : m35, + "user__edit_profile_pick_image_error_too_large" : m37, "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Speichern"), "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Profil bearbeiten"), - "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Url"), - "user__edit_profile_user_name_taken" : m36, + "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("URL"), + "user__edit_profile_user_name_taken" : m38, "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("Benutzername"), "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("Hoppla! Dein Token ist ungĂŒltig oder abgelaufen, bitte versuche es erneut"), "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("Nice! Deine E-Mail wurde verifiziert"), "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("Kein Emoji ausgewĂ€hlt"), - "user__emoji_search_none_found" : m37, + "user__emoji_search_none_found" : m39, "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Folgen"), "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Entfolgen"), - "user__follower_plural" : MessageLookupByLibrary.simpleMessage("follower"), - "user__follower_singular" : MessageLookupByLibrary.simpleMessage("follower"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Keine Listen gefunden."), + "user__follow_lists_no_list_found_for" : m40, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Suche nach Liste..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Meine Listen"), + "user__follower_plural" : MessageLookupByLibrary.simpleMessage("Follower"), + "user__follower_singular" : MessageLookupByLibrary.simpleMessage("Follower"), "user__followers_title" : MessageLookupByLibrary.simpleMessage("Follower"), - "user__follows_list_accounts_count" : m38, + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("Nutzer, denen ich folge"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Folge ich"), + "user__follows_list_accounts_count" : m41, "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Bearbeiten"), "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("Benutzer"), - "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Konto"), - "user__follows_lists_accounts" : m39, - "user__groups_see_all" : m40, + "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Account"), + "user__follows_lists_accounts" : m42, + "user__groups_see_all" : m43, "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("Akzeptieren"), "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("Bitte nimm dir einen Moment Zeit, um unsere Richtlinien zu lesen und zu akzeptieren."), "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Ablehnen"), "user__invite" : MessageLookupByLibrary.simpleMessage("Einladen"), "user__invite_member" : MessageLookupByLibrary.simpleMessage("Mitglied"), - "user__invite_someone_message" : m41, + "user__invite_someone_message" : m44, "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("angenommene Einladung"), "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("angenommene Einladungen"), "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Angenommen"), @@ -714,18 +762,18 @@ class MessageLookup extends MessageLookupByLibrary { "user__invites_create_save" : MessageLookupByLibrary.simpleMessage("Speichern"), "user__invites_delete" : MessageLookupByLibrary.simpleMessage("Löschen"), "user__invites_edit_text" : MessageLookupByLibrary.simpleMessage("Bearbeiten"), - "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("z.B. fritz_fantom@mail.com"), + "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("z.B. fritz_fantom@mail.de"), "user__invites_email_invite_text" : MessageLookupByLibrary.simpleMessage("Einladung senden"), "user__invites_email_send_text" : MessageLookupByLibrary.simpleMessage("Senden"), "user__invites_email_sent_text" : MessageLookupByLibrary.simpleMessage("Einladung gesendet"), "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("E-Mail"), "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("FreundIn einladen"), "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Einladen"), - "user__invites_joined_with" : m42, + "user__invites_joined_with" : m45, "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("Du hast keine Einladungen verfĂŒgbar."), "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Sieht so aus als hĂ€ttest du noch keine Einladung verwendet."), "user__invites_pending" : MessageLookupByLibrary.simpleMessage("Ausstehend"), - "user__invites_pending_email" : m43, + "user__invites_pending_email" : m46, "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("ausstehende Einladung"), "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("ausstehende Einladungen"), "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Aktualisieren"), @@ -738,15 +786,15 @@ class MessageLookup extends MessageLookupByLibrary { "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("Sprache erfolgreich geĂ€ndert"), "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("Spracheinstellungen"), "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("Die Listenname kann nicht leer sein."), - "user__list_name_range_error" : m44, + "user__list_name_range_error" : m47, "user__million_postfix" : MessageLookupByLibrary.simpleMessage("Mio"), "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Verbindungsanfrage abbrechen"), "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Verbindungsanfrage ablehnen"), "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("Benutzer blockiert"), "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("Benutzer Blockierung aufgehoben"), - "user__profile_bio_length_error" : m45, - "user__profile_location_length_error" : m46, - "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("Bitte gib eine gĂŒltige Url an."), + "user__profile_bio_length_error" : m48, + "user__profile_location_length_error" : m49, + "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("Bitte verwende eine gĂŒltige URL."), "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Account aus Listen entfernen"), "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("Erfolgreich"), "user__save_connection_circle_color_hint" : MessageLookupByLibrary.simpleMessage("(Zum Ändern tippen)"), @@ -755,46 +803,46 @@ class MessageLookup extends MessageLookupByLibrary { "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Kreis bearbeiten"), "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("z.B. Freunde, Familie, Arbeit."), "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Name"), - "user__save_connection_circle_name_taken" : m47, + "user__save_connection_circle_name_taken" : m50, "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Speichern"), "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("Benutzer"), "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Liste erstellen"), "user__save_follows_list_edit" : MessageLookupByLibrary.simpleMessage("Liste bearbeiten"), - "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("Emoji ist erforderlich"), - "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("Emoji"), + "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("Emoji"), + "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("Emoji ist erforderlich"), "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("z.B. Reisen, Fotografie"), "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Name"), - "user__save_follows_list_name_taken" : m48, + "user__save_follows_list_name_taken" : m51, "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Speichern"), "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("Benutzer"), "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("Tsd"), "user__tile_delete" : MessageLookupByLibrary.simpleMessage("Löschen"), "user__tile_following" : MessageLookupByLibrary.simpleMessage(" · Folgt"), - "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Filter anwenden"), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Anwenden"), "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Kreise"), - "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Alle zurĂŒcksetzen"), + "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Alle aufheben"), "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listen"), - "user__timeline_filters_no_match" : m49, - "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Nach Kreisen und Listen suchern..."), + "user__timeline_filters_no_match" : m52, + "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Nach Kreisen und Listen suchen..."), "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Timeline-Filter"), - "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Übersetzung anzeigen"), - "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Original anzeigen"), - "user__unblock_user" : MessageLookupByLibrary.simpleMessage("Benutzer Blockierung aufheben"), - "user__uninvite" : MessageLookupByLibrary.simpleMessage("Ausladen"), + "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Übersetzen"), + "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Originaltext"), + "user__unblock_user" : MessageLookupByLibrary.simpleMessage("Blockierung aufheben"), + "user__uninvite" : MessageLookupByLibrary.simpleMessage("Einladung stornieren"), "user__update_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Speichern"), "user__update_connection_circle_updated" : MessageLookupByLibrary.simpleMessage("Verbindung aktualisiert"), "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Verbindungskreise aktualisieren"), "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Abbrechen"), - "user_search__communities" : MessageLookupByLibrary.simpleMessage("Communitys"), - "user_search__list_no_results_found" : m50, + "user_search__communities" : MessageLookupByLibrary.simpleMessage("Communities"), + "user_search__list_no_results_found" : m53, "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Aktualisieren"), "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Tippen zum Wiederholen."), - "user_search__list_search_text" : m51, - "user_search__no_communities_for" : m52, - "user_search__no_results_for" : m53, - "user_search__no_users_for" : m54, - "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Search..."), - "user_search__searching_for" : m55, + "user_search__list_search_text" : m54, + "user_search__no_communities_for" : m55, + "user_search__no_results_for" : m56, + "user_search__no_users_for" : m57, + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Suchen..."), + "user_search__searching_for" : m58, "user_search__users" : MessageLookupByLibrary.simpleMessage("Benutzer") }; } diff --git a/lib/locale/messages_en.dart b/lib/locale/messages_en.dart index 9d94606ef..76952b77f 100644 --- a/lib/locale/messages_en.dart +++ b/lib/locale/messages_en.dart @@ -58,79 +58,85 @@ class MessageLookup extends MessageLookupByLibrary { static m18(currentUserLanguage) => "Language (${currentUserLanguage})"; - static m19(postCommentText) => "[name] [username] also commented: ${postCommentText}"; + static m19(resourceCount, resourceName) => "See all ${resourceCount} ${resourceName}"; - static m20(postCommentText) => "[name] [username] commented on your post: ${postCommentText}"; + static m20(postCommentText) => "[name] [username] also commented: ${postCommentText}"; - static m21(postCommentText) => "[name] [username] also replied: ${postCommentText}"; + static m21(postCommentText) => "[name] [username] commented on your post: ${postCommentText}"; - static m22(postCommentText) => "[name] [username] replied: ${postCommentText}"; + static m22(postCommentText) => "[name] [username] also replied: ${postCommentText}"; - static m23(communityName) => "[name] [username] has invited you to join community /c/${communityName}."; + static m23(postCommentText) => "[name] [username] replied: ${postCommentText}"; - static m24(maxLength) => "A comment can\'t be longer than ${maxLength} characters."; + static m24(postCommentText) => "[name] [username] mentioned you on a comment: ${postCommentText}"; - static m25(commentsCount) => "View all ${commentsCount} comments"; + static m25(communityName) => "[name] [username] has invited you to join community /c/${communityName}."; - static m26(circlesSearchQuery) => "No circles found matching \'${circlesSearchQuery}\'."; + static m26(maxLength) => "A comment can\'t be longer than ${maxLength} characters."; - static m27(name) => "${name} has not shared anything yet."; + static m27(commentsCount) => "View all ${commentsCount} comments"; - static m28(postCreatorUsername) => "@${postCreatorUsername}\'s circles"; + static m28(circlesSearchQuery) => "No circles found matching \'${circlesSearchQuery}\'."; - static m29(maxLength) => "Circle name must be no longer than ${maxLength} characters."; + static m29(name) => "${name} has not shared anything yet."; - static m30(prettyUsersCount) => "${prettyUsersCount} people"; + static m30(postCreatorUsername) => "@${postCreatorUsername}\'s circles"; - static m31(username) => "Are you sure you want to block @${username}?"; + static m31(maxLength) => "Circle name must be no longer than ${maxLength} characters."; - static m32(userName) => "Confirm connection with ${userName}"; + static m32(prettyUsersCount) => "${prettyUsersCount} people"; - static m33(userName) => "Connect with ${userName}"; + static m33(username) => "Are you sure you want to block @${username}?"; - static m34(userName) => "Disconnect from ${userName}"; + static m34(userName) => "Confirm connection with ${userName}"; - static m35(limit) => "Image too large (limit: ${limit} MB)"; + static m35(userName) => "Connect with ${userName}"; - static m36(username) => "Username @${username} is taken"; + static m36(userName) => "Disconnect from ${userName}"; - static m37(searchQuery) => "No emoji found matching \'${searchQuery}\'."; + static m37(limit) => "Image too large (limit: ${limit} MB)"; - static m38(prettyUsersCount) => "${prettyUsersCount} accounts"; + static m38(username) => "Username @${username} is taken"; - static m39(prettyUsersCount) => "${prettyUsersCount} Accounts"; + static m39(searchQuery) => "No emoji found matching \'${searchQuery}\'."; - static m40(groupName) => "See all ${groupName}"; + static m40(searchQuery) => "No list found for \'${searchQuery}\'"; - static m41(iosLink, androidLink, inviteLink) => "Hey, I\'d like to invite you to Okuna. First, Download the app on iTunes (${iosLink}) or the Play store (${androidLink}). Second, paste this personalised invite link in the \'Sign up\' form in the Okuna App: ${inviteLink}"; + static m41(prettyUsersCount) => "${prettyUsersCount} accounts"; - static m42(username) => "Joined with username @${username}"; + static m42(prettyUsersCount) => "${prettyUsersCount} Accounts"; - static m43(email) => "Pending, invite email sent to ${email}"; + static m43(groupName) => "See all ${groupName}"; - static m44(maxLength) => "List name must be no longer than ${maxLength} characters."; + static m44(iosLink, androidLink, inviteLink) => "Hey, I\'d like to invite you to Okuna. First, Download the app on iTunes (${iosLink}) or the Play store (${androidLink}). Second, paste this personalised invite link in the \'Sign up\' form in the Okuna App: ${inviteLink}"; - static m45(maxLength) => "Bio can\'t be longer than ${maxLength} characters."; + static m45(username) => "Joined with username @${username}"; - static m46(maxLength) => "Location can\'t be longer than ${maxLength} characters."; + static m46(email) => "Pending, invite email sent to ${email}"; - static m47(takenConnectionsCircleName) => "Circle name \'${takenConnectionsCircleName}\' is taken"; + static m47(maxLength) => "List name must be no longer than ${maxLength} characters."; - static m48(listName) => "List name \'${listName}\' is taken"; + static m48(maxLength) => "Bio can\'t be longer than ${maxLength} characters."; - static m49(searchQuery) => "No match for \'${searchQuery}\'."; + static m49(maxLength) => "Location can\'t be longer than ${maxLength} characters."; - static m50(resourcePluralName) => "No ${resourcePluralName} found."; + static m50(takenConnectionsCircleName) => "Circle name \'${takenConnectionsCircleName}\' is taken"; - static m51(resourcePluralName) => "Search ${resourcePluralName} ..."; + static m51(listName) => "List name \'${listName}\' is taken"; - static m52(searchQuery) => "No communities found for \'${searchQuery}\'."; + static m52(searchQuery) => "No match for \'${searchQuery}\'."; - static m53(searchQuery) => "No results for \'${searchQuery}\'."; + static m53(resourcePluralName) => "No ${resourcePluralName} found."; - static m54(searchQuery) => "No users found for \'${searchQuery}\'."; + static m54(resourcePluralName) => "Search ${resourcePluralName} ..."; - static m55(searchQuery) => "Searching for \'${searchQuery}\'"; + static m55(searchQuery) => "No communities found for \'${searchQuery}\'."; + + static m56(searchQuery) => "No results for \'${searchQuery}\'."; + + static m57(searchQuery) => "No users found for \'${searchQuery}\'."; + + static m58(searchQuery) => "Searching for \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -193,7 +199,7 @@ class MessageLookup extends MessageLookupByLibrary { "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("pablopicasso"), "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 We\'re experiencing issues with our servers, please try again in a couple of minutes."), "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© The username @%s is taken."), - "auth__create_acc__welcome_to_alpha" : MessageLookupByLibrary.simpleMessage("Welcome to the Alpha!"), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("Welcome to the Beta!"), "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("Choose a profile picture"), "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("What\'s your email?"), "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("What\'s your name?"), @@ -377,6 +383,7 @@ class MessageLookup extends MessageLookupByLibrary { "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Unfavorite community"), "community__user_you_text" : MessageLookupByLibrary.simpleMessage("You"), "community__yes" : MessageLookupByLibrary.simpleMessage("Yes"), + "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("Suggestions"), "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("Account Settings"), "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("Blocked users"), "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("Change Email"), @@ -417,11 +424,14 @@ class MessageLookup extends MessageLookupByLibrary { "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("A book with everything there is to know about using the platform"), "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Community Slack channel"), "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("A place to discuss everything about Okuna"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Support Okuna"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Find a way you can support us on our journey!"), "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("Useful links"), "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("No internet connection"), "error__unknown_error" : MessageLookupByLibrary.simpleMessage("Unknown error"), "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chat with the team"), "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Review"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Category"), "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Community moderated objects"), "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("Approve"), "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("This item has been verified"), @@ -440,6 +450,7 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("I understand, submit."), "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Submit report"), "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("User reported"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("Description"), "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Apply filters"), "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Other"), "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("Reset"), @@ -459,10 +470,22 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("True"), "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("Verified"), "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Verified by Okuna staff"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("moderation penalty"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("moderation penalties"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Moderation penalties"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("Pending moderation tasks"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("No description"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("pending moderation tasks"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("pending moderation task"), "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Report account"), "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("Report comment"), "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("Report community"), "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("Report post"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("Reporter"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("reports"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("Reports"), + "moderation__reports_see_all" : m19, "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tap to retry loading items"), "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Save"), "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Update category"), @@ -477,16 +500,18 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("You have reported this community"), "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("You have reported this post"), "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] accepted your connection request."), - "notifications__comment_comment_notification_tile_user_also_commented" : m19, - "notifications__comment_comment_notification_tile_user_commented" : m20, + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone comments on one of your posts or one you also commented"), "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone reacts to one of your post commments"), "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("Post comment reaction"), "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone replies to one of your comments or one you also replied to"), - "notifications__comment_reply_notification_tile_user_also_replied" : m21, - "notifications__comment_reply_notification_tile_user_replied" : m22, + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Post comment reply"), "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Post comment"), + "notifications__comment_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone mentions you on one of their comments"), + "notifications__comment_user_mention_title" : MessageLookupByLibrary.simpleMessage("Post comment mention"), "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone invites you to join a community"), "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Community invite"), "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone wants to connect with you"), @@ -497,16 +522,20 @@ class MessageLookup extends MessageLookupByLibrary { "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] is now following you."), "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Be notified when something happens"), "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Notifications"), + "notifications__mentioned_in_post_comment_tile" : m24, + "notifications__mentioned_in_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] mentioned you on a post."), "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Turn off post comment notifications"), "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Turn off post notifications"), "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Turn on post comment notifications"), "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Turn on post notifications"), "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone reacts to one of your posts"), "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("Post reaction"), + "notifications__post_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone mentions you on one of their posts"), + "notifications__post_user_mention_title" : MessageLookupByLibrary.simpleMessage("Post mention"), "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reacted to your post comment."), "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reacted to your post."), "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("Notifications settings"), - "notifications__user_community_invite_tile" : m23, + "notifications__user_community_invite_tile" : m25, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Comment"), "post__action_react" : MessageLookupByLibrary.simpleMessage("React"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Reply"), @@ -517,8 +546,9 @@ class MessageLookup extends MessageLookupByLibrary { "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Edit comment"), "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("Report"), "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("Reported"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Show more"), "post__close_post" : MessageLookupByLibrary.simpleMessage("Close post"), - "post__comment_maxlength_error" : m24, + "post__comment_maxlength_error" : m26, "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Post"), "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Reply to comment"), "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Your reply..."), @@ -555,7 +585,7 @@ class MessageLookup extends MessageLookupByLibrary { "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tap to retry loading comments."), "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Tap to retry loading replies."), "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("Post comments"), - "post__comments_view_all_comments" : m25, + "post__comments_view_all_comments" : m27, "post__create_new" : MessageLookupByLibrary.simpleMessage("New post"), "post__create_next" : MessageLookupByLibrary.simpleMessage("Next"), "post__create_photo" : MessageLookupByLibrary.simpleMessage("Photo"), @@ -567,7 +597,7 @@ class MessageLookup extends MessageLookupByLibrary { "post__is_closed" : MessageLookupByLibrary.simpleMessage("Closed post"), "post__my_circles" : MessageLookupByLibrary.simpleMessage("My circles"), "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Share the post to one or multiple of your circles."), - "post__no_circles_for" : m26, + "post__no_circles_for" : m28, "post__open_post" : MessageLookupByLibrary.simpleMessage("Open post"), "post__post_closed" : MessageLookupByLibrary.simpleMessage("Post closed "), "post__post_opened" : MessageLookupByLibrary.simpleMessage("Post opened"), @@ -589,6 +619,18 @@ class MessageLookup extends MessageLookupByLibrary { "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Shared privately on"), "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Sharing post to"), "post__text_copied" : MessageLookupByLibrary.simpleMessage("Text copied!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("d"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("now"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1d"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1m"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1w"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1y"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("w"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("y"), "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 All posts loaded"), "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Try refreshing the timeline."), "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Something\'s not right."), @@ -602,8 +644,8 @@ class MessageLookup extends MessageLookupByLibrary { "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("There are no trending posts. Try refreshing in a couple seconds."), "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Refresh"), "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Trending posts"), - "post__user_has_not_shared_anything" : m27, - "post__usernames_circles" : m28, + "post__user_has_not_shared_anything" : m29, + "post__usernames_circles" : m30, "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("World"), "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("You shared with"), "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Done"), @@ -621,8 +663,8 @@ class MessageLookup extends MessageLookupByLibrary { "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("We\'ve sent a confirmation link to your new email address, click it to verify your new email"), "user__change_email_title" : MessageLookupByLibrary.simpleMessage("Change Email"), "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("Circle name cannot be empty."), - "user__circle_name_range_error" : m29, - "user__circle_peoples_count" : m30, + "user__circle_name_range_error" : m31, + "user__circle_peoples_count" : m32, "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("Cleared preferences successfully"), "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Clear the application preferences. Currently this is only the preferred order of comments."), "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("Could not clear preferences"), @@ -634,13 +676,13 @@ class MessageLookup extends MessageLookupByLibrary { "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("User blocked."), "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("You won\'t see each other posts nor be able to interact in any way."), "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("No"), - "user__confirm_block_user_question" : m31, + "user__confirm_block_user_question" : m33, "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("Confirmation"), "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("Yes"), "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("Add connection to circle"), "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("Confirm"), "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("Connection confirmed"), - "user__confirm_connection_with" : m32, + "user__confirm_connection_with" : m34, "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Chat with the community."), "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Start a chat immediately."), "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chat with the team."), @@ -650,7 +692,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("Join the Slack channel."), "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Guidelines Rejection"), "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("Add connection to circle"), - "user__connect_to_user_connect_with_username" : m33, + "user__connect_to_user_connect_with_username" : m35, "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Done"), "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("Connection request sent"), "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Edit"), @@ -668,7 +710,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Enter your current password"), "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("Next"), "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Delete account"), - "user__disconnect_from_user" : m34, + "user__disconnect_from_user" : m36, "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Disconnected successfully"), "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Bio"), "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Delete"), @@ -676,33 +718,39 @@ class MessageLookup extends MessageLookupByLibrary { "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("Location"), "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Name"), "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("Pick image"), - "user__edit_profile_pick_image_error_too_large" : m35, + "user__edit_profile_pick_image_error_too_large" : m37, "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Save"), "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Edit profile"), "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Url"), - "user__edit_profile_user_name_taken" : m36, + "user__edit_profile_user_name_taken" : m38, "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("Username"), "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("Oops! Your token was not valid or expired, please try again"), "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("Awesome! Your email is now verified"), "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("No emoji selected"), - "user__emoji_search_none_found" : m37, + "user__emoji_search_none_found" : m39, "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Follow"), "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Unfollow"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("No lists found."), + "user__follow_lists_no_list_found_for" : m40, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Search for a list..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("My lists"), "user__follower_plural" : MessageLookupByLibrary.simpleMessage("followers"), "user__follower_singular" : MessageLookupByLibrary.simpleMessage("follower"), "user__followers_title" : MessageLookupByLibrary.simpleMessage("Followers"), - "user__follows_list_accounts_count" : m38, + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("followed users"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Following"), + "user__follows_list_accounts_count" : m41, "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Edit"), "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("Users"), "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Account"), - "user__follows_lists_accounts" : m39, - "user__groups_see_all" : m40, + "user__follows_lists_accounts" : m42, + "user__groups_see_all" : m43, "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("Accept"), "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("Please take a moment to read and accept our guidelines."), "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Reject"), "user__invite" : MessageLookupByLibrary.simpleMessage("Invite"), "user__invite_member" : MessageLookupByLibrary.simpleMessage("Member"), - "user__invite_someone_message" : m41, + "user__invite_someone_message" : m44, "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("accepted invite"), "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("accepted invites"), "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Accepted"), @@ -721,11 +769,11 @@ class MessageLookup extends MessageLookupByLibrary { "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("Email"), "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Invite a friend"), "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Invite"), - "user__invites_joined_with" : m42, + "user__invites_joined_with" : m45, "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("You have no invites available."), "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Looks like you haven\'t used any invite."), "user__invites_pending" : MessageLookupByLibrary.simpleMessage("Pending"), - "user__invites_pending_email" : m43, + "user__invites_pending_email" : m46, "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("pending invite"), "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("pending invites"), "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Refresh"), @@ -738,14 +786,14 @@ class MessageLookup extends MessageLookupByLibrary { "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("Language changed successfully"), "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("Language settings"), "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("List name cannot be empty."), - "user__list_name_range_error" : m44, + "user__list_name_range_error" : m47, "user__million_postfix" : MessageLookupByLibrary.simpleMessage("m"), "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Cancel connection request"), "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Deny connection request"), "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("User blocked"), "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("User unblocked"), - "user__profile_bio_length_error" : m45, - "user__profile_location_length_error" : m46, + "user__profile_bio_length_error" : m48, + "user__profile_location_length_error" : m49, "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("Please provide a valid url."), "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Remove account from lists"), "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("Success"), @@ -755,7 +803,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Edit circle"), "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("e.g. Friends, Family, Work."), "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Name"), - "user__save_connection_circle_name_taken" : m47, + "user__save_connection_circle_name_taken" : m50, "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Save"), "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("Users"), "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Create list"), @@ -764,7 +812,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("Emoji is required"), "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("e.g. Travel, Photography"), "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Name"), - "user__save_follows_list_name_taken" : m48, + "user__save_follows_list_name_taken" : m51, "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Save"), "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("Users"), "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("k"), @@ -774,7 +822,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Circles"), "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Clear all"), "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Lists"), - "user__timeline_filters_no_match" : m49, + "user__timeline_filters_no_match" : m52, "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Search for circles and lists..."), "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Timeline filters"), "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("See translation"), @@ -786,15 +834,15 @@ class MessageLookup extends MessageLookupByLibrary { "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Update connection circles"), "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Cancel"), "user_search__communities" : MessageLookupByLibrary.simpleMessage("Communities"), - "user_search__list_no_results_found" : m50, + "user_search__list_no_results_found" : m53, "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Refresh"), "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Tap to retry."), - "user_search__list_search_text" : m51, - "user_search__no_communities_for" : m52, - "user_search__no_results_for" : m53, - "user_search__no_users_for" : m54, + "user_search__list_search_text" : m54, + "user_search__no_communities_for" : m55, + "user_search__no_results_for" : m56, + "user_search__no_users_for" : m57, "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Search..."), - "user_search__searching_for" : m55, + "user_search__searching_for" : m58, "user_search__users" : MessageLookupByLibrary.simpleMessage("Users") }; } diff --git a/lib/locale/messages_es-ES.dart b/lib/locale/messages_es-ES.dart new file mode 100644 index 000000000..08f3fff1c --- /dev/null +++ b/lib/locale/messages_es-ES.dart @@ -0,0 +1,848 @@ +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart +// This is a library that provides messages for a es_ES locale. All the +// messages from the main program should be duplicated here with the same +// function name. + +// ignore_for_file: unnecessary_brace_in_string_interps + +import 'package:intl/intl.dart'; +import 'package:intl/message_lookup_by_library.dart'; + +// ignore: unnecessary_new +final messages = new MessageLookup(); + +// ignore: unused_element +final _keepAnalysisHappy = Intl.defaultLocale; + +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + +class MessageLookup extends MessageLookupByLibrary { + get localeName => 'es_ES'; + + static m0(minLength, maxLength) => "(${minLength}-${maxLength} caracteres)"; + + static m1(minLength, maxLength) => "La descripciĂłn debe tener entre ${minLength} y ${maxLength} caracteres."; + + static m2(minLength, maxLength) => "El nombre debe tener entre ${minLength} y ${maxLength} caracteres."; + + static m3(minLength, maxLength) => "La contraseña debe tener entre ${minLength} y ${maxLength} caracteres."; + + static m4(maxLength) => "El nombre de usuario no puede tener mĂĄs de ${maxLength} caracteres."; + + static m5(maxLength) => "Los adjetivos no pueden ser mĂĄs largos que ${maxLength} caracteres."; + + static m6(username) => "ÂżSeguro que quieres añadir @${username} como administrador de la comunidad?"; + + static m7(username) => "ÂżSeguro que quieres banear a @${username}?"; + + static m8(maxLength) => "La descripciĂłn no puede ser mĂĄs larga que ${maxLength} caracteres."; + + static m9(username) => "ÂżSeguro que quieres añadir a @${username} como administrador de la comunidad?"; + + static m10(maxLength) => "El nombre no puede tener mĂĄs de ${maxLength} caracteres."; + + static m11(min) => "Debes elegir al menos ${min} categorĂ­as."; + + static m12(min) => "Debes elegir al menos ${min} categorĂ­a."; + + static m13(max) => "Escoge hasta ${max} categorĂ­as"; + + static m14(maxLength) => "Las reglas no pueden tener mĂĄs de ${maxLength} caracteres."; + + static m15(takenName) => "El nombre \'${takenName}\' esta tomado"; + + static m16(maxLength) => "El tĂ­tulo no puede ser mĂĄs largo que ${maxLength} caracteres."; + + static m17(categoryName) => "Trending en ${categoryName}"; + + static m18(currentUserLanguage) => "Idioma (${currentUserLanguage})"; + + static m19(resourceCount, resourceName) => "Ver todos los ${resourceCount} ${resourceName}"; + + static m20(postCommentText) => "[name] [username] tambiĂ©n comentĂł: ${postCommentText}"; + + static m21(postCommentText) => "[name] [username] comentĂł en tu post: ${postCommentText}"; + + static m22(postCommentText) => "[name] [username] tambiĂ©n respondiĂł: ${postCommentText}"; + + static m23(postCommentText) => "[name] [username] respondiĂł: ${postCommentText}"; + + static m24(postCommentText) => "[name] [username] te mencionĂł en un comentario: ${postCommentText}"; + + static m25(communityName) => "[name] [username] te ha invitado a unirte a la comunidad /c/${communityName}."; + + static m26(maxLength) => "Un comentario no puede ser mĂĄs largo que ${maxLength} caracteres."; + + static m27(commentsCount) => "Ver los ${commentsCount} comentarios"; + + static m28(circlesSearchQuery) => "\'No se han encontrado cĂ­rculos que coincidan con \'${circlesSearchQuery}\'."; + + static m29(name) => "${name} aĂșn no ha compartido nada."; + + static m30(postCreatorUsername) => "los cĂ­rculos de @${postCreatorUsername}\'s"; + + static m31(maxLength) => "El nombre del cĂ­rculo no debe tener mĂĄs de ${maxLength} caracteres."; + + static m32(prettyUsersCount) => "${prettyUsersCount} gente"; + + static m33(username) => "ÂżSeguro que quieres banear a @${username}?"; + + static m34(userName) => "Confirmar conexiĂłn con ${userName}"; + + static m35(userName) => "Conectar con ${userName}"; + + static m36(userName) => "Desconectarse de ${userName}"; + + static m37(limit) => "Imagen demasiado grande (lĂ­mite: ${limit} MB)"; + + static m38(username) => "El nombre de usuario @${username} ya existe"; + + static m39(searchQuery) => "No se encontrĂł un Emoji similar a \'${searchQuery}\'."; + + static m40(searchQuery) => "No se encontrĂł lista con \'${searchQuery}\'"; + + static m41(prettyUsersCount) => "${prettyUsersCount} cuentas"; + + static m42(prettyUsersCount) => "${prettyUsersCount} Cuentas"; + + static m43(groupName) => "Ver ${groupName}"; + + static m44(iosLink, androidLink, inviteLink) => "Hola, me gustarĂ­a invitarte a Okuna. Primero, descarga la aplicaciĂłn en iTunes (${iosLink}) on la PlayStore (${androidLink}). En segundo lugar, pega este enlace de invitaciĂłn personalizado en el formulario \'Registrarse\' en la aplicaciĂłn Okuna: ${inviteLink}"; + + static m45(username) => "Se uniĂł con el nombre de usuario @${username}"; + + static m46(email) => "Pendiente, email de invitaciĂłn enviado a ${email}"; + + static m47(maxLength) => "El nombre de la lista no debe tener mĂĄs de ${maxLength} caracteres."; + + static m48(maxLength) => "La biografĂ­a no puede contener mĂĄs de ${maxLength} caracteres."; + + static m49(maxLength) => "La ubicaciĂłn no puede contener mĂĄs de ${maxLength} caracteres."; + + static m50(takenConnectionsCircleName) => "El nombre de lista \'${takenConnectionsCircleName}\' esta tomado"; + + static m51(listName) => "El nombre de lista \'${listName}\' esta tomado"; + + static m52(searchQuery) => "Sin resultados para \'${searchQuery}\'."; + + static m53(resourcePluralName) => "No se encontrĂł ningun ${resourcePluralName}."; + + static m54(resourcePluralName) => "Buscar ${resourcePluralName}..."; + + static m55(searchQuery) => "No se encontraron comunidades para \'${searchQuery}\'."; + + static m56(searchQuery) => "Sin resultados para \"${searchQuery}\"."; + + static m57(searchQuery) => "No se encontraron usuarios para \'${searchQuery}\'."; + + static m58(searchQuery) => "Buscando \'${searchQuery}\'"; + + final messages = _notInlinedMessages(_notInlinedMessages); + static _notInlinedMessages(_) => { + "auth__change_password_current_pwd" : MessageLookupByLibrary.simpleMessage("Contraseña actual"), + "auth__change_password_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Introduce tu contraseña actual"), + "auth__change_password_current_pwd_incorrect" : MessageLookupByLibrary.simpleMessage("La contraseña introducida fue incorrecta"), + "auth__change_password_new_pwd" : MessageLookupByLibrary.simpleMessage("Nueva contraseña"), + "auth__change_password_new_pwd_error" : MessageLookupByLibrary.simpleMessage("Por favor, asegĂșrate de que la contraseña tenga entre 10 y 100 caracteres"), + "auth__change_password_new_pwd_hint" : MessageLookupByLibrary.simpleMessage("Introduzca su nueva contraseña"), + "auth__change_password_save_success" : MessageLookupByLibrary.simpleMessage("ÂĄTodo bien! Tu contraseña ha sido actualizada"), + "auth__change_password_save_text" : MessageLookupByLibrary.simpleMessage("Guardar"), + "auth__change_password_title" : MessageLookupByLibrary.simpleMessage("Cambiar contraseña"), + "auth__create_acc__almost_there" : MessageLookupByLibrary.simpleMessage("ÂĄYa casi!"), + "auth__create_acc__are_you_legal_age" : MessageLookupByLibrary.simpleMessage("ÂżTienes mĂĄs de 16 años?"), + "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Toma una foto"), + "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("Usar una foto existente"), + "auth__create_acc__avatar_remove_photo" : MessageLookupByLibrary.simpleMessage("Eliminar foto"), + "auth__create_acc__avatar_tap_to_change" : MessageLookupByLibrary.simpleMessage("Tocar para cambiar"), + "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Puedes cambiarlo en cualquier momento en la configuraciĂłn de tu perfil."), + "auth__create_acc__congratulations" : MessageLookupByLibrary.simpleMessage("ÂĄFelicidades!"), + "auth__create_acc__create_account" : MessageLookupByLibrary.simpleMessage("Crear cuenta"), + "auth__create_acc__done" : MessageLookupByLibrary.simpleMessage("Crear cuenta"), + "auth__create_acc__done_continue" : MessageLookupByLibrary.simpleMessage("Entrar"), + "auth__create_acc__done_created" : MessageLookupByLibrary.simpleMessage("Tu cuenta ha sido creada con el nombre de usuario "), + "auth__create_acc__done_description" : MessageLookupByLibrary.simpleMessage("Tu cuenta ha sido creada."), + "auth__create_acc__done_subtext" : MessageLookupByLibrary.simpleMessage("Puedes cambiar esto en cualquier momento en la configuraciĂłn de tu perfil."), + "auth__create_acc__done_title" : MessageLookupByLibrary.simpleMessage("ÂĄWohoo!"), + "auth__create_acc__email_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Tu correo electrĂłnico no puede estar vacĂ­o"), + "auth__create_acc__email_invalid_error" : MessageLookupByLibrary.simpleMessage("😅 Por favor, proporcione una direcciĂłn de correo electrĂłnico vĂĄlida."), + "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("marc_anthony@salsa.com"), + "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Estamos experimentando problemas con nuestros servidores, por favor intĂ©ntalo de nuevo en un par de minutos."), + "auth__create_acc__email_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ€” Una cuenta ya existe para ese correo electrĂłnico."), + "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("ÂĄEmpecemos!"), + "auth__create_acc__link_empty_error" : MessageLookupByLibrary.simpleMessage("La direcciĂłn no puede estar vacĂ­a."), + "auth__create_acc__link_invalid_error" : MessageLookupByLibrary.simpleMessage("Este enlace parece ser invĂĄlido."), + "auth__create_acc__name_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Un nombre sĂłlo puede contener caracteres alfanumĂ©ricos (por ahora)."), + "auth__create_acc__name_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Tu nombre no puede estar vacĂ­o."), + "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Tu nombre no puede tener mĂĄs de 50 caracteres. (Si es asĂ­, lo sentimos)"), + "auth__create_acc__name_placeholder" : MessageLookupByLibrary.simpleMessage("Luis Miguel"), + "auth__create_acc__next" : MessageLookupByLibrary.simpleMessage("Siguiente"), + "auth__create_acc__one_last_thing" : MessageLookupByLibrary.simpleMessage("Una Ășltima cosa..."), + "auth__create_acc__password_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± La contraseña no puede estar vacĂ­a"), + "auth__create_acc__password_length_error" : MessageLookupByLibrary.simpleMessage("😅 La contraseña debe tener entre 8 y 64 caracteres."), + "auth__create_acc__paste_link" : MessageLookupByLibrary.simpleMessage("Pega el enlace de registro a continuaciĂłn"), + "auth__create_acc__paste_link_help_text" : MessageLookupByLibrary.simpleMessage("Utiliza el link en tu correo de invitaciĂłn a Okuna."), + "auth__create_acc__paste_password_reset_link" : MessageLookupByLibrary.simpleMessage("Pega el enlace de restablecimiento de contraseña a continuaciĂłn"), + "auth__create_acc__previous" : MessageLookupByLibrary.simpleMessage("AtrĂĄs"), + "auth__create_acc__register" : MessageLookupByLibrary.simpleMessage("Registro"), + "auth__create_acc__request_invite" : MessageLookupByLibrary.simpleMessage("ÂżNo tienes invitaciĂłn? Solicita una aquĂ­."), + "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Estamos experimentando problemas con nuestros servidores, por favor intĂ©ntalo de nuevo en un par de minutos."), + "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😅 Parece que algunos de los datos no son correctos, por favor comprueba e intenta de nuevo."), + "auth__create_acc__submit_error_title" : MessageLookupByLibrary.simpleMessage("Oh no..."), + "auth__create_acc__submit_loading_desc" : MessageLookupByLibrary.simpleMessage("Estamos creando tu cuenta."), + "auth__create_acc__submit_loading_title" : MessageLookupByLibrary.simpleMessage("ÂĄYa casi!"), + "auth__create_acc__subscribe" : MessageLookupByLibrary.simpleMessage("Solicitar"), + "auth__create_acc__subscribe_to_waitlist_text" : MessageLookupByLibrary.simpleMessage("ÂĄSolicitar una invitaciĂłn!"), + "auth__create_acc__username_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Un nombre de usuario sĂłlo puede contener caracteres alfanumĂ©ricos y guiones bajos."), + "auth__create_acc__username_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± El nombre de usuario no puede estar vacĂ­o."), + "auth__create_acc__username_length_error" : MessageLookupByLibrary.simpleMessage("😅 Un nombre de usuario no puede tener mĂĄs de 30 caracteres."), + "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("juanga"), + "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Estamos experimentando problemas con nuestros servidores, por favor intĂ©ntalo de nuevo en un par de minutos."), + "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© El nombre de usuario @%s ya estĂĄ tomado."), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("ÂĄBienvenido a la Beta!"), + "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("Sube una foto de perfil"), + "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("ÂżCuĂĄl es tu correo electrĂłnico?"), + "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Como te llamas?"), + "auth__create_acc__what_password" : MessageLookupByLibrary.simpleMessage("Elige una contraseña"), + "auth__create_acc__what_password_subtext" : MessageLookupByLibrary.simpleMessage("(min 10 caracteres)"), + "auth__create_acc__what_username" : MessageLookupByLibrary.simpleMessage("Que usuario te gustaria tener?"), + "auth__create_acc__your_subscribed" : MessageLookupByLibrary.simpleMessage("Eres el nĂșmero {0} en la lista de espera."), + "auth__create_acc__your_username_is" : MessageLookupByLibrary.simpleMessage("Tu nombre de usuario es "), + "auth__create_acc_password_hint_text" : m0, + "auth__create_account" : MessageLookupByLibrary.simpleMessage("Registro"), + "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("La descripciĂłn no puede estar vacĂ­a."), + "auth__description_range_error" : m1, + "auth__email_empty_error" : MessageLookupByLibrary.simpleMessage("Correo electrĂłnico no puede estar vacĂ­o."), + "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("Ingresa un email vĂĄlido."), + "auth__headline" : MessageLookupByLibrary.simpleMessage("🕊 Una red social mejor."), + "auth__login" : MessageLookupByLibrary.simpleMessage("Entrar"), + "auth__login__connection_error" : MessageLookupByLibrary.simpleMessage("No podemos llegar a nuestros servidores. ÂżEstĂĄs conectado a Internet?"), + "auth__login__credentials_mismatch_error" : MessageLookupByLibrary.simpleMessage("Las credenciales proporcionadas no coinciden."), + "auth__login__email_label" : MessageLookupByLibrary.simpleMessage("Correo electrĂłnico"), + "auth__login__forgot_password" : MessageLookupByLibrary.simpleMessage("OlvidĂ© mi contraseña"), + "auth__login__forgot_password_subtitle" : MessageLookupByLibrary.simpleMessage("Introduce tu nombre de usuario o email"), + "auth__login__login" : MessageLookupByLibrary.simpleMessage("Continuar"), + "auth__login__or_text" : MessageLookupByLibrary.simpleMessage("O"), + "auth__login__password_empty_error" : MessageLookupByLibrary.simpleMessage("La contraseña es requerida."), + "auth__login__password_label" : MessageLookupByLibrary.simpleMessage("Contraseña"), + "auth__login__password_length_error" : MessageLookupByLibrary.simpleMessage("La contraseña debe tener entre 8 y 64 caracteres."), + "auth__login__previous" : MessageLookupByLibrary.simpleMessage("Anterior"), + "auth__login__server_error" : MessageLookupByLibrary.simpleMessage("Uh oh.. Estamos experimentando problemas del servidor. Por favor, intĂ©ntalo de nuevo en unos minutos."), + "auth__login__subtitle" : MessageLookupByLibrary.simpleMessage("Introduce tus credenciales para continuar."), + "auth__login__title" : MessageLookupByLibrary.simpleMessage("ÂĄBienvenido de nuevo!"), + "auth__login__username_characters_error" : MessageLookupByLibrary.simpleMessage("El nombre de usuario sĂłlo puede contener caracteres alfanumĂ©ricos y guiones bajos."), + "auth__login__username_empty_error" : MessageLookupByLibrary.simpleMessage("El nombre de usuario es requerido."), + "auth__login__username_label" : MessageLookupByLibrary.simpleMessage("Usuario"), + "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("El nombre de usuario no puede tener mĂĄs de 30 caracteres."), + "auth__name_empty_error" : MessageLookupByLibrary.simpleMessage("El nombre no puede estar vacĂ­o."), + "auth__name_range_error" : m2, + "auth__password_empty_error" : MessageLookupByLibrary.simpleMessage("La contraseña no puede estar vacĂ­a."), + "auth__password_range_error" : m3, + "auth__reset_password_success_info" : MessageLookupByLibrary.simpleMessage("Su contraseña ha sido actualizada correctamente"), + "auth__reset_password_success_title" : MessageLookupByLibrary.simpleMessage("ÂĄTodo Listo!"), + "auth__username_characters_error" : MessageLookupByLibrary.simpleMessage("Un nombre de usuario sĂłlo puede contener caracteres alfanumĂ©ricos y guiones bajos."), + "auth__username_empty_error" : MessageLookupByLibrary.simpleMessage("El nombre de usuario no puede estar vacĂ­o."), + "auth__username_maxlength_error" : m4, + "community__about" : MessageLookupByLibrary.simpleMessage("Acerca de"), + "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Invitar a la comunidad"), + "community__actions_manage_text" : MessageLookupByLibrary.simpleMessage("Gestionar"), + "community__add_administrators_title" : MessageLookupByLibrary.simpleMessage("Añadir administrador."), + "community__add_moderator_title" : MessageLookupByLibrary.simpleMessage("Añadir moderador"), + "community__adjectives_range_error" : m5, + "community__admin_add_confirmation" : m6, + "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Esto permitirĂĄ al miembro editar los detalles de la comunidad, administradores, moderadores y usuarios baneados."), + "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("comunidades administradas"), + "community__administrated_community" : MessageLookupByLibrary.simpleMessage("comunidad administrada"), + "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Administradas"), + "community__administrator_plural" : MessageLookupByLibrary.simpleMessage("administradores"), + "community__administrator_text" : MessageLookupByLibrary.simpleMessage("administrador"), + "community__administrator_you" : MessageLookupByLibrary.simpleMessage("TĂș"), + "community__administrators_title" : MessageLookupByLibrary.simpleMessage("Administradores"), + "community__ban_confirmation" : m7, + "community__ban_desc" : MessageLookupByLibrary.simpleMessage("Esto removera al usuario de la comunidad y no le permitirĂĄ volver a unirse."), + "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Banear usuario"), + "community__banned_user_text" : MessageLookupByLibrary.simpleMessage("usuario baneado"), + "community__banned_users_text" : MessageLookupByLibrary.simpleMessage("usuarios baneados"), + "community__banned_users_title" : MessageLookupByLibrary.simpleMessage("Usuarios baneados"), + "community__button_rules" : MessageLookupByLibrary.simpleMessage("Reglas"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Equipo"), + "community__categories" : MessageLookupByLibrary.simpleMessage("categorĂ­as."), + "community__category" : MessageLookupByLibrary.simpleMessage("categorĂ­a."), + "community__communities" : MessageLookupByLibrary.simpleMessage("comunidades"), + "community__communities_all_text" : MessageLookupByLibrary.simpleMessage("Todo"), + "community__communities_no_category_found" : MessageLookupByLibrary.simpleMessage("No se encontraron categorĂ­as. Por favor, intĂ©ntalo de nuevo en unos minutos."), + "community__communities_refresh_text" : MessageLookupByLibrary.simpleMessage("Refrescar"), + "community__communities_title" : MessageLookupByLibrary.simpleMessage("Comunidades"), + "community__community" : MessageLookupByLibrary.simpleMessage("comunidad"), + "community__community_members" : MessageLookupByLibrary.simpleMessage("Miembros de la comunidad"), + "community__community_staff" : MessageLookupByLibrary.simpleMessage("Equipo de la comunidad"), + "community__confirmation_title" : MessageLookupByLibrary.simpleMessage("ConfirmaciĂłn"), + "community__delete_confirmation" : MessageLookupByLibrary.simpleMessage("ÂżEstĂĄs seguro de que deseas eliminar la comunidad?"), + "community__delete_desc" : MessageLookupByLibrary.simpleMessage("No verĂĄs sus posts en tus lĂ­neas de tiempo ni podrĂĄs publicar a la comunidad."), + "community__description_range_error" : m8, + "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Favorizar comunidad"), + "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("comunidades favoritas"), + "community__favorite_community" : MessageLookupByLibrary.simpleMessage("favorizar comunidad"), + "community__favorites_title" : MessageLookupByLibrary.simpleMessage("Favoritas"), + "community__invite_to_community_resource_plural" : MessageLookupByLibrary.simpleMessage("conexiones y seguidores"), + "community__invite_to_community_resource_singular" : MessageLookupByLibrary.simpleMessage("conexiĂłn o seguidor"), + "community__invite_to_community_title" : MessageLookupByLibrary.simpleMessage("Invitar a la comunidad"), + "community__invited_by_member" : MessageLookupByLibrary.simpleMessage("Debes ser invitado por un miembro."), + "community__invited_by_moderator" : MessageLookupByLibrary.simpleMessage("Debes ser invitado por un moderador."), + "community__is_private" : MessageLookupByLibrary.simpleMessage("Esta comunidad es privada."), + "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("¡Únete a comunidades para llenar esta pestaña!"), + "community__join_community" : MessageLookupByLibrary.simpleMessage("Unirse"), + "community__joined_communities" : MessageLookupByLibrary.simpleMessage("comunidades parte de"), + "community__joined_community" : MessageLookupByLibrary.simpleMessage("comunidad parte de"), + "community__joined_title" : MessageLookupByLibrary.simpleMessage("Parte de"), + "community__leave_community" : MessageLookupByLibrary.simpleMessage("Dejar"), + "community__leave_confirmation" : MessageLookupByLibrary.simpleMessage("ÂżEstĂĄ seguro de que deseas abandonar la comunidad?"), + "community__leave_desc" : MessageLookupByLibrary.simpleMessage("No verĂĄs sus posts en tus lĂ­neas de tiempo ni podrĂĄs publicar a la comunidad."), + "community__manage_add_favourite" : MessageLookupByLibrary.simpleMessage("Añadir la comunidad a tus favoritos"), + "community__manage_admins_desc" : MessageLookupByLibrary.simpleMessage("Ver, añadir y eliminar administradores."), + "community__manage_admins_title" : MessageLookupByLibrary.simpleMessage("Administradores"), + "community__manage_banned_desc" : MessageLookupByLibrary.simpleMessage("Ver, añadir y eliminar usuarios baneados."), + "community__manage_banned_title" : MessageLookupByLibrary.simpleMessage("Usuarios baneados"), + "community__manage_closed_posts_desc" : MessageLookupByLibrary.simpleMessage("Ver y administrar posts cerrados"), + "community__manage_closed_posts_title" : MessageLookupByLibrary.simpleMessage("Posts cerrados"), + "community__manage_delete_desc" : MessageLookupByLibrary.simpleMessage("Eliminar la comunidad, para siempre."), + "community__manage_delete_title" : MessageLookupByLibrary.simpleMessage("Eliminar comunidad"), + "community__manage_details_desc" : MessageLookupByLibrary.simpleMessage("Cambia el tĂ­tulo, nombre, avatar, foto de portada y mĂĄs."), + "community__manage_details_title" : MessageLookupByLibrary.simpleMessage("Detalles"), + "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Invita a tus conexiones y seguidores a unirse a la comunidad."), + "community__manage_invite_title" : MessageLookupByLibrary.simpleMessage("Invitar a personas"), + "community__manage_leave_desc" : MessageLookupByLibrary.simpleMessage("Dejar la comunidad."), + "community__manage_leave_title" : MessageLookupByLibrary.simpleMessage("Dejar comunidad"), + "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("Revisa los reportes de moderaciĂłn de la comunidad."), + "community__manage_mod_reports_title" : MessageLookupByLibrary.simpleMessage("Reportes de moderaciĂłn"), + "community__manage_mods_desc" : MessageLookupByLibrary.simpleMessage("Ver, añadir y eliminar administradores."), + "community__manage_mods_title" : MessageLookupByLibrary.simpleMessage("Moderadores"), + "community__manage_remove_favourite" : MessageLookupByLibrary.simpleMessage("Remover la comunidad a tus favoritos"), + "community__manage_title" : MessageLookupByLibrary.simpleMessage("Gestionar comunidad"), + "community__member" : MessageLookupByLibrary.simpleMessage("miembro"), + "community__member_capitalized" : MessageLookupByLibrary.simpleMessage("Miembro"), + "community__member_plural" : MessageLookupByLibrary.simpleMessage("miembros"), + "community__members_capitalized" : MessageLookupByLibrary.simpleMessage("Miembros"), + "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("comunidades moderadas"), + "community__moderated_community" : MessageLookupByLibrary.simpleMessage("comunidad moderada"), + "community__moderated_title" : MessageLookupByLibrary.simpleMessage("Moderadas"), + "community__moderator_add_confirmation" : m9, + "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Esto permitirĂĄ al miembro editar los detalles de la comunidad, administradores, moderadores y usuarios baneados."), + "community__moderator_resource_name" : MessageLookupByLibrary.simpleMessage("moderador"), + "community__moderators_resource_name" : MessageLookupByLibrary.simpleMessage("moderadores"), + "community__moderators_title" : MessageLookupByLibrary.simpleMessage("Moderadores"), + "community__moderators_you" : MessageLookupByLibrary.simpleMessage("TĂș"), + "community__name_characters_error" : MessageLookupByLibrary.simpleMessage("El nombre sĂłlo puede contener caracteres alfanumĂ©ricos y guiones bajos."), + "community__name_empty_error" : MessageLookupByLibrary.simpleMessage("El nombre no puede estar vacĂ­o."), + "community__name_range_error" : m10, + "community__no" : MessageLookupByLibrary.simpleMessage("No"), + "community__pick_atleast_min_categories" : m11, + "community__pick_atleast_min_category" : m12, + "community__pick_upto_max" : m13, + "community__post_plural" : MessageLookupByLibrary.simpleMessage("posts"), + "community__post_singular" : MessageLookupByLibrary.simpleMessage("post"), + "community__posts" : MessageLookupByLibrary.simpleMessage("Posts"), + "community__refresh_text" : MessageLookupByLibrary.simpleMessage("Refrescar"), + "community__refreshing" : MessageLookupByLibrary.simpleMessage("Refrescando comunidad"), + "community__rules_empty_error" : MessageLookupByLibrary.simpleMessage("Las reglas no pueden estar vacĂ­as."), + "community__rules_range_error" : m14, + "community__rules_text" : MessageLookupByLibrary.simpleMessage("Reglas"), + "community__rules_title" : MessageLookupByLibrary.simpleMessage("Reglas de la comunidad"), + "community__save_community_create_community" : MessageLookupByLibrary.simpleMessage("Crear comunidad"), + "community__save_community_create_text" : MessageLookupByLibrary.simpleMessage("Crear"), + "community__save_community_edit_community" : MessageLookupByLibrary.simpleMessage("Editar comunidad"), + "community__save_community_label_title" : MessageLookupByLibrary.simpleMessage("TĂ­tulo"), + "community__save_community_label_title_hint_text" : MessageLookupByLibrary.simpleMessage("por ejemplo, Viajes, FotografĂ­a, Gaming."), + "community__save_community_name_category" : MessageLookupByLibrary.simpleMessage("CategorĂ­a"), + "community__save_community_name_label_color" : MessageLookupByLibrary.simpleMessage("Color"), + "community__save_community_name_label_color_hint_text" : MessageLookupByLibrary.simpleMessage("(Tocar para cambiar)"), + "community__save_community_name_label_desc_optional" : MessageLookupByLibrary.simpleMessage("DescripciĂłn · Opcional"), + "community__save_community_name_label_desc_optional_hint_text" : MessageLookupByLibrary.simpleMessage("ÂżDe quĂ© trata tu comunidad?"), + "community__save_community_name_label_member_adjective" : MessageLookupByLibrary.simpleMessage("Adjetivo de miembro · Opcional"), + "community__save_community_name_label_member_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("por ejemplo, viajero, fotĂłgrafo, jugador."), + "community__save_community_name_label_members_adjective" : MessageLookupByLibrary.simpleMessage("Adjetivo de miembros · Opcional"), + "community__save_community_name_label_members_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("por ejemplo, viajeros, fotĂłgrafos, jugadores."), + "community__save_community_name_label_rules_optional" : MessageLookupByLibrary.simpleMessage("Reglas · Opcional"), + "community__save_community_name_label_rules_optional_hint_text" : MessageLookupByLibrary.simpleMessage("ÂżHay algo que te gustarĂ­a que tus miembros sepan?"), + "community__save_community_name_label_type" : MessageLookupByLibrary.simpleMessage("Tipo"), + "community__save_community_name_label_type_hint_text" : MessageLookupByLibrary.simpleMessage("(Tocar para cambiar)"), + "community__save_community_name_member_invites" : MessageLookupByLibrary.simpleMessage("Invitaciones de miembros"), + "community__save_community_name_member_invites_subtitle" : MessageLookupByLibrary.simpleMessage("Los miembros pueden invitar a gente a la comunidad"), + "community__save_community_name_taken" : m15, + "community__save_community_name_title" : MessageLookupByLibrary.simpleMessage("Nombre"), + "community__save_community_name_title_hint_text" : MessageLookupByLibrary.simpleMessage(" por ejemplo, viajes, fotografĂ­a, juegos."), + "community__save_community_save_text" : MessageLookupByLibrary.simpleMessage("Guardar"), + "community__title_empty_error" : MessageLookupByLibrary.simpleMessage("El tĂ­tulo no puede estar vacĂ­o."), + "community__title_range_error" : m16, + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("Trending en todas las categorĂ­as"), + "community__trending_in_category" : m17, + "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("No se encontraron comunidades trending. IntĂ©ntalo de nuevo en unos minutos."), + "community__trending_refresh" : MessageLookupByLibrary.simpleMessage("Refrescar"), + "community__type_private" : MessageLookupByLibrary.simpleMessage("Privada"), + "community__type_public" : MessageLookupByLibrary.simpleMessage("PĂșblica"), + "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Desfavorizar comunidad"), + "community__user_you_text" : MessageLookupByLibrary.simpleMessage("TĂș"), + "community__yes" : MessageLookupByLibrary.simpleMessage("Si"), + "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("Sugerencias"), + "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("ConfiguraciĂłn de cuenta"), + "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("Usuarios bloqueados"), + "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("Cambiar email"), + "drawer__account_settings_change_password" : MessageLookupByLibrary.simpleMessage("Cambiar contraseña"), + "drawer__account_settings_delete_account" : MessageLookupByLibrary.simpleMessage("Eliminar cuenta"), + "drawer__account_settings_language" : m18, + "drawer__account_settings_language_text" : MessageLookupByLibrary.simpleMessage("Idioma"), + "drawer__account_settings_notifications" : MessageLookupByLibrary.simpleMessage("Notificaciones"), + "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("App & cuenta"), + "drawer__application_settings" : MessageLookupByLibrary.simpleMessage("ConfiguraciĂłn de la aplicaciĂłn"), + "drawer__connections" : MessageLookupByLibrary.simpleMessage("Mis conexiones"), + "drawer__customize" : MessageLookupByLibrary.simpleMessage("Personalizar"), + "drawer__global_moderation" : MessageLookupByLibrary.simpleMessage("ModeraciĂłn global"), + "drawer__help" : MessageLookupByLibrary.simpleMessage("Asistencia y comentarios"), + "drawer__lists" : MessageLookupByLibrary.simpleMessage("Mis listas"), + "drawer__logout" : MessageLookupByLibrary.simpleMessage("Cerrar sesiĂłn"), + "drawer__main_title" : MessageLookupByLibrary.simpleMessage("Mi Okuna"), + "drawer__menu_title" : MessageLookupByLibrary.simpleMessage("MenĂș"), + "drawer__my_circles" : MessageLookupByLibrary.simpleMessage("Mis cĂ­rculos"), + "drawer__my_followers" : MessageLookupByLibrary.simpleMessage("Mis seguidores"), + "drawer__my_following" : MessageLookupByLibrary.simpleMessage("Mis seguidos"), + "drawer__my_invites" : MessageLookupByLibrary.simpleMessage("Mis invitaciones"), + "drawer__my_lists" : MessageLookupByLibrary.simpleMessage("Mis listas"), + "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Mis penalizaciones de moderaciĂłn"), + "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("Mis tareas de moderaciĂłn pendientes"), + "drawer__profile" : MessageLookupByLibrary.simpleMessage("Perfil"), + "drawer__settings" : MessageLookupByLibrary.simpleMessage("ConfiguraciĂłn"), + "drawer__themes" : MessageLookupByLibrary.simpleMessage("Temas"), + "drawer__useful_links_guidelines" : MessageLookupByLibrary.simpleMessage("Reglas de Okuna"), + "drawer__useful_links_guidelines_bug_tracker" : MessageLookupByLibrary.simpleMessage("Rastreador de errores"), + "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Reportar un error o votar errores existentes"), + "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("Las reglas que todos esperamos sigan para una coexistencia sana y amistosa."), + "drawer__useful_links_guidelines_feature_requests" : MessageLookupByLibrary.simpleMessage("Solicitudes de funcionalidad"), + "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("Solicitar una funciĂłn o votar peticiones existentes"), + "drawer__useful_links_guidelines_github" : MessageLookupByLibrary.simpleMessage("Tabla de proyectos Github"), + "drawer__useful_links_guidelines_github_desc" : MessageLookupByLibrary.simpleMessage("Echa un vistazo a lo que estamos trabajando actualmente"), + "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Manual de usuario"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Un libro con todo lo que hay que saber sobre el uso de la plataforma"), + "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Slack de la comunidad"), + "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("Un lugar para discutir todo sobre Okuna"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Soporte Okuna"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Encuentra una forma de ayudarnos en nuestro viaje!"), + "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("Enlaces Ăștiles"), + "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Sin conexiĂłn al internet"), + "error__unknown_error" : MessageLookupByLibrary.simpleMessage("Error desconocido"), + "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatear con el equipo"), + "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Revisar"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Categoria"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Objectos moderados de la comunidad"), + "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("Aprobar"), + "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Este elemento ha sido verificado"), + "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Objeto"), + "moderation__community_review_reject" : MessageLookupByLibrary.simpleMessage("rechazar"), + "moderation__community_review_title" : MessageLookupByLibrary.simpleMessage("Revisar objeto moderado"), + "moderation__confirm_report_community_reported" : MessageLookupByLibrary.simpleMessage("Comunidad reportada"), + "moderation__confirm_report_item_reported" : MessageLookupByLibrary.simpleMessage("Objeto reportado"), + "moderation__confirm_report_post_comment_reported" : MessageLookupByLibrary.simpleMessage("Comentario reportado"), + "moderation__confirm_report_post_reported" : MessageLookupByLibrary.simpleMessage("Post reportado"), + "moderation__confirm_report_provide_details" : MessageLookupByLibrary.simpleMessage("ÂżPuedes proporcionar detalles adicionales que puedan ser relevantes para el reporte?"), + "moderation__confirm_report_provide_happen_next" : MessageLookupByLibrary.simpleMessage("Esto es lo que sucederĂĄ a continuaciĂłn:"), + "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("- El reporte se enviarĂĄ de forma anĂłnima. \n- Si estas reportando un post o comentario, el reporte se enviarĂĄ al staff de Okuna y si aplicable, los moderadores de la comunidad donde el contenido se encuentra y se removerĂĄ de tu linea de tiempo.\n- Si estas reportando una cuenta, se enviarĂĄ al staff de Okuna.\n- Lo revisaremos, si es aprobado, el contenido serĂĄ eliminado y las penalidades serĂĄn entregadas a las personas involucradas, desde una suspensiĂłn temporal hasta la eliminaciĂłn de la cuenta, dependiendo de la gravedad de la transgresiĂłn. \n- Si se descubre que el informe se ha realizado en un intento de dañar a otro miembro o comunidad de la plataforma sin infringir el motivo indicado, se te aplicarĂĄn sanciones.\n"), + "moderation__confirm_report_provide_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Escribe aquĂ­..."), + "moderation__confirm_report_provide_optional_info" : MessageLookupByLibrary.simpleMessage("(Opcional)"), + "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Entiendo, enviar."), + "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Enviar reporte"), + "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("Usuario reportado"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("DescripciĂłn"), + "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Aplicar los filtros"), + "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Otro"), + "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("Resetear"), + "moderation__filters_status" : MessageLookupByLibrary.simpleMessage("Estado"), + "moderation__filters_title" : MessageLookupByLibrary.simpleMessage("Filtros de moderaciĂłn"), + "moderation__filters_type" : MessageLookupByLibrary.simpleMessage("Tipo"), + "moderation__filters_verified" : MessageLookupByLibrary.simpleMessage("Verificado"), + "moderation__global_review_object_text" : MessageLookupByLibrary.simpleMessage("Objeto"), + "moderation__global_review_title" : MessageLookupByLibrary.simpleMessage("Revisar objeto moderado"), + "moderation__global_review_unverify_text" : MessageLookupByLibrary.simpleMessage("Desverificar"), + "moderation__global_review_verify_text" : MessageLookupByLibrary.simpleMessage("Verificar"), + "moderation__globally_moderated_objects" : MessageLookupByLibrary.simpleMessage("Objetos moderados globalmente"), + "moderation__moderated_object_false_text" : MessageLookupByLibrary.simpleMessage("Falso"), + "moderation__moderated_object_reports_count" : MessageLookupByLibrary.simpleMessage("Cantidad de denuncias"), + "moderation__moderated_object_status" : MessageLookupByLibrary.simpleMessage("Estado"), + "moderation__moderated_object_title" : MessageLookupByLibrary.simpleMessage("Objeto"), + "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Cierto"), + "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("Verificado"), + "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Verificado por el equipo de Okuna"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("penalizacion de moderaciĂłn"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("penalizaciones de moderaciĂłn"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Penalizaciones de moderaciĂłn"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("Tareas de moderaciĂłn pendientes"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Sin descripciĂłn"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Estado"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("tareas de moderaciĂłn pendientes"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("tarea de moderaciĂłn pendiente"), + "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Reportar cuenta"), + "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("Reportar comentario"), + "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("Reportar comunidad"), + "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("Reportar post"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("Reportero"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("reportes"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("Reportes"), + "moderation__reports_see_all" : m19, + "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Toca para reintentar la carga de elementos"), + "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Actualizar categorĂ­a"), + "moderation__update_description_report_desc" : MessageLookupByLibrary.simpleMessage("DescripciĂłn del reporte"), + "moderation__update_description_report_hint_text" : MessageLookupByLibrary.simpleMessage("por ejemplo, el contenido fue encontrado que..."), + "moderation__update_description_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "moderation__update_description_title" : MessageLookupByLibrary.simpleMessage("Editar descripciĂłn"), + "moderation__update_status_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "moderation__update_status_title" : MessageLookupByLibrary.simpleMessage("Actualizar el estado"), + "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("Has reportado esta cuenta"), + "moderation__you_have_reported_comment_text" : MessageLookupByLibrary.simpleMessage("Has reportado este comentario"), + "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("Has reportado esta comunidad"), + "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("Has reportado a este usuario"), + "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage(". [name] [username] aceptĂł tu solicitud de conexiĂłn."), + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, + "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien comente en uno de tus posts o en uno que tu tambiĂ©n comentaste."), + "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien reacciona en uno de tus comentarios."), + "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("ReacciĂłn a comentario"), + "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien responde a uno de tus comentarios o a uno que tu tambiĂ©n comentaste."), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Respuestas"), + "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Comentario"), + "notifications__comment_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Ser notificado cuando alguien te mencione en uno de sus comentarios"), + "notifications__comment_user_mention_title" : MessageLookupByLibrary.simpleMessage("MenciĂłnes en comentarios"), + "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien te invita a unirte a una comunidad."), + "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("InvitaciĂłn a comunidad"), + "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien quiere conectar contigo"), + "notifications__connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] quiere conectar contigo."), + "notifications__connection_title" : MessageLookupByLibrary.simpleMessage("Solicitud de conexiĂłn"), + "notifications__follow_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien comienza a seguirte"), + "notifications__follow_title" : MessageLookupByLibrary.simpleMessage("Seguir"), + "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] ahora te sigue."), + "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando ocurra algo"), + "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Notificaciones"), + "notifications__mentioned_in_post_comment_tile" : m24, + "notifications__mentioned_in_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] te mencionĂł en un post."), + "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Desactivar notificaciones de comentarios"), + "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Desactivar notificaciones de post"), + "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Activar notificaciones de comentarios"), + "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Activar notifications de post"), + "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien reacciona en uno de tus posts."), + "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("ReacciĂłn a post"), + "notifications__post_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Ser notificado cuando alguien te mencione en uno de sus mensajes"), + "notifications__post_user_mention_title" : MessageLookupByLibrary.simpleMessage("MenciĂłnes en posts"), + "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reaccionĂł a tu comentario."), + "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reaccionĂł a tu post."), + "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("ConfiguraciĂłn de notificaciones"), + "notifications__user_community_invite_tile" : m25, + "post__action_comment" : MessageLookupByLibrary.simpleMessage("Comentar"), + "post__action_react" : MessageLookupByLibrary.simpleMessage("Reaccionar"), + "post__action_reply" : MessageLookupByLibrary.simpleMessage("Responder"), + "post__actions_comment_deleted" : MessageLookupByLibrary.simpleMessage("Comentario eliminado"), + "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Eliminar post"), + "post__actions_delete_comment" : MessageLookupByLibrary.simpleMessage("Eliminar comentario"), + "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("Post eliminado"), + "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Editar comentario"), + "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("Reportar"), + "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("Reportado"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Ver mĂĄs"), + "post__close_post" : MessageLookupByLibrary.simpleMessage("Cerrar post"), + "post__comment_maxlength_error" : m26, + "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Post"), + "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Responder a comentario"), + "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Tu respuesta..."), + "post__comment_required_error" : MessageLookupByLibrary.simpleMessage("El comentario no puede estar vacĂ­o."), + "post__commenter_expanded_edit_comment" : MessageLookupByLibrary.simpleMessage("Editar comentario"), + "post__commenter_expanded_join_conversation" : MessageLookupByLibrary.simpleMessage("Únete a la conversaciĂłn.."), + "post__commenter_expanded_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "post__commenter_expanded_start_conversation" : MessageLookupByLibrary.simpleMessage("Inicia la conversaciĂłn.."), + "post__commenter_post_text" : MessageLookupByLibrary.simpleMessage("Publicar"), + "post__commenter_write_something" : MessageLookupByLibrary.simpleMessage("Escribe algo..."), + "post__comments_closed_post" : MessageLookupByLibrary.simpleMessage("Post cerrado"), + "post__comments_disabled" : MessageLookupByLibrary.simpleMessage("Comentarios deshabilitados"), + "post__comments_disabled_message" : MessageLookupByLibrary.simpleMessage("Comentarios deshabilitados"), + "post__comments_enabled_message" : MessageLookupByLibrary.simpleMessage("Comentarios habilitados"), + "post__comments_header_be_the_first_comments" : MessageLookupByLibrary.simpleMessage("Ser el primero en comentar"), + "post__comments_header_be_the_first_replies" : MessageLookupByLibrary.simpleMessage("SĂ© el primero en responder"), + "post__comments_header_newer" : MessageLookupByLibrary.simpleMessage("MĂĄs reciente"), + "post__comments_header_newest_comments" : MessageLookupByLibrary.simpleMessage("MĂĄs recientes"), + "post__comments_header_newest_replies" : MessageLookupByLibrary.simpleMessage("Respuestas mĂĄs recientes"), + "post__comments_header_older" : MessageLookupByLibrary.simpleMessage("MĂĄs antiguo"), + "post__comments_header_oldest_comments" : MessageLookupByLibrary.simpleMessage("MĂĄs antiguos"), + "post__comments_header_oldest_replies" : MessageLookupByLibrary.simpleMessage("Respuestas mĂĄs antiguas"), + "post__comments_header_see_newest_comments" : MessageLookupByLibrary.simpleMessage("Ver comentarios mĂĄs recientes"), + "post__comments_header_see_newest_replies" : MessageLookupByLibrary.simpleMessage("Ver respuestas mĂĄs recientes"), + "post__comments_header_see_oldest_comments" : MessageLookupByLibrary.simpleMessage("Ver comentarios mĂĄs antiguos"), + "post__comments_header_see_oldest_replies" : MessageLookupByLibrary.simpleMessage("Ver respuestas mĂĄs antiguas"), + "post__comments_header_view_newest_comments" : MessageLookupByLibrary.simpleMessage("Ver comentarios mĂĄs recientes"), + "post__comments_header_view_newest_replies" : MessageLookupByLibrary.simpleMessage("Ver respuestas mĂĄs recientes"), + "post__comments_header_view_oldest_comments" : MessageLookupByLibrary.simpleMessage("Ver comentarios mĂĄs antiguos"), + "post__comments_header_view_oldest_replies" : MessageLookupByLibrary.simpleMessage("Ver respuestas mĂĄs antiguas"), + "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("No hay mĂĄs comentarios que cargar"), + "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("No hay mĂĄs comentarios que cargar"), + "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("Respuestas"), + "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Toca para reintentar cargar comentarios."), + "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Toca para reintentar cargar las respuestas."), + "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("Comentarios"), + "post__comments_view_all_comments" : m27, + "post__create_new" : MessageLookupByLibrary.simpleMessage("Nuevo post"), + "post__create_next" : MessageLookupByLibrary.simpleMessage("Siguiente"), + "post__create_photo" : MessageLookupByLibrary.simpleMessage("Foto"), + "post__disable_post_comments" : MessageLookupByLibrary.simpleMessage("Deshabilitar comentarios"), + "post__edit_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "post__edit_title" : MessageLookupByLibrary.simpleMessage("Editar post"), + "post__enable_post_comments" : MessageLookupByLibrary.simpleMessage("Habilitar comentarios"), + "post__have_not_shared_anything" : MessageLookupByLibrary.simpleMessage("TodavĂ­a no has compartido nada."), + "post__is_closed" : MessageLookupByLibrary.simpleMessage("Post cerrado"), + "post__my_circles" : MessageLookupByLibrary.simpleMessage("Mis cĂ­rculos"), + "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Compartir con uno o varios de tus cĂ­rculos."), + "post__no_circles_for" : m28, + "post__open_post" : MessageLookupByLibrary.simpleMessage("Abrir post"), + "post__post_closed" : MessageLookupByLibrary.simpleMessage("Post cerrado "), + "post__post_opened" : MessageLookupByLibrary.simpleMessage("Post abierto"), + "post__post_reactions_title" : MessageLookupByLibrary.simpleMessage("Reacciones del post"), + "post__profile_counts_follower" : MessageLookupByLibrary.simpleMessage(" Seguidor"), + "post__profile_counts_followers" : MessageLookupByLibrary.simpleMessage(" Seguidores"), + "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Siguiendo"), + "post__profile_counts_post" : MessageLookupByLibrary.simpleMessage(" Publicar"), + "post__profile_counts_posts" : MessageLookupByLibrary.simpleMessage(" Posts"), + "post__reaction_list_tap_retry" : MessageLookupByLibrary.simpleMessage("Toca para reintentar cargar las reacciones."), + "post__search_circles" : MessageLookupByLibrary.simpleMessage("Buscar cĂ­rculos..."), + "post__share" : MessageLookupByLibrary.simpleMessage("Compartir"), + "post__share_community" : MessageLookupByLibrary.simpleMessage("Compartir"), + "post__share_community_desc" : MessageLookupByLibrary.simpleMessage("Compartir con una comunidad de la que eres parte."), + "post__share_community_title" : MessageLookupByLibrary.simpleMessage("A una comunidad"), + "post__share_to" : MessageLookupByLibrary.simpleMessage("Compartir con"), + "post__share_to_circles" : MessageLookupByLibrary.simpleMessage("Compartir en cĂ­rculos"), + "post__share_to_community" : MessageLookupByLibrary.simpleMessage("Compartir con comunidad"), + "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Compartido en privado en"), + "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Compartiendo post a"), + "post__text_copied" : MessageLookupByLibrary.simpleMessage("Texto copiado!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("d"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("ahora"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1d"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1m"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1s"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1a"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("a"), + "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 Todos los posts cargados"), + "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Intenta refrescar la linea de tiempo."), + "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Algo no estĂĄ bien."), + "post__timeline_posts_failed_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("IntĂ©ntalo de nuevo en un par de segundos"), + "post__timeline_posts_failed_drhoo_title" : MessageLookupByLibrary.simpleMessage("No se pudo cargar tu lĂ­nea de tiempo."), + "post__timeline_posts_no_more_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("ÂĄSigue a usuarios o Ășnete a una comunidad para empezar!"), + "post__timeline_posts_no_more_drhoo_title" : MessageLookupByLibrary.simpleMessage("Tu lĂ­nea de tiempo estĂĄ vacĂ­a."), + "post__timeline_posts_refresh_posts" : MessageLookupByLibrary.simpleMessage("Refrescar posts"), + "post__timeline_posts_refreshing_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Cargando tu lĂ­nea de tiempo."), + "post__timeline_posts_refreshing_drhoo_title" : MessageLookupByLibrary.simpleMessage("ÂĄYa casi!"), + "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("No hay posts trending. Intenta refrescar en un par de segundos."), + "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Refrescar"), + "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Posts trending"), + "post__user_has_not_shared_anything" : m29, + "post__usernames_circles" : m30, + "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("Mundo"), + "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Has compartido con"), + "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Listo"), + "user__add_account_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "user__add_account_success" : MessageLookupByLibrary.simpleMessage("Listo"), + "user__add_account_to_lists" : MessageLookupByLibrary.simpleMessage("Agregar cuenta a lista"), + "user__add_account_update_account_lists" : MessageLookupByLibrary.simpleMessage("Actualizar listas de cuentas"), + "user__add_account_update_lists" : MessageLookupByLibrary.simpleMessage("Actualizar listas"), + "user__billion_postfix" : MessageLookupByLibrary.simpleMessage("b"), + "user__block_user" : MessageLookupByLibrary.simpleMessage("Bloquear usuario"), + "user__change_email_email_text" : MessageLookupByLibrary.simpleMessage("Email"), + "user__change_email_error" : MessageLookupByLibrary.simpleMessage("Email ya estĂĄ registrado"), + "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Ingresa tu email nuevo"), + "user__change_email_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Hemos enviado un enlace de confirmaciĂłn a su nueva direcciĂłn de email, haz clic para verificar tu nuevo email"), + "user__change_email_title" : MessageLookupByLibrary.simpleMessage("Cambiar email"), + "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("El nombre del cĂ­rculo no puede estar vacĂ­o."), + "user__circle_name_range_error" : m31, + "user__circle_peoples_count" : m32, + "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("Preferencias borradas con Ă©xito"), + "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Borrar las preferencias de la aplicaciĂłn. Actualmente, este es sĂłlo el orden preferido de comentarios."), + "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("No se pudieron borrar las preferencias"), + "user__clear_app_preferences_title" : MessageLookupByLibrary.simpleMessage("Borrar preferencias"), + "user__clear_application_cache_desc" : MessageLookupByLibrary.simpleMessage("Limpiar posts, cuentas, imĂĄgenes & mĂĄs del cachĂ©."), + "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("No se ha podido limpiar el cachĂ©"), + "user__clear_application_cache_success" : MessageLookupByLibrary.simpleMessage("CachĂ© limpiada con Ă©xito"), + "user__clear_application_cache_text" : MessageLookupByLibrary.simpleMessage("Limpiar cachĂ©"), + "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("Usuario bloqueado."), + "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("No verĂĄn las publicaciones del otro ni podrĂĄn interactuar de ninguna manera."), + "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("No"), + "user__confirm_block_user_question" : m33, + "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("ConfirmaciĂłn"), + "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("SĂ­"), + "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("Añadir conexiĂłn al cĂ­rculo"), + "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("Confirmar"), + "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("ConexiĂłn confirmada"), + "user__confirm_connection_with" : m34, + "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Chatear con la comunidad."), + "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Iniciar un chat inmediatamente."), + "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatear con el equipo."), + "user__confirm_guidelines_reject_delete_account" : MessageLookupByLibrary.simpleMessage("Eliminar cuenta"), + "user__confirm_guidelines_reject_go_back" : MessageLookupByLibrary.simpleMessage("Volver"), + "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("No puedes usar Okuna hasta que aceptes las reglas."), + "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("Únete al canal Slack."), + "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Rechazo de reglas"), + "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("Añadir conexiĂłn al cĂ­rculo"), + "user__connect_to_user_connect_with_username" : m35, + "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Listo"), + "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("Solicitud de conexiĂłn enviada"), + "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Editar"), + "user__connection_pending" : MessageLookupByLibrary.simpleMessage("Pendiente"), + "user__connections_circle_delete" : MessageLookupByLibrary.simpleMessage("Eliminar"), + "user__connections_header_circle_desc" : MessageLookupByLibrary.simpleMessage("El cĂ­rculo al que se agregan todas tus conexiones."), + "user__connections_header_users" : MessageLookupByLibrary.simpleMessage("Usuarios"), + "user__delete_account_confirmation_desc" : MessageLookupByLibrary.simpleMessage("ÂżSeguro que deseas eliminar tu cuenta?"), + "user__delete_account_confirmation_desc_info" : MessageLookupByLibrary.simpleMessage("Ésta acciĂłn es permanente y no se puede deshacer."), + "user__delete_account_confirmation_goodbye" : MessageLookupByLibrary.simpleMessage("AdiĂłs 😱"), + "user__delete_account_confirmation_no" : MessageLookupByLibrary.simpleMessage("No"), + "user__delete_account_confirmation_title" : MessageLookupByLibrary.simpleMessage("ConfirmaciĂłn"), + "user__delete_account_confirmation_yes" : MessageLookupByLibrary.simpleMessage("SĂ­"), + "user__delete_account_current_pwd" : MessageLookupByLibrary.simpleMessage("Contraseña actual"), + "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Ingresa tu contraseña actual"), + "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("Siguiente"), + "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Eliminar cuenta"), + "user__disconnect_from_user" : m36, + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Desconectado exitosamente"), + "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Bio"), + "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Eliminar"), + "user__edit_profile_followers_count" : MessageLookupByLibrary.simpleMessage("NĂșmero de seguidores"), + "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("UbicaciĂłn"), + "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Nombre"), + "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("Elegir imagen"), + "user__edit_profile_pick_image_error_too_large" : m37, + "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Guardar"), + "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Editar perfil"), + "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Enlace"), + "user__edit_profile_user_name_taken" : m38, + "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("Nombre de usuario"), + "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("ÂĄUy! Tu token no fue vĂĄlido o ha expirado, por favor intentar de nuevo"), + "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("ÂĄGenial! Tu email ya estĂĄ verificado"), + "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("No hay emoji seleccionado"), + "user__emoji_search_none_found" : m39, + "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Seguir"), + "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Siguiendo"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("No se encontraron listas."), + "user__follow_lists_no_list_found_for" : m40, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Buscar una lista..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Mis listas"), + "user__follower_plural" : MessageLookupByLibrary.simpleMessage("seguidores"), + "user__follower_singular" : MessageLookupByLibrary.simpleMessage("seguidor"), + "user__followers_title" : MessageLookupByLibrary.simpleMessage("Seguidores"), + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("usuarios seguidos"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Siguiendo"), + "user__follows_list_accounts_count" : m41, + "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Editar"), + "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("Usuarios"), + "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Cuenta"), + "user__follows_lists_accounts" : m42, + "user__groups_see_all" : m43, + "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("Aceptar"), + "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("Por favor, tĂłmate un momento para leer y aceptar nuestras reglas."), + "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Rechazar"), + "user__invite" : MessageLookupByLibrary.simpleMessage("Invitar"), + "user__invite_member" : MessageLookupByLibrary.simpleMessage("Miembro"), + "user__invite_someone_message" : m44, + "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("invitaciĂłn aceptada"), + "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("invitaciones aceptadas"), + "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Aceptada"), + "user__invites_create_create" : MessageLookupByLibrary.simpleMessage("Crear"), + "user__invites_create_create_title" : MessageLookupByLibrary.simpleMessage("Crear invitaciĂłn"), + "user__invites_create_edit_title" : MessageLookupByLibrary.simpleMessage("Editar invitaciĂłn"), + "user__invites_create_name_hint" : MessageLookupByLibrary.simpleMessage("por ejemplo Juan Gabriel"), + "user__invites_create_name_title" : MessageLookupByLibrary.simpleMessage("Nickname"), + "user__invites_create_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "user__invites_delete" : MessageLookupByLibrary.simpleMessage("Eliminar"), + "user__invites_edit_text" : MessageLookupByLibrary.simpleMessage("Editar"), + "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("por ejemplo juanga@email.com"), + "user__invites_email_invite_text" : MessageLookupByLibrary.simpleMessage("InvitaciĂłn por email"), + "user__invites_email_send_text" : MessageLookupByLibrary.simpleMessage("Enviar"), + "user__invites_email_sent_text" : MessageLookupByLibrary.simpleMessage("Email de invitaciĂłn enviado"), + "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("Email"), + "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Invitar a un amigo"), + "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Invitar"), + "user__invites_joined_with" : m45, + "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("No tienes invitaciones disponibles."), + "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Parece que no has usado ninguna invitaciĂłn."), + "user__invites_pending" : MessageLookupByLibrary.simpleMessage("Pendiente"), + "user__invites_pending_email" : m46, + "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("invitaciĂłn pendiente"), + "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("invitaciones pendientes"), + "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Refrescar"), + "user__invites_share_email" : MessageLookupByLibrary.simpleMessage("Compartir invitaciĂłn por correo"), + "user__invites_share_email_desc" : MessageLookupByLibrary.simpleMessage("Enviaremos un correo electrĂłnico de invitaciĂłn con instrucciones en tu nombre"), + "user__invites_share_yourself" : MessageLookupByLibrary.simpleMessage("Compartir invitaciĂłn"), + "user__invites_share_yourself_desc" : MessageLookupByLibrary.simpleMessage("Ecoger de apps de mensajerĂ­a, etc."), + "user__invites_title" : MessageLookupByLibrary.simpleMessage("Mis invitaciones"), + "user__language_settings_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("Idioma cambiado con Ă©xito"), + "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("ConfiguraciĂłn de idioma"), + "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("El nombre de la lista no puede estar vacĂ­o."), + "user__list_name_range_error" : m47, + "user__million_postfix" : MessageLookupByLibrary.simpleMessage("m"), + "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Cancelar solicitud de conexiĂłn"), + "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Rechazar solicitud de conexiĂłn"), + "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("Usuario bloqueado"), + "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("Usuario desbloqueado"), + "user__profile_bio_length_error" : m48, + "user__profile_location_length_error" : m49, + "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("Por favor ingresa una url vĂĄlida."), + "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Eliminar cuenta de listas"), + "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("Éxito"), + "user__save_connection_circle_color_hint" : MessageLookupByLibrary.simpleMessage("(Toca para cambiar)"), + "user__save_connection_circle_color_name" : MessageLookupByLibrary.simpleMessage("Color"), + "user__save_connection_circle_create" : MessageLookupByLibrary.simpleMessage("Crear cĂ­rculo"), + "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Editar cĂ­rculo"), + "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("por ejemplo, Amigos, Familia, Trabajo."), + "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Nombre"), + "user__save_connection_circle_name_taken" : m50, + "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("Usuarios"), + "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Crear lista"), + "user__save_follows_list_edit" : MessageLookupByLibrary.simpleMessage("Editar lista"), + "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("Emoji"), + "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("Emoji es requerido"), + "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("por ejemplo, Viajes, FotografĂ­a, Gaming"), + "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Nombre"), + "user__save_follows_list_name_taken" : m51, + "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("Usuarios"), + "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("k"), + "user__tile_delete" : MessageLookupByLibrary.simpleMessage("Eliminar"), + "user__tile_following" : MessageLookupByLibrary.simpleMessage(" · Siguiendo"), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Aplicar filtros"), + "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("CĂ­rculos"), + "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Borrar todo"), + "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listas"), + "user__timeline_filters_no_match" : m52, + "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Buscar cĂ­rculos y listas..."), + "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Filtros de lĂ­nea de tiempo"), + "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Ver traducciĂłn"), + "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Mostrar original"), + "user__unblock_user" : MessageLookupByLibrary.simpleMessage("Desbloquear usuario"), + "user__uninvite" : MessageLookupByLibrary.simpleMessage("Invitado"), + "user__update_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Guardar"), + "user__update_connection_circle_updated" : MessageLookupByLibrary.simpleMessage("ConexiĂłn actualizada"), + "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Actualizar cĂ­rculos de conexiĂłn"), + "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Cancelar"), + "user_search__communities" : MessageLookupByLibrary.simpleMessage("Comunidades"), + "user_search__list_no_results_found" : m53, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Refrescar"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Toca para reintentar."), + "user_search__list_search_text" : m54, + "user_search__no_communities_for" : m55, + "user_search__no_results_for" : m56, + "user_search__no_users_for" : m57, + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Buscar..."), + "user_search__searching_for" : m58, + "user_search__users" : MessageLookupByLibrary.simpleMessage("Usuarios") + }; +} diff --git a/lib/locale/messages_es.dart b/lib/locale/messages_es.dart index 1667a149f..6c8df5b32 100644 --- a/lib/locale/messages_es.dart +++ b/lib/locale/messages_es.dart @@ -58,79 +58,83 @@ class MessageLookup extends MessageLookupByLibrary { static m18(currentUserLanguage) => "Idioma (${currentUserLanguage})"; - static m19(postCommentText) => "[name] [username] tambiĂ©n comentĂł: ${postCommentText}"; + static m19(resourceCount, resourceName) => "Ver todos los ${resourceCount} ${resourceName}"; - static m20(postCommentText) => "[name] [username] comentĂł en tu post: ${postCommentText}"; + static m20(postCommentText) => "[name] [username] tambiĂ©n comentĂł: ${postCommentText}"; - static m21(postCommentText) => "[name] [username] tambiĂ©n respondiĂł: ${postCommentText}"; + static m21(postCommentText) => "[name] [username] comentĂł en tu post: ${postCommentText}"; - static m22(postCommentText) => "[name] [username] respondiĂł: ${postCommentText}"; + static m22(postCommentText) => "[name] [username] tambiĂ©n respondiĂł: ${postCommentText}"; - static m23(communityName) => "[name] [username] te ha invitado a unirte a la comunidad /c/${communityName}."; + static m23(postCommentText) => "[name] [username] respondiĂł: ${postCommentText}"; - static m24(maxLength) => "Un comentario no puede ser mĂĄs largo que ${maxLength} caracteres."; + static m24(communityName) => "[name] [username] te ha invitado a unirte a la comunidad /c/${communityName}."; - static m25(commentsCount) => "Ver los ${commentsCount} comentarios"; + static m25(maxLength) => "Un comentario no puede ser mĂĄs largo que ${maxLength} caracteres."; - static m26(circlesSearchQuery) => "\'No se han encontrado cĂ­rculos que coincidan con \'${circlesSearchQuery}\'."; + static m26(commentsCount) => "Ver los ${commentsCount} comentarios"; - static m27(name) => "${name} aĂșn no ha compartido nada."; + static m27(circlesSearchQuery) => "\'No se han encontrado cĂ­rculos que coincidan con \'${circlesSearchQuery}\'."; - static m28(postCreatorUsername) => "los cĂ­rculos de @${postCreatorUsername}\'s"; + static m28(name) => "${name} aĂșn no ha compartido nada."; - static m29(maxLength) => "El nombre del cĂ­rculo no debe tener mĂĄs de ${maxLength} caracteres."; + static m29(postCreatorUsername) => "los cĂ­rculos de @${postCreatorUsername}\'s"; - static m30(prettyUsersCount) => "${prettyUsersCount} gente"; + static m30(maxLength) => "El nombre del cĂ­rculo no debe tener mĂĄs de ${maxLength} caracteres."; - static m31(username) => "ÂżSeguro que quieres banear a @${username}?"; + static m31(prettyUsersCount) => "${prettyUsersCount} gente"; - static m32(userName) => "Confirmar conexiĂłn con ${userName}"; + static m32(username) => "ÂżSeguro que quieres banear a @${username}?"; - static m33(userName) => "Conectar con ${userName}"; + static m33(userName) => "Confirmar conexiĂłn con ${userName}"; - static m34(userName) => "Desconectarse de ${userName}"; + static m34(userName) => "Conectar con ${userName}"; - static m35(limit) => "Imagen demasiado grande (lĂ­mite: ${limit} MB)"; + static m35(userName) => "Desconectarse de ${userName}"; - static m36(username) => "El nombre de usuario @${username} ya existe"; + static m36(limit) => "Imagen demasiado grande (lĂ­mite: ${limit} MB)"; - static m37(searchQuery) => "No se encontrĂł un Emoji similar a \'${searchQuery}\'."; + static m37(username) => "El nombre de usuario @${username} ya existe"; - static m38(prettyUsersCount) => "${prettyUsersCount} cuentas"; + static m38(searchQuery) => "No se encontrĂł un Emoji similar a \'${searchQuery}\'."; - static m39(prettyUsersCount) => "${prettyUsersCount} Cuentas"; + static m39(searchQuery) => "No se encontrĂł lista con \'${searchQuery}\'"; - static m40(groupName) => "Ver ${groupName}"; + static m40(prettyUsersCount) => "${prettyUsersCount} cuentas"; - static m41(iosLink, androidLink, inviteLink) => "Hola, me gustarĂ­a invitarte a Okuna. Primero, descarga la aplicaciĂłn en iTunes (${iosLink}) on la PlayStore (${androidLink}). En segundo lugar, pega este enlace de invitaciĂłn personalizado en el formulario \'Registrarse\' en la aplicaciĂłn Okuna: ${inviteLink}"; + static m41(prettyUsersCount) => "${prettyUsersCount} Cuentas"; - static m42(username) => "Se uniĂł con el nombre de usuario @${username}"; + static m42(groupName) => "Ver ${groupName}"; - static m43(email) => "Pendiente, email de invitaciĂłn enviado a ${email}"; + static m43(iosLink, androidLink, inviteLink) => "Hola, me gustarĂ­a invitarte a Okuna. Primero, descarga la aplicaciĂłn en iTunes (${iosLink}) on la PlayStore (${androidLink}). En segundo lugar, pega este enlace de invitaciĂłn personalizado en el formulario \'Registrarse\' en la aplicaciĂłn Okuna: ${inviteLink}"; - static m44(maxLength) => "El nombre de la lista no debe tener mĂĄs de ${maxLength} caracteres."; + static m44(username) => "Se uniĂł con el nombre de usuario @${username}"; - static m45(maxLength) => "La biografĂ­a no puede contener mĂĄs de ${maxLength} caracteres."; + static m45(email) => "Pendiente, email de invitaciĂłn enviado a ${email}"; - static m46(maxLength) => "La ubicaciĂłn no puede contener mĂĄs de ${maxLength} caracteres."; + static m46(maxLength) => "El nombre de la lista no debe tener mĂĄs de ${maxLength} caracteres."; - static m47(takenConnectionsCircleName) => "El nombre de lista \'${takenConnectionsCircleName}\' esta tomado"; + static m47(maxLength) => "La biografĂ­a no puede contener mĂĄs de ${maxLength} caracteres."; - static m48(listName) => "El nombre de lista \'${listName}\' esta tomado"; + static m48(maxLength) => "La ubicaciĂłn no puede contener mĂĄs de ${maxLength} caracteres."; - static m49(searchQuery) => "Sin resultados para \'${searchQuery}\'."; + static m49(takenConnectionsCircleName) => "El nombre de lista \'${takenConnectionsCircleName}\' esta tomado"; - static m50(resourcePluralName) => "No se encontrĂł ningun ${resourcePluralName}."; + static m50(listName) => "El nombre de lista \'${listName}\' esta tomado"; - static m51(resourcePluralName) => "Buscar ${resourcePluralName}..."; + static m51(searchQuery) => "Sin resultados para \'${searchQuery}\'."; - static m52(searchQuery) => "No se encontraron comunidades para \'${searchQuery}\'."; + static m52(resourcePluralName) => "No se encontrĂł ningun ${resourcePluralName}."; - static m53(searchQuery) => "Sin resultados para \"${searchQuery}\"."; + static m53(resourcePluralName) => "Buscar ${resourcePluralName}..."; - static m54(searchQuery) => "No se encontraron usuarios para \'${searchQuery}\'."; + static m54(searchQuery) => "No se encontraron comunidades para \'${searchQuery}\'."; - static m55(searchQuery) => "Buscando \'${searchQuery}\'"; + static m55(searchQuery) => "Sin resultados para \"${searchQuery}\"."; + + static m56(searchQuery) => "No se encontraron usuarios para \'${searchQuery}\'."; + + static m57(searchQuery) => "Buscando \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -193,7 +197,7 @@ class MessageLookup extends MessageLookupByLibrary { "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("juanga"), "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Estamos experimentando problemas con nuestros servidores, por favor intĂ©ntalo de nuevo en un par de minutos."), "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© El nombre de usuario @%s ya estĂĄ tomado."), - "auth__create_acc__welcome_to_alpha" : MessageLookupByLibrary.simpleMessage("ÂĄ Bienvenido!"), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("ÂĄBienvenido a la Beta!"), "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("Sube una foto de perfil"), "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("ÂżCuĂĄl es tu correo electrĂłnico?"), "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Como te llamas?"), @@ -247,7 +251,7 @@ class MessageLookup extends MessageLookupByLibrary { "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Esto permitirĂĄ al miembro editar los detalles de la comunidad, administradores, moderadores y usuarios baneados."), "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("comunidades administradas"), "community__administrated_community" : MessageLookupByLibrary.simpleMessage("comunidad administrada"), - "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Administrados"), + "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Administradas"), "community__administrator_plural" : MessageLookupByLibrary.simpleMessage("administradores"), "community__administrator_text" : MessageLookupByLibrary.simpleMessage("administrador"), "community__administrator_you" : MessageLookupByLibrary.simpleMessage("TĂș"), @@ -417,9 +421,14 @@ class MessageLookup extends MessageLookupByLibrary { "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Un libro con todo lo que hay que saber sobre el uso de la plataforma"), "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Slack de la comunidad"), "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("Un lugar para discutir todo sobre Okuna"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Soporte Okuna"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Encuentra una forma de ayudarnos en nuestro viaje!"), "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("Enlaces Ăștiles"), + "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Sin conexiĂłn al internet"), + "error__unknown_error" : MessageLookupByLibrary.simpleMessage("Error desconocido"), "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatear con el equipo"), "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Revisar"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Categoria"), "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Objectos moderados de la comunidad"), "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("Aprobar"), "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Este elemento ha sido verificado"), @@ -438,6 +447,7 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Entiendo, enviar."), "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Enviar reporte"), "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("Usuario reportado"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("DescripciĂłn"), "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Aplicar los filtros"), "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Otro"), "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("Resetear"), @@ -457,10 +467,22 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Cierto"), "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("Verificado"), "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Verificado por el equipo de Okuna"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("penalizacion de moderaciĂłn"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("penalizaciones de moderaciĂłn"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Penalizaciones de moderaciĂłn"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("Tareas de moderaciĂłn pendientes"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Sin descripciĂłn"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Estado"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("tareas de moderaciĂłn pendientes"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("tarea de moderaciĂłn pendiente"), "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Reportar cuenta"), "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("Reportar comentario"), "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("Reportar comunidad"), "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("Reportar post"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("Reportero"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("reportes"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("Reportes"), + "moderation__reports_see_all" : m19, "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Toca para reintentar la carga de elementos"), "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Guardar"), "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Actualizar categorĂ­a"), @@ -475,15 +497,15 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("Has reportado esta comunidad"), "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("Has reportado a este usuario"), "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage(". [name] [username] aceptĂł tu solicitud de conexiĂłn."), - "notifications__comment_comment_notification_tile_user_also_commented" : m19, - "notifications__comment_comment_notification_tile_user_commented" : m20, + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien comente en uno de tus posts o en uno que tu tambiĂ©n comentaste."), "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien reacciona en uno de tus comentarios."), "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("ReacciĂłn a comentario"), "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien responde a uno de tus comentarios o a uno que tu tambiĂ©n comentaste."), - "notifications__comment_reply_notification_tile_user_also_replied" : m21, - "notifications__comment_reply_notification_tile_user_replied" : m22, - "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Respuesta al comentario del post"), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Respuestas"), "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Comentario"), "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Se notificado cuando alguien te invita a unirte a una comunidad."), "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("InvitaciĂłn a comunidad"), @@ -504,7 +526,7 @@ class MessageLookup extends MessageLookupByLibrary { "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reaccionĂł a tu comentario."), "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reaccionĂł a tu post."), "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("ConfiguraciĂłn de notificaciones"), - "notifications__user_community_invite_tile" : m23, + "notifications__user_community_invite_tile" : m24, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Comentar"), "post__action_react" : MessageLookupByLibrary.simpleMessage("Reaccionar"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Responder"), @@ -515,8 +537,9 @@ class MessageLookup extends MessageLookupByLibrary { "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Editar comentario"), "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("Reportar"), "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("Reportado"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Ver mĂĄs"), "post__close_post" : MessageLookupByLibrary.simpleMessage("Cerrar post"), - "post__comment_maxlength_error" : m24, + "post__comment_maxlength_error" : m25, "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Post"), "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Responder a comentario"), "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Tu respuesta..."), @@ -553,7 +576,7 @@ class MessageLookup extends MessageLookupByLibrary { "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Toca para reintentar cargar comentarios."), "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Toca para reintentar cargar las respuestas."), "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("Comentarios"), - "post__comments_view_all_comments" : m25, + "post__comments_view_all_comments" : m26, "post__create_new" : MessageLookupByLibrary.simpleMessage("Nuevo post"), "post__create_next" : MessageLookupByLibrary.simpleMessage("Siguiente"), "post__create_photo" : MessageLookupByLibrary.simpleMessage("Foto"), @@ -565,7 +588,7 @@ class MessageLookup extends MessageLookupByLibrary { "post__is_closed" : MessageLookupByLibrary.simpleMessage("Post cerrado"), "post__my_circles" : MessageLookupByLibrary.simpleMessage("Mis cĂ­rculos"), "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Compartir con uno o varios de tus cĂ­rculos."), - "post__no_circles_for" : m26, + "post__no_circles_for" : m27, "post__open_post" : MessageLookupByLibrary.simpleMessage("Abrir post"), "post__post_closed" : MessageLookupByLibrary.simpleMessage("Post cerrado "), "post__post_opened" : MessageLookupByLibrary.simpleMessage("Post abierto"), @@ -587,6 +610,18 @@ class MessageLookup extends MessageLookupByLibrary { "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Compartido en privado en"), "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Compartiendo post a"), "post__text_copied" : MessageLookupByLibrary.simpleMessage("Texto copiado!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("d"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("ahora"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1d"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1m"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1s"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1a"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("a"), "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 Todos los posts cargados"), "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Intenta refrescar la linea de tiempo."), "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Algo no estĂĄ bien."), @@ -600,8 +635,8 @@ class MessageLookup extends MessageLookupByLibrary { "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("No hay posts trending. Intenta refrescar en un par de segundos."), "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Refrescar"), "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Posts trending"), - "post__user_has_not_shared_anything" : m27, - "post__usernames_circles" : m28, + "post__user_has_not_shared_anything" : m28, + "post__usernames_circles" : m29, "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("Mundo"), "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Has compartido con"), "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Listo"), @@ -619,8 +654,8 @@ class MessageLookup extends MessageLookupByLibrary { "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Hemos enviado un enlace de confirmaciĂłn a su nueva direcciĂłn de email, haz clic para verificar tu nuevo email"), "user__change_email_title" : MessageLookupByLibrary.simpleMessage("Cambiar email"), "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("El nombre del cĂ­rculo no puede estar vacĂ­o."), - "user__circle_name_range_error" : m29, - "user__circle_peoples_count" : m30, + "user__circle_name_range_error" : m30, + "user__circle_peoples_count" : m31, "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("Preferencias borradas con Ă©xito"), "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Borrar las preferencias de la aplicaciĂłn. Actualmente, este es sĂłlo el orden preferido de comentarios."), "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("No se pudieron borrar las preferencias"), @@ -632,13 +667,13 @@ class MessageLookup extends MessageLookupByLibrary { "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("Usuario bloqueado."), "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("No verĂĄn las publicaciones del otro ni podrĂĄn interactuar de ninguna manera."), "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("No"), - "user__confirm_block_user_question" : m31, + "user__confirm_block_user_question" : m32, "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("ConfirmaciĂłn"), "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("SĂ­"), "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("Añadir conexiĂłn al cĂ­rculo"), "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("Confirmar"), "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("ConexiĂłn confirmada"), - "user__confirm_connection_with" : m32, + "user__confirm_connection_with" : m33, "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Chatear con la comunidad."), "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Iniciar un chat inmediatamente."), "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatear con el equipo."), @@ -648,7 +683,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("Únete al canal Slack."), "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Rechazo de reglas"), "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("Añadir conexiĂłn al cĂ­rculo"), - "user__connect_to_user_connect_with_username" : m33, + "user__connect_to_user_connect_with_username" : m34, "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Listo"), "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("Solicitud de conexiĂłn enviada"), "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Editar"), @@ -666,7 +701,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Ingresa tu contraseña actual"), "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("Siguiente"), "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Eliminar cuenta"), - "user__disconnect_from_user" : m34, + "user__disconnect_from_user" : m35, "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Desconectado exitosamente"), "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Bio"), "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Eliminar"), @@ -674,33 +709,39 @@ class MessageLookup extends MessageLookupByLibrary { "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("UbicaciĂłn"), "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Nombre"), "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("Elegir imagen"), - "user__edit_profile_pick_image_error_too_large" : m35, + "user__edit_profile_pick_image_error_too_large" : m36, "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Guardar"), "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Editar perfil"), "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Enlace"), - "user__edit_profile_user_name_taken" : m36, + "user__edit_profile_user_name_taken" : m37, "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("Nombre de usuario"), "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("ÂĄUy! Tu token no fue vĂĄlido o ha expirado, por favor intentar de nuevo"), "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("ÂĄGenial! Tu email ya estĂĄ verificado"), "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("No hay emoji seleccionado"), - "user__emoji_search_none_found" : m37, + "user__emoji_search_none_found" : m38, "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Seguir"), "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Siguiendo"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("No se encontraron listas."), + "user__follow_lists_no_list_found_for" : m39, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Buscar una lista..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Mis listas"), "user__follower_plural" : MessageLookupByLibrary.simpleMessage("seguidores"), "user__follower_singular" : MessageLookupByLibrary.simpleMessage("seguidor"), "user__followers_title" : MessageLookupByLibrary.simpleMessage("Seguidores"), - "user__follows_list_accounts_count" : m38, + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("usuarios seguidos"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Siguiendo"), + "user__follows_list_accounts_count" : m40, "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Editar"), "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("Usuarios"), "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Cuenta"), - "user__follows_lists_accounts" : m39, - "user__groups_see_all" : m40, + "user__follows_lists_accounts" : m41, + "user__groups_see_all" : m42, "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("Aceptar"), "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("Por favor, tĂłmate un momento para leer y aceptar nuestras reglas."), "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Rechazar"), "user__invite" : MessageLookupByLibrary.simpleMessage("Invitar"), "user__invite_member" : MessageLookupByLibrary.simpleMessage("Miembro"), - "user__invite_someone_message" : m41, + "user__invite_someone_message" : m43, "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("invitaciĂłn aceptada"), "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("invitaciones aceptadas"), "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Aceptada"), @@ -719,11 +760,11 @@ class MessageLookup extends MessageLookupByLibrary { "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("Email"), "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Invitar a un amigo"), "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Invitar"), - "user__invites_joined_with" : m42, + "user__invites_joined_with" : m44, "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("No tienes invitaciones disponibles."), "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Parece que no has usado ninguna invitaciĂłn."), "user__invites_pending" : MessageLookupByLibrary.simpleMessage("Pendiente"), - "user__invites_pending_email" : m43, + "user__invites_pending_email" : m45, "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("invitaciĂłn pendiente"), "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("invitaciones pendientes"), "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Refrescar"), @@ -736,14 +777,14 @@ class MessageLookup extends MessageLookupByLibrary { "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("Idioma cambiado con Ă©xito"), "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("ConfiguraciĂłn de idioma"), "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("El nombre de la lista no puede estar vacĂ­o."), - "user__list_name_range_error" : m44, + "user__list_name_range_error" : m46, "user__million_postfix" : MessageLookupByLibrary.simpleMessage("m"), "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Cancelar solicitud de conexiĂłn"), "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Rechazar solicitud de conexiĂłn"), "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("Usuario bloqueado"), "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("Usuario desbloqueado"), - "user__profile_bio_length_error" : m45, - "user__profile_location_length_error" : m46, + "user__profile_bio_length_error" : m47, + "user__profile_location_length_error" : m48, "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("Por favor ingresa una url vĂĄlida."), "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Eliminar cuenta de listas"), "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("Éxito"), @@ -753,7 +794,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Editar cĂ­rculo"), "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("por ejemplo, Amigos, Familia, Trabajo."), "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Nombre"), - "user__save_connection_circle_name_taken" : m47, + "user__save_connection_circle_name_taken" : m49, "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Guardar"), "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("Usuarios"), "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Crear lista"), @@ -762,7 +803,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("Emoji es requerido"), "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("por ejemplo, Viajes, FotografĂ­a, Gaming"), "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Nombre"), - "user__save_follows_list_name_taken" : m48, + "user__save_follows_list_name_taken" : m50, "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Guardar"), "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("Usuarios"), "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("k"), @@ -772,7 +813,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("CĂ­rculos"), "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Borrar todo"), "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listas"), - "user__timeline_filters_no_match" : m49, + "user__timeline_filters_no_match" : m51, "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Buscar cĂ­rculos y listas..."), "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Filtros de lĂ­nea de tiempo"), "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Ver traducciĂłn"), @@ -784,15 +825,15 @@ class MessageLookup extends MessageLookupByLibrary { "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Actualizar cĂ­rculos de conexiĂłn"), "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Cancelar"), "user_search__communities" : MessageLookupByLibrary.simpleMessage("Comunidades"), - "user_search__list_no_results_found" : m50, + "user_search__list_no_results_found" : m52, "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Refrescar"), "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Toca para reintentar."), - "user_search__list_search_text" : m51, - "user_search__no_communities_for" : m52, - "user_search__no_results_for" : m53, - "user_search__no_users_for" : m54, + "user_search__list_search_text" : m53, + "user_search__no_communities_for" : m54, + "user_search__no_results_for" : m55, + "user_search__no_users_for" : m56, "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Buscar..."), - "user_search__searching_for" : m55, + "user_search__searching_for" : m57, "user_search__users" : MessageLookupByLibrary.simpleMessage("Usuarios") }; } diff --git a/lib/locale/messages_fr.dart b/lib/locale/messages_fr.dart new file mode 100644 index 000000000..6f68fa72b --- /dev/null +++ b/lib/locale/messages_fr.dart @@ -0,0 +1,848 @@ +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart +// This is a library that provides messages for a fr locale. All the +// messages from the main program should be duplicated here with the same +// function name. + +// ignore_for_file: unnecessary_brace_in_string_interps + +import 'package:intl/intl.dart'; +import 'package:intl/message_lookup_by_library.dart'; + +// ignore: unnecessary_new +final messages = new MessageLookup(); + +// ignore: unused_element +final _keepAnalysisHappy = Intl.defaultLocale; + +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + +class MessageLookup extends MessageLookupByLibrary { + get localeName => 'fr'; + + static m0(minLength, maxLength) => "(${minLength}-${maxLength} caractĂšres)"; + + static m1(minLength, maxLength) => "Le description doit comporter entre ${minLength} et ${maxLength} caractĂšres."; + + static m2(minLength, maxLength) => "Le nom doit comporter entre ${minLength} et ${maxLength} caractĂšres."; + + static m3(minLength, maxLength) => "Le mot de passe doit comporter entre ${minLength} et ${maxLength} caractĂšres."; + + static m4(maxLength) => "Un nom d\'utilisateur.trice ne peut pas ĂȘtre plus long que ${maxLength} caractĂšres."; + + static m5(maxLength) => "Les adjectifs ne peuvent pas ĂȘtre plus longs que ${maxLength} caractĂšres."; + + static m6(username) => "Êtes-vous sĂ»r.e de vouloir ajouter @${username} en tant qu\'administrateur.trice de cette communautĂ© ?"; + + static m7(username) => "Êtes-vous sĂ»r.e de vouloir bannir @${username} ?"; + + static m8(maxLength) => "La description ne peut pas ĂȘtre plus longue que ${maxLength} caractĂšres."; + + static m9(username) => "Êtes-vous sĂ»r.e de vouloir ajouter @${username} en tant que modĂ©rateur.trice de cette communautĂ© ?"; + + static m10(maxLength) => "Le nom ne peut pas ĂȘtre plus long que ${maxLength} caractĂšres."; + + static m11(min) => "Vous devez choisir au moins ${min} catĂ©gories."; + + static m12(min) => "Vous devez choisir au moins ${min} catĂ©gorie."; + + static m13(max) => "Choisir jusqu\'Ă  ${max} catĂ©gories"; + + static m14(maxLength) => "Les rĂšgles ne peuvent pas ĂȘtre plus longues que ${maxLength} caractĂšres."; + + static m15(takenName) => "Le nom de communautĂ© \'${takenName}\' est pris"; + + static m16(maxLength) => "Le titre ne peut pas ĂȘtre plus long que ${maxLength} caractĂšres."; + + static m17(categoryName) => "CommunautĂ©(s) tendance dans ${categoryName}"; + + static m18(currentUserLanguage) => "Langue (${currentUserLanguage})"; + + static m19(resourceCount, resourceName) => "Voir tous les ${resourceCount} ${resourceName}"; + + static m20(postCommentText) => "[name] · [username] a Ă©galement commentĂ© : ${postCommentText}"; + + static m21(postCommentText) => "[name] · [username] a commentĂ© sur votre publication : ${postCommentText}"; + + static m22(postCommentText) => "[name] · [username] a aussi rĂ©pondu : ${postCommentText}"; + + static m23(postCommentText) => "[name] · [username] a rĂ©pondu : ${postCommentText}"; + + static m24(postCommentText) => "[name] [username] vous a mentionnĂ©.e sur un commentaire: ${postCommentText}"; + + static m25(communityName) => "[name] · [username] vous a invitĂ©.e Ă  rejoindre la communautĂ© /c/${communityName}."; + + static m26(maxLength) => "Un commentaire ne peut pas ĂȘtre plus long que ${maxLength} caractĂšres."; + + static m27(commentsCount) => "Afficher tous les ${commentsCount} commentaires"; + + static m28(circlesSearchQuery) => "Aucun cercle trouvĂ© correspondant Ă  \'${circlesSearchQuery}\'."; + + static m29(name) => "${name} n\'a encore rien partagĂ©."; + + static m30(postCreatorUsername) => "cercles de ${postCreatorUsername}"; + + static m31(maxLength) => "Le nom de cercle ne peut pas ĂȘtre plus long que ${maxLength} caractĂšres."; + + static m32(prettyUsersCount) => "${prettyUsersCount} personnes"; + + static m33(username) => "Êtes-vous sĂ»r.e de vouloir bloquer @${username}?"; + + static m34(userName) => "Confirmer la connexion avec ${userName}"; + + static m35(userName) => "Se connecter avec ${userName}"; + + static m36(userName) => "Se dĂ©connecter de ${userName}"; + + static m37(limit) => "Image trop grande (limite : ${limit} Mo)"; + + static m38(username) => "Le nom d\'utilisateur.trice @${username} est pris"; + + static m39(searchQuery) => "Aucune Ă©moticĂŽne trouvĂ©e correspondant Ă  \'${searchQuery}\'."; + + static m40(searchQuery) => "Aucune liste trouvĂ©e pour \'${searchQuery}\'"; + + static m41(prettyUsersCount) => "${prettyUsersCount} comptes"; + + static m42(prettyUsersCount) => "${prettyUsersCount} Comptes"; + + static m43(groupName) => "Voir tous.tes les ${groupName}"; + + static m44(iosLink, androidLink, inviteLink) => "Bonjour, je voudrais vous inviter Ă  Okuna! PremiĂšrement, tĂ©lĂ©chargez l\'application sur iTunes (${iosLink}) ou le Play Store (${androidLink}). DeuxiĂšmement, collez ce lien d\'invitation personnalisĂ© dans le formulaire \"Inscription\" dans l\'application Okuna : ${inviteLink}"; + + static m45(username) => "Inscrit.e avec le nom d\'utilisateur.trice @${username}"; + + static m46(email) => "En attente, courriel d\'invitation envoyĂ© Ă  ${email}"; + + static m47(maxLength) => "Le nom de liste ne peut pas ĂȘtre plus long que ${maxLength} caractĂšres."; + + static m48(maxLength) => "La bio ne peut pas ĂȘtre plus longue que ${maxLength} caractĂšres."; + + static m49(maxLength) => "La nom de localitĂ© ne peut pas ĂȘtre plus long que ${maxLength} caractĂšres."; + + static m50(takenConnectionsCircleName) => "Le nom de cercle \'${takenConnectionsCircleName}\' est pris"; + + static m51(listName) => "Le nom de liste \'${listName}\' est pris"; + + static m52(searchQuery) => "Aucun rĂ©sultat pour \'${searchQuery}\'."; + + static m53(resourcePluralName) => "Pas de ${resourcePluralName} trouvĂ©.e.s."; + + static m54(resourcePluralName) => "Recherche ${resourcePluralName} ..."; + + static m55(searchQuery) => "Aucune communautĂ© trouvĂ©e pour \'${searchQuery}\'."; + + static m56(searchQuery) => "Aucun rĂ©sultat pour \'${searchQuery}\'."; + + static m57(searchQuery) => "Aucun.e utilisateur.trice trouvĂ©.e pour \'${searchQuery}\'."; + + static m58(searchQuery) => "Recherche de \'${searchQuery}\'"; + + final messages = _notInlinedMessages(_notInlinedMessages); + static _notInlinedMessages(_) => { + "auth__change_password_current_pwd" : MessageLookupByLibrary.simpleMessage("Mot de passe actuel"), + "auth__change_password_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Entrez votre mot de passe actuel"), + "auth__change_password_current_pwd_incorrect" : MessageLookupByLibrary.simpleMessage("Le mot de passe entrĂ© est incorrect"), + "auth__change_password_new_pwd" : MessageLookupByLibrary.simpleMessage("Nouveau mot de passe"), + "auth__change_password_new_pwd_error" : MessageLookupByLibrary.simpleMessage("Veuillez vous assurer que le mot de passe comporte entre 10 et 100 caractĂšres"), + "auth__change_password_new_pwd_hint" : MessageLookupByLibrary.simpleMessage("Entrez votre nouveau mot de passe"), + "auth__change_password_save_success" : MessageLookupByLibrary.simpleMessage("C\'est fait ! Votre mot de passe a Ă©tĂ© mis Ă  jour"), + "auth__change_password_save_text" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "auth__change_password_title" : MessageLookupByLibrary.simpleMessage("Changer le mot de passe"), + "auth__create_acc__almost_there" : MessageLookupByLibrary.simpleMessage("Presque fini..."), + "auth__create_acc__are_you_legal_age" : MessageLookupByLibrary.simpleMessage("Êtes-vous agĂ©.e de plus 16 ans ?"), + "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Prendre une photo"), + "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("Utiliser une photo existante"), + "auth__create_acc__avatar_remove_photo" : MessageLookupByLibrary.simpleMessage("Supprimer la photo"), + "auth__create_acc__avatar_tap_to_change" : MessageLookupByLibrary.simpleMessage("Appuyer pour changer"), + "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Si vous le souhaitez, vous pouvez le changer Ă  tout moment via votre page de profil."), + "auth__create_acc__congratulations" : MessageLookupByLibrary.simpleMessage("FĂ©licitations !"), + "auth__create_acc__create_account" : MessageLookupByLibrary.simpleMessage("CrĂ©er un compte"), + "auth__create_acc__done" : MessageLookupByLibrary.simpleMessage("CrĂ©er un compte"), + "auth__create_acc__done_continue" : MessageLookupByLibrary.simpleMessage("Ouverture de session"), + "auth__create_acc__done_created" : MessageLookupByLibrary.simpleMessage("Votre compte a Ă©tĂ© crĂ©Ă© avec le nom d\'utilisateur.trice suivant :"), + "auth__create_acc__done_description" : MessageLookupByLibrary.simpleMessage("Votre compte a Ă©tĂ© crĂ©Ă©."), + "auth__create_acc__done_subtext" : MessageLookupByLibrary.simpleMessage("Vous pouvez le changer plus tard dans vos praramĂštres de profil."), + "auth__create_acc__done_title" : MessageLookupByLibrary.simpleMessage("Hourra !"), + "auth__create_acc__email_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Votre adresse courriel ne peut pas ĂȘtre vide"), + "auth__create_acc__email_invalid_error" : MessageLookupByLibrary.simpleMessage("😅 Veuillez fournir une adresse courriel valide."), + "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("karine_vanasse@courriel.com"), + "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Nous Ă©prouvons des problĂšmes avec nos serveurs, veuillez s.v.p. rĂ©essayer dans quelques minutes."), + "auth__create_acc__email_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ€” Un compte existe dĂ©jĂ  pour cette adresse courriel."), + "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("Commençons"), + "auth__create_acc__link_empty_error" : MessageLookupByLibrary.simpleMessage("Le lien ne peut pas ĂȘtre vide."), + "auth__create_acc__link_invalid_error" : MessageLookupByLibrary.simpleMessage("Ce lien semble invalide."), + "auth__create_acc__name_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Un nom ne peut contenir que des caractĂšres alphanumĂ©riques (pour l\'instant)."), + "auth__create_acc__name_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Votre nom ne peut pas ĂȘtre vide."), + "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Votre nom ne peut pas dĂ©passer 50 caractĂšres. (Si c\'est le cas, nous sommes sincĂšrement dĂ©solĂ©.e.s.)"), + "auth__create_acc__name_placeholder" : MessageLookupByLibrary.simpleMessage("CĂ©line Dion"), + "auth__create_acc__next" : MessageLookupByLibrary.simpleMessage("Suivant"), + "auth__create_acc__one_last_thing" : MessageLookupByLibrary.simpleMessage("Une derniĂšre chose..."), + "auth__create_acc__password_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Votre mot de passe ne peut pas ĂȘtre vide"), + "auth__create_acc__password_length_error" : MessageLookupByLibrary.simpleMessage("😅 Un mot de passe doit comporter entre 8 et 64 caractĂšres."), + "auth__create_acc__paste_link" : MessageLookupByLibrary.simpleMessage("Collez votre lien d\'inscription ci-dessous"), + "auth__create_acc__paste_link_help_text" : MessageLookupByLibrary.simpleMessage("Utilisez le lien du bouton « Rejoignez Okuna » dans votre courriel d\'invitation."), + "auth__create_acc__paste_password_reset_link" : MessageLookupByLibrary.simpleMessage("Coller votre lien de rĂ©initialisation de mot de passe ci-dessous"), + "auth__create_acc__previous" : MessageLookupByLibrary.simpleMessage("PrĂ©cĂ©dent"), + "auth__create_acc__register" : MessageLookupByLibrary.simpleMessage("Inscription"), + "auth__create_acc__request_invite" : MessageLookupByLibrary.simpleMessage("Pas d\'invitation ? Demandez-en une ici."), + "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Nous Ă©prouvons des difficultĂ©s avec nos serveurs, veuillez s.v.p. rĂ©essayer dans quelques minutes."), + "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😭 Il semble que certaines informations n\'Ă©taient pas correctes, veuillez s.v.p. vĂ©rifier et rĂ©essayer."), + "auth__create_acc__submit_error_title" : MessageLookupByLibrary.simpleMessage("Ah non..."), + "auth__create_acc__submit_loading_desc" : MessageLookupByLibrary.simpleMessage("Nous sommes en train de crĂ©er votre compte."), + "auth__create_acc__submit_loading_title" : MessageLookupByLibrary.simpleMessage("Tenez bon !"), + "auth__create_acc__subscribe" : MessageLookupByLibrary.simpleMessage("Demander"), + "auth__create_acc__subscribe_to_waitlist_text" : MessageLookupByLibrary.simpleMessage("Demandez une invitation !"), + "auth__create_acc__username_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Un nom d\'utilisateur.trice ne peut contenir que des caractĂšres alphanumĂ©riques et des soulignements."), + "auth__create_acc__username_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Le nom d\'utilisateur.trice ne peut pas ĂȘtre vide."), + "auth__create_acc__username_length_error" : MessageLookupByLibrary.simpleMessage("😅 Un nom d\'utilisateur.trice ne peut pas ĂȘtre plus long que 30 caractĂšres."), + "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("armandvaillancourt"), + "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Nous Ă©prouvons des problĂšmes avec nos serveurs, veuillez s.v.p. rĂ©essayer dans quelques minutes."), + "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© Le nom d\'utilisateur.trice @%s est pris."), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("Bienvenue sur la version bĂȘta !"), + "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("Choisissez une photo de profil"), + "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("Quelle est votre adresse courriel?"), + "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Quel est votre nom ?"), + "auth__create_acc__what_password" : MessageLookupByLibrary.simpleMessage("Choisissez un mot de passe"), + "auth__create_acc__what_password_subtext" : MessageLookupByLibrary.simpleMessage("(minimum 8 caractĂšres.)"), + "auth__create_acc__what_username" : MessageLookupByLibrary.simpleMessage("Choisissez un nom d\'utilisateur.trice"), + "auth__create_acc__your_subscribed" : MessageLookupByLibrary.simpleMessage("Vous ĂȘtes Ă  la position {0} sur la liste d\'attente."), + "auth__create_acc__your_username_is" : MessageLookupByLibrary.simpleMessage("Votre nom d\'utilisateur.trice est :"), + "auth__create_acc_password_hint_text" : m0, + "auth__create_account" : MessageLookupByLibrary.simpleMessage("Inscription"), + "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("La description ne peut pas ĂȘtre vide."), + "auth__description_range_error" : m1, + "auth__email_empty_error" : MessageLookupByLibrary.simpleMessage("Le courriel ne peut pas ĂȘtre vide."), + "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("Veuillez fournir une adresse courriel valide."), + "auth__headline" : MessageLookupByLibrary.simpleMessage("Un meilleur rĂ©seau social."), + "auth__login" : MessageLookupByLibrary.simpleMessage("Ouvrir une session"), + "auth__login__connection_error" : MessageLookupByLibrary.simpleMessage("Nous ne pouvons pas Ă©tablir de connexion avec nos serveurs. Êtes-vous connectĂ©.e Ă  Internet ?"), + "auth__login__credentials_mismatch_error" : MessageLookupByLibrary.simpleMessage("Les informations d\'identification fournies ne correspondent pas."), + "auth__login__email_label" : MessageLookupByLibrary.simpleMessage("Adresse courriel"), + "auth__login__forgot_password" : MessageLookupByLibrary.simpleMessage("Mot de passe oublié "), + "auth__login__forgot_password_subtitle" : MessageLookupByLibrary.simpleMessage("Entrez votre nom d\'utilisateur.trice ou votre adresse courriel"), + "auth__login__login" : MessageLookupByLibrary.simpleMessage("Continuer"), + "auth__login__or_text" : MessageLookupByLibrary.simpleMessage("Ou"), + "auth__login__password_empty_error" : MessageLookupByLibrary.simpleMessage("Le mot de passe est requis."), + "auth__login__password_label" : MessageLookupByLibrary.simpleMessage("Mot de passe"), + "auth__login__password_length_error" : MessageLookupByLibrary.simpleMessage("Le mot de passe doit comporter entre 8 et 64 caractĂšres."), + "auth__login__previous" : MessageLookupByLibrary.simpleMessage("PrĂ©cĂ©dent"), + "auth__login__server_error" : MessageLookupByLibrary.simpleMessage("Oh oh... Nous Ă©prouvons des problĂšmes de serveur. Veuillez s.v.p. rĂ©essayer dans quelques minutes."), + "auth__login__subtitle" : MessageLookupByLibrary.simpleMessage("Entrez vos informations d\'identification afin de continuer."), + "auth__login__title" : MessageLookupByLibrary.simpleMessage("Bon retour !"), + "auth__login__username_characters_error" : MessageLookupByLibrary.simpleMessage("Le nom d\'utilisateur.trice ne peut contenir que des caractĂšres alphanumĂ©riques et des soulignements."), + "auth__login__username_empty_error" : MessageLookupByLibrary.simpleMessage("Le nom d’utilisateur.trice est requis."), + "auth__login__username_label" : MessageLookupByLibrary.simpleMessage("Nom d\'utilisateur.trice"), + "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("Le nom d\'utilisateur.trice ne peut pas ĂȘtre plus long que 30 caractĂšres."), + "auth__name_empty_error" : MessageLookupByLibrary.simpleMessage("Le nom ne peut pas ĂȘtre vide."), + "auth__name_range_error" : m2, + "auth__password_empty_error" : MessageLookupByLibrary.simpleMessage("Le mot de passe ne peut pas ĂȘtre vide."), + "auth__password_range_error" : m3, + "auth__reset_password_success_info" : MessageLookupByLibrary.simpleMessage("Votre mot de passe a Ă©tĂ© mis Ă  jour avec succĂšs"), + "auth__reset_password_success_title" : MessageLookupByLibrary.simpleMessage("Tout est prĂȘt !"), + "auth__username_characters_error" : MessageLookupByLibrary.simpleMessage("Un nom d\'utilisateur.trice ne peut contenir que des caractĂšres alphanumĂ©riques et des soulignements."), + "auth__username_empty_error" : MessageLookupByLibrary.simpleMessage("Le nom d\'utilisateur.trice ne peut pas ĂȘtre vide."), + "auth__username_maxlength_error" : m4, + "community__about" : MessageLookupByLibrary.simpleMessage("À propos"), + "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Inviter des gens Ă  la communautĂ©"), + "community__actions_manage_text" : MessageLookupByLibrary.simpleMessage("GĂ©rer"), + "community__add_administrators_title" : MessageLookupByLibrary.simpleMessage("Ajouter un.e administrateur.trice"), + "community__add_moderator_title" : MessageLookupByLibrary.simpleMessage("Ajouter un.e modĂ©rateur.trice"), + "community__adjectives_range_error" : m5, + "community__admin_add_confirmation" : m6, + "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Ceci permettra au membre de modifier les dĂ©tails de cette communautĂ©, ainsi que ses administrateurs.trices, modĂ©rateurs.trices et utilisateurs.trices banni.e.s."), + "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("communautĂ©s administrĂ©es"), + "community__administrated_community" : MessageLookupByLibrary.simpleMessage("communautĂ© administrĂ©e"), + "community__administrated_title" : MessageLookupByLibrary.simpleMessage("AdministrĂ©e"), + "community__administrator_plural" : MessageLookupByLibrary.simpleMessage("administrateurs.trices"), + "community__administrator_text" : MessageLookupByLibrary.simpleMessage("administrateur.trice"), + "community__administrator_you" : MessageLookupByLibrary.simpleMessage("Vous"), + "community__administrators_title" : MessageLookupByLibrary.simpleMessage("Administrateurs.trices"), + "community__ban_confirmation" : m7, + "community__ban_desc" : MessageLookupByLibrary.simpleMessage("Ceci supprimera l\'utilisateur.trice de cette communautĂ© et lui interdira de la rejoindre Ă  nouveau."), + "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Bannir l\'utilisateur.trice"), + "community__banned_user_text" : MessageLookupByLibrary.simpleMessage("utilisateur.trice banni.e"), + "community__banned_users_text" : MessageLookupByLibrary.simpleMessage("utilisateurs.trices banni.e.s"), + "community__banned_users_title" : MessageLookupByLibrary.simpleMessage("Utilisateurs.trices banni.e.s"), + "community__button_rules" : MessageLookupByLibrary.simpleMessage("RĂšgles"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Personnel"), + "community__categories" : MessageLookupByLibrary.simpleMessage("catĂ©gories."), + "community__category" : MessageLookupByLibrary.simpleMessage("catĂ©gorie."), + "community__communities" : MessageLookupByLibrary.simpleMessage("communautĂ©s"), + "community__communities_all_text" : MessageLookupByLibrary.simpleMessage("Toutes"), + "community__communities_no_category_found" : MessageLookupByLibrary.simpleMessage("Aucune catĂ©gorie trouvĂ©e. RĂ©essayez s.v.p. dans quelques minutes."), + "community__communities_refresh_text" : MessageLookupByLibrary.simpleMessage("Actualiser"), + "community__communities_title" : MessageLookupByLibrary.simpleMessage("CommunautĂ©s"), + "community__community" : MessageLookupByLibrary.simpleMessage("communautĂ©"), + "community__community_members" : MessageLookupByLibrary.simpleMessage("Membres de la communautĂ©"), + "community__community_staff" : MessageLookupByLibrary.simpleMessage("Personnel de la communautĂ©"), + "community__confirmation_title" : MessageLookupByLibrary.simpleMessage("Confirmation"), + "community__delete_confirmation" : MessageLookupByLibrary.simpleMessage("Êtes-vous sĂ»r.e de vouloir supprimer cette communautĂ© ?"), + "community__delete_desc" : MessageLookupByLibrary.simpleMessage("Vous ne verrez plus ses publications dans votre fil d\'actualitĂ©s et ne pourrez plus y publier."), + "community__description_range_error" : m8, + "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Ajouter la communautĂ© Ă  vos favorites"), + "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("communautĂ©s prĂ©fĂ©rĂ©es"), + "community__favorite_community" : MessageLookupByLibrary.simpleMessage("communautĂ© prĂ©fĂ©rĂ©e"), + "community__favorites_title" : MessageLookupByLibrary.simpleMessage("Favorites"), + "community__invite_to_community_resource_plural" : MessageLookupByLibrary.simpleMessage("connexions et abonnĂ©.e.s"), + "community__invite_to_community_resource_singular" : MessageLookupByLibrary.simpleMessage("connexion ou abonnĂ©.e"), + "community__invite_to_community_title" : MessageLookupByLibrary.simpleMessage("Inviter Ă  la communautĂ©"), + "community__invited_by_member" : MessageLookupByLibrary.simpleMessage("Vous devez ĂȘtre invitĂ©.e par un.e membre."), + "community__invited_by_moderator" : MessageLookupByLibrary.simpleMessage("Vous devez ĂȘtre invitĂ©.e par un.e modĂ©rateur.trice."), + "community__is_private" : MessageLookupByLibrary.simpleMessage("Cette communautĂ© est privĂ©e."), + "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("Rejoignez des communautĂ©s pour voir cet onglet prendre vie!"), + "community__join_community" : MessageLookupByLibrary.simpleMessage("Rejoindre"), + "community__joined_communities" : MessageLookupByLibrary.simpleMessage("communautĂ©s rejointes"), + "community__joined_community" : MessageLookupByLibrary.simpleMessage("communautĂ© rejointe"), + "community__joined_title" : MessageLookupByLibrary.simpleMessage("Rejointe(s)"), + "community__leave_community" : MessageLookupByLibrary.simpleMessage("Quitter"), + "community__leave_confirmation" : MessageLookupByLibrary.simpleMessage("Êtes-vous sĂ»r.e de vouloir quitter cette communautĂ© ?"), + "community__leave_desc" : MessageLookupByLibrary.simpleMessage("Vous ne verrez plus ses publications dans votre fil d\'actualitĂ©s et ne pourrez plus y publier."), + "community__manage_add_favourite" : MessageLookupByLibrary.simpleMessage("Ajouter la communautĂ© Ă  vos favorites"), + "community__manage_admins_desc" : MessageLookupByLibrary.simpleMessage("Voir, ajouter et supprimer des administrateurs.trices."), + "community__manage_admins_title" : MessageLookupByLibrary.simpleMessage("Administrateurs.trices"), + "community__manage_banned_desc" : MessageLookupByLibrary.simpleMessage("Voir, ajouter et supprimer des utilisateurs.trices banni.e.s."), + "community__manage_banned_title" : MessageLookupByLibrary.simpleMessage("Utilisateurs.trices banni.e.s"), + "community__manage_closed_posts_desc" : MessageLookupByLibrary.simpleMessage("Voir et gĂ©rer les publications fermĂ©es"), + "community__manage_closed_posts_title" : MessageLookupByLibrary.simpleMessage("Publications fermĂ©es"), + "community__manage_delete_desc" : MessageLookupByLibrary.simpleMessage("Supprimer la communautĂ©, pour toujours."), + "community__manage_delete_title" : MessageLookupByLibrary.simpleMessage("Supprimer la communautĂ©"), + "community__manage_details_desc" : MessageLookupByLibrary.simpleMessage("Changer le titre, le nom, l\'avatar, la photo de couverture et plus."), + "community__manage_details_title" : MessageLookupByLibrary.simpleMessage("DĂ©tails"), + "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Invitez vos connexions et vos abonnĂ©.e.s Ă  rejoindre la communautĂ©."), + "community__manage_invite_title" : MessageLookupByLibrary.simpleMessage("Inviter des gens"), + "community__manage_leave_desc" : MessageLookupByLibrary.simpleMessage("Quitter la communautĂ©."), + "community__manage_leave_title" : MessageLookupByLibrary.simpleMessage("Quitter la communautĂ©"), + "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("VĂ©rifiez les signalements pour modĂ©ration communautaire."), + "community__manage_mod_reports_title" : MessageLookupByLibrary.simpleMessage("Signalements pour modĂ©ration"), + "community__manage_mods_desc" : MessageLookupByLibrary.simpleMessage("Voir, ajouter et supprimer des modĂ©rateurs.trices."), + "community__manage_mods_title" : MessageLookupByLibrary.simpleMessage("ModĂ©rateurs.trices"), + "community__manage_remove_favourite" : MessageLookupByLibrary.simpleMessage("Supprimer la communautĂ© de vos favorites"), + "community__manage_title" : MessageLookupByLibrary.simpleMessage("GĂ©rer la communautĂ©"), + "community__member" : MessageLookupByLibrary.simpleMessage("membre"), + "community__member_capitalized" : MessageLookupByLibrary.simpleMessage("Membre"), + "community__member_plural" : MessageLookupByLibrary.simpleMessage("membres"), + "community__members_capitalized" : MessageLookupByLibrary.simpleMessage("Membres"), + "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("communautĂ©s modĂ©rĂ©es"), + "community__moderated_community" : MessageLookupByLibrary.simpleMessage("communautĂ© modĂ©rĂ©e"), + "community__moderated_title" : MessageLookupByLibrary.simpleMessage("ModĂ©rĂ©e(s)"), + "community__moderator_add_confirmation" : m9, + "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Ceci permettra au membre de modifier les dĂ©tails de cette communautĂ©, ainsi que ses modĂ©rateurs.trices et utilisateurs.trices banni.e.s."), + "community__moderator_resource_name" : MessageLookupByLibrary.simpleMessage("modĂ©rateur.trice"), + "community__moderators_resource_name" : MessageLookupByLibrary.simpleMessage("modĂ©rateurs.trices"), + "community__moderators_title" : MessageLookupByLibrary.simpleMessage("ModĂ©rateurs.trices"), + "community__moderators_you" : MessageLookupByLibrary.simpleMessage("Vous"), + "community__name_characters_error" : MessageLookupByLibrary.simpleMessage("Le nom ne peut contenir que des caractĂšres alphanumĂ©riques et des soulignements."), + "community__name_empty_error" : MessageLookupByLibrary.simpleMessage("Le nom ne peut pas ĂȘtre vide."), + "community__name_range_error" : m10, + "community__no" : MessageLookupByLibrary.simpleMessage("Non"), + "community__pick_atleast_min_categories" : m11, + "community__pick_atleast_min_category" : m12, + "community__pick_upto_max" : m13, + "community__post_plural" : MessageLookupByLibrary.simpleMessage("publications"), + "community__post_singular" : MessageLookupByLibrary.simpleMessage("publication"), + "community__posts" : MessageLookupByLibrary.simpleMessage("Publications"), + "community__refresh_text" : MessageLookupByLibrary.simpleMessage("Actualiser"), + "community__refreshing" : MessageLookupByLibrary.simpleMessage("Actualisation de la communautĂ©"), + "community__rules_empty_error" : MessageLookupByLibrary.simpleMessage("Les rĂšgles ne peuvent pas ĂȘtre vides."), + "community__rules_range_error" : m14, + "community__rules_text" : MessageLookupByLibrary.simpleMessage("RĂšgles"), + "community__rules_title" : MessageLookupByLibrary.simpleMessage("RĂšgles de la communautĂ©"), + "community__save_community_create_community" : MessageLookupByLibrary.simpleMessage("CrĂ©er une communautĂ©"), + "community__save_community_create_text" : MessageLookupByLibrary.simpleMessage("CrĂ©er"), + "community__save_community_edit_community" : MessageLookupByLibrary.simpleMessage("Modifier la communautĂ©"), + "community__save_community_label_title" : MessageLookupByLibrary.simpleMessage("Titre"), + "community__save_community_label_title_hint_text" : MessageLookupByLibrary.simpleMessage("par exemple : Voyage, Photographie, Jeux."), + "community__save_community_name_category" : MessageLookupByLibrary.simpleMessage("CatĂ©gorie"), + "community__save_community_name_label_color" : MessageLookupByLibrary.simpleMessage("Couleur "), + "community__save_community_name_label_color_hint_text" : MessageLookupByLibrary.simpleMessage("(Appuyez pour changer)"), + "community__save_community_name_label_desc_optional" : MessageLookupByLibrary.simpleMessage("Description · Facultative"), + "community__save_community_name_label_desc_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Votre communautĂ© est Ă  propos de quoi?"), + "community__save_community_name_label_member_adjective" : MessageLookupByLibrary.simpleMessage("Adjectif de membre · Facultatif"), + "community__save_community_name_label_member_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("par exemple: voyageur.e, photographe, joueur.se."), + "community__save_community_name_label_members_adjective" : MessageLookupByLibrary.simpleMessage("Adjectif de membres · Facultatif"), + "community__save_community_name_label_members_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("par exemple: voyageur.e.s, photographes, joueur.se.s."), + "community__save_community_name_label_rules_optional" : MessageLookupByLibrary.simpleMessage("RĂšgles · Facultatives"), + "community__save_community_name_label_rules_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Y a-t-il quelque chose que vous aimeriez que les membres de votre communautĂ© sachent?"), + "community__save_community_name_label_type" : MessageLookupByLibrary.simpleMessage("Type"), + "community__save_community_name_label_type_hint_text" : MessageLookupByLibrary.simpleMessage("(Appuyez pour changer)"), + "community__save_community_name_member_invites" : MessageLookupByLibrary.simpleMessage("Invitations de membres"), + "community__save_community_name_member_invites_subtitle" : MessageLookupByLibrary.simpleMessage("Les membres peuvent inviter des gens Ă  la communautĂ©"), + "community__save_community_name_taken" : m15, + "community__save_community_name_title" : MessageLookupByLibrary.simpleMessage("Nom"), + "community__save_community_name_title_hint_text" : MessageLookupByLibrary.simpleMessage(" par exemple: voyage, photographie, jeux."), + "community__save_community_save_text" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "community__title_empty_error" : MessageLookupByLibrary.simpleMessage("Le titre ne peut pas ĂȘtre vide."), + "community__title_range_error" : m16, + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("CommunautĂ©(s) tendance dans toutes les catĂ©gories"), + "community__trending_in_category" : m17, + "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("Aucune communautĂ© tendance trouvĂ©e. RĂ©essayez dans quelques minutes."), + "community__trending_refresh" : MessageLookupByLibrary.simpleMessage("Actualiser"), + "community__type_private" : MessageLookupByLibrary.simpleMessage("PrivĂ©e"), + "community__type_public" : MessageLookupByLibrary.simpleMessage("Publique"), + "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Retirer la communautĂ© de vos favorites"), + "community__user_you_text" : MessageLookupByLibrary.simpleMessage("Vous"), + "community__yes" : MessageLookupByLibrary.simpleMessage("Oui"), + "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("Suggestions"), + "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("ParamĂštres du compte"), + "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("Utilisateurs.trices bloquĂ©.e.s"), + "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("Changer l\'adresse courriel"), + "drawer__account_settings_change_password" : MessageLookupByLibrary.simpleMessage("Changer le mot de passe"), + "drawer__account_settings_delete_account" : MessageLookupByLibrary.simpleMessage("Supprimer mon compte"), + "drawer__account_settings_language" : m18, + "drawer__account_settings_language_text" : MessageLookupByLibrary.simpleMessage("Langue"), + "drawer__account_settings_notifications" : MessageLookupByLibrary.simpleMessage("Notifications"), + "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("Application et Compte"), + "drawer__application_settings" : MessageLookupByLibrary.simpleMessage("ParamĂštres de l\'application"), + "drawer__connections" : MessageLookupByLibrary.simpleMessage("Mes connexions"), + "drawer__customize" : MessageLookupByLibrary.simpleMessage("Personnaliser"), + "drawer__global_moderation" : MessageLookupByLibrary.simpleMessage("ModĂ©ration globale"), + "drawer__help" : MessageLookupByLibrary.simpleMessage("Assistance et commentaires"), + "drawer__lists" : MessageLookupByLibrary.simpleMessage("Mes listes"), + "drawer__logout" : MessageLookupByLibrary.simpleMessage("Fermer la session"), + "drawer__main_title" : MessageLookupByLibrary.simpleMessage("Mon Okuna"), + "drawer__menu_title" : MessageLookupByLibrary.simpleMessage("Menu"), + "drawer__my_circles" : MessageLookupByLibrary.simpleMessage("Mes cercles"), + "drawer__my_followers" : MessageLookupByLibrary.simpleMessage("Mes abonnĂ©.e.s"), + "drawer__my_following" : MessageLookupByLibrary.simpleMessage("Abonnements"), + "drawer__my_invites" : MessageLookupByLibrary.simpleMessage("Mes invitations"), + "drawer__my_lists" : MessageLookupByLibrary.simpleMessage("Mes listes"), + "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Mes pĂ©nalitĂ©s de modĂ©ration"), + "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("Mes tĂąches de modĂ©ration en attente"), + "drawer__profile" : MessageLookupByLibrary.simpleMessage("Profil"), + "drawer__settings" : MessageLookupByLibrary.simpleMessage("ParamĂštres"), + "drawer__themes" : MessageLookupByLibrary.simpleMessage("ThĂšmes"), + "drawer__useful_links_guidelines" : MessageLookupByLibrary.simpleMessage("Lignes directrices d\'Okuna"), + "drawer__useful_links_guidelines_bug_tracker" : MessageLookupByLibrary.simpleMessage("Outil de suivi des bogues"), + "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Signaler un bogue ou voter sur les bogues existants"), + "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("Les lignes directrices dont on s\'attend que nous suivions tous.tes pour une coexistence saine et amicale."), + "drawer__useful_links_guidelines_feature_requests" : MessageLookupByLibrary.simpleMessage("Demandes de fonctionnalitĂ©s"), + "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("Demander une fonctionnalitĂ© ou voter sur les demandes existantes"), + "drawer__useful_links_guidelines_github" : MessageLookupByLibrary.simpleMessage("Tableau de projet Github"), + "drawer__useful_links_guidelines_github_desc" : MessageLookupByLibrary.simpleMessage("Regardez ce sur quoi nous travaillons actuellement"), + "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Manuel d\'Okuna"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Un manuel avec tout ce qu\'il y a Ă  savoir sur l\'utilisation de la plateforme"), + "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("ChaĂźne communautaire sur Slack"), + "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("Un endroit pour discuter de tout Ă  propos d\'Okuna"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Supporter Okuna"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Trouvez un moyen de nous aider dans notre voyage !"), + "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("Liens utiles"), + "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Aucune connexion Internet"), + "error__unknown_error" : MessageLookupByLibrary.simpleMessage("Erreur inconnue"), + "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Discutez avec l\'Ă©quipe"), + "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("VĂ©rifier"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("CatĂ©gorie"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Objets modĂ©rĂ©s de la communautĂ©"), + "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("Approuver"), + "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Ce signalement a Ă©tĂ© vĂ©rifiĂ©"), + "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Objet"), + "moderation__community_review_reject" : MessageLookupByLibrary.simpleMessage("rejeter"), + "moderation__community_review_title" : MessageLookupByLibrary.simpleMessage("VĂ©rifier l\'objet modĂ©rĂ©"), + "moderation__confirm_report_community_reported" : MessageLookupByLibrary.simpleMessage("CommunautĂ© signalĂ©e"), + "moderation__confirm_report_item_reported" : MessageLookupByLibrary.simpleMessage("Objet signalĂ©"), + "moderation__confirm_report_post_comment_reported" : MessageLookupByLibrary.simpleMessage("Commentaire sur une publication signalĂ©"), + "moderation__confirm_report_post_reported" : MessageLookupByLibrary.simpleMessage("Publication signalĂ©e"), + "moderation__confirm_report_provide_details" : MessageLookupByLibrary.simpleMessage("Pouvez-vous fournir des dĂ©tails supplĂ©mentaires qui pourraient ĂȘtre pertinents au signalement?"), + "moderation__confirm_report_provide_happen_next" : MessageLookupByLibrary.simpleMessage("Voici ce qui va se passer ensuite :"), + "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("- Votre signalement sera envoyĂ© de façon anonyme.\n- Si vous signalez une publication ou un commentaire, le signalement sera envoyĂ© au personel d\'Okuna et si cela s\'applique, les modĂ©rateurs.trices de la communautĂ©, puis la publication sera retirĂ©e de votre fil d\'actualitĂ©s.\n- Si vous signalez un compte ou une communautĂ©, le signalement sera envoyĂ© au personel d\'Okuna.\n- Nous allons vĂ©rifier le signalement et si nous l\'approuvons, le contenu fautif sera supprimĂ© et des pĂ©nalitĂ©s seront dĂ©cernĂ©es aux personnes visĂ©es, allant d\'une suspension temporaire jusqu\'Ă  la suppression du compte, dĂ©pendant de la sĂ©vĂ©ritĂ© de la transgression.\n- S\'il est Ă©tabli que le signalement a Ă©tĂ© fait dans une tentative d\'endommager la rĂ©putation d\'un.e autre membre ou communautĂ© dans la plateforme, sans qu\'il y ait une offense de la dite raison du signalement, les pĂ©nalitĂ©s s\'appliqueront Ă  vous.\n"), + "moderation__confirm_report_provide_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Tapez ici..."), + "moderation__confirm_report_provide_optional_info" : MessageLookupByLibrary.simpleMessage("(Facultatif)"), + "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Je comprends, envoyer."), + "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Envoyer le signalement"), + "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("Utilisateur.trice signalĂ©.e"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("Description"), + "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Appliquer les filtres"), + "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Autres"), + "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("RĂ©initialiser"), + "moderation__filters_status" : MessageLookupByLibrary.simpleMessage("Statut"), + "moderation__filters_title" : MessageLookupByLibrary.simpleMessage("Filtres de modĂ©ration"), + "moderation__filters_type" : MessageLookupByLibrary.simpleMessage("Type"), + "moderation__filters_verified" : MessageLookupByLibrary.simpleMessage("VĂ©rifiĂ©"), + "moderation__global_review_object_text" : MessageLookupByLibrary.simpleMessage("Objet"), + "moderation__global_review_title" : MessageLookupByLibrary.simpleMessage("VĂ©rifier l\'objet modĂ©rĂ©"), + "moderation__global_review_unverify_text" : MessageLookupByLibrary.simpleMessage("Ne pas vĂ©rifier"), + "moderation__global_review_verify_text" : MessageLookupByLibrary.simpleMessage("VĂ©rifier "), + "moderation__globally_moderated_objects" : MessageLookupByLibrary.simpleMessage("Objets modĂ©rĂ©s globalement"), + "moderation__moderated_object_false_text" : MessageLookupByLibrary.simpleMessage("Faux"), + "moderation__moderated_object_reports_count" : MessageLookupByLibrary.simpleMessage("Nombre de signalements"), + "moderation__moderated_object_status" : MessageLookupByLibrary.simpleMessage("Statut"), + "moderation__moderated_object_title" : MessageLookupByLibrary.simpleMessage("Objet"), + "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Vrai"), + "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("VĂ©rifiĂ©"), + "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("VĂ©rifiĂ© par le personnel d\'Okuna"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("pĂ©nalitĂ© de modĂ©ration"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("pĂ©nalitĂ©s de modĂ©ration"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("PĂ©nalitĂ©s de modĂ©ration"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("TĂąches de modĂ©ration en attente"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Aucune description"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Statut"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("tĂąches de modĂ©ration en attente"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("tĂąche de modĂ©ration en attente"), + "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Signaler le compte"), + "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("Signaler le commentaire"), + "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("Signaler la communautĂ©"), + "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("Signaler la publication"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("Signaleur.euse"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("signalements"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("Signalements"), + "moderation__reports_see_all" : m19, + "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Appuyer pour rĂ©essayer de charger les Ă©lĂ©ments"), + "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Mettre Ă  jour une catĂ©gorie"), + "moderation__update_description_report_desc" : MessageLookupByLibrary.simpleMessage("Signaler la description"), + "moderation__update_description_report_hint_text" : MessageLookupByLibrary.simpleMessage("par exemple: l\'Ă©lĂ©ment du signalement indique que..."), + "moderation__update_description_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "moderation__update_description_title" : MessageLookupByLibrary.simpleMessage("Modifier la description"), + "moderation__update_status_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "moderation__update_status_title" : MessageLookupByLibrary.simpleMessage("Mettre Ă  jour le statut"), + "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("Vous avez signalĂ© ce compte"), + "moderation__you_have_reported_comment_text" : MessageLookupByLibrary.simpleMessage("Vous avez signalĂ© ce commentaire"), + "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("Vous avez signalĂ© cette communautĂ©"), + "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("Vous avez signalĂ© cette publication"), + "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] · [username] a acceptĂ© votre demande de connexion."), + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, + "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un commente sur l\'une de vos publications ou une sur laquelle vous avez commentĂ©"), + "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un rĂ©agit Ă  l\'un de vos commentaires sur une publication"), + "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("RĂ©action Ă  l\'un de vos commentaires sur une publication"), + "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un rĂ©pond Ă  l\'un de vos commentaires ou un auquel vous avez aussi rĂ©pondu"), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("RĂ©ponse Ă  l\'un de vos commentaires sur une publication"), + "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Commentaire sur l\'une de vos publications"), + "notifications__comment_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un vous mentionne sur l\'un de leurs commentaires"), + "notifications__comment_user_mention_title" : MessageLookupByLibrary.simpleMessage("Mention sur un commentaire d\'une publication"), + "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un vous invite Ă  rejoindre une communautĂ©"), + "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Invitation Ă  une communautĂ©"), + "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un veut se connecter avec vous"), + "notifications__connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] · [username] veut se connecter avec vous."), + "notifications__connection_title" : MessageLookupByLibrary.simpleMessage("Demande de connexion"), + "notifications__follow_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un s\'abonne Ă  vous"), + "notifications__follow_title" : MessageLookupByLibrary.simpleMessage("Nouvel.le abonnĂ©.e"), + "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] · [username] est maintenant l\'un.e de vos abonnĂ©.e.s"), + "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelque chose se produit"), + "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Notifications"), + "notifications__mentioned_in_post_comment_tile" : m24, + "notifications__mentioned_in_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] vous a mentionnĂ©.e sur une publication."), + "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("DĂ©sactiver les notifications de commentaires sur les publications"), + "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("DĂ©sactiver les notifications de publications"), + "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Activer les notifications de commentaires sur les publications"), + "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Activer les notifications de publications"), + "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un rĂ©agit Ă  l\'une de vos publications"), + "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("RĂ©action sur l\'une de vos publications"), + "notifications__post_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Soyez averti.e lorsque quelqu\'un vous mentionne sur l\'une de leurs publications"), + "notifications__post_user_mention_title" : MessageLookupByLibrary.simpleMessage("Mention sur une publication"), + "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] · [username] a rĂ©agi Ă  votre commentaire sur une publication."), + "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] · [username] a rĂ©agi Ă  votre publication."), + "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("ParamĂštres de notifications"), + "notifications__user_community_invite_tile" : m25, + "post__action_comment" : MessageLookupByLibrary.simpleMessage("Commenter"), + "post__action_react" : MessageLookupByLibrary.simpleMessage("RĂ©agir"), + "post__action_reply" : MessageLookupByLibrary.simpleMessage("RĂ©pondre"), + "post__actions_comment_deleted" : MessageLookupByLibrary.simpleMessage("Commentaire supprimĂ©"), + "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Supprimer la publication"), + "post__actions_delete_comment" : MessageLookupByLibrary.simpleMessage("Supprimer le commentaire"), + "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("Publication supprimĂ©e"), + "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Modifier le commentaire"), + "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("Signaler"), + "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("SignalĂ©.e"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Afficher plus"), + "post__close_post" : MessageLookupByLibrary.simpleMessage("Fermer la publication"), + "post__comment_maxlength_error" : m26, + "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Publication"), + "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("RĂ©pondre au commentaire"), + "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Votre rĂ©ponse..."), + "post__comment_required_error" : MessageLookupByLibrary.simpleMessage("Le commentaire ne peut pas ĂȘtre vide."), + "post__commenter_expanded_edit_comment" : MessageLookupByLibrary.simpleMessage("Modifier le commentaire"), + "post__commenter_expanded_join_conversation" : MessageLookupByLibrary.simpleMessage("Participez Ă  la conversation..."), + "post__commenter_expanded_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "post__commenter_expanded_start_conversation" : MessageLookupByLibrary.simpleMessage("Commencer une conversation..."), + "post__commenter_post_text" : MessageLookupByLibrary.simpleMessage("Publication"), + "post__commenter_write_something" : MessageLookupByLibrary.simpleMessage("Écrivez quelque chose..."), + "post__comments_closed_post" : MessageLookupByLibrary.simpleMessage("Publication fermĂ©e"), + "post__comments_disabled" : MessageLookupByLibrary.simpleMessage("Commentaires dĂ©sactivĂ©s"), + "post__comments_disabled_message" : MessageLookupByLibrary.simpleMessage("Commentaires dĂ©sactivĂ©s pour la publication"), + "post__comments_enabled_message" : MessageLookupByLibrary.simpleMessage("Commentaires activĂ©s pour la publication"), + "post__comments_header_be_the_first_comments" : MessageLookupByLibrary.simpleMessage("Soyez le / la premier.Ăšre Ă  commenter"), + "post__comments_header_be_the_first_replies" : MessageLookupByLibrary.simpleMessage("Soyez le / la premier.Ăšre Ă  rĂ©pondre"), + "post__comments_header_newer" : MessageLookupByLibrary.simpleMessage("Plus rĂ©cents"), + "post__comments_header_newest_comments" : MessageLookupByLibrary.simpleMessage("Commentaires les plus rĂ©cents"), + "post__comments_header_newest_replies" : MessageLookupByLibrary.simpleMessage("RĂ©ponses les plus rĂ©centes"), + "post__comments_header_older" : MessageLookupByLibrary.simpleMessage("Plus anciens"), + "post__comments_header_oldest_comments" : MessageLookupByLibrary.simpleMessage("Commentaires les plus anciens"), + "post__comments_header_oldest_replies" : MessageLookupByLibrary.simpleMessage("RĂ©ponses les plus anciennes"), + "post__comments_header_see_newest_comments" : MessageLookupByLibrary.simpleMessage("Voir les commentaires les plus rĂ©cents"), + "post__comments_header_see_newest_replies" : MessageLookupByLibrary.simpleMessage("Voir les rĂ©ponses les plus rĂ©centes"), + "post__comments_header_see_oldest_comments" : MessageLookupByLibrary.simpleMessage("Voir les commentaires les plus anciens"), + "post__comments_header_see_oldest_replies" : MessageLookupByLibrary.simpleMessage("Voir les rĂ©ponses les plus anciennes"), + "post__comments_header_view_newest_comments" : MessageLookupByLibrary.simpleMessage("Voir les commentaires les plus rĂ©cents"), + "post__comments_header_view_newest_replies" : MessageLookupByLibrary.simpleMessage("Voir les rĂ©ponses les plus rĂ©centes"), + "post__comments_header_view_oldest_comments" : MessageLookupByLibrary.simpleMessage("Voir les commentaires les plus anciens"), + "post__comments_header_view_oldest_replies" : MessageLookupByLibrary.simpleMessage("Voir les rĂ©ponses les plus anciennes"), + "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("Pas d\'autres rĂ©ponses Ă  charger"), + "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("Pas d\'autres commentaires Ă  charger"), + "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("RĂ©ponses Ă  la publication"), + "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Appuyer pour rĂ©essayer de charger les commentaires."), + "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Appuyer pour rĂ©essayer de charger les rĂ©ponses."), + "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("Commentaires sur la publication"), + "post__comments_view_all_comments" : m27, + "post__create_new" : MessageLookupByLibrary.simpleMessage("Nouvelle publication"), + "post__create_next" : MessageLookupByLibrary.simpleMessage("Suivant"), + "post__create_photo" : MessageLookupByLibrary.simpleMessage("Photo"), + "post__disable_post_comments" : MessageLookupByLibrary.simpleMessage("DĂ©sactiver les commentaires sur la publication"), + "post__edit_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "post__edit_title" : MessageLookupByLibrary.simpleMessage("Modifier la publication"), + "post__enable_post_comments" : MessageLookupByLibrary.simpleMessage("Activer les commentaires sur la publication"), + "post__have_not_shared_anything" : MessageLookupByLibrary.simpleMessage("Vous n\'avez encore rien partagĂ©."), + "post__is_closed" : MessageLookupByLibrary.simpleMessage("Publication fermĂ©e"), + "post__my_circles" : MessageLookupByLibrary.simpleMessage("Mes cercles"), + "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Partagez la publication vers un ou plusieurs de vos cercles."), + "post__no_circles_for" : m28, + "post__open_post" : MessageLookupByLibrary.simpleMessage("Ouvrir la publication"), + "post__post_closed" : MessageLookupByLibrary.simpleMessage("Publication fermĂ©e"), + "post__post_opened" : MessageLookupByLibrary.simpleMessage("Publication ouverte"), + "post__post_reactions_title" : MessageLookupByLibrary.simpleMessage("RĂ©actions Ă  la publication"), + "post__profile_counts_follower" : MessageLookupByLibrary.simpleMessage(" AbonnĂ©.e"), + "post__profile_counts_followers" : MessageLookupByLibrary.simpleMessage(" AbonnĂ©.e.s"), + "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Abonnements"), + "post__profile_counts_post" : MessageLookupByLibrary.simpleMessage(" Publication"), + "post__profile_counts_posts" : MessageLookupByLibrary.simpleMessage("Publications"), + "post__reaction_list_tap_retry" : MessageLookupByLibrary.simpleMessage("Appuyez pour rĂ©essayer de charger les rĂ©actions."), + "post__search_circles" : MessageLookupByLibrary.simpleMessage("Rechercher dans les cercles..."), + "post__share" : MessageLookupByLibrary.simpleMessage("Partager"), + "post__share_community" : MessageLookupByLibrary.simpleMessage("Partager"), + "post__share_community_desc" : MessageLookupByLibrary.simpleMessage("Partagez la publication vers une communautĂ© dont vous faites partie."), + "post__share_community_title" : MessageLookupByLibrary.simpleMessage("Une communautĂ©"), + "post__share_to" : MessageLookupByLibrary.simpleMessage("Partager vers"), + "post__share_to_circles" : MessageLookupByLibrary.simpleMessage("Partager vers les cercles"), + "post__share_to_community" : MessageLookupByLibrary.simpleMessage("Partagez vers la communautĂ©"), + "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("PartagĂ©.e en privĂ© sur"), + "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Partager la publication vers"), + "post__text_copied" : MessageLookupByLibrary.simpleMessage("Texte copiĂ© !"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("j"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("maintenant"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1j"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1m"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1sem"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1an"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("sem"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("an"), + "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 Toutes les publications chargĂ©es"), + "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Essayez de rafraĂźchir le fil d\'actualitĂ©s."), + "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Quelque chose ne va pas."), + "post__timeline_posts_failed_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("RĂ©essayez dans quelques secondes"), + "post__timeline_posts_failed_drhoo_title" : MessageLookupByLibrary.simpleMessage("Impossible de charger votre fil d\'actualitĂ©s."), + "post__timeline_posts_no_more_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Suivez des utilisateurs.trices ou rejoignez une communautĂ© pour commencer !"), + "post__timeline_posts_no_more_drhoo_title" : MessageLookupByLibrary.simpleMessage("Votre fil d\'actualitĂ©s est vide."), + "post__timeline_posts_refresh_posts" : MessageLookupByLibrary.simpleMessage("Actualiser les publications"), + "post__timeline_posts_refreshing_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Chargement de votre fil d\'actualitĂ©s."), + "post__timeline_posts_refreshing_drhoo_title" : MessageLookupByLibrary.simpleMessage("Tenez bon !"), + "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("Il n\'y a pas de publications tendance. Essayez d\'actualiser la page dans quelques secondes."), + "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Actualiser"), + "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Publications tendance"), + "post__user_has_not_shared_anything" : m29, + "post__usernames_circles" : m30, + "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("Monde entier"), + "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Vous avez partagĂ© avec"), + "user__add_account_done" : MessageLookupByLibrary.simpleMessage("TerminĂ©"), + "user__add_account_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "user__add_account_success" : MessageLookupByLibrary.simpleMessage("OpĂ©ration rĂ©ussie"), + "user__add_account_to_lists" : MessageLookupByLibrary.simpleMessage("Ajouter le compte Ă  la liste"), + "user__add_account_update_account_lists" : MessageLookupByLibrary.simpleMessage("Mettre Ă  jour les listes de comptes"), + "user__add_account_update_lists" : MessageLookupByLibrary.simpleMessage("Mettre Ă  jour les listes"), + "user__billion_postfix" : MessageLookupByLibrary.simpleMessage("milliard"), + "user__block_user" : MessageLookupByLibrary.simpleMessage("Bloquer l\'utilisateur.trice"), + "user__change_email_email_text" : MessageLookupByLibrary.simpleMessage("Adresse courriel"), + "user__change_email_error" : MessageLookupByLibrary.simpleMessage("Adresse courriel dĂ©jĂ  inscrite"), + "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Entrez votre nouvelle adresse courriel"), + "user__change_email_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Nous avons envoyĂ© un lien de confirmation Ă  votre nouvelle adresse courriel, cliquez-le pour vĂ©rifier votre nouvelle adresse courriel"), + "user__change_email_title" : MessageLookupByLibrary.simpleMessage("Changer l\'adresse courriel"), + "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("Le nom de cercle ne peut pas ĂȘtre vide."), + "user__circle_name_range_error" : m31, + "user__circle_peoples_count" : m32, + "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("PrĂ©fĂ©rences rĂ©initialisĂ©es avec succĂšs"), + "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("RĂ©initialiser les prĂ©fĂ©rences de l\'application. Actuellement, ce n\'est que l\'ordre prĂ©fĂ©rĂ© d\'affichage des commentaires."), + "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("Impossible d\'effacer les prĂ©fĂ©rences"), + "user__clear_app_preferences_title" : MessageLookupByLibrary.simpleMessage("RĂ©initialiser les prĂ©fĂ©rences"), + "user__clear_application_cache_desc" : MessageLookupByLibrary.simpleMessage("Effacer les messages du cache, comptes, images et plus."), + "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("Le cache n\'a pas pu ĂȘtre vidĂ©"), + "user__clear_application_cache_success" : MessageLookupByLibrary.simpleMessage("Cache vidĂ© avec succĂšs"), + "user__clear_application_cache_text" : MessageLookupByLibrary.simpleMessage("Vider le cache"), + "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("Utilisateur.trice bloquĂ©.e."), + "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("Vous ne verrez pas vos publications respectives ni ne pourrez interagir de quelque maniĂšre que ce soit."), + "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("Non"), + "user__confirm_block_user_question" : m33, + "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("Confirmation"), + "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("Oui"), + "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("Ajouter la connexion au cercle"), + "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("Confirmer"), + "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("Connexion confirmĂ©e"), + "user__confirm_connection_with" : m34, + "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Discutez avec la communautĂ©."), + "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Commencer une discussion immĂ©diatement."), + "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Discutez avec l\'Ă©quipe."), + "user__confirm_guidelines_reject_delete_account" : MessageLookupByLibrary.simpleMessage("Supprimer mon compte"), + "user__confirm_guidelines_reject_go_back" : MessageLookupByLibrary.simpleMessage("Revenir en arriĂšre"), + "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("Vous ne pouvez pas utiliser Okuna jusqu\'Ă  ce que vous acceptiez les lignes directrices."), + "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("Rejoignez le canal Slack d\'Okuna."), + "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Rejet des lignes directrices"), + "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("Ajouter la connexion au cercle"), + "user__connect_to_user_connect_with_username" : m35, + "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("TerminĂ©"), + "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("Demande de connexion envoyĂ©e"), + "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Modifier"), + "user__connection_pending" : MessageLookupByLibrary.simpleMessage("En attente"), + "user__connections_circle_delete" : MessageLookupByLibrary.simpleMessage("Supprimer"), + "user__connections_header_circle_desc" : MessageLookupByLibrary.simpleMessage("Le cercle oĂč toutes vos connexions sont ajoutĂ©es."), + "user__connections_header_users" : MessageLookupByLibrary.simpleMessage("Utilisateurs.trices"), + "user__delete_account_confirmation_desc" : MessageLookupByLibrary.simpleMessage("Êtes-vous sĂ»r.e de vouloir supprimer votre compte ?"), + "user__delete_account_confirmation_desc_info" : MessageLookupByLibrary.simpleMessage("Ceci est une action permanente et irrĂ©versible."), + "user__delete_account_confirmation_goodbye" : MessageLookupByLibrary.simpleMessage("Au revoir 😱"), + "user__delete_account_confirmation_no" : MessageLookupByLibrary.simpleMessage("Non"), + "user__delete_account_confirmation_title" : MessageLookupByLibrary.simpleMessage("Confirmation"), + "user__delete_account_confirmation_yes" : MessageLookupByLibrary.simpleMessage("Oui"), + "user__delete_account_current_pwd" : MessageLookupByLibrary.simpleMessage("Mot de passe actuel"), + "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Entrez votre mot de passe actuel"), + "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("Suivant"), + "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Supprimer mon compte"), + "user__disconnect_from_user" : m36, + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("DĂ©connectĂ©.e avec succĂšs"), + "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Bio"), + "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Supprimer"), + "user__edit_profile_followers_count" : MessageLookupByLibrary.simpleMessage("Nombre d\'abonnĂ©.e.s"), + "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("LocalitĂ©"), + "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Nom"), + "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("Choisir une image"), + "user__edit_profile_pick_image_error_too_large" : m37, + "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Modifier le profil"), + "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Site web"), + "user__edit_profile_user_name_taken" : m38, + "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("Nom d\'utilisateur.trice"), + "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("Oups ! Votre jeton n\'Ă©tait pas valide ou a expirĂ©, veuillez s.v.p. rĂ©essayer"), + "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("Super ! Votre adresse courriel est maintenant vĂ©rifiĂ©e"), + "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("Aucune Ă©moticĂŽne sĂ©lectionnĂ©e"), + "user__emoji_search_none_found" : m39, + "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Suivre"), + "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Ne plus suivre"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Aucune liste trouvĂ©e."), + "user__follow_lists_no_list_found_for" : m40, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Rechercher une liste..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Mes listes"), + "user__follower_plural" : MessageLookupByLibrary.simpleMessage("abonnĂ©.e.s"), + "user__follower_singular" : MessageLookupByLibrary.simpleMessage("abonnĂ©.e"), + "user__followers_title" : MessageLookupByLibrary.simpleMessage("AbonnĂ©.e.s"), + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("utilisateurs.trices auxquels.elles vous ĂȘtes abonnĂ©.e"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("AbonnĂ©.e Ă "), + "user__follows_list_accounts_count" : m41, + "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Modifier"), + "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("Utilisateurs.trices"), + "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Compte"), + "user__follows_lists_accounts" : m42, + "user__groups_see_all" : m43, + "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("Accepter"), + "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("Veuillez s.v.p. prendre un moment pour lire et accepter nos lignes directrices."), + "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Rejeter"), + "user__invite" : MessageLookupByLibrary.simpleMessage("Inviter"), + "user__invite_member" : MessageLookupByLibrary.simpleMessage("Membre"), + "user__invite_someone_message" : m44, + "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("invitation acceptĂ©e"), + "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("invitation(s) acceptĂ©e(s)"), + "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("AcceptĂ©e(s)"), + "user__invites_create_create" : MessageLookupByLibrary.simpleMessage("CrĂ©er"), + "user__invites_create_create_title" : MessageLookupByLibrary.simpleMessage("CrĂ©er une invitation"), + "user__invites_create_edit_title" : MessageLookupByLibrary.simpleMessage("Modifier l\'invitation"), + "user__invites_create_name_hint" : MessageLookupByLibrary.simpleMessage("par exemple : Madame Une Telle"), + "user__invites_create_name_title" : MessageLookupByLibrary.simpleMessage("Pseudonyme"), + "user__invites_create_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "user__invites_delete" : MessageLookupByLibrary.simpleMessage("Supprimer"), + "user__invites_edit_text" : MessageLookupByLibrary.simpleMessage("Modifier"), + "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("par exemple : madameunetelle@courriel.com"), + "user__invites_email_invite_text" : MessageLookupByLibrary.simpleMessage("Invitation par courriel"), + "user__invites_email_send_text" : MessageLookupByLibrary.simpleMessage("Envoyer"), + "user__invites_email_sent_text" : MessageLookupByLibrary.simpleMessage("Courriel d\'invitation envoyĂ©"), + "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("Adresse courriel"), + "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Inviter un.e ami.e"), + "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Inviter"), + "user__invites_joined_with" : m45, + "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("Vous n\'avez pas d\'invitations disponibles."), + "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Il semble que vous n\'ayez utilisĂ© aucune invitation."), + "user__invites_pending" : MessageLookupByLibrary.simpleMessage("En attente"), + "user__invites_pending_email" : m46, + "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("invitation en attente"), + "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("invitation(s) en attente"), + "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Actualiser"), + "user__invites_share_email" : MessageLookupByLibrary.simpleMessage("Partager l\'invitation par courriel"), + "user__invites_share_email_desc" : MessageLookupByLibrary.simpleMessage("Nous enverrons en votre nom un courriel d\'invitation avec des instructions"), + "user__invites_share_yourself" : MessageLookupByLibrary.simpleMessage("Partager l\'invitation par vous-mĂȘme"), + "user__invites_share_yourself_desc" : MessageLookupByLibrary.simpleMessage("Choisissez parmi les applications de messagerie, etc."), + "user__invites_title" : MessageLookupByLibrary.simpleMessage("Mes invitations"), + "user__language_settings_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("Langue changĂ©e avec succĂšs"), + "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("ParamĂštres de langue"), + "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("Le nom de liste ne peut pas ĂȘtre vide."), + "user__list_name_range_error" : m47, + "user__million_postfix" : MessageLookupByLibrary.simpleMessage("million"), + "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Annuler la demande de connexion"), + "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Refuser la demande de connexion"), + "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("Utilisateur.trice bloquĂ©.e"), + "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("Utilisateur.trice dĂ©bloquĂ©.e"), + "user__profile_bio_length_error" : m48, + "user__profile_location_length_error" : m49, + "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("Veuillez fournir une adresse web valide."), + "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Supprimer le compte des listes"), + "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("OpĂ©ration rĂ©ussie"), + "user__save_connection_circle_color_hint" : MessageLookupByLibrary.simpleMessage("(Appuyez pour changer)"), + "user__save_connection_circle_color_name" : MessageLookupByLibrary.simpleMessage("Couleur "), + "user__save_connection_circle_create" : MessageLookupByLibrary.simpleMessage("CrĂ©er un cercle"), + "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Modifier le cercle"), + "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("par exemple: amis, famille, travail."), + "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Nom"), + "user__save_connection_circle_name_taken" : m50, + "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("Utilisateurs.trices"), + "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("CrĂ©er une liste"), + "user__save_follows_list_edit" : MessageLookupByLibrary.simpleMessage("Modifier la liste"), + "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("ÉmoticĂŽne"), + "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("ÉmoticĂŽne est requise"), + "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("par exemple : Voyage, Photographie"), + "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Nom"), + "user__save_follows_list_name_taken" : m51, + "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("Utilisateurs.trices"), + "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("mille"), + "user__tile_delete" : MessageLookupByLibrary.simpleMessage("Supprimer"), + "user__tile_following" : MessageLookupByLibrary.simpleMessage(" · AbonnĂ©.e Ă "), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Appliquer les filtres"), + "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Cercles"), + "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Tout effacer"), + "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listes"), + "user__timeline_filters_no_match" : m52, + "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Recherche de cercles et de listes..."), + "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Filtres du fil d\'actualitĂ©s"), + "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Voir la traduction"), + "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Afficher l\'original"), + "user__unblock_user" : MessageLookupByLibrary.simpleMessage("DĂ©bloquer l\'utilisateur.trice"), + "user__uninvite" : MessageLookupByLibrary.simpleMessage("Annuler l\'invitation"), + "user__update_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Enregistrer"), + "user__update_connection_circle_updated" : MessageLookupByLibrary.simpleMessage("Connexion mise Ă  jour"), + "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Mettre Ă  jour les cercles de connexions"), + "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Annuler"), + "user_search__communities" : MessageLookupByLibrary.simpleMessage("CommunautĂ©s"), + "user_search__list_no_results_found" : m53, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Actualiser"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Appuyez pour rĂ©essayer."), + "user_search__list_search_text" : m54, + "user_search__no_communities_for" : m55, + "user_search__no_results_for" : m56, + "user_search__no_users_for" : m57, + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Rechercher..."), + "user_search__searching_for" : m58, + "user_search__users" : MessageLookupByLibrary.simpleMessage("Utilisateurs.trices") + }; +} diff --git a/lib/locale/messages_it.dart b/lib/locale/messages_it.dart new file mode 100644 index 000000000..c3cb9e881 --- /dev/null +++ b/lib/locale/messages_it.dart @@ -0,0 +1,848 @@ +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart +// This is a library that provides messages for a it locale. All the +// messages from the main program should be duplicated here with the same +// function name. + +// ignore_for_file: unnecessary_brace_in_string_interps + +import 'package:intl/intl.dart'; +import 'package:intl/message_lookup_by_library.dart'; + +// ignore: unnecessary_new +final messages = new MessageLookup(); + +// ignore: unused_element +final _keepAnalysisHappy = Intl.defaultLocale; + +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + +class MessageLookup extends MessageLookupByLibrary { + get localeName => 'it'; + + static m0(minLength, maxLength) => "(${minLength}-${maxLength} caratteri)"; + + static m1(minLength, maxLength) => "La descrizione deve essere compresa tra ${minLength} e ${maxLength} caratteri."; + + static m2(minLength, maxLength) => "Il nome deve essere compreso tra ${minLength} e ${maxLength} caratteri."; + + static m3(minLength, maxLength) => "La password deve essere compresa tra ${minLength} e ${maxLength} caratteri."; + + static m4(maxLength) => "Un commento non puĂČ essere piĂč lungo di ${maxLength} caratteri."; + + static m5(maxLength) => "Gli aggettivi non possono essere piĂč lunghi di ${maxLength} caratteri."; + + static m6(username) => "Sei sicuro di voler aggiungere @${username} come amministratore della comunitĂ ?"; + + static m7(username) => "Sei sicuro di voler bloccare @${username}?"; + + static m8(maxLength) => "La descrizione non puĂČ essere piĂč lunga di ${maxLength} caratteri."; + + static m9(username) => "Sei sicuro di voler aggiungere @${username} come moderatore della comunitĂ ?"; + + static m10(maxLength) => "Il nome non puĂČ essere piĂč lungo di ${maxLength} caratteri."; + + static m11(min) => "Devi scegliere almeno ${min} categoria/e."; + + static m12(min) => "Devi scegliere almeno ${min} categoria/e."; + + static m13(max) => "Scegli fino a ${max} categorie"; + + static m14(maxLength) => "Le regole non possono essere piĂč lunghe di ${maxLength} caratteri."; + + static m15(takenName) => "Il nome \'${takenName}\' per la comunitĂ  Ăš giĂ  utilizzato"; + + static m16(maxLength) => "Il titolo non puĂČ essere piĂč lungo di ${maxLength} caratteri."; + + static m17(categoryName) => "Di tendenza in ${categoryName}"; + + static m18(currentUserLanguage) => "Lingua (${currentUserLanguage})"; + + static m19(resourceCount, resourceName) => "Vedi tutti ${resourceCount} ${resourceName}"; + + static m20(postCommentText) => "anche [name] [username] ha commentato il tuo post: ${postCommentText}"; + + static m21(postCommentText) => "[name] [username] ha commentato il tuo post: ${postCommentText}"; + + static m22(postCommentText) => "anche [name] [username] ha risposto: ${postCommentText}"; + + static m23(postCommentText) => "[name] [username] ha risposto: ${postCommentText}"; + + static m24(postCommentText) => "[name] [username] ti ha menzionato in un commento: ${postCommentText}"; + + static m25(communityName) => "[name] [username] ti ha invitato a unirti alla comunitĂ  /c/${communityName}."; + + static m26(maxLength) => "Un commento non puĂČ essere piĂč lungo di ${maxLength} caratteri."; + + static m27(commentsCount) => "Mostra tutti i ${commentsCount} commenti"; + + static m28(circlesSearchQuery) => "Nessuna cerchia trovata corrisponde a \'${circlesSearchQuery}\'."; + + static m29(name) => "${name} non ha ancora condiviso niente."; + + static m30(postCreatorUsername) => "le cerchie di @${postCreatorUsername}"; + + static m31(maxLength) => "Il nome della cerchia non puĂČ essere piĂč lungo di ${maxLength} caratteri."; + + static m32(prettyUsersCount) => "${prettyUsersCount} persone"; + + static m33(username) => "Sei sicuro di voler bloccare @${username}?"; + + static m34(userName) => "Conferma la connessione con ${userName}"; + + static m35(userName) => "Connettiti con ${userName}"; + + static m36(userName) => "Disconnetti da ${userName}"; + + static m37(limit) => "Immagine troppo grande (limite: ${limit} MB)"; + + static m38(username) => "Il nome utente @${username} Ăš stato preso"; + + static m39(searchQuery) => "Nessun emoji trovato corrispondente a \'${searchQuery}\'."; + + static m40(searchQuery) => "Nessuna lista trovata per \'${searchQuery}\'"; + + static m41(prettyUsersCount) => "${prettyUsersCount} account"; + + static m42(prettyUsersCount) => "${prettyUsersCount} Profili"; + + static m43(groupName) => "Vedi tutti/e ${groupName}"; + + static m44(iosLink, androidLink, inviteLink) => "Ehi, vorrei invitarti su Okuna. Per prima cosa scarica l\'app da iTunes (${iosLink}) o dal Play store (${androidLink}). Poi incolla questo link di invito personalizzato nel modulo \'Iscriviti\' nell\'App Okuna: ${inviteLink}"; + + static m45(username) => "Iscritto con nome utente @${username}"; + + static m46(email) => "In attesa, invia email di invito a ${email}"; + + static m47(maxLength) => "Il nome della lista non puĂČ essere piĂč lungo di ${maxLength} caratteri."; + + static m48(maxLength) => "La biografia non puĂČ essere piĂč lunga di ${maxLength} caratteri."; + + static m49(maxLength) => "Il luogo non puĂČ essere piĂč lungo di ${maxLength} caratteri."; + + static m50(takenConnectionsCircleName) => "Nome cerchia \'${takenConnectionsCircleName}\' giĂ  utilizzato"; + + static m51(listName) => "Il nome per la lista \'${listName}\' Ăš giĂ  utilizzato"; + + static m52(searchQuery) => "Nessun risultato per \'${searchQuery}\'."; + + static m53(resourcePluralName) => "Impossibile trovare ${resourcePluralName}."; + + static m54(resourcePluralName) => "Cerca ${resourcePluralName}..."; + + static m55(searchQuery) => "Nessuna ComunitĂ  trovata per \'${searchQuery}\'."; + + static m56(searchQuery) => "Nessun risultato per \'${searchQuery}\'."; + + static m57(searchQuery) => "Nessun Utente trovato per \'${searchQuery}\'."; + + static m58(searchQuery) => "Ricerca di \'${searchQuery}\'"; + + final messages = _notInlinedMessages(_notInlinedMessages); + static _notInlinedMessages(_) => { + "auth__change_password_current_pwd" : MessageLookupByLibrary.simpleMessage("Password attuale"), + "auth__change_password_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Inserisci la password attuale"), + "auth__change_password_current_pwd_incorrect" : MessageLookupByLibrary.simpleMessage("La password inserita non Ăš corretta"), + "auth__change_password_new_pwd" : MessageLookupByLibrary.simpleMessage("Nuova password"), + "auth__change_password_new_pwd_error" : MessageLookupByLibrary.simpleMessage("Per favore assicurati che la password sia compresa tra 10 e 100 caratteri"), + "auth__change_password_new_pwd_hint" : MessageLookupByLibrary.simpleMessage("Inserisci la tua nuova password"), + "auth__change_password_save_success" : MessageLookupByLibrary.simpleMessage("Tutto a posto! La tua password Ăš stata aggiornata"), + "auth__change_password_save_text" : MessageLookupByLibrary.simpleMessage("Salva"), + "auth__change_password_title" : MessageLookupByLibrary.simpleMessage("Cambia password"), + "auth__create_acc__almost_there" : MessageLookupByLibrary.simpleMessage("Ci siamo quasi..."), + "auth__create_acc__are_you_legal_age" : MessageLookupByLibrary.simpleMessage("Hai piĂč di 16 anni?"), + "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Scatta una foto"), + "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("Usa una foto esistente"), + "auth__create_acc__avatar_remove_photo" : MessageLookupByLibrary.simpleMessage("Rimuovi foto"), + "auth__create_acc__avatar_tap_to_change" : MessageLookupByLibrary.simpleMessage("Tocca per cambiare"), + "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Se lo desideri, puoi cambiarlo in qualsiasi momento dalla pagina del profilo."), + "auth__create_acc__congratulations" : MessageLookupByLibrary.simpleMessage("Congratulazioni!"), + "auth__create_acc__create_account" : MessageLookupByLibrary.simpleMessage("Crea un account"), + "auth__create_acc__done" : MessageLookupByLibrary.simpleMessage("Crea un account"), + "auth__create_acc__done_continue" : MessageLookupByLibrary.simpleMessage("Accedi"), + "auth__create_acc__done_created" : MessageLookupByLibrary.simpleMessage("Il tuo account Ăš stato creato con nome utente "), + "auth__create_acc__done_description" : MessageLookupByLibrary.simpleMessage("Il tuo account Ăš stato creato."), + "auth__create_acc__done_subtext" : MessageLookupByLibrary.simpleMessage("Puoi cambiarlo nelle impostazioni del tuo account."), + "auth__create_acc__done_title" : MessageLookupByLibrary.simpleMessage("UrrĂ !"), + "auth__create_acc__email_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± La tua email non puĂČ essere vuota"), + "auth__create_acc__email_invalid_error" : MessageLookupByLibrary.simpleMessage("😅 Per favore inserisci un indirizzo email valido."), + "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("leonardo_davinci@mail.com"), + "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Stiamo riscontrando problemi con i nostri server, per favore riprova tra un paio di minuti."), + "auth__create_acc__email_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ€” Un account esiste giĂ  per questa email."), + "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("Iniziamo"), + "auth__create_acc__link_empty_error" : MessageLookupByLibrary.simpleMessage("Il link non puĂČ essere vuoto."), + "auth__create_acc__link_invalid_error" : MessageLookupByLibrary.simpleMessage("Questo link sembra non valido."), + "auth__create_acc__name_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Un nome puĂČ contenere solo caratteri alfanumerici (per ora)."), + "auth__create_acc__name_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Il tuo nome non puĂČ essere vuoto."), + "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Il tuo nome non puĂČ essere piĂč lungo di 50 caratteri. (Se lo Ăš, ci dispiace molto.)"), + "auth__create_acc__name_placeholder" : MessageLookupByLibrary.simpleMessage("Leonardo da Vinci"), + "auth__create_acc__next" : MessageLookupByLibrary.simpleMessage("Avanti"), + "auth__create_acc__one_last_thing" : MessageLookupByLibrary.simpleMessage("Un\'ultima cosa..."), + "auth__create_acc__password_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± La tua password non puĂČ essere vuota"), + "auth__create_acc__password_length_error" : MessageLookupByLibrary.simpleMessage("😅 La password deve essere compresa tra 8 e 64 caratteri."), + "auth__create_acc__paste_link" : MessageLookupByLibrary.simpleMessage("Incolla il link di registrazione qui sotto"), + "auth__create_acc__paste_link_help_text" : MessageLookupByLibrary.simpleMessage("Usa il link dal pulsante Join Okuna nella tua email di invito."), + "auth__create_acc__paste_password_reset_link" : MessageLookupByLibrary.simpleMessage("Incolla il link di reset della password qui sotto"), + "auth__create_acc__previous" : MessageLookupByLibrary.simpleMessage("Indietro"), + "auth__create_acc__register" : MessageLookupByLibrary.simpleMessage("Iscriviti"), + "auth__create_acc__request_invite" : MessageLookupByLibrary.simpleMessage("Nessun invito? Richiedine uno qui."), + "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Stiamo riscontrando problemi con i nostri server, per favore riprova tra un paio di minuti."), + "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😅 Sembra che alcune informazioni non siano corrette, per favore controlla e prova di nuovo."), + "auth__create_acc__submit_error_title" : MessageLookupByLibrary.simpleMessage("Oh no..."), + "auth__create_acc__submit_loading_desc" : MessageLookupByLibrary.simpleMessage("Stiamo creando il tuo account."), + "auth__create_acc__submit_loading_title" : MessageLookupByLibrary.simpleMessage("Ancora un attimo!"), + "auth__create_acc__subscribe" : MessageLookupByLibrary.simpleMessage("Richiedi"), + "auth__create_acc__subscribe_to_waitlist_text" : MessageLookupByLibrary.simpleMessage("Richiedi un invito!"), + "auth__create_acc__username_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Un nome utente puĂČ contenere solo caratteri alfanumerici e trattini bassi."), + "auth__create_acc__username_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Il nome utente non puĂČ essere vuoto."), + "auth__create_acc__username_length_error" : MessageLookupByLibrary.simpleMessage("😅 Un nome utente non puĂČ essere piĂč lungo di 30 caratteri."), + "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("dantealighieri"), + "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Stiamo riscontrando problemi con i nostri server, per favore riprova tra un paio di minuti."), + "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© Il nome utente @%s Ăš giĂ  utilizzato."), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("Benvenuto nella Beta!"), + "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("Scegli una foto profilo"), + "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("Qual Ăš la tua email?"), + "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Come ti chiami?"), + "auth__create_acc__what_password" : MessageLookupByLibrary.simpleMessage("Scegli una password"), + "auth__create_acc__what_password_subtext" : MessageLookupByLibrary.simpleMessage("(minimo 10 caratteri.)"), + "auth__create_acc__what_username" : MessageLookupByLibrary.simpleMessage("Scegli un nome utente"), + "auth__create_acc__your_subscribed" : MessageLookupByLibrary.simpleMessage("Sei in posizione {0} della lista d\'attesa."), + "auth__create_acc__your_username_is" : MessageLookupByLibrary.simpleMessage("Il tuo nome utente Ăš "), + "auth__create_acc_password_hint_text" : m0, + "auth__create_account" : MessageLookupByLibrary.simpleMessage("Iscriviti"), + "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("La descrizione non puĂČ essere vuota."), + "auth__description_range_error" : m1, + "auth__email_empty_error" : MessageLookupByLibrary.simpleMessage("Il campo email non puĂČ essere vuoto."), + "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("Per favore inserisci un indirizzo email valido."), + "auth__headline" : MessageLookupByLibrary.simpleMessage("Better social."), + "auth__login" : MessageLookupByLibrary.simpleMessage("Accedi"), + "auth__login__connection_error" : MessageLookupByLibrary.simpleMessage("Non possiamo raggiungere i nostri server. Sei connesso a internet?"), + "auth__login__credentials_mismatch_error" : MessageLookupByLibrary.simpleMessage("Le credenziali fornite non corrispondono."), + "auth__login__email_label" : MessageLookupByLibrary.simpleMessage("Email"), + "auth__login__forgot_password" : MessageLookupByLibrary.simpleMessage("Password dimenticata"), + "auth__login__forgot_password_subtitle" : MessageLookupByLibrary.simpleMessage("Il tuo nome utente o email"), + "auth__login__login" : MessageLookupByLibrary.simpleMessage("Continua"), + "auth__login__or_text" : MessageLookupByLibrary.simpleMessage("Oppure"), + "auth__login__password_empty_error" : MessageLookupByLibrary.simpleMessage("La password Ăš necessaria."), + "auth__login__password_label" : MessageLookupByLibrary.simpleMessage("Password"), + "auth__login__password_length_error" : MessageLookupByLibrary.simpleMessage("La password deve essere compresa tra 8 e 64 caratteri."), + "auth__login__previous" : MessageLookupByLibrary.simpleMessage("Indietro"), + "auth__login__server_error" : MessageLookupByLibrary.simpleMessage("Oh oh... Stiamo avendo dei problemi sui server. Per favore riprova tra qualche minuto."), + "auth__login__subtitle" : MessageLookupByLibrary.simpleMessage("Inserisci le tue credenziali per proseguire."), + "auth__login__title" : MessageLookupByLibrary.simpleMessage("Bentornato!"), + "auth__login__username_characters_error" : MessageLookupByLibrary.simpleMessage("Il nome utente puĂČ contenere solo caratteri alfanumerici e trattini bassi."), + "auth__login__username_empty_error" : MessageLookupByLibrary.simpleMessage("Il nome utente Ăš richiesto."), + "auth__login__username_label" : MessageLookupByLibrary.simpleMessage("Nome utente"), + "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("Il nome utente non puĂČ essere piĂč lungo di 30 caratteri."), + "auth__name_empty_error" : MessageLookupByLibrary.simpleMessage("Il nome non puĂČ essere vuoto."), + "auth__name_range_error" : m2, + "auth__password_empty_error" : MessageLookupByLibrary.simpleMessage("La password non puĂČ essere vuota."), + "auth__password_range_error" : m3, + "auth__reset_password_success_info" : MessageLookupByLibrary.simpleMessage("La tua password Ăš stata aggiornata correttamente"), + "auth__reset_password_success_title" : MessageLookupByLibrary.simpleMessage("Tutto pronto!"), + "auth__username_characters_error" : MessageLookupByLibrary.simpleMessage("Un nome utente puĂČ contenere solo caratteri alfanumerici e trattini bassi."), + "auth__username_empty_error" : MessageLookupByLibrary.simpleMessage("Il nome utente non puĂČ essere vuoto."), + "auth__username_maxlength_error" : m4, + "community__about" : MessageLookupByLibrary.simpleMessage("Informazioni"), + "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Invita persone nella comunitĂ "), + "community__actions_manage_text" : MessageLookupByLibrary.simpleMessage("Gestisci"), + "community__add_administrators_title" : MessageLookupByLibrary.simpleMessage("Aggiungi amministratore"), + "community__add_moderator_title" : MessageLookupByLibrary.simpleMessage("Aggiungi moderatore"), + "community__adjectives_range_error" : m5, + "community__admin_add_confirmation" : m6, + "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Questo permetterĂ  al membro di modificare i dettagli della comunitĂ , gli amministratori, i moderatori e gli utenti bannati."), + "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("comunitĂ  amministrate"), + "community__administrated_community" : MessageLookupByLibrary.simpleMessage("comunitĂ  amministrata"), + "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Amministrate"), + "community__administrator_plural" : MessageLookupByLibrary.simpleMessage("amministratori"), + "community__administrator_text" : MessageLookupByLibrary.simpleMessage("amministratore"), + "community__administrator_you" : MessageLookupByLibrary.simpleMessage("Tu"), + "community__administrators_title" : MessageLookupByLibrary.simpleMessage("Amministratori"), + "community__ban_confirmation" : m7, + "community__ban_desc" : MessageLookupByLibrary.simpleMessage("Questo rimuoverĂ  l\'utente dalla comunitĂ  e gli impedirĂ  di unirsi nuovamente."), + "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Blocca utente"), + "community__banned_user_text" : MessageLookupByLibrary.simpleMessage("utente bloccato"), + "community__banned_users_text" : MessageLookupByLibrary.simpleMessage("utenti bloccati"), + "community__banned_users_title" : MessageLookupByLibrary.simpleMessage("Utenti Bloccati"), + "community__button_rules" : MessageLookupByLibrary.simpleMessage("Regole"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Addetti"), + "community__categories" : MessageLookupByLibrary.simpleMessage("categorie."), + "community__category" : MessageLookupByLibrary.simpleMessage("categoria."), + "community__communities" : MessageLookupByLibrary.simpleMessage("comunitĂ "), + "community__communities_all_text" : MessageLookupByLibrary.simpleMessage("Tutte"), + "community__communities_no_category_found" : MessageLookupByLibrary.simpleMessage("Nessuna categoria trovata. Riprova tra qualche minuto."), + "community__communities_refresh_text" : MessageLookupByLibrary.simpleMessage("Aggiorna"), + "community__communities_title" : MessageLookupByLibrary.simpleMessage("ComunitĂ "), + "community__community" : MessageLookupByLibrary.simpleMessage("comunitĂ "), + "community__community_members" : MessageLookupByLibrary.simpleMessage("Membri della comunitĂ "), + "community__community_staff" : MessageLookupByLibrary.simpleMessage("Addetti della comunitĂ "), + "community__confirmation_title" : MessageLookupByLibrary.simpleMessage("Conferma"), + "community__delete_confirmation" : MessageLookupByLibrary.simpleMessage("Sei sicuro di voler eliminare la comunitĂ ?"), + "community__delete_desc" : MessageLookupByLibrary.simpleMessage("Non ne vedrai i post sulla tua timeline nĂ© potrai piĂč postare."), + "community__description_range_error" : m8, + "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Aggiungi comunitĂ  alle preferite"), + "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("comunitĂ  preferite"), + "community__favorite_community" : MessageLookupByLibrary.simpleMessage("comunitĂ  preferita"), + "community__favorites_title" : MessageLookupByLibrary.simpleMessage("Preferiti"), + "community__invite_to_community_resource_plural" : MessageLookupByLibrary.simpleMessage("connessioni e follower"), + "community__invite_to_community_resource_singular" : MessageLookupByLibrary.simpleMessage("connessione o follower"), + "community__invite_to_community_title" : MessageLookupByLibrary.simpleMessage("Invita nella comunitĂ "), + "community__invited_by_member" : MessageLookupByLibrary.simpleMessage("Devi essere invitato da un membro."), + "community__invited_by_moderator" : MessageLookupByLibrary.simpleMessage("Devi essere invitato da un moderatore."), + "community__is_private" : MessageLookupByLibrary.simpleMessage("Questa comunitĂ  Ăš privata."), + "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("Unisciti a qualche comunitĂ  per vedere questa scheda prendere vita!"), + "community__join_community" : MessageLookupByLibrary.simpleMessage("Unisciti"), + "community__joined_communities" : MessageLookupByLibrary.simpleMessage("comunitĂ  di cui fai parte"), + "community__joined_community" : MessageLookupByLibrary.simpleMessage("comunitĂ  di cui fai parte"), + "community__joined_title" : MessageLookupByLibrary.simpleMessage("Iscritto"), + "community__leave_community" : MessageLookupByLibrary.simpleMessage("Lascia"), + "community__leave_confirmation" : MessageLookupByLibrary.simpleMessage("Sei sicuro di voler lasciare la comunitĂ ?"), + "community__leave_desc" : MessageLookupByLibrary.simpleMessage("Non ne vedrai i post sulla tua timeline nĂ© potrai piĂč postare."), + "community__manage_add_favourite" : MessageLookupByLibrary.simpleMessage("Aggiungi la comunitĂ  ai tuoi preferiti"), + "community__manage_admins_desc" : MessageLookupByLibrary.simpleMessage("Vedi, aggiungi e rimuovi amministratori."), + "community__manage_admins_title" : MessageLookupByLibrary.simpleMessage("Amministratori"), + "community__manage_banned_desc" : MessageLookupByLibrary.simpleMessage("Vedi, aggiungi e rimuovi gli utenti bloccati."), + "community__manage_banned_title" : MessageLookupByLibrary.simpleMessage("Utenti Bloccati"), + "community__manage_closed_posts_desc" : MessageLookupByLibrary.simpleMessage("Vedi e gestisci i post chiusi"), + "community__manage_closed_posts_title" : MessageLookupByLibrary.simpleMessage("Post chiusi"), + "community__manage_delete_desc" : MessageLookupByLibrary.simpleMessage("Elimina la comunitĂ , per sempre."), + "community__manage_delete_title" : MessageLookupByLibrary.simpleMessage("Elimina comunitĂ "), + "community__manage_details_desc" : MessageLookupByLibrary.simpleMessage("Cambia il titolo, nome, avatar, foto di copertina e altro ancora."), + "community__manage_details_title" : MessageLookupByLibrary.simpleMessage("Dettagli"), + "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Invita le tue connessioni e i tuoi follower a unirsi alla comunitĂ ."), + "community__manage_invite_title" : MessageLookupByLibrary.simpleMessage("Invita persone"), + "community__manage_leave_desc" : MessageLookupByLibrary.simpleMessage("Lascia la comunitĂ ."), + "community__manage_leave_title" : MessageLookupByLibrary.simpleMessage("Lascia comunitĂ "), + "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("Controlla le segnalazioni di moderazione della comunitĂ ."), + "community__manage_mod_reports_title" : MessageLookupByLibrary.simpleMessage("Segnalazioni moderazione"), + "community__manage_mods_desc" : MessageLookupByLibrary.simpleMessage("Vedi, aggiungi e rimuovi moderatori."), + "community__manage_mods_title" : MessageLookupByLibrary.simpleMessage("Moderatori"), + "community__manage_remove_favourite" : MessageLookupByLibrary.simpleMessage("Rimuovi la comunitĂ  dai tuoi preferiti"), + "community__manage_title" : MessageLookupByLibrary.simpleMessage("Gestisci comunitĂ "), + "community__member" : MessageLookupByLibrary.simpleMessage("membro"), + "community__member_capitalized" : MessageLookupByLibrary.simpleMessage("Membro"), + "community__member_plural" : MessageLookupByLibrary.simpleMessage("membri"), + "community__members_capitalized" : MessageLookupByLibrary.simpleMessage("Membri"), + "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("comunitĂ  moderate"), + "community__moderated_community" : MessageLookupByLibrary.simpleMessage("comunitĂ  moderata"), + "community__moderated_title" : MessageLookupByLibrary.simpleMessage("Moderate"), + "community__moderator_add_confirmation" : m9, + "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Questo permetterĂ  al membro di modificare i dettagli della comunitĂ , i moderatori e gli utenti bloccati."), + "community__moderator_resource_name" : MessageLookupByLibrary.simpleMessage("moderatore"), + "community__moderators_resource_name" : MessageLookupByLibrary.simpleMessage("moderatori"), + "community__moderators_title" : MessageLookupByLibrary.simpleMessage("Moderatori"), + "community__moderators_you" : MessageLookupByLibrary.simpleMessage("Tu"), + "community__name_characters_error" : MessageLookupByLibrary.simpleMessage("Il nome puĂČ contenere solo caratteri alfanumerici e trattini bassi."), + "community__name_empty_error" : MessageLookupByLibrary.simpleMessage("Il nome non puĂČ essere vuoto."), + "community__name_range_error" : m10, + "community__no" : MessageLookupByLibrary.simpleMessage("No"), + "community__pick_atleast_min_categories" : m11, + "community__pick_atleast_min_category" : m12, + "community__pick_upto_max" : m13, + "community__post_plural" : MessageLookupByLibrary.simpleMessage("post"), + "community__post_singular" : MessageLookupByLibrary.simpleMessage("post"), + "community__posts" : MessageLookupByLibrary.simpleMessage("Post"), + "community__refresh_text" : MessageLookupByLibrary.simpleMessage("Aggiorna"), + "community__refreshing" : MessageLookupByLibrary.simpleMessage("Aggiornando la comunitĂ "), + "community__rules_empty_error" : MessageLookupByLibrary.simpleMessage("Le regole non possono essere vuote."), + "community__rules_range_error" : m14, + "community__rules_text" : MessageLookupByLibrary.simpleMessage("Regole"), + "community__rules_title" : MessageLookupByLibrary.simpleMessage("Regole della comunitĂ "), + "community__save_community_create_community" : MessageLookupByLibrary.simpleMessage("Crea comunitĂ "), + "community__save_community_create_text" : MessageLookupByLibrary.simpleMessage("Crea"), + "community__save_community_edit_community" : MessageLookupByLibrary.simpleMessage("Modifica comunitĂ "), + "community__save_community_label_title" : MessageLookupByLibrary.simpleMessage("Titolo"), + "community__save_community_label_title_hint_text" : MessageLookupByLibrary.simpleMessage("ad esempio Viaggi, Fotografia, Gaming."), + "community__save_community_name_category" : MessageLookupByLibrary.simpleMessage("Categoria"), + "community__save_community_name_label_color" : MessageLookupByLibrary.simpleMessage("Colore"), + "community__save_community_name_label_color_hint_text" : MessageLookupByLibrary.simpleMessage("(Tocca per cambiare)"), + "community__save_community_name_label_desc_optional" : MessageLookupByLibrary.simpleMessage("Descrizione · Opzionale"), + "community__save_community_name_label_desc_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Di cosa parla la tua comunitĂ ?"), + "community__save_community_name_label_member_adjective" : MessageLookupByLibrary.simpleMessage("Aggettivo membro · opzionale"), + "community__save_community_name_label_member_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("ad esempio viaggiatore, fotografo, gamer."), + "community__save_community_name_label_members_adjective" : MessageLookupByLibrary.simpleMessage("Aggettivo membri (plurale) · Opzionale"), + "community__save_community_name_label_members_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("ad esempio viaggiatori, fotografi, giocatori."), + "community__save_community_name_label_rules_optional" : MessageLookupByLibrary.simpleMessage("Regole · Opzionale"), + "community__save_community_name_label_rules_optional_hint_text" : MessageLookupByLibrary.simpleMessage("C\'Ăš qualcosa che vorresti far sapere ai tuoi utenti?"), + "community__save_community_name_label_type" : MessageLookupByLibrary.simpleMessage("Tipo"), + "community__save_community_name_label_type_hint_text" : MessageLookupByLibrary.simpleMessage("(Tocca per cambiare)"), + "community__save_community_name_member_invites" : MessageLookupByLibrary.simpleMessage("Inviti membri"), + "community__save_community_name_member_invites_subtitle" : MessageLookupByLibrary.simpleMessage("I membri possono invitare persone nella comunitĂ "), + "community__save_community_name_taken" : m15, + "community__save_community_name_title" : MessageLookupByLibrary.simpleMessage("Nome"), + "community__save_community_name_title_hint_text" : MessageLookupByLibrary.simpleMessage(" ad esempio viaggi, fotografia, gaming."), + "community__save_community_save_text" : MessageLookupByLibrary.simpleMessage("Salva"), + "community__title_empty_error" : MessageLookupByLibrary.simpleMessage("Il titolo non puĂČ essere vuoto."), + "community__title_range_error" : m16, + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("Di tendenza in tutte le categorie"), + "community__trending_in_category" : m17, + "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("Nessuna comunitĂ  di tendenza trovata. Riprova tra qualche minuto."), + "community__trending_refresh" : MessageLookupByLibrary.simpleMessage("Aggiorna"), + "community__type_private" : MessageLookupByLibrary.simpleMessage("Privato"), + "community__type_public" : MessageLookupByLibrary.simpleMessage("Pubblico"), + "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Rimuovi la comunitĂ  dalle preferite"), + "community__user_you_text" : MessageLookupByLibrary.simpleMessage("Tu"), + "community__yes" : MessageLookupByLibrary.simpleMessage("SĂŹ"), + "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("Suggerimenti"), + "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("Impostazioni Account"), + "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("Utenti bloccati"), + "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("Cambia Email"), + "drawer__account_settings_change_password" : MessageLookupByLibrary.simpleMessage("Cambia Password"), + "drawer__account_settings_delete_account" : MessageLookupByLibrary.simpleMessage("Elimina account"), + "drawer__account_settings_language" : m18, + "drawer__account_settings_language_text" : MessageLookupByLibrary.simpleMessage("Lingua"), + "drawer__account_settings_notifications" : MessageLookupByLibrary.simpleMessage("Notifiche"), + "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("App & Account"), + "drawer__application_settings" : MessageLookupByLibrary.simpleMessage("Impostazioni Applicazione"), + "drawer__connections" : MessageLookupByLibrary.simpleMessage("Connessioni"), + "drawer__customize" : MessageLookupByLibrary.simpleMessage("Personalizza"), + "drawer__global_moderation" : MessageLookupByLibrary.simpleMessage("Moderazione globale"), + "drawer__help" : MessageLookupByLibrary.simpleMessage("Assistenza & Feedback"), + "drawer__lists" : MessageLookupByLibrary.simpleMessage("Liste"), + "drawer__logout" : MessageLookupByLibrary.simpleMessage("Disconnetti"), + "drawer__main_title" : MessageLookupByLibrary.simpleMessage("Okuna"), + "drawer__menu_title" : MessageLookupByLibrary.simpleMessage("Menu"), + "drawer__my_circles" : MessageLookupByLibrary.simpleMessage("Cerchie"), + "drawer__my_followers" : MessageLookupByLibrary.simpleMessage("Follower"), + "drawer__my_following" : MessageLookupByLibrary.simpleMessage("Seguiti"), + "drawer__my_invites" : MessageLookupByLibrary.simpleMessage("Inviti"), + "drawer__my_lists" : MessageLookupByLibrary.simpleMessage("Liste"), + "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Le mie penalitĂ  di moderazione"), + "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("I miei incarichi di moderazione in attesa"), + "drawer__profile" : MessageLookupByLibrary.simpleMessage("Profilo"), + "drawer__settings" : MessageLookupByLibrary.simpleMessage("Impostazioni"), + "drawer__themes" : MessageLookupByLibrary.simpleMessage("Temi"), + "drawer__useful_links_guidelines" : MessageLookupByLibrary.simpleMessage("Regolamento Openspace"), + "drawer__useful_links_guidelines_bug_tracker" : MessageLookupByLibrary.simpleMessage("Segnalazione Bug"), + "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Segnala un bug o vota bug esistenti"), + "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("Le regole che ci aspettiamo tutti seguiranno per una convivenza sana e amichevole."), + "drawer__useful_links_guidelines_feature_requests" : MessageLookupByLibrary.simpleMessage("Richiedi FunzionalitĂ "), + "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("Richiedi una nuova funzionalitĂ  o vota le richieste esistenti"), + "drawer__useful_links_guidelines_github" : MessageLookupByLibrary.simpleMessage("Scheda del progetto su Github"), + "drawer__useful_links_guidelines_github_desc" : MessageLookupByLibrary.simpleMessage("Dai un\'occhiata a ciĂČ a cui stiamo lavorando"), + "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Manuale Openspace"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Un manuale con tutto quello che c\'Ăš da sapere sull\'utilizzo della piattaforma"), + "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Canale Slack della comunitĂ "), + "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("Un luogo dove discutere tutto riguardo Openspace"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Sostieni Okuna"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Trova un modo per sostenerci nel nostro viaggio!"), + "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("Link utili"), + "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Nessuna connessione Internet"), + "error__unknown_error" : MessageLookupByLibrary.simpleMessage("Errore sconosciuto"), + "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatta con il team"), + "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Controlla"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Categoria"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Oggetti moderati dalla comunitĂ "), + "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("Approva"), + "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Questo elemento Ăš stato controllato"), + "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Oggetto"), + "moderation__community_review_reject" : MessageLookupByLibrary.simpleMessage("rifiuta"), + "moderation__community_review_title" : MessageLookupByLibrary.simpleMessage("Rivedi elemento moderato"), + "moderation__confirm_report_community_reported" : MessageLookupByLibrary.simpleMessage("ComunitĂ  segnalata"), + "moderation__confirm_report_item_reported" : MessageLookupByLibrary.simpleMessage("Elemento segnalato"), + "moderation__confirm_report_post_comment_reported" : MessageLookupByLibrary.simpleMessage("Commento segnalato"), + "moderation__confirm_report_post_reported" : MessageLookupByLibrary.simpleMessage("Post segnalato"), + "moderation__confirm_report_provide_details" : MessageLookupByLibrary.simpleMessage("Puoi fornire ulteriori dettagli che potrebbero essere utili per la segnalazione?"), + "moderation__confirm_report_provide_happen_next" : MessageLookupByLibrary.simpleMessage("Ecco cosa accadrĂ  dopo:"), + "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("- La tua segnalazione sarĂ  sottomessa in maniera anonima.\n- Se stai segnalando un post o commento, la segnalazione sarĂ  inviata agli addetti Okuna e ai moderatori della comunitĂ  (dove applicabile), e il post sarĂ  nascosto dal tuo feed.\n- Se stai segnalando un account o una comunitĂ , sarĂ  inviata agli addetti Okuna\n- Verificheremo la segnalazione, se approvata, il contenuto sarĂ  eliminato e le penalizzazioni saranno assegnate alle persone coinvolte, variabili da una sospensione temporanea all\'eliminazione dell\'account, in base alla gravitĂ  della trasgressione. \n- Se la segnalazione risulterĂ  fatta con lo scopo di danneggiare la reputazione di un altro membro o comunitĂ  della piattaforma, senza che le trasgressioni fossero veritiere, le penalizzazioni saranno applicate a te.\n"), + "moderation__confirm_report_provide_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Digita qui..."), + "moderation__confirm_report_provide_optional_info" : MessageLookupByLibrary.simpleMessage("(Opzionale)"), + "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Ho capito, invia la segnalazione."), + "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Invia segnalazione"), + "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("Utente segnalato"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("Descrizione"), + "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Applica filtri"), + "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Altri"), + "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("Azzera"), + "moderation__filters_status" : MessageLookupByLibrary.simpleMessage("Stato"), + "moderation__filters_title" : MessageLookupByLibrary.simpleMessage("Filtri moderazione"), + "moderation__filters_type" : MessageLookupByLibrary.simpleMessage("Tipo"), + "moderation__filters_verified" : MessageLookupByLibrary.simpleMessage("Verificato"), + "moderation__global_review_object_text" : MessageLookupByLibrary.simpleMessage("Oggetto"), + "moderation__global_review_title" : MessageLookupByLibrary.simpleMessage("Rivedi oggetto moderato"), + "moderation__global_review_unverify_text" : MessageLookupByLibrary.simpleMessage("Annulla verifica"), + "moderation__global_review_verify_text" : MessageLookupByLibrary.simpleMessage("Verifica"), + "moderation__globally_moderated_objects" : MessageLookupByLibrary.simpleMessage("Oggetti moderati globalmente"), + "moderation__moderated_object_false_text" : MessageLookupByLibrary.simpleMessage("Falso"), + "moderation__moderated_object_reports_count" : MessageLookupByLibrary.simpleMessage("Numero di segnalazioni"), + "moderation__moderated_object_status" : MessageLookupByLibrary.simpleMessage("Stato"), + "moderation__moderated_object_title" : MessageLookupByLibrary.simpleMessage("Oggetto"), + "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Vero"), + "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("Verificato"), + "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Verificato dagli addetti Okuna"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("sanzione moderazione"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("sanzioni moderazione"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Sanzioni moderazione"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("AttivitĂ  in attesa di moderazione"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Nessuna descrizione"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("attivitĂ  in attesa di moderazione"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("attivitĂ  in attesa di moderazione"), + "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Segnala account"), + "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("Segnala commento"), + "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("Segnala comunitĂ "), + "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("Segnala post"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("Segnalatore"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("segnalazioni"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("Segnalazioni"), + "moderation__reports_see_all" : m19, + "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tocca per riprovare a caricare gli elementi"), + "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Aggiorna categoria"), + "moderation__update_description_report_desc" : MessageLookupByLibrary.simpleMessage("Segnala descrizione"), + "moderation__update_description_report_hint_text" : MessageLookupByLibrary.simpleMessage("es. l\'elemento segnalato Ăš risultato..."), + "moderation__update_description_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "moderation__update_description_title" : MessageLookupByLibrary.simpleMessage("Modifica descrizione"), + "moderation__update_status_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "moderation__update_status_title" : MessageLookupByLibrary.simpleMessage("Aggiorna stato"), + "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("Hai segnalato questo account"), + "moderation__you_have_reported_comment_text" : MessageLookupByLibrary.simpleMessage("Hai segnalato questo commento"), + "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("Hai segnalato questa comunitĂ "), + "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("Hai segnalato questo post"), + "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] ha accettato la tua richiesta di connessione."), + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, + "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno commenta un tuo post o un post che hai commentato."), + "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno reagisce a uno dei tuoi commenti."), + "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("Pubblica reaction al commento"), + "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno risponde a un tuo post o a un post a cui hai risposto."), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Risposta al commento"), + "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Pubblica commento"), + "notifications__comment_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno ti cita su uno dei suoi commenti"), + "notifications__comment_user_mention_title" : MessageLookupByLibrary.simpleMessage("Menzione nel commento di un post"), + "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno ti invita unirti a una comunitĂ ."), + "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Invito comunitĂ "), + "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno desidera connettersi con te"), + "notifications__connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] vuole connettersi con te."), + "notifications__connection_title" : MessageLookupByLibrary.simpleMessage("Richiesta di connessione"), + "notifications__follow_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno inizia a seguirti"), + "notifications__follow_title" : MessageLookupByLibrary.simpleMessage("Segui"), + "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] ha iniziato a seguirti."), + "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Ricevi notifiche quando succede qualcosa"), + "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Notifiche"), + "notifications__mentioned_in_post_comment_tile" : m24, + "notifications__mentioned_in_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] ti ha menzionato in un post."), + "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Disattiva notifiche ai commenti dei post"), + "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Disattiva notifiche ai post"), + "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Attiva notifiche ai commenti dei post"), + "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Attiva notifiche ai post"), + "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno reagisce a uno dei tuoi post."), + "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("Pubblica reaction"), + "notifications__post_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Ricevi una notifica quando qualcuno ti cita su uno dei suoi post"), + "notifications__post_user_mention_title" : MessageLookupByLibrary.simpleMessage("Menzione in un post"), + "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] ha reagito al tuo commento."), + "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] ha reagito al tuo post."), + "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("Impostazioni Notifiche"), + "notifications__user_community_invite_tile" : m25, + "post__action_comment" : MessageLookupByLibrary.simpleMessage("Commenta"), + "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagisci"), + "post__action_reply" : MessageLookupByLibrary.simpleMessage("Rispondi"), + "post__actions_comment_deleted" : MessageLookupByLibrary.simpleMessage("Commento eliminato"), + "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Elimina post"), + "post__actions_delete_comment" : MessageLookupByLibrary.simpleMessage("Elimina commento"), + "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("Post eliminato"), + "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Modifica commento"), + "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("Segnala"), + "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("Segnalato"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Mostra altro"), + "post__close_post" : MessageLookupByLibrary.simpleMessage("Chiudi post"), + "post__comment_maxlength_error" : m26, + "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Post"), + "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Rispondi al commento"), + "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("La tua risposta..."), + "post__comment_required_error" : MessageLookupByLibrary.simpleMessage("Il commento non puĂČ essere vuoto."), + "post__commenter_expanded_edit_comment" : MessageLookupByLibrary.simpleMessage("Modifica commento"), + "post__commenter_expanded_join_conversation" : MessageLookupByLibrary.simpleMessage("Unisciti alla conversazione.."), + "post__commenter_expanded_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "post__commenter_expanded_start_conversation" : MessageLookupByLibrary.simpleMessage("Inizia la conversazione.."), + "post__commenter_post_text" : MessageLookupByLibrary.simpleMessage("Post"), + "post__commenter_write_something" : MessageLookupByLibrary.simpleMessage("Scrivi qualcosa..."), + "post__comments_closed_post" : MessageLookupByLibrary.simpleMessage("Post chiuso"), + "post__comments_disabled" : MessageLookupByLibrary.simpleMessage("Commenti disabilitati"), + "post__comments_disabled_message" : MessageLookupByLibrary.simpleMessage("Commenti disabilitati per il post"), + "post__comments_enabled_message" : MessageLookupByLibrary.simpleMessage("Commenti abilitati per il post"), + "post__comments_header_be_the_first_comments" : MessageLookupByLibrary.simpleMessage("Commenta per primo"), + "post__comments_header_be_the_first_replies" : MessageLookupByLibrary.simpleMessage("Rispondi per primo"), + "post__comments_header_newer" : MessageLookupByLibrary.simpleMessage("PiĂč recenti"), + "post__comments_header_newest_comments" : MessageLookupByLibrary.simpleMessage("Commenti piĂč recenti"), + "post__comments_header_newest_replies" : MessageLookupByLibrary.simpleMessage("Risposte piĂč recenti"), + "post__comments_header_older" : MessageLookupByLibrary.simpleMessage("PiĂč vecchi"), + "post__comments_header_oldest_comments" : MessageLookupByLibrary.simpleMessage("Commenti piĂč vecchi"), + "post__comments_header_oldest_replies" : MessageLookupByLibrary.simpleMessage("Risposte piĂč vecchie"), + "post__comments_header_see_newest_comments" : MessageLookupByLibrary.simpleMessage("Vedi i commenti piĂč recenti"), + "post__comments_header_see_newest_replies" : MessageLookupByLibrary.simpleMessage("Vedi le risposte piĂč recenti"), + "post__comments_header_see_oldest_comments" : MessageLookupByLibrary.simpleMessage("Vedi i commenti piĂč vecchi"), + "post__comments_header_see_oldest_replies" : MessageLookupByLibrary.simpleMessage("Vedi le risposte piĂč vecchie"), + "post__comments_header_view_newest_comments" : MessageLookupByLibrary.simpleMessage("Visualizza i commenti piĂč recenti"), + "post__comments_header_view_newest_replies" : MessageLookupByLibrary.simpleMessage("Visualizza le risposte piĂč recenti"), + "post__comments_header_view_oldest_comments" : MessageLookupByLibrary.simpleMessage("Visualizza i commenti piĂč vecchi"), + "post__comments_header_view_oldest_replies" : MessageLookupByLibrary.simpleMessage("Visualizza le risposte piĂč vecchie"), + "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("Nessuna altra risposta da caricare"), + "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("Nessun altro commento da caricare"), + "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("Risposte al post"), + "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tocca per riprovare a caricare i commenti."), + "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Tocca per riprovare a caricare le risposte."), + "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("Commenti del post"), + "post__comments_view_all_comments" : m27, + "post__create_new" : MessageLookupByLibrary.simpleMessage("Nuovo post"), + "post__create_next" : MessageLookupByLibrary.simpleMessage("Successivo"), + "post__create_photo" : MessageLookupByLibrary.simpleMessage("Foto"), + "post__disable_post_comments" : MessageLookupByLibrary.simpleMessage("Disabilita i commenti per il post"), + "post__edit_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "post__edit_title" : MessageLookupByLibrary.simpleMessage("Modifica post"), + "post__enable_post_comments" : MessageLookupByLibrary.simpleMessage("Abilita i commenti per il post"), + "post__have_not_shared_anything" : MessageLookupByLibrary.simpleMessage("Non hai ancora condiviso niente."), + "post__is_closed" : MessageLookupByLibrary.simpleMessage("Post chiuso"), + "post__my_circles" : MessageLookupByLibrary.simpleMessage("Cerchie"), + "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Condividi il post con una o piĂč delle tue cerchie."), + "post__no_circles_for" : m28, + "post__open_post" : MessageLookupByLibrary.simpleMessage("Apri post"), + "post__post_closed" : MessageLookupByLibrary.simpleMessage("Post chiuso "), + "post__post_opened" : MessageLookupByLibrary.simpleMessage("Post aperto"), + "post__post_reactions_title" : MessageLookupByLibrary.simpleMessage("Reazioni al post"), + "post__profile_counts_follower" : MessageLookupByLibrary.simpleMessage(" Follower"), + "post__profile_counts_followers" : MessageLookupByLibrary.simpleMessage(" Followers"), + "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Seguendo"), + "post__profile_counts_post" : MessageLookupByLibrary.simpleMessage(" Pubblica"), + "post__profile_counts_posts" : MessageLookupByLibrary.simpleMessage(" Post"), + "post__reaction_list_tap_retry" : MessageLookupByLibrary.simpleMessage("Tocca per riprovare a caricare le reaction."), + "post__search_circles" : MessageLookupByLibrary.simpleMessage("Trova cerchie..."), + "post__share" : MessageLookupByLibrary.simpleMessage("Condividi"), + "post__share_community" : MessageLookupByLibrary.simpleMessage("Condividi"), + "post__share_community_desc" : MessageLookupByLibrary.simpleMessage("Condividi il post con una comunitĂ  di cui sei parte."), + "post__share_community_title" : MessageLookupByLibrary.simpleMessage("ComunitĂ "), + "post__share_to" : MessageLookupByLibrary.simpleMessage("Condividi con"), + "post__share_to_circles" : MessageLookupByLibrary.simpleMessage("Condividi con le tue cerchie"), + "post__share_to_community" : MessageLookupByLibrary.simpleMessage("Condividi con la comunitĂ "), + "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Condiviso privatamente con"), + "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Condividi post con"), + "post__text_copied" : MessageLookupByLibrary.simpleMessage("Testo copiato!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("g"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("o"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("ora"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1g"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1o"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1m"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1s"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1a"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("a"), + "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 Tutti i post caricati"), + "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Prova ad aggiornare la timeline."), + "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Qualcosa non va."), + "post__timeline_posts_failed_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Riprova tra qualche secondo"), + "post__timeline_posts_failed_drhoo_title" : MessageLookupByLibrary.simpleMessage("Impossibile caricare la tua timeline."), + "post__timeline_posts_no_more_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Segui gli altri utenti o unisciti a una comunitĂ  per iniziare!"), + "post__timeline_posts_no_more_drhoo_title" : MessageLookupByLibrary.simpleMessage("La tua timeline Ăš vuota."), + "post__timeline_posts_refresh_posts" : MessageLookupByLibrary.simpleMessage("Aggiorna i post"), + "post__timeline_posts_refreshing_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Caricamento timeline."), + "post__timeline_posts_refreshing_drhoo_title" : MessageLookupByLibrary.simpleMessage("Tieni duro!"), + "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("Non ci sono post in tendenza. Prova ad aggiornare fra qualche secondo."), + "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Aggiorna"), + "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Post in tendenza"), + "post__user_has_not_shared_anything" : m29, + "post__usernames_circles" : m30, + "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("Tutto il mondo"), + "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Hai condiviso con"), + "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Fatto"), + "user__add_account_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "user__add_account_success" : MessageLookupByLibrary.simpleMessage("Operazione riuscita"), + "user__add_account_to_lists" : MessageLookupByLibrary.simpleMessage("Aggiungi account alla lista"), + "user__add_account_update_account_lists" : MessageLookupByLibrary.simpleMessage("Aggiorna account liste"), + "user__add_account_update_lists" : MessageLookupByLibrary.simpleMessage("Aggiorna Liste"), + "user__billion_postfix" : MessageLookupByLibrary.simpleMessage("miliardi"), + "user__block_user" : MessageLookupByLibrary.simpleMessage("Blocca utente"), + "user__change_email_email_text" : MessageLookupByLibrary.simpleMessage("Email"), + "user__change_email_error" : MessageLookupByLibrary.simpleMessage("L\'email risulta giĂ  registrata"), + "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Inserisci la tua nuova email"), + "user__change_email_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Abbiamo inviato un link di conferma al tuo nuovo indirizzo email, clicca su di esso per verificare la tua nuova email"), + "user__change_email_title" : MessageLookupByLibrary.simpleMessage("Cambia Email"), + "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("Il nome della cerchia non puĂČ essere vuoto."), + "user__circle_name_range_error" : m31, + "user__circle_peoples_count" : m32, + "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("Preferenze cancellate con successo"), + "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Cancella le preferenze dell\'applicazione. Per ora riguarda solo l\'ordine preferito dei commenti."), + "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("Impossibile cancellare le preferenze"), + "user__clear_app_preferences_title" : MessageLookupByLibrary.simpleMessage("Cancella preferenze"), + "user__clear_application_cache_desc" : MessageLookupByLibrary.simpleMessage("Svuota la cache di post, account, immagini e altro ancora."), + "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("Impossibile cancellare la cache"), + "user__clear_application_cache_success" : MessageLookupByLibrary.simpleMessage("Cache svuotata con successo"), + "user__clear_application_cache_text" : MessageLookupByLibrary.simpleMessage("Svuota la cache"), + "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("Utente bloccato."), + "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("Non vedrete i rispettivi post nĂ© potrete interagire in alcun modo."), + "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("No"), + "user__confirm_block_user_question" : m33, + "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("Conferma"), + "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("SĂŹ"), + "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("Aggiungi connessione alla cerchia"), + "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("Conferma"), + "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("Connessione confermata"), + "user__confirm_connection_with" : m34, + "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Chatta con la comunitĂ ."), + "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Avvia una chat immediatamente."), + "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatta con il team."), + "user__confirm_guidelines_reject_delete_account" : MessageLookupByLibrary.simpleMessage("Elimina account"), + "user__confirm_guidelines_reject_go_back" : MessageLookupByLibrary.simpleMessage("Torna indietro"), + "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("Non puoi usare Okuna finchĂ© non accetti le linee guida."), + "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("Entra nel canale Slack."), + "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Rifiuto Linee guida"), + "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("Aggiungi connessione alla cerchia"), + "user__connect_to_user_connect_with_username" : m35, + "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Fatto"), + "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("Richiesta di connessione inviata"), + "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Modifica"), + "user__connection_pending" : MessageLookupByLibrary.simpleMessage("In attesa"), + "user__connections_circle_delete" : MessageLookupByLibrary.simpleMessage("Elimina"), + "user__connections_header_circle_desc" : MessageLookupByLibrary.simpleMessage("La cerchia di tutte le tue connessioni viene aggiunto a."), + "user__connections_header_users" : MessageLookupByLibrary.simpleMessage("Utenti"), + "user__delete_account_confirmation_desc" : MessageLookupByLibrary.simpleMessage("Sei sicuro di voler eliminare il tuo account?"), + "user__delete_account_confirmation_desc_info" : MessageLookupByLibrary.simpleMessage("Questa Ăš un\'azione permanente e non puĂČ essere annullata."), + "user__delete_account_confirmation_goodbye" : MessageLookupByLibrary.simpleMessage("Addio 😱"), + "user__delete_account_confirmation_no" : MessageLookupByLibrary.simpleMessage("No"), + "user__delete_account_confirmation_title" : MessageLookupByLibrary.simpleMessage("Conferma"), + "user__delete_account_confirmation_yes" : MessageLookupByLibrary.simpleMessage("SĂŹ"), + "user__delete_account_current_pwd" : MessageLookupByLibrary.simpleMessage("Password corrente"), + "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Inserisci la password attuale"), + "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("Prossimo"), + "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Elimina account"), + "user__disconnect_from_user" : m36, + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Disconnesso con successo"), + "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Biografia"), + "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Elimina"), + "user__edit_profile_followers_count" : MessageLookupByLibrary.simpleMessage("Numero di followers"), + "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("Luogo"), + "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Nome"), + "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("Scegli immagine"), + "user__edit_profile_pick_image_error_too_large" : m37, + "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Salva"), + "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Modifica profilo"), + "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Url"), + "user__edit_profile_user_name_taken" : m38, + "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("Nome utente"), + "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("Oops! Il tuo token non Ăš valido o scaduto, per favore riprova"), + "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("Fantastico! La tua email Ăš ora verificata"), + "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("Nessun emoji selezionato"), + "user__emoji_search_none_found" : m39, + "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Segui"), + "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Smetti di seguire"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Nessuna lista trovata."), + "user__follow_lists_no_list_found_for" : m40, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Cerca una lista..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Liste"), + "user__follower_plural" : MessageLookupByLibrary.simpleMessage("follower"), + "user__follower_singular" : MessageLookupByLibrary.simpleMessage("follower"), + "user__followers_title" : MessageLookupByLibrary.simpleMessage("Follower"), + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("utenti seguiti"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Seguiti"), + "user__follows_list_accounts_count" : m41, + "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Modifica"), + "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("Utenti"), + "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Account"), + "user__follows_lists_accounts" : m42, + "user__groups_see_all" : m43, + "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("Accetta"), + "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("Per favore prenditi un momento per leggere e accettare le nostre linee guida."), + "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Rifiuta"), + "user__invite" : MessageLookupByLibrary.simpleMessage("Invita"), + "user__invite_member" : MessageLookupByLibrary.simpleMessage("Membro"), + "user__invite_someone_message" : m44, + "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("invito accettato"), + "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("inviti accettati"), + "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Accettato"), + "user__invites_create_create" : MessageLookupByLibrary.simpleMessage("Crea"), + "user__invites_create_create_title" : MessageLookupByLibrary.simpleMessage("Crea invito"), + "user__invites_create_edit_title" : MessageLookupByLibrary.simpleMessage("Modifica invito"), + "user__invites_create_name_hint" : MessageLookupByLibrary.simpleMessage("ad esempio Mario Rossi"), + "user__invites_create_name_title" : MessageLookupByLibrary.simpleMessage("Soprannome"), + "user__invites_create_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "user__invites_delete" : MessageLookupByLibrary.simpleMessage("Elimina"), + "user__invites_edit_text" : MessageLookupByLibrary.simpleMessage("Modifica"), + "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("es. mariorossi@email.com"), + "user__invites_email_invite_text" : MessageLookupByLibrary.simpleMessage("Invito email"), + "user__invites_email_send_text" : MessageLookupByLibrary.simpleMessage("Invia"), + "user__invites_email_sent_text" : MessageLookupByLibrary.simpleMessage("Email di invito inviata"), + "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("Email"), + "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Invita un amico"), + "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Invita"), + "user__invites_joined_with" : m45, + "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("Non hai inviti disponibili."), + "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Sembra che tu non abbia usato nessun invito."), + "user__invites_pending" : MessageLookupByLibrary.simpleMessage("In attesa"), + "user__invites_pending_email" : m46, + "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("invito in attesa"), + "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("inviti in attesa"), + "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Aggiorna"), + "user__invites_share_email" : MessageLookupByLibrary.simpleMessage("Condividi invito via email"), + "user__invites_share_email_desc" : MessageLookupByLibrary.simpleMessage("Invieremo un\'email di invito a nome tuo con le istruzioni"), + "user__invites_share_yourself" : MessageLookupByLibrary.simpleMessage("Condividi invito autonomamente"), + "user__invites_share_yourself_desc" : MessageLookupByLibrary.simpleMessage("Scegli dalle app di messaggistica, ecc."), + "user__invites_title" : MessageLookupByLibrary.simpleMessage("I miei inviti"), + "user__language_settings_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("Lingua modificata con successo"), + "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("Impostazioni lingua"), + "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("Il nome della lista non puĂČ essere vuoto."), + "user__list_name_range_error" : m47, + "user__million_postfix" : MessageLookupByLibrary.simpleMessage("milioni"), + "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Annulla richiesta di connessione"), + "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Rifiuta richiesta di connessione"), + "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("Utente bloccato"), + "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("Utente sbloccato"), + "user__profile_bio_length_error" : m48, + "user__profile_location_length_error" : m49, + "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("Per favore inserisci un url valido."), + "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Rimuovi account dalle liste"), + "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("Operazione riuscita"), + "user__save_connection_circle_color_hint" : MessageLookupByLibrary.simpleMessage("(Tocca per cambiare)"), + "user__save_connection_circle_color_name" : MessageLookupByLibrary.simpleMessage("Colore"), + "user__save_connection_circle_create" : MessageLookupByLibrary.simpleMessage("Crea cerchia"), + "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Modifica cerchia"), + "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("es. Amici, Famiglia, Lavoro."), + "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Nome"), + "user__save_connection_circle_name_taken" : m50, + "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("Utenti"), + "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Crea lista"), + "user__save_follows_list_edit" : MessageLookupByLibrary.simpleMessage("Modifica lista"), + "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("Emoji"), + "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("L\'Emoji Ăš richiesto"), + "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("es. Viaggi, Fotografia"), + "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Nome"), + "user__save_follows_list_name_taken" : m51, + "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("Utenti"), + "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("mila"), + "user__tile_delete" : MessageLookupByLibrary.simpleMessage("Elimina"), + "user__tile_following" : MessageLookupByLibrary.simpleMessage(" · Seguiti"), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Applica filtri"), + "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Cerchie"), + "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Svuota tutto"), + "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Liste"), + "user__timeline_filters_no_match" : m52, + "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Cerca cerchie e liste..."), + "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Filtri timeline"), + "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Mostra traduzione"), + "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Mostra testo originale"), + "user__unblock_user" : MessageLookupByLibrary.simpleMessage("Sblocca utente"), + "user__uninvite" : MessageLookupByLibrary.simpleMessage("Disdici l\'invito"), + "user__update_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Salva"), + "user__update_connection_circle_updated" : MessageLookupByLibrary.simpleMessage("Connessione aggiornata"), + "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Aggiorna cerchie connessioni"), + "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Annulla"), + "user_search__communities" : MessageLookupByLibrary.simpleMessage("ComunitĂ "), + "user_search__list_no_results_found" : m53, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Aggiorna"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Tocca per riprovare."), + "user_search__list_search_text" : m54, + "user_search__no_communities_for" : m55, + "user_search__no_results_for" : m56, + "user_search__no_users_for" : m57, + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Cerca..."), + "user_search__searching_for" : m58, + "user_search__users" : MessageLookupByLibrary.simpleMessage("Utenti") + }; +} diff --git a/lib/locale/messages_pt-BR.dart b/lib/locale/messages_pt-BR.dart new file mode 100644 index 000000000..ae0ef0f01 --- /dev/null +++ b/lib/locale/messages_pt-BR.dart @@ -0,0 +1,848 @@ +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart +// This is a library that provides messages for a pt_BR locale. All the +// messages from the main program should be duplicated here with the same +// function name. + +// ignore_for_file: unnecessary_brace_in_string_interps + +import 'package:intl/intl.dart'; +import 'package:intl/message_lookup_by_library.dart'; + +// ignore: unnecessary_new +final messages = new MessageLookup(); + +// ignore: unused_element +final _keepAnalysisHappy = Intl.defaultLocale; + +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + +class MessageLookup extends MessageLookupByLibrary { + get localeName => 'pt_BR'; + + static m0(minLength, maxLength) => "(${minLength}-${maxLength} caracteres)"; + + static m1(minLength, maxLength) => "A descrição deve ter entre ${minLength} e ${maxLength} caracteres."; + + static m2(minLength, maxLength) => "O nome deve ter entre ${minLength} e ${maxLength} caracteres."; + + static m3(minLength, maxLength) => "A senha deve ter entre ${minLength} e ${maxLength} caracteres."; + + static m4(maxLength) => "Um nome de usuĂĄrio nĂŁo pode ser maior que ${maxLength} caracteres."; + + static m5(maxLength) => "Os adjetivos nĂŁo podem ser mais longos que ${maxLength} caracteres."; + + static m6(username) => "VocĂȘ tem certeza de que deseja adicionar @${username} como administrador da comunidade?"; + + static m7(username) => "VocĂȘ tem certeza de que deseja banir @${username}?"; + + static m8(maxLength) => "A descrição nĂŁo pode ser maior que ${maxLength} caracteres."; + + static m9(username) => "VocĂȘ tem certeza de que deseja adicionar @${username} como moderador da comunidade?"; + + static m10(maxLength) => "O nome nĂŁo pode ser maior que ${maxLength} caracteres."; + + static m11(min) => "VocĂȘ deve escolher pelo menos ${min} categorias."; + + static m12(min) => "VocĂȘ deve escolher pelo menos ${min} categoria."; + + static m13(max) => "Escolha atĂ© ${max} categorias"; + + static m14(maxLength) => "As regras nĂŁo podem ser maiores que ${maxLength} caracteres."; + + static m15(takenName) => "O nome de comunidade \'${takenName}\' jĂĄ estĂĄ em uso"; + + static m16(maxLength) => "O tĂ­tulo nĂŁo pode ser maior que ${maxLength} caracteres."; + + static m17(categoryName) => "Em alta em ${categoryName}"; + + static m18(currentUserLanguage) => "Idioma (${currentUserLanguage})"; + + static m19(resourceCount, resourceName) => "Ver todas as ${resourceCount} ${resourceName}"; + + static m20(postCommentText) => "[name] [username] tambĂ©m comentou: ${postCommentText}"; + + static m21(postCommentText) => "[name] [username] comentou no seu post: ${postCommentText}"; + + static m22(postCommentText) => "[name] [username] tambĂ©m respondeu: ${postCommentText}"; + + static m23(postCommentText) => "[name] [username] respondeu: ${postCommentText}"; + + static m24(postCommentText) => "[name] [username] mencionou vocĂȘ em um comentĂĄrio: ${postCommentText}"; + + static m25(communityName) => "[name] [username] convidou vocĂȘ para se juntar Ă  comunidade /c/${communityName}."; + + static m26(maxLength) => "Um comentĂĄrio nĂŁo pode ter mais de ${maxLength} caracteres."; + + static m27(commentsCount) => "Ver todos os ${commentsCount} comentĂĄrios"; + + static m28(circlesSearchQuery) => "\'Nenhum cĂ­rculo encontrado para \'${circlesSearchQuery}\'."; + + static m29(name) => "${name} ainda nĂŁo compartilhou nada."; + + static m30(postCreatorUsername) => "cĂ­rculos de @${postCreatorUsername}"; + + static m31(maxLength) => "O nome do cĂ­rculo nĂŁo deve ter mais de ${maxLength} caracteres."; + + static m32(prettyUsersCount) => "${prettyUsersCount} pessoas"; + + static m33(username) => "Tem certeza de que deseja bloquear @${username}?"; + + static m34(userName) => "Confirmar a conexĂŁo com ${userName}"; + + static m35(userName) => "Conectar-se com ${userName}"; + + static m36(userName) => "Desconectar-se de ${userName}"; + + static m37(limit) => "Imagem muito grande (limite: ${limit} MB)"; + + static m38(username) => "O nome de usuĂĄrio @${username} jĂĄ estĂĄ em uso"; + + static m39(searchQuery) => "Nenhum emoji encontrado para \'${searchQuery}\'."; + + static m40(searchQuery) => "Nenhuma lista encontrada para \'${searchQuery}\'"; + + static m41(prettyUsersCount) => "${prettyUsersCount} contas"; + + static m42(prettyUsersCount) => "${prettyUsersCount} Contas"; + + static m43(groupName) => "Ver ${groupName}"; + + static m44(iosLink, androidLink, inviteLink) => "Ei! Eu gostaria de convidar vocĂȘ para a Okuna. Primeiro, baixe o app no iTunes (${iosLink}) ou na Play Store (${androidLink}). Depois, copie e cole o seguinte link de convite no formulĂĄrio de criação de conta no app da Okuna: ${inviteLink}"; + + static m45(username) => "Entrou com o nome de usuĂĄrio @${username}"; + + static m46(email) => "Pendente, convite enviado para o email ${email}"; + + static m47(maxLength) => "O nome da lista nĂŁo deve ter mais de ${maxLength} caracteres."; + + static m48(maxLength) => "A bio nĂŁo pode ser maior que ${maxLength} caracteres."; + + static m49(maxLength) => "O local nĂŁo pode ser maior que ${maxLength} caracteres."; + + static m50(takenConnectionsCircleName) => "O nome de cĂ­rculo \'${takenConnectionsCircleName}\' jĂĄ estĂĄ em uso"; + + static m51(listName) => "O nome de lista \'${listName}\' jĂĄ estĂĄ sendo usado"; + + static m52(searchQuery) => "Nada encontrado para \'${searchQuery}\'."; + + static m53(resourcePluralName) => "Sem ${resourcePluralName}."; + + static m54(resourcePluralName) => "Pesquisar ${resourcePluralName} ..."; + + static m55(searchQuery) => "Nenhuma comunidade encontrada para \'${searchQuery}\'."; + + static m56(searchQuery) => "Nenhum resultado para \'${searchQuery}\'."; + + static m57(searchQuery) => "Nenhum usuĂĄrio encontrado para \'${searchQuery}\'."; + + static m58(searchQuery) => "Procurando por \'${searchQuery}\'"; + + final messages = _notInlinedMessages(_notInlinedMessages); + static _notInlinedMessages(_) => { + "auth__change_password_current_pwd" : MessageLookupByLibrary.simpleMessage("Senha atual"), + "auth__change_password_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Digite a sua senha atual"), + "auth__change_password_current_pwd_incorrect" : MessageLookupByLibrary.simpleMessage("A senha inserida estĂĄ incorreta"), + "auth__change_password_new_pwd" : MessageLookupByLibrary.simpleMessage("Nova senha"), + "auth__change_password_new_pwd_error" : MessageLookupByLibrary.simpleMessage("Por favor, certifique-se de que a senha tenha entre 10 e 100 caracteres"), + "auth__change_password_new_pwd_hint" : MessageLookupByLibrary.simpleMessage("Digite a sua nova senha"), + "auth__change_password_save_success" : MessageLookupByLibrary.simpleMessage("Tudo certo! Sua senha foi atualizada"), + "auth__change_password_save_text" : MessageLookupByLibrary.simpleMessage("Salvar"), + "auth__change_password_title" : MessageLookupByLibrary.simpleMessage("Alterar senha"), + "auth__create_acc__almost_there" : MessageLookupByLibrary.simpleMessage("Quase lĂĄ..."), + "auth__create_acc__are_you_legal_age" : MessageLookupByLibrary.simpleMessage("VocĂȘ tem mais de 16 anos?"), + "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Tirar uma foto"), + "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("Usar uma foto existente"), + "auth__create_acc__avatar_remove_photo" : MessageLookupByLibrary.simpleMessage("Remover foto"), + "auth__create_acc__avatar_tap_to_change" : MessageLookupByLibrary.simpleMessage("Toque para alterar"), + "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Se desejar, vocĂȘ pode alterĂĄ-lo a qualquer momento atravĂ©s da sua pĂĄgina de perfil."), + "auth__create_acc__congratulations" : MessageLookupByLibrary.simpleMessage("ParabĂ©ns!"), + "auth__create_acc__create_account" : MessageLookupByLibrary.simpleMessage("Criar uma conta"), + "auth__create_acc__done" : MessageLookupByLibrary.simpleMessage("Criar conta"), + "auth__create_acc__done_continue" : MessageLookupByLibrary.simpleMessage("Entrar"), + "auth__create_acc__done_created" : MessageLookupByLibrary.simpleMessage("Sua conta foi criada com o nome de usuĂĄrio "), + "auth__create_acc__done_description" : MessageLookupByLibrary.simpleMessage("Sua conta foi criada com sucesso."), + "auth__create_acc__done_subtext" : MessageLookupByLibrary.simpleMessage("VocĂȘ pode mudar isso nas configuraçÔes de perfil."), + "auth__create_acc__done_title" : MessageLookupByLibrary.simpleMessage("Aeee!"), + "auth__create_acc__email_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Seu email nĂŁo pode ficar vazio"), + "auth__create_acc__email_invalid_error" : MessageLookupByLibrary.simpleMessage("😅 Por favor, forneça um endereço de email vĂĄlido."), + "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("gisele_bundchen@mail.com"), + "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Estamos com problemas em nossos servidores, por favor tente novamente em alguns minutos."), + "auth__create_acc__email_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ€” JĂĄ existe uma conta associada a esse email."), + "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("Vamos começar"), + "auth__create_acc__link_empty_error" : MessageLookupByLibrary.simpleMessage("O campo de link nĂŁo pode ficar vazio."), + "auth__create_acc__link_invalid_error" : MessageLookupByLibrary.simpleMessage("Este link parece ser invĂĄlido."), + "auth__create_acc__name_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Um nome sĂł pode conter caracteres alfanumĂ©ricos (por enquanto)."), + "auth__create_acc__name_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Seu nome nĂŁo pode ficar vazio."), + "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Seu nome nĂŁo pode ter mais de 50 caracteres. (Se ele tem, lamentamos muito.)"), + "auth__create_acc__name_placeholder" : MessageLookupByLibrary.simpleMessage("Ayrton Senna"), + "auth__create_acc__next" : MessageLookupByLibrary.simpleMessage("Avançar"), + "auth__create_acc__one_last_thing" : MessageLookupByLibrary.simpleMessage("Uma Ășltima coisa..."), + "auth__create_acc__password_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Sua senha nĂŁo pode ficar vazia"), + "auth__create_acc__password_length_error" : MessageLookupByLibrary.simpleMessage("😅 Uma senha precisa ter entre 8 e 64 caracteres."), + "auth__create_acc__paste_link" : MessageLookupByLibrary.simpleMessage("Cole seu link de registro abaixo"), + "auth__create_acc__paste_link_help_text" : MessageLookupByLibrary.simpleMessage("Use o link do seu convite recebido por email."), + "auth__create_acc__paste_password_reset_link" : MessageLookupByLibrary.simpleMessage("Cole o link de redefinição de senha abaixo"), + "auth__create_acc__previous" : MessageLookupByLibrary.simpleMessage("Voltar"), + "auth__create_acc__register" : MessageLookupByLibrary.simpleMessage("Criar uma conta"), + "auth__create_acc__request_invite" : MessageLookupByLibrary.simpleMessage("Sem convite? Solicite um aqui."), + "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Estamos com problemas em nossos servidores, por favor tente novamente em alguns minutos."), + "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😅 Parece que algumas das informaçÔes nĂŁo estavam corretas, por favor, verifique e tente novamente."), + "auth__create_acc__submit_error_title" : MessageLookupByLibrary.simpleMessage("Ah nĂŁo..."), + "auth__create_acc__submit_loading_desc" : MessageLookupByLibrary.simpleMessage("Estamos criando sua conta."), + "auth__create_acc__submit_loading_title" : MessageLookupByLibrary.simpleMessage("Segura aĂ­!"), + "auth__create_acc__subscribe" : MessageLookupByLibrary.simpleMessage("Solicitar"), + "auth__create_acc__subscribe_to_waitlist_text" : MessageLookupByLibrary.simpleMessage("Solicitar um convite!"), + "auth__create_acc__username_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Um nome de usuĂĄrio deve conter apenas caracteres alfanumĂ©ricos e underlines (_)."), + "auth__create_acc__username_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± O nome de usuĂĄrio nĂŁo pode ficar vazio."), + "auth__create_acc__username_length_error" : MessageLookupByLibrary.simpleMessage("😅 Um nome de usuĂĄrio nĂŁo pode ter mais de 30 caracteres."), + "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("santosdumont"), + "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Estamos com problemas em nossos servidores, por favor tente novamente em alguns minutos."), + "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© O nome de usuĂĄrio @%s jĂĄ estĂĄ em uso."), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("Bem-vindo(a) Ă  Beta!"), + "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("Escolha uma imagem de perfil"), + "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("Qual Ă© o seu email?"), + "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Qual Ă© o seu nome?"), + "auth__create_acc__what_password" : MessageLookupByLibrary.simpleMessage("Escolha uma senha"), + "auth__create_acc__what_password_subtext" : MessageLookupByLibrary.simpleMessage("(mĂ­n. 10 caracteres)"), + "auth__create_acc__what_username" : MessageLookupByLibrary.simpleMessage("Escolha um nome de usuĂĄrio"), + "auth__create_acc__your_subscribed" : MessageLookupByLibrary.simpleMessage("VocĂȘ Ă© o nĂșmero {0} da lista de espera."), + "auth__create_acc__your_username_is" : MessageLookupByLibrary.simpleMessage("Seu nome de usuĂĄrio Ă© "), + "auth__create_acc_password_hint_text" : m0, + "auth__create_account" : MessageLookupByLibrary.simpleMessage("Cadastrar-se"), + "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("A descrição nĂŁo pode ficar vazia."), + "auth__description_range_error" : m1, + "auth__email_empty_error" : MessageLookupByLibrary.simpleMessage("O email nĂŁo pode ficar vazio."), + "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("Por favor, forneça um email vĂĄlido."), + "auth__headline" : MessageLookupByLibrary.simpleMessage("Uma rede social melhor."), + "auth__login" : MessageLookupByLibrary.simpleMessage("Entrar"), + "auth__login__connection_error" : MessageLookupByLibrary.simpleMessage("NĂŁo conseguimos alcançar nossos servidores. VocĂȘ estĂĄ conectado Ă  internet?"), + "auth__login__credentials_mismatch_error" : MessageLookupByLibrary.simpleMessage("As credenciais fornecidas nĂŁo coincidem."), + "auth__login__email_label" : MessageLookupByLibrary.simpleMessage("Email"), + "auth__login__forgot_password" : MessageLookupByLibrary.simpleMessage("Esqueci a senha"), + "auth__login__forgot_password_subtitle" : MessageLookupByLibrary.simpleMessage("Digite seu nome de usuĂĄrio ou email"), + "auth__login__login" : MessageLookupByLibrary.simpleMessage("Continuar"), + "auth__login__or_text" : MessageLookupByLibrary.simpleMessage("Ou"), + "auth__login__password_empty_error" : MessageLookupByLibrary.simpleMessage("A senha Ă© necessĂĄria."), + "auth__login__password_label" : MessageLookupByLibrary.simpleMessage("Senha"), + "auth__login__password_length_error" : MessageLookupByLibrary.simpleMessage("Sua senha deve ter entre 8 e 64 caracteres."), + "auth__login__previous" : MessageLookupByLibrary.simpleMessage("Voltar"), + "auth__login__server_error" : MessageLookupByLibrary.simpleMessage("Ops... Estamos passando por problemas em nossos servidores. Por favor, tente novamente em alguns minutos."), + "auth__login__subtitle" : MessageLookupByLibrary.simpleMessage("Insira suas credenciais para continuar."), + "auth__login__title" : MessageLookupByLibrary.simpleMessage("Bem-vindo(a) de volta!"), + "auth__login__username_characters_error" : MessageLookupByLibrary.simpleMessage("O nome de usuĂĄrio sĂł pode conter caracteres alfanumĂ©ricos e underlines (_)."), + "auth__login__username_empty_error" : MessageLookupByLibrary.simpleMessage("O nome de usuĂĄrio Ă© necessĂĄrio."), + "auth__login__username_label" : MessageLookupByLibrary.simpleMessage("Nome de usuĂĄrio"), + "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("O nome de usuĂĄrio nĂŁo pode ter mais de 30 caracteres."), + "auth__name_empty_error" : MessageLookupByLibrary.simpleMessage("O nome nĂŁo pode ficar vazio."), + "auth__name_range_error" : m2, + "auth__password_empty_error" : MessageLookupByLibrary.simpleMessage("A senha nĂŁo pode ficar vazia."), + "auth__password_range_error" : m3, + "auth__reset_password_success_info" : MessageLookupByLibrary.simpleMessage("Sua senha foi alterada com sucesso"), + "auth__reset_password_success_title" : MessageLookupByLibrary.simpleMessage("Tudo pronto!"), + "auth__username_characters_error" : MessageLookupByLibrary.simpleMessage("Um nome de usuĂĄrio sĂł pode conter caracteres alfanumĂ©ricos e underlines (_)."), + "auth__username_empty_error" : MessageLookupByLibrary.simpleMessage("O nome de usuĂĄrio nĂŁo pode ficar vazio."), + "auth__username_maxlength_error" : m4, + "community__about" : MessageLookupByLibrary.simpleMessage("Sobre"), + "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Convide pessoas para a comunidade"), + "community__actions_manage_text" : MessageLookupByLibrary.simpleMessage("Gerenciar"), + "community__add_administrators_title" : MessageLookupByLibrary.simpleMessage("Adicionar administrador."), + "community__add_moderator_title" : MessageLookupByLibrary.simpleMessage("Adicionar moderador"), + "community__adjectives_range_error" : m5, + "community__admin_add_confirmation" : m6, + "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Isso permitirĂĄ que o membro edite os detalhes da comunidade, administradores, moderadores e usuĂĄrios banidos."), + "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("comunidades administradas"), + "community__administrated_community" : MessageLookupByLibrary.simpleMessage("comunidade administrada"), + "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Administradas"), + "community__administrator_plural" : MessageLookupByLibrary.simpleMessage("administradores"), + "community__administrator_text" : MessageLookupByLibrary.simpleMessage("administrador"), + "community__administrator_you" : MessageLookupByLibrary.simpleMessage("VocĂȘ"), + "community__administrators_title" : MessageLookupByLibrary.simpleMessage("Administradores"), + "community__ban_confirmation" : m7, + "community__ban_desc" : MessageLookupByLibrary.simpleMessage("Isso removerĂĄ o usuĂĄrio da comunidade e impedirĂĄ que ele entre novamente."), + "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Banir usuĂĄrio"), + "community__banned_user_text" : MessageLookupByLibrary.simpleMessage("usuĂĄrio banido"), + "community__banned_users_text" : MessageLookupByLibrary.simpleMessage("usuĂĄrios banidos"), + "community__banned_users_title" : MessageLookupByLibrary.simpleMessage("UsuĂĄrios banidos"), + "community__button_rules" : MessageLookupByLibrary.simpleMessage("Regras"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Equipe"), + "community__categories" : MessageLookupByLibrary.simpleMessage("categorias."), + "community__category" : MessageLookupByLibrary.simpleMessage("categoria."), + "community__communities" : MessageLookupByLibrary.simpleMessage("comunidades"), + "community__communities_all_text" : MessageLookupByLibrary.simpleMessage("Todas"), + "community__communities_no_category_found" : MessageLookupByLibrary.simpleMessage("Nenhuma categoria encontrada. Por favor, tente novamente em alguns minutos."), + "community__communities_refresh_text" : MessageLookupByLibrary.simpleMessage("Atualizar"), + "community__communities_title" : MessageLookupByLibrary.simpleMessage("Comunidades"), + "community__community" : MessageLookupByLibrary.simpleMessage("comunidade"), + "community__community_members" : MessageLookupByLibrary.simpleMessage("Membros da comunidade"), + "community__community_staff" : MessageLookupByLibrary.simpleMessage("Equipe da comunidade"), + "community__confirmation_title" : MessageLookupByLibrary.simpleMessage("Confirmação"), + "community__delete_confirmation" : MessageLookupByLibrary.simpleMessage("VocĂȘ tem certeza de que deseja excluir a comunidade?"), + "community__delete_desc" : MessageLookupByLibrary.simpleMessage("VocĂȘ nĂŁo poderĂĄ mais ver as publicaçÔes desta comunidade, nem publicar nela."), + "community__description_range_error" : m8, + "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Favoritar comunidade"), + "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("comunidades favoritas"), + "community__favorite_community" : MessageLookupByLibrary.simpleMessage("comunidade favorita"), + "community__favorites_title" : MessageLookupByLibrary.simpleMessage("Favoritas"), + "community__invite_to_community_resource_plural" : MessageLookupByLibrary.simpleMessage("conexĂ”es e seguidores"), + "community__invite_to_community_resource_singular" : MessageLookupByLibrary.simpleMessage("conexĂŁo ou seguidor"), + "community__invite_to_community_title" : MessageLookupByLibrary.simpleMessage("Convidar para a comunidade"), + "community__invited_by_member" : MessageLookupByLibrary.simpleMessage("VocĂȘ deve ser convidado(a) por um membro."), + "community__invited_by_moderator" : MessageLookupByLibrary.simpleMessage("VocĂȘ deve ser convidado(a) por um moderador."), + "community__is_private" : MessageLookupByLibrary.simpleMessage("Essa comunidade Ă© privada."), + "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("Entre nas comunidades para ver esta aba ganhar vida!"), + "community__join_community" : MessageLookupByLibrary.simpleMessage("Entrar"), + "community__joined_communities" : MessageLookupByLibrary.simpleMessage("comunidades ingressadas"), + "community__joined_community" : MessageLookupByLibrary.simpleMessage("comunidade ingressada"), + "community__joined_title" : MessageLookupByLibrary.simpleMessage("Ingressadas"), + "community__leave_community" : MessageLookupByLibrary.simpleMessage("Sair"), + "community__leave_confirmation" : MessageLookupByLibrary.simpleMessage("VocĂȘ tem certeza de que deseja sair da comunidade?"), + "community__leave_desc" : MessageLookupByLibrary.simpleMessage("VocĂȘ nĂŁo poderĂĄ mais ver as publicaçÔes desta comunidade, nem publicar nela."), + "community__manage_add_favourite" : MessageLookupByLibrary.simpleMessage("Adicionar a comunidade Ă s suas favoritas"), + "community__manage_admins_desc" : MessageLookupByLibrary.simpleMessage("Ver, adicionar e remover administradores."), + "community__manage_admins_title" : MessageLookupByLibrary.simpleMessage("Administradores"), + "community__manage_banned_desc" : MessageLookupByLibrary.simpleMessage("Ver, adicionar e remover usuĂĄrios banidos."), + "community__manage_banned_title" : MessageLookupByLibrary.simpleMessage("UsuĂĄrios banidos"), + "community__manage_closed_posts_desc" : MessageLookupByLibrary.simpleMessage("Ver e gerenciar os posts fechados"), + "community__manage_closed_posts_title" : MessageLookupByLibrary.simpleMessage("Posts fechados"), + "community__manage_delete_desc" : MessageLookupByLibrary.simpleMessage("Excluir a comunidade, para sempre."), + "community__manage_delete_title" : MessageLookupByLibrary.simpleMessage("Excluir comunidade"), + "community__manage_details_desc" : MessageLookupByLibrary.simpleMessage("Alterar tĂ­tulo, nome, avatar, foto de capa e mais."), + "community__manage_details_title" : MessageLookupByLibrary.simpleMessage("Detalhes"), + "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Convide suas conexĂ”es e seguidores para se juntar Ă  comunidade."), + "community__manage_invite_title" : MessageLookupByLibrary.simpleMessage("Convidar pessoas"), + "community__manage_leave_desc" : MessageLookupByLibrary.simpleMessage("Sair da comunidade."), + "community__manage_leave_title" : MessageLookupByLibrary.simpleMessage("Sair da comunidade"), + "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("Revise as denĂșncias Ă  moderação da comunidade."), + "community__manage_mod_reports_title" : MessageLookupByLibrary.simpleMessage("Reportado Ă  moderação"), + "community__manage_mods_desc" : MessageLookupByLibrary.simpleMessage("Ver, adicionar e remover moderadores."), + "community__manage_mods_title" : MessageLookupByLibrary.simpleMessage("Moderadores"), + "community__manage_remove_favourite" : MessageLookupByLibrary.simpleMessage("Remover a comunidade de suas favoritas"), + "community__manage_title" : MessageLookupByLibrary.simpleMessage("Gerenciar comunidade"), + "community__member" : MessageLookupByLibrary.simpleMessage("membro"), + "community__member_capitalized" : MessageLookupByLibrary.simpleMessage("Membro"), + "community__member_plural" : MessageLookupByLibrary.simpleMessage("membros"), + "community__members_capitalized" : MessageLookupByLibrary.simpleMessage("Membros"), + "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("comunidades moderadas"), + "community__moderated_community" : MessageLookupByLibrary.simpleMessage("comunidade moderada"), + "community__moderated_title" : MessageLookupByLibrary.simpleMessage("Moderadas"), + "community__moderator_add_confirmation" : m9, + "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Isso permitirĂĄ que o membro edite os detalhes da comunidade, moderadores e usuĂĄrios banidos."), + "community__moderator_resource_name" : MessageLookupByLibrary.simpleMessage("moderador"), + "community__moderators_resource_name" : MessageLookupByLibrary.simpleMessage("moderadores"), + "community__moderators_title" : MessageLookupByLibrary.simpleMessage("Moderadores"), + "community__moderators_you" : MessageLookupByLibrary.simpleMessage("VocĂȘ"), + "community__name_characters_error" : MessageLookupByLibrary.simpleMessage("O nome sĂł pode conter caracteres alfanumĂ©ricos e underlines (_)."), + "community__name_empty_error" : MessageLookupByLibrary.simpleMessage("O nome nĂŁo pode ficar vazio."), + "community__name_range_error" : m10, + "community__no" : MessageLookupByLibrary.simpleMessage("NĂŁo"), + "community__pick_atleast_min_categories" : m11, + "community__pick_atleast_min_category" : m12, + "community__pick_upto_max" : m13, + "community__post_plural" : MessageLookupByLibrary.simpleMessage("posts"), + "community__post_singular" : MessageLookupByLibrary.simpleMessage("post"), + "community__posts" : MessageLookupByLibrary.simpleMessage("Posts"), + "community__refresh_text" : MessageLookupByLibrary.simpleMessage("Atualizar"), + "community__refreshing" : MessageLookupByLibrary.simpleMessage("Atualizando a comunidade"), + "community__rules_empty_error" : MessageLookupByLibrary.simpleMessage("As regras nĂŁo podem ficar vazias."), + "community__rules_range_error" : m14, + "community__rules_text" : MessageLookupByLibrary.simpleMessage("Regras"), + "community__rules_title" : MessageLookupByLibrary.simpleMessage("Regras da comunidade"), + "community__save_community_create_community" : MessageLookupByLibrary.simpleMessage("Criar comunidade"), + "community__save_community_create_text" : MessageLookupByLibrary.simpleMessage("Criar"), + "community__save_community_edit_community" : MessageLookupByLibrary.simpleMessage("Editar comunidade"), + "community__save_community_label_title" : MessageLookupByLibrary.simpleMessage("TĂ­tulo"), + "community__save_community_label_title_hint_text" : MessageLookupByLibrary.simpleMessage("ex: Viagem, Fotografia, Jogos."), + "community__save_community_name_category" : MessageLookupByLibrary.simpleMessage("Categoria"), + "community__save_community_name_label_color" : MessageLookupByLibrary.simpleMessage("Cor"), + "community__save_community_name_label_color_hint_text" : MessageLookupByLibrary.simpleMessage("(Toque para alterar)"), + "community__save_community_name_label_desc_optional" : MessageLookupByLibrary.simpleMessage("Descrição · Opcional"), + "community__save_community_name_label_desc_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Sobre o que Ă© a sua comunidade?"), + "community__save_community_name_label_member_adjective" : MessageLookupByLibrary.simpleMessage("Adjetivo para membro · Opcional"), + "community__save_community_name_label_member_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("ex: viajante, fotĂłgrafo, gamer."), + "community__save_community_name_label_members_adjective" : MessageLookupByLibrary.simpleMessage("Adjetivo para membros · Opcional"), + "community__save_community_name_label_members_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("ex: viajantes, fotĂłgrafos, gamers."), + "community__save_community_name_label_rules_optional" : MessageLookupByLibrary.simpleMessage("Regras · Opcional"), + "community__save_community_name_label_rules_optional_hint_text" : MessageLookupByLibrary.simpleMessage("HĂĄ algo que vocĂȘ gostaria que seus usuĂĄrios soubessem?"), + "community__save_community_name_label_type" : MessageLookupByLibrary.simpleMessage("Tipo"), + "community__save_community_name_label_type_hint_text" : MessageLookupByLibrary.simpleMessage("(Toque para alterar)"), + "community__save_community_name_member_invites" : MessageLookupByLibrary.simpleMessage("Convites de membros"), + "community__save_community_name_member_invites_subtitle" : MessageLookupByLibrary.simpleMessage("Membros podem convidar pessoas para a comunidade"), + "community__save_community_name_taken" : m15, + "community__save_community_name_title" : MessageLookupByLibrary.simpleMessage("Nome"), + "community__save_community_name_title_hint_text" : MessageLookupByLibrary.simpleMessage(" ex: viagem, fotografia, jogos."), + "community__save_community_save_text" : MessageLookupByLibrary.simpleMessage("Salvar"), + "community__title_empty_error" : MessageLookupByLibrary.simpleMessage("O tĂ­tulo nĂŁo pode ficar vazio."), + "community__title_range_error" : m16, + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("Em alta em todas as categorias"), + "community__trending_in_category" : m17, + "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("Nenhuma comunidade em alta encontrada. Tente novamente em alguns minutos."), + "community__trending_refresh" : MessageLookupByLibrary.simpleMessage("Atualizar"), + "community__type_private" : MessageLookupByLibrary.simpleMessage("Privada"), + "community__type_public" : MessageLookupByLibrary.simpleMessage("PĂșblica"), + "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Desfavoritar comunidade"), + "community__user_you_text" : MessageLookupByLibrary.simpleMessage("VocĂȘ"), + "community__yes" : MessageLookupByLibrary.simpleMessage("Sim"), + "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("SugestĂ”es"), + "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("ConfiguraçÔes da conta"), + "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("UsuĂĄrios bloqueados"), + "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("Alterar Email"), + "drawer__account_settings_change_password" : MessageLookupByLibrary.simpleMessage("Alterar Senha"), + "drawer__account_settings_delete_account" : MessageLookupByLibrary.simpleMessage("Excluir a minha conta"), + "drawer__account_settings_language" : m18, + "drawer__account_settings_language_text" : MessageLookupByLibrary.simpleMessage("Idioma"), + "drawer__account_settings_notifications" : MessageLookupByLibrary.simpleMessage("NotificaçÔes"), + "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("Aplicativo & Conta"), + "drawer__application_settings" : MessageLookupByLibrary.simpleMessage("ConfiguraçÔes do aplicativo"), + "drawer__connections" : MessageLookupByLibrary.simpleMessage("Minhas conexĂ”es"), + "drawer__customize" : MessageLookupByLibrary.simpleMessage("Personalizar"), + "drawer__global_moderation" : MessageLookupByLibrary.simpleMessage("Moderação global"), + "drawer__help" : MessageLookupByLibrary.simpleMessage("Suporte e Feedback"), + "drawer__lists" : MessageLookupByLibrary.simpleMessage("Minhas listas"), + "drawer__logout" : MessageLookupByLibrary.simpleMessage("Sair"), + "drawer__main_title" : MessageLookupByLibrary.simpleMessage("Minha Okuna"), + "drawer__menu_title" : MessageLookupByLibrary.simpleMessage("Menu"), + "drawer__my_circles" : MessageLookupByLibrary.simpleMessage("Meus cĂ­rculos"), + "drawer__my_followers" : MessageLookupByLibrary.simpleMessage("Meus seguidores"), + "drawer__my_following" : MessageLookupByLibrary.simpleMessage("Meus seguidos"), + "drawer__my_invites" : MessageLookupByLibrary.simpleMessage("Meus convites"), + "drawer__my_lists" : MessageLookupByLibrary.simpleMessage("Minhas listas"), + "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Minhas penalidades"), + "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("Minhas tarefas de moderação pendentes"), + "drawer__profile" : MessageLookupByLibrary.simpleMessage("Perfil"), + "drawer__settings" : MessageLookupByLibrary.simpleMessage("ConfiguraçÔes"), + "drawer__themes" : MessageLookupByLibrary.simpleMessage("Temas"), + "drawer__useful_links_guidelines" : MessageLookupByLibrary.simpleMessage("Diretrizes da Okuna"), + "drawer__useful_links_guidelines_bug_tracker" : MessageLookupByLibrary.simpleMessage("Rastreador de bugs"), + "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Reportar um bug ou votar em bugs existentes"), + "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("As diretrizes que todos esperamos seguir para uma coexistĂȘncia saudĂĄvel e amigĂĄvel."), + "drawer__useful_links_guidelines_feature_requests" : MessageLookupByLibrary.simpleMessage("SugestĂ”es de recursos"), + "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("Sugerir um recurso ou votar em sugestĂ”es existentes"), + "drawer__useful_links_guidelines_github" : MessageLookupByLibrary.simpleMessage("Projeto no Github"), + "drawer__useful_links_guidelines_github_desc" : MessageLookupByLibrary.simpleMessage("DĂȘ uma olhada no que estamos trabalhando atualmente"), + "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Manual da Okuna"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Um livro com tudo o que hĂĄ para saber sobre usar a plataforma"), + "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Canal da comunidade no Slack"), + "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("Um lugar para discutir tudo sobre a Okuna"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Apoie a Okuna"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Encontre uma maneira de nos apoiar em nossa jornada!"), + "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("Links Ășteis"), + "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Sem conexĂŁo com a internet"), + "error__unknown_error" : MessageLookupByLibrary.simpleMessage("Erro desconhecido"), + "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Converse com a equipe"), + "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Revisar"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Categoria"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Itens moderados por comunidades"), + "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("Aprovar"), + "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Este item foi verificado"), + "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Objeto"), + "moderation__community_review_reject" : MessageLookupByLibrary.simpleMessage("rejeitar"), + "moderation__community_review_title" : MessageLookupByLibrary.simpleMessage("Revisar objeto moderado"), + "moderation__confirm_report_community_reported" : MessageLookupByLibrary.simpleMessage("Comunidade denunciada"), + "moderation__confirm_report_item_reported" : MessageLookupByLibrary.simpleMessage("Item denunciado"), + "moderation__confirm_report_post_comment_reported" : MessageLookupByLibrary.simpleMessage("ComentĂĄrio denunciado"), + "moderation__confirm_report_post_reported" : MessageLookupByLibrary.simpleMessage("Publicação denunciada"), + "moderation__confirm_report_provide_details" : MessageLookupByLibrary.simpleMessage("VocĂȘ pode fornecer mais detalhes relevantes para a denĂșncia?"), + "moderation__confirm_report_provide_happen_next" : MessageLookupByLibrary.simpleMessage("Aqui estĂĄ o que acontecerĂĄ a seguir:"), + "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("- Sua denĂșncia serĂĄ enviada anonimamente. \n- Se vocĂȘ estiver denunciando uma publicação ou comentĂĄrio, a denĂșncia serĂĄ enviada Ă  equipe da Okuna e aos moderadores da comunidade (se aplicĂĄvel), e o conteĂșdo denunciado ficarĂĄ oculto do seu feed. \n- Se vocĂȘ estiver denunciando uma conta ou comunidade, a denĂșncia serĂĄ enviada para a equipe da Okuna. \n- Vamos analisar a denĂșncia e, se aprovada, o conteĂșdo serĂĄ excluĂ­do e as penalidades serĂŁo aplicadas Ă s pessoas envolvidas, desde uma suspensĂŁo temporĂĄria atĂ© a exclusĂŁo da conta, dependendo da gravidade da transgressĂŁo. \n- Se a denĂșncia for apenas uma tentativa de prejudicar um membro ou comunidade que nĂŁo cometeu a infração apontada por vocĂȘ, as penalidades serĂŁo aplicadas a vocĂȘ. \n"), + "moderation__confirm_report_provide_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Digite aqui..."), + "moderation__confirm_report_provide_optional_info" : MessageLookupByLibrary.simpleMessage("(Opcional)"), + "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Eu entendo, envie."), + "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Enviar denĂșncia"), + "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("UsuĂĄrio denunciado"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("Descrição"), + "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Aplicar filtros"), + "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Outros"), + "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("Redefinir"), + "moderation__filters_status" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__filters_title" : MessageLookupByLibrary.simpleMessage("Filtros de moderação"), + "moderation__filters_type" : MessageLookupByLibrary.simpleMessage("Tipo"), + "moderation__filters_verified" : MessageLookupByLibrary.simpleMessage("Verificado"), + "moderation__global_review_object_text" : MessageLookupByLibrary.simpleMessage("Objeto"), + "moderation__global_review_title" : MessageLookupByLibrary.simpleMessage("Revisar objeto moderado"), + "moderation__global_review_unverify_text" : MessageLookupByLibrary.simpleMessage("Desverificar"), + "moderation__global_review_verify_text" : MessageLookupByLibrary.simpleMessage("Verificar"), + "moderation__globally_moderated_objects" : MessageLookupByLibrary.simpleMessage("Itens moderados globalmente"), + "moderation__moderated_object_false_text" : MessageLookupByLibrary.simpleMessage("Falso"), + "moderation__moderated_object_reports_count" : MessageLookupByLibrary.simpleMessage("NĂșmero de denĂșncias"), + "moderation__moderated_object_status" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__moderated_object_title" : MessageLookupByLibrary.simpleMessage("Objeto"), + "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Verdadeiro"), + "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("Verificado"), + "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Verificado pela equipe da Okuna"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("penalidade de moderação"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("penalidades de moderação"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Penalidades de moderação"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("Tarefas de moderação pendentes"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Sem descrição"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("tarefas de moderação pendentes"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("tarefa de moderação pendente"), + "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Denunciar conta"), + "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("Denunciar comentĂĄrio"), + "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("Denunciar comunidade"), + "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("Denunciar publicação"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("Denunciante"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("denĂșncias"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("DenĂșncias"), + "moderation__reports_see_all" : m19, + "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Toque para tentar carregar os itens novamente"), + "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Atualizar categoria"), + "moderation__update_description_report_desc" : MessageLookupByLibrary.simpleMessage("Descrição da denĂșncia"), + "moderation__update_description_report_hint_text" : MessageLookupByLibrary.simpleMessage("ex: O motivo da denĂșncia Ă©..."), + "moderation__update_description_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "moderation__update_description_title" : MessageLookupByLibrary.simpleMessage("Editar descrição"), + "moderation__update_status_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "moderation__update_status_title" : MessageLookupByLibrary.simpleMessage("Atualizar status"), + "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("VocĂȘ denunciou esta conta"), + "moderation__you_have_reported_comment_text" : MessageLookupByLibrary.simpleMessage("VocĂȘ denunciou este comentĂĄrio"), + "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("VocĂȘ denunciou esta comunidade"), + "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("VocĂȘ denunciou esta publicação"), + "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] aceitou seu pedido de conexĂŁo."), + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, + "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m comentar uma das suas publicaçÔes ou uma que vocĂȘ tambĂ©m comentou."), + "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m reage a um dos seus comentĂĄrios."), + "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("ReaçÔes a comentĂĄrios"), + "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m responder a um dos seus comentĂĄrios ou a um que vocĂȘ tambĂ©m respondeu."), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Respostas aos comentĂĄrios"), + "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("ComentĂĄrios"), + "notifications__comment_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m mencionar vocĂȘ em um comentĂĄrio"), + "notifications__comment_user_mention_title" : MessageLookupByLibrary.simpleMessage("MençÔes em comentĂĄrios"), + "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m convida vocĂȘ para entrar em uma comunidade."), + "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Convites para comunidades"), + "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m quiser se conectar com vocĂȘ"), + "notifications__connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] quer se conectar com vocĂȘ."), + "notifications__connection_title" : MessageLookupByLibrary.simpleMessage("Pedidos de conexĂŁo"), + "notifications__follow_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m começar a segui-lo(a)"), + "notifications__follow_title" : MessageLookupByLibrary.simpleMessage("Seguidores"), + "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] estĂĄ te seguindo agora."), + "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando algo acontecer"), + "notifications__general_title" : MessageLookupByLibrary.simpleMessage("NotificaçÔes"), + "notifications__mentioned_in_post_comment_tile" : m24, + "notifications__mentioned_in_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] mencionou vocĂȘ em uma publicação."), + "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Desativar notificaçÔes do comentĂĄrio"), + "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Desativar notificaçÔes do post"), + "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Ativar notificaçÔes do comentĂĄrio"), + "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Ativar notificaçÔes do post"), + "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m reage a uma das suas publicaçÔes."), + "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("ReaçÔes aos posts"), + "notifications__post_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Seja notificado(a) quando alguĂ©m mencionar vocĂȘ em uma publicação"), + "notifications__post_user_mention_title" : MessageLookupByLibrary.simpleMessage("MençÔes em publicaçÔes"), + "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reagiu ao seu comentĂĄrio."), + "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reagiu Ă  sua publicação."), + "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("ConfiguraçÔes de notificação"), + "notifications__user_community_invite_tile" : m25, + "post__action_comment" : MessageLookupByLibrary.simpleMessage("Comentar"), + "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagir"), + "post__action_reply" : MessageLookupByLibrary.simpleMessage("Responder"), + "post__actions_comment_deleted" : MessageLookupByLibrary.simpleMessage("ComentĂĄrio excluĂ­do"), + "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Excluir post"), + "post__actions_delete_comment" : MessageLookupByLibrary.simpleMessage("Excluir comentĂĄrio"), + "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("Post excluĂ­do"), + "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Editar comentĂĄrio"), + "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("Denunciar"), + "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("Denunciado"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Ver mais"), + "post__close_post" : MessageLookupByLibrary.simpleMessage("Fechar post"), + "post__comment_maxlength_error" : m26, + "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Enviar"), + "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Responder comentĂĄrio"), + "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Sua resposta..."), + "post__comment_required_error" : MessageLookupByLibrary.simpleMessage("O comentĂĄrio nĂŁo pode ficar vazio."), + "post__commenter_expanded_edit_comment" : MessageLookupByLibrary.simpleMessage("Editar comentĂĄrio"), + "post__commenter_expanded_join_conversation" : MessageLookupByLibrary.simpleMessage("Entrar na conversa..."), + "post__commenter_expanded_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "post__commenter_expanded_start_conversation" : MessageLookupByLibrary.simpleMessage("Começar uma conversa..."), + "post__commenter_post_text" : MessageLookupByLibrary.simpleMessage("Enviar"), + "post__commenter_write_something" : MessageLookupByLibrary.simpleMessage("Escreva algo..."), + "post__comments_closed_post" : MessageLookupByLibrary.simpleMessage("Post fechado"), + "post__comments_disabled" : MessageLookupByLibrary.simpleMessage("ComentĂĄrios desativados"), + "post__comments_disabled_message" : MessageLookupByLibrary.simpleMessage("ComentĂĄrios desativados no post"), + "post__comments_enabled_message" : MessageLookupByLibrary.simpleMessage("ComentĂĄrios ativados no post"), + "post__comments_header_be_the_first_comments" : MessageLookupByLibrary.simpleMessage("Mande o primeiro comentĂĄrio"), + "post__comments_header_be_the_first_replies" : MessageLookupByLibrary.simpleMessage("Mande a primeira resposta"), + "post__comments_header_newer" : MessageLookupByLibrary.simpleMessage("Mais recentes"), + "post__comments_header_newest_comments" : MessageLookupByLibrary.simpleMessage("ComentĂĄrios mais recentes"), + "post__comments_header_newest_replies" : MessageLookupByLibrary.simpleMessage("Novas respostas"), + "post__comments_header_older" : MessageLookupByLibrary.simpleMessage("Mais antigos"), + "post__comments_header_oldest_comments" : MessageLookupByLibrary.simpleMessage("ComentĂĄrios mais antigos"), + "post__comments_header_oldest_replies" : MessageLookupByLibrary.simpleMessage("Respostas mais antigas"), + "post__comments_header_see_newest_comments" : MessageLookupByLibrary.simpleMessage("Ver comentĂĄrios mais recentes"), + "post__comments_header_see_newest_replies" : MessageLookupByLibrary.simpleMessage("Ver respostas mais recentes"), + "post__comments_header_see_oldest_comments" : MessageLookupByLibrary.simpleMessage("Ver comentĂĄrios mais antigos"), + "post__comments_header_see_oldest_replies" : MessageLookupByLibrary.simpleMessage("Ver respostas mais antigas"), + "post__comments_header_view_newest_comments" : MessageLookupByLibrary.simpleMessage("Ver comentĂĄrios mais recentes"), + "post__comments_header_view_newest_replies" : MessageLookupByLibrary.simpleMessage("Ver respostas mais recentes"), + "post__comments_header_view_oldest_comments" : MessageLookupByLibrary.simpleMessage("Ver comentĂĄrios mais antigos"), + "post__comments_header_view_oldest_replies" : MessageLookupByLibrary.simpleMessage("Ver respostas mais antigas"), + "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("Sem mais respostas para carregar"), + "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("Sem mais comentĂĄrios para carregar"), + "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("Respostas"), + "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Toque para tentar atualizar os comentĂĄrios novamente."), + "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Toque para tentar atualizar as respostas novamente."), + "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("ComentĂĄrios"), + "post__comments_view_all_comments" : m27, + "post__create_new" : MessageLookupByLibrary.simpleMessage("Novo post"), + "post__create_next" : MessageLookupByLibrary.simpleMessage("Avançar"), + "post__create_photo" : MessageLookupByLibrary.simpleMessage("Imagem"), + "post__disable_post_comments" : MessageLookupByLibrary.simpleMessage("Desativar comentĂĄrios do post"), + "post__edit_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "post__edit_title" : MessageLookupByLibrary.simpleMessage("Editar publicação"), + "post__enable_post_comments" : MessageLookupByLibrary.simpleMessage("Ativar comentĂĄrios do post"), + "post__have_not_shared_anything" : MessageLookupByLibrary.simpleMessage("VocĂȘ ainda nĂŁo compartilhou nada."), + "post__is_closed" : MessageLookupByLibrary.simpleMessage("Post fechado"), + "post__my_circles" : MessageLookupByLibrary.simpleMessage("Meus cĂ­rculos"), + "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Compartilhe a publicação para um ou vĂĄrios dos seus cĂ­rculos."), + "post__no_circles_for" : m28, + "post__open_post" : MessageLookupByLibrary.simpleMessage("Abrir post"), + "post__post_closed" : MessageLookupByLibrary.simpleMessage("Post fechado "), + "post__post_opened" : MessageLookupByLibrary.simpleMessage("Post aberto"), + "post__post_reactions_title" : MessageLookupByLibrary.simpleMessage("ReaçÔes ao post"), + "post__profile_counts_follower" : MessageLookupByLibrary.simpleMessage(" Seguidor"), + "post__profile_counts_followers" : MessageLookupByLibrary.simpleMessage(" Seguidores"), + "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Seguindo"), + "post__profile_counts_post" : MessageLookupByLibrary.simpleMessage(" Post"), + "post__profile_counts_posts" : MessageLookupByLibrary.simpleMessage(" Posts"), + "post__reaction_list_tap_retry" : MessageLookupByLibrary.simpleMessage("Toque para tentar carregar as reaçÔes novamente."), + "post__search_circles" : MessageLookupByLibrary.simpleMessage("Procurar cĂ­rculos..."), + "post__share" : MessageLookupByLibrary.simpleMessage("Compartilhar"), + "post__share_community" : MessageLookupByLibrary.simpleMessage("Compartilhar"), + "post__share_community_desc" : MessageLookupByLibrary.simpleMessage("Compartilhe a publicação com uma comunidade da qual vocĂȘ faz parte."), + "post__share_community_title" : MessageLookupByLibrary.simpleMessage("Uma comunidade"), + "post__share_to" : MessageLookupByLibrary.simpleMessage("Compartilhar em"), + "post__share_to_circles" : MessageLookupByLibrary.simpleMessage("Compartilhar nos cĂ­rculos"), + "post__share_to_community" : MessageLookupByLibrary.simpleMessage("Compartilhar na comunidade"), + "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Compartilhado nos"), + "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Compartilhando post em"), + "post__text_copied" : MessageLookupByLibrary.simpleMessage("Texto copiado!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("d"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("min"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("agora"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1d"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1min"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1sem"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1a"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("sem"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("a"), + "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 Todas as publicaçÔes carregadas"), + "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Tente atualizar a linha do tempo."), + "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Algo nĂŁo estĂĄ certo."), + "post__timeline_posts_failed_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Tente novamente em alguns segundos"), + "post__timeline_posts_failed_drhoo_title" : MessageLookupByLibrary.simpleMessage("NĂŁo foi possĂ­vel carregar sua linha do tempo."), + "post__timeline_posts_no_more_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Siga usuĂĄrios ou junte-se a uma comunidade para começar!"), + "post__timeline_posts_no_more_drhoo_title" : MessageLookupByLibrary.simpleMessage("Sua linha do tempo estĂĄ vazia."), + "post__timeline_posts_refresh_posts" : MessageLookupByLibrary.simpleMessage("Atualizar publicaçÔes"), + "post__timeline_posts_refreshing_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Carregando sua linha do tempo."), + "post__timeline_posts_refreshing_drhoo_title" : MessageLookupByLibrary.simpleMessage("Aguenta aĂ­!"), + "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("NĂŁo hĂĄ publicaçÔes em alta. Tente atualizar em alguns segundos."), + "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Atualizar"), + "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Posts em alta"), + "post__user_has_not_shared_anything" : m29, + "post__usernames_circles" : m30, + "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("Mundo"), + "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("VocĂȘ compartilhou com"), + "user__add_account_done" : MessageLookupByLibrary.simpleMessage("ConcluĂ­do"), + "user__add_account_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "user__add_account_success" : MessageLookupByLibrary.simpleMessage("Sucesso"), + "user__add_account_to_lists" : MessageLookupByLibrary.simpleMessage("Adicionar conta Ă  lista"), + "user__add_account_update_account_lists" : MessageLookupByLibrary.simpleMessage("Atualizar listas de contas"), + "user__add_account_update_lists" : MessageLookupByLibrary.simpleMessage("Atualizar listas"), + "user__billion_postfix" : MessageLookupByLibrary.simpleMessage("b"), + "user__block_user" : MessageLookupByLibrary.simpleMessage("Bloquear usuĂĄrio"), + "user__change_email_email_text" : MessageLookupByLibrary.simpleMessage("Email"), + "user__change_email_error" : MessageLookupByLibrary.simpleMessage("Este email jĂĄ estĂĄ registrado"), + "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Digite seu novo email"), + "user__change_email_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Enviamos um link de confirmação para seu novo endereço de email, clique nele para verificar seu novo email"), + "user__change_email_title" : MessageLookupByLibrary.simpleMessage("Alterar Email"), + "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("O nome do cĂ­rculo nĂŁo pode ficar vazio."), + "user__circle_name_range_error" : m31, + "user__circle_peoples_count" : m32, + "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("PreferĂȘncias limpas com sucesso"), + "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Limpe as preferĂȘncias do aplicativo. Atualmente, isso influencia apenas a ordem preferida dos comentĂĄrios."), + "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("NĂŁo foi possĂ­vel limpar as preferĂȘncias"), + "user__clear_app_preferences_title" : MessageLookupByLibrary.simpleMessage("Limpar preferĂȘncias"), + "user__clear_application_cache_desc" : MessageLookupByLibrary.simpleMessage("Limpar cache de posts, contas, imagens e mais."), + "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("NĂŁo foi possĂ­vel limpar o cache"), + "user__clear_application_cache_success" : MessageLookupByLibrary.simpleMessage("Cache limpo com sucesso"), + "user__clear_application_cache_text" : MessageLookupByLibrary.simpleMessage("Limpar cache"), + "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("UsuĂĄrio bloqueado."), + "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("VocĂȘs nĂŁo verĂŁo os posts um do outro nem serĂŁo capazes de interagir de qualquer forma."), + "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("NĂŁo"), + "user__confirm_block_user_question" : m33, + "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("Confirmação"), + "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("Sim"), + "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("Adicionar conexĂŁo ao cĂ­rculo"), + "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("Confirmar"), + "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("ConexĂŁo confirmada"), + "user__confirm_connection_with" : m34, + "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Converse com a comunidade."), + "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Inicie o chat agora."), + "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Converse com a equipe."), + "user__confirm_guidelines_reject_delete_account" : MessageLookupByLibrary.simpleMessage("Excluir a minha conta"), + "user__confirm_guidelines_reject_go_back" : MessageLookupByLibrary.simpleMessage("Voltar"), + "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("VocĂȘ nĂŁo pode usar a Okuna atĂ© aceitar as diretrizes."), + "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("Junte-se ao canal no Slack."), + "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Rejeição das diretrizes"), + "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("Adicionar conexĂŁo ao cĂ­rculo"), + "user__connect_to_user_connect_with_username" : m35, + "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Pronto"), + "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("Pedido de conexĂŁo enviado"), + "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Editar"), + "user__connection_pending" : MessageLookupByLibrary.simpleMessage("Pendente"), + "user__connections_circle_delete" : MessageLookupByLibrary.simpleMessage("Excluir"), + "user__connections_header_circle_desc" : MessageLookupByLibrary.simpleMessage("O cĂ­rculo com todas as suas conexĂ”es Ă© adicionado."), + "user__connections_header_users" : MessageLookupByLibrary.simpleMessage("UsuĂĄrios"), + "user__delete_account_confirmation_desc" : MessageLookupByLibrary.simpleMessage("Tem certeza de que deseja excluir sua conta?"), + "user__delete_account_confirmation_desc_info" : MessageLookupByLibrary.simpleMessage("Esta Ă© uma ação permanente e nĂŁo pode ser desfeita."), + "user__delete_account_confirmation_goodbye" : MessageLookupByLibrary.simpleMessage("Adeus 😱"), + "user__delete_account_confirmation_no" : MessageLookupByLibrary.simpleMessage("NĂŁo"), + "user__delete_account_confirmation_title" : MessageLookupByLibrary.simpleMessage("Confirmação"), + "user__delete_account_confirmation_yes" : MessageLookupByLibrary.simpleMessage("Sim"), + "user__delete_account_current_pwd" : MessageLookupByLibrary.simpleMessage("Senha atual"), + "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Digite a sua senha atual"), + "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("Avançar"), + "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Excluir a minha conta"), + "user__disconnect_from_user" : m36, + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Desconectado com sucesso"), + "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Bio"), + "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Excluir"), + "user__edit_profile_followers_count" : MessageLookupByLibrary.simpleMessage("NĂșmero de seguidores"), + "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("Localização"), + "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Nome"), + "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("Escolher imagem"), + "user__edit_profile_pick_image_error_too_large" : m37, + "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Salvar"), + "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Editar perfil"), + "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Url"), + "user__edit_profile_user_name_taken" : m38, + "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("Nome de usuĂĄrio"), + "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("Opa! Seu token nĂŁo era vĂĄlido ou expirou, por favor tente novamente"), + "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("IncrĂ­vel! Seu email foi verificado"), + "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("Nenhum emoji selecionado"), + "user__emoji_search_none_found" : m39, + "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Seguir"), + "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Parar de seguir"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Nenhuma lista encontrada."), + "user__follow_lists_no_list_found_for" : m40, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Procurar por uma lista..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Minhas listas"), + "user__follower_plural" : MessageLookupByLibrary.simpleMessage("seguidores"), + "user__follower_singular" : MessageLookupByLibrary.simpleMessage("seguidor"), + "user__followers_title" : MessageLookupByLibrary.simpleMessage("Seguidores"), + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("usuĂĄrios seguidos"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Seguindo"), + "user__follows_list_accounts_count" : m41, + "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Editar"), + "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("UsuĂĄrios"), + "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Conta"), + "user__follows_lists_accounts" : m42, + "user__groups_see_all" : m43, + "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("Aceitar"), + "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("Por favor, dedique este momento para ler e aceitar as nossas diretrizes."), + "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Rejeitar"), + "user__invite" : MessageLookupByLibrary.simpleMessage("Convidar"), + "user__invite_member" : MessageLookupByLibrary.simpleMessage("Membro"), + "user__invite_someone_message" : m44, + "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("convite aceito"), + "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("convites aceitos"), + "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Aceitos"), + "user__invites_create_create" : MessageLookupByLibrary.simpleMessage("Criar"), + "user__invites_create_create_title" : MessageLookupByLibrary.simpleMessage("Criar convite"), + "user__invites_create_edit_title" : MessageLookupByLibrary.simpleMessage("Editar convite"), + "user__invites_create_name_hint" : MessageLookupByLibrary.simpleMessage("ex: JoĂŁozinho"), + "user__invites_create_name_title" : MessageLookupByLibrary.simpleMessage("Apelido"), + "user__invites_create_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "user__invites_delete" : MessageLookupByLibrary.simpleMessage("Excluir"), + "user__invites_edit_text" : MessageLookupByLibrary.simpleMessage("Editar"), + "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("ex: joaozinho@email.com"), + "user__invites_email_invite_text" : MessageLookupByLibrary.simpleMessage("Convite por email"), + "user__invites_email_send_text" : MessageLookupByLibrary.simpleMessage("Enviar"), + "user__invites_email_sent_text" : MessageLookupByLibrary.simpleMessage("Email de convite enviado"), + "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("Email"), + "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Convidar um amigo"), + "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Convidar"), + "user__invites_joined_with" : m45, + "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("VocĂȘ nĂŁo tem convites disponĂ­veis."), + "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Parece que vocĂȘ nĂŁo usou nenhum convite."), + "user__invites_pending" : MessageLookupByLibrary.simpleMessage("Pendente"), + "user__invites_pending_email" : m46, + "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("convite pendente"), + "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("convites pendentes"), + "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Atualizar"), + "user__invites_share_email" : MessageLookupByLibrary.simpleMessage("Compartilhe o convite por email"), + "user__invites_share_email_desc" : MessageLookupByLibrary.simpleMessage("Enviaremos um email de convite com instruçÔes em seu nome"), + "user__invites_share_yourself" : MessageLookupByLibrary.simpleMessage("Compartilhe o convite vocĂȘ mesmo"), + "user__invites_share_yourself_desc" : MessageLookupByLibrary.simpleMessage("Escolha um app de mensagens, etc."), + "user__invites_title" : MessageLookupByLibrary.simpleMessage("Meus convites"), + "user__language_settings_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("Idioma alterado com sucesso"), + "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("ConfiguraçÔes de idioma"), + "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("O nome da lista nĂŁo pode ficar vazio."), + "user__list_name_range_error" : m47, + "user__million_postfix" : MessageLookupByLibrary.simpleMessage("M"), + "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Cancelar pedido de conexĂŁo"), + "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Recusar pedido de conexĂŁo"), + "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("UsuĂĄrio bloqueado"), + "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("UsuĂĄrio desbloqueado"), + "user__profile_bio_length_error" : m48, + "user__profile_location_length_error" : m49, + "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("Por favor, forneça uma url vĂĄlida."), + "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Remover conta das listas"), + "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("Sucesso"), + "user__save_connection_circle_color_hint" : MessageLookupByLibrary.simpleMessage("(Toque para alterar)"), + "user__save_connection_circle_color_name" : MessageLookupByLibrary.simpleMessage("Cor"), + "user__save_connection_circle_create" : MessageLookupByLibrary.simpleMessage("Criar cĂ­rculo"), + "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Editar cĂ­rculo"), + "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("ex: Amigos, FamĂ­lia, Trabalho."), + "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Nome"), + "user__save_connection_circle_name_taken" : m50, + "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("UsuĂĄrios"), + "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Criar lista"), + "user__save_follows_list_edit" : MessageLookupByLibrary.simpleMessage("Editar lista"), + "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("Emoji"), + "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("Emoji necessĂĄrio"), + "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("ex: Viagem, Fotografia"), + "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Nome"), + "user__save_follows_list_name_taken" : m51, + "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("UsuĂĄrios"), + "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("k"), + "user__tile_delete" : MessageLookupByLibrary.simpleMessage("Excluir"), + "user__tile_following" : MessageLookupByLibrary.simpleMessage(" · Seguindo"), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Aplicar filtros"), + "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("CĂ­rculos"), + "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Limpar tudo"), + "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listas"), + "user__timeline_filters_no_match" : m52, + "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Procurar por cĂ­rculos e listas..."), + "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Filtros da linha do tempo"), + "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Mostrar tradução"), + "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Mostrar original"), + "user__unblock_user" : MessageLookupByLibrary.simpleMessage("Desbloquear usuĂĄrio"), + "user__uninvite" : MessageLookupByLibrary.simpleMessage("Cancelar convite"), + "user__update_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Salvar"), + "user__update_connection_circle_updated" : MessageLookupByLibrary.simpleMessage("ConexĂŁo atualizada"), + "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Atualizar cĂ­rculos de conexĂŁo"), + "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Cancelar"), + "user_search__communities" : MessageLookupByLibrary.simpleMessage("Comunidades"), + "user_search__list_no_results_found" : m53, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Atualizar"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Toque para tentar novamente."), + "user_search__list_search_text" : m54, + "user_search__no_communities_for" : m55, + "user_search__no_results_for" : m56, + "user_search__no_users_for" : m57, + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Pesquisar..."), + "user_search__searching_for" : m58, + "user_search__users" : MessageLookupByLibrary.simpleMessage("UsuĂĄrios") + }; +} diff --git a/lib/locale/messages_sv-SE.dart b/lib/locale/messages_sv-SE.dart new file mode 100644 index 000000000..b349ca4d8 --- /dev/null +++ b/lib/locale/messages_sv-SE.dart @@ -0,0 +1,847 @@ +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart +// This is a library that provides messages for a sv_SE locale. All the +// messages from the main program should be duplicated here with the same +// function name. + +// ignore_for_file: unnecessary_brace_in_string_interps + +import 'package:intl/intl.dart'; +import 'package:intl/message_lookup_by_library.dart'; + +// ignore: unnecessary_new +final messages = new MessageLookup(); + +// ignore: unused_element +final _keepAnalysisHappy = Intl.defaultLocale; + +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + +class MessageLookup extends MessageLookupByLibrary { + get localeName => 'sv_SE'; + + static m0(minLength, maxLength) => "(${minLength}-${maxLength} tecken)"; + + static m1(minLength, maxLength) => "Beskrivningen mĂ„ste vara mellan ${minLength} och ${maxLength} tecken."; + + static m2(minLength, maxLength) => "Namnet mĂ„ste vara mellan ${minLength} och ${maxLength} tecken."; + + static m3(minLength, maxLength) => "Lösenordet mĂ„ste vara mellan ${minLength} och ${maxLength} tecken."; + + static m4(maxLength) => "Ett anvĂ€ndarnamn kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m5(maxLength) => "Adjektiv fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m6(username) => "Är du sĂ€ker pĂ„ att du vill lĂ€gga till @${username} som administratör för gemenskapen?"; + + static m7(username) => "Är du sĂ€ker pĂ„ att du vill banna @${username}?"; + + static m8(maxLength) => "Beskrivningen kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m9(username) => "Är du sĂ€ker pĂ„ att du vill lĂ€gga till @${username} som gemenskapsmoderator?"; + + static m10(maxLength) => "Namnet fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m11(min) => "Du mĂ„ste vĂ€lja Ă„tminstone ${min} kategorier."; + + static m12(min) => "Du mĂ„ste vĂ€lja Ă„tminstone ${min} kategori."; + + static m13(max) => "VĂ€lj upp till ${max} kategorier"; + + static m14(maxLength) => "Reglerna fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m15(takenName) => "Gemenskapsnamnet \'${takenName}\' Ă€r upptaget"; + + static m16(maxLength) => "Titeln fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m17(categoryName) => "Trendiga i ${categoryName}"; + + static m18(currentUserLanguage) => "SprĂ„k (${currentUserLanguage})"; + + static m19(resourceCount, resourceName) => "Visa alla ${resourceCount} ${resourceName}"; + + static m20(postCommentText) => "[name] [username] kommenterade ocksĂ„: ${postCommentText}"; + + static m21(postCommentText) => "[name] [username] kommenterade pĂ„ ditt inlĂ€gg: ${postCommentText}"; + + static m22(postCommentText) => "[name] [username] svarade ocksĂ„: ${postCommentText}"; + + static m23(postCommentText) => "[name] [username] svarade: ${postCommentText}"; + + static m24(postCommentText) => "[name] [username] nĂ€mnde dig i en kommentar: ${postCommentText}"; + + static m25(communityName) => "[name] [username] har bjudit in dig till gemenskapen /c/${communityName}."; + + static m26(maxLength) => "En kommentar kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m27(commentsCount) => "Visa alla ${commentsCount} kommentarer"; + + static m28(circlesSearchQuery) => "Inga kretsar hittades som matchar \'${circlesSearchQuery}\'."; + + static m29(name) => "${name} har inte delat nĂ„got Ă€nnu."; + + static m30(postCreatorUsername) => "@${postCreatorUsername}s kretsar"; + + static m31(maxLength) => "Kretsens namn fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m32(prettyUsersCount) => "${prettyUsersCount} personer"; + + static m33(username) => "Är du sĂ€ker pĂ„ att du vill blockera @${username}?"; + + static m34(userName) => "BekrĂ€fta ${userName}s kontaktförfrĂ„gan"; + + static m35(userName) => "LĂ€gg till ${userName} som kontakt"; + + static m36(userName) => "Ta bort ${userName} som kontakt"; + + static m37(limit) => "Bilden Ă€r för stor (grĂ€ns: ${limit} MB)"; + + static m38(username) => "AnvĂ€ndarnamnet @${username} Ă€r upptaget"; + + static m39(searchQuery) => "Ingen emoji hittades som matchar \'${searchQuery}\'."; + + static m40(searchQuery) => "Inga listor hittades för \'${searchQuery}\'"; + + static m41(prettyUsersCount) => "${prettyUsersCount} konton"; + + static m42(prettyUsersCount) => "${prettyUsersCount} Konton"; + + static m43(groupName) => "Visa alla ${groupName}"; + + static m44(iosLink, androidLink, inviteLink) => "Hej, jag vill bjuda in dig till Okuna. Först, ladda ner appen frĂ„n iTunes (${iosLink}) eller Play Store (${androidLink}). Sedan klistrar du in din personliga inbjudningslĂ€nk i \'Registrera dig\'-formulĂ€ret i Okuna-appen: ${inviteLink}"; + + static m45(username) => "Gick med under anvĂ€ndarnamnet @${username}"; + + static m46(email) => "VĂ€ntande, inbjudan skickad till ${email}"; + + static m47(maxLength) => "Listans namn fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m48(maxLength) => "Bion kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m49(maxLength) => "En plats kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m50(takenConnectionsCircleName) => "Kretsnamnet \'${takenConnectionsCircleName}\' Ă€r upptaget"; + + static m51(listName) => "Listnamnet \'${listName}\' Ă€r upptaget"; + + static m52(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; + + static m53(resourcePluralName) => "Inga ${resourcePluralName} hittades."; + + static m54(resourcePluralName) => "Sök ${resourcePluralName} ..."; + + static m55(searchQuery) => "Inga gemenskaper hittades för \'${searchQuery}\'."; + + static m56(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; + + static m57(searchQuery) => "Inga anvĂ€ndare hittades för \'${searchQuery}\'."; + + static m58(searchQuery) => "Söker efter \'${searchQuery}\'"; + + final messages = _notInlinedMessages(_notInlinedMessages); + static _notInlinedMessages(_) => { + "auth__change_password_current_pwd" : MessageLookupByLibrary.simpleMessage("Nuvarande lösenord"), + "auth__change_password_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Ange ditt nuvarande lösenord"), + "auth__change_password_current_pwd_incorrect" : MessageLookupByLibrary.simpleMessage("Det angivna lösenordet var felaktigt"), + "auth__change_password_new_pwd" : MessageLookupByLibrary.simpleMessage("Nytt lösenord"), + "auth__change_password_new_pwd_error" : MessageLookupByLibrary.simpleMessage("VĂ€nligen se till att lösenordet Ă€r mellan 10 och 100 tecken lĂ„ngt"), + "auth__change_password_new_pwd_hint" : MessageLookupByLibrary.simpleMessage("Ange ditt nya lösenord"), + "auth__change_password_save_success" : MessageLookupByLibrary.simpleMessage("Allt klart! Ditt lösenord har uppdaterats"), + "auth__change_password_save_text" : MessageLookupByLibrary.simpleMessage("Spara"), + "auth__change_password_title" : MessageLookupByLibrary.simpleMessage("Ändra lösenord"), + "auth__create_acc__almost_there" : MessageLookupByLibrary.simpleMessage("NĂ€stan klart..."), + "auth__create_acc__are_you_legal_age" : MessageLookupByLibrary.simpleMessage("Är du Ă€ldre Ă€n 16 Ă„r?"), + "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Ta ett foto"), + "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("AnvĂ€nd ett existerande foto"), + "auth__create_acc__avatar_remove_photo" : MessageLookupByLibrary.simpleMessage("Ta bort foto"), + "auth__create_acc__avatar_tap_to_change" : MessageLookupByLibrary.simpleMessage("Tryck för att Ă€ndra"), + "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Om du vill sĂ„ kan du Ă€ndra det nĂ€r som helst frĂ„n din profilsida."), + "auth__create_acc__congratulations" : MessageLookupByLibrary.simpleMessage("Gratulerar!"), + "auth__create_acc__create_account" : MessageLookupByLibrary.simpleMessage("Skapa konto"), + "auth__create_acc__done" : MessageLookupByLibrary.simpleMessage("Skapa konto"), + "auth__create_acc__done_continue" : MessageLookupByLibrary.simpleMessage("Logga in"), + "auth__create_acc__done_created" : MessageLookupByLibrary.simpleMessage("Ditt konto har skapats med anvĂ€ndarnamnet "), + "auth__create_acc__done_description" : MessageLookupByLibrary.simpleMessage("Ditt konto har skapats."), + "auth__create_acc__done_subtext" : MessageLookupByLibrary.simpleMessage("Du kan Ă€ndra detta i dina profilinstĂ€llningar."), + "auth__create_acc__done_title" : MessageLookupByLibrary.simpleMessage("Hurra!"), + "auth__create_acc__email_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Du mĂ„ste ange en e-postadress"), + "auth__create_acc__email_invalid_error" : MessageLookupByLibrary.simpleMessage("😅 VĂ€nligen ange en giltig e-postadress."), + "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("john_travolta@mail.com"), + "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter."), + "auth__create_acc__email_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ€” Det finns redan ett konto med den e-postadressen."), + "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("LĂ„t oss komma igĂ„ng"), + "auth__create_acc__link_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange en lĂ€nk."), + "auth__create_acc__link_invalid_error" : MessageLookupByLibrary.simpleMessage("LĂ€nken verkar vara ogiltig."), + "auth__create_acc__name_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Ett namn kan bara innehĂ„lla alfanumeriska tecken (för tillfĂ€llet)."), + "auth__create_acc__name_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Du mĂ„ste ange ett namn."), + "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Ditt namn fĂ„r inte vara lĂ€ngre Ă€n 50 tecken. (Vi Ă€r ledsna om det Ă€r det.)"), + "auth__create_acc__name_placeholder" : MessageLookupByLibrary.simpleMessage("James Bond"), + "auth__create_acc__next" : MessageLookupByLibrary.simpleMessage("NĂ€sta"), + "auth__create_acc__one_last_thing" : MessageLookupByLibrary.simpleMessage("En sista sak..."), + "auth__create_acc__password_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Du mĂ„ste ange ett lösenord"), + "auth__create_acc__password_length_error" : MessageLookupByLibrary.simpleMessage("😅 Ett lösenord mĂ„ste vara mellan 8 och 64 tecken."), + "auth__create_acc__paste_link" : MessageLookupByLibrary.simpleMessage("Klistra in din registreringslĂ€nk nedan"), + "auth__create_acc__paste_link_help_text" : MessageLookupByLibrary.simpleMessage("AnvĂ€nd lĂ€nken frĂ„n Join Okuna-knappen i din inbjudan."), + "auth__create_acc__paste_password_reset_link" : MessageLookupByLibrary.simpleMessage("Klistra in din lösenordsĂ„terstĂ€llningslĂ€nk nedan"), + "auth__create_acc__previous" : MessageLookupByLibrary.simpleMessage("Tillbaka"), + "auth__create_acc__register" : MessageLookupByLibrary.simpleMessage("Registrera"), + "auth__create_acc__request_invite" : MessageLookupByLibrary.simpleMessage("Ingen inbjudan? Be om en hĂ€r."), + "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter."), + "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😅 Det ser ut som att en del av informationen var felaktig, vĂ€nligen kontrollera den och försök igen."), + "auth__create_acc__submit_error_title" : MessageLookupByLibrary.simpleMessage("Åh, nej..."), + "auth__create_acc__submit_loading_desc" : MessageLookupByLibrary.simpleMessage("Vi skapar ditt konto."), + "auth__create_acc__submit_loading_title" : MessageLookupByLibrary.simpleMessage("HĂ„ll ut!"), + "auth__create_acc__subscribe" : MessageLookupByLibrary.simpleMessage("BegĂ€r"), + "auth__create_acc__subscribe_to_waitlist_text" : MessageLookupByLibrary.simpleMessage("Be om en inbjudan!"), + "auth__create_acc__username_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Ett anvĂ€ndarnamn kan bara innehĂ„lla alfanumeriska tecken och understreck."), + "auth__create_acc__username_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Du mĂ„ste ange ett anvĂ€ndarnamn."), + "auth__create_acc__username_length_error" : MessageLookupByLibrary.simpleMessage("😅 Ett anvĂ€ndarnamn kan inte vara lĂ€ngre Ă€n 30 tecken."), + "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("pablopicasso"), + "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter."), + "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© AnvĂ€ndarnamnet @%s Ă€r upptaget."), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("VĂ€lkommen till betan!"), + "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("VĂ€lj en profilbild"), + "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("Vad Ă€r din e-post?"), + "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Vad heter du?"), + "auth__create_acc__what_password" : MessageLookupByLibrary.simpleMessage("VĂ€lj ett lösenord"), + "auth__create_acc__what_password_subtext" : MessageLookupByLibrary.simpleMessage("(minst 10 tecken)"), + "auth__create_acc__what_username" : MessageLookupByLibrary.simpleMessage("VĂ€lj ett anvĂ€ndarnamn"), + "auth__create_acc__your_subscribed" : MessageLookupByLibrary.simpleMessage("Du Ă€r {0} pĂ„ vĂ€ntelistan."), + "auth__create_acc__your_username_is" : MessageLookupByLibrary.simpleMessage("Ditt anvĂ€ndarnamn Ă€r "), + "auth__create_acc_password_hint_text" : m0, + "auth__create_account" : MessageLookupByLibrary.simpleMessage("Registrera dig"), + "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste skriva en beskrivning."), + "auth__description_range_error" : m1, + "auth__email_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange en e-postadress."), + "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("VĂ€nligen ange en giltig e-postadress."), + "auth__headline" : MessageLookupByLibrary.simpleMessage("BĂ€ttre socialt."), + "auth__login" : MessageLookupByLibrary.simpleMessage("Logga in"), + "auth__login__connection_error" : MessageLookupByLibrary.simpleMessage("Vi kan inte nĂ„ vĂ„ra servrar. Är du uppkopplad mot internet?"), + "auth__login__credentials_mismatch_error" : MessageLookupByLibrary.simpleMessage("De angivna uppgifterna matchar inte."), + "auth__login__email_label" : MessageLookupByLibrary.simpleMessage("E-postadress"), + "auth__login__forgot_password" : MessageLookupByLibrary.simpleMessage("Glömt lösenordet"), + "auth__login__forgot_password_subtitle" : MessageLookupByLibrary.simpleMessage("Ange ditt anvĂ€ndarnamn eller e-postadress"), + "auth__login__login" : MessageLookupByLibrary.simpleMessage("FortsĂ€tt"), + "auth__login__or_text" : MessageLookupByLibrary.simpleMessage("Eller"), + "auth__login__password_empty_error" : MessageLookupByLibrary.simpleMessage("Ett lösenord krĂ€vs."), + "auth__login__password_label" : MessageLookupByLibrary.simpleMessage("Lösenord"), + "auth__login__password_length_error" : MessageLookupByLibrary.simpleMessage("Lösenordet mĂ„ste vara mellan 8 och 64 tecken."), + "auth__login__previous" : MessageLookupByLibrary.simpleMessage("Tillbaka"), + "auth__login__server_error" : MessageLookupByLibrary.simpleMessage("Åh nej.. Vi har serverproblem. VĂ€nligen försök igen om nĂ„gra minuter."), + "auth__login__subtitle" : MessageLookupByLibrary.simpleMessage("Ange dina inloggningsuppgifter för att fortsĂ€tta."), + "auth__login__title" : MessageLookupByLibrary.simpleMessage("VĂ€lkommen tillbaka!"), + "auth__login__username_characters_error" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndarnamnet kan bara innehĂ„lla alfanumeriska tecken och understreck."), + "auth__login__username_empty_error" : MessageLookupByLibrary.simpleMessage("Ett anvĂ€ndarnamn krĂ€vs."), + "auth__login__username_label" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndarnamn"), + "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndarnamnet kan inte vara lĂ€ngre Ă€n 30 tecken."), + "auth__name_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange ett namn."), + "auth__name_range_error" : m2, + "auth__password_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange ett lösenord."), + "auth__password_range_error" : m3, + "auth__reset_password_success_info" : MessageLookupByLibrary.simpleMessage("Ditt lösenord har uppdaterats"), + "auth__reset_password_success_title" : MessageLookupByLibrary.simpleMessage("Allt klart!"), + "auth__username_characters_error" : MessageLookupByLibrary.simpleMessage("Ett anvĂ€ndarnamn kan bara innehĂ„lla alfanumeriska tecken och understreck."), + "auth__username_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange ett anvĂ€ndarnamn."), + "auth__username_maxlength_error" : m4, + "community__about" : MessageLookupByLibrary.simpleMessage("Om"), + "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Bjud in folk till gemenskapen"), + "community__actions_manage_text" : MessageLookupByLibrary.simpleMessage("Hantera"), + "community__add_administrators_title" : MessageLookupByLibrary.simpleMessage("LĂ€gg till administratör."), + "community__add_moderator_title" : MessageLookupByLibrary.simpleMessage("LĂ€gg till moderator"), + "community__adjectives_range_error" : m5, + "community__admin_add_confirmation" : m6, + "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Detta kommer tillĂ„ta medlemmen att redigera gemenskapens information, administratörer, moderatorer och bannade anvĂ€ndare."), + "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("administrerade gemenskaper"), + "community__administrated_community" : MessageLookupByLibrary.simpleMessage("administrerad gemenskap"), + "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Administrerade"), + "community__administrator_plural" : MessageLookupByLibrary.simpleMessage("administratörer"), + "community__administrator_text" : MessageLookupByLibrary.simpleMessage("administratör"), + "community__administrator_you" : MessageLookupByLibrary.simpleMessage("Du"), + "community__administrators_title" : MessageLookupByLibrary.simpleMessage("Administratörer"), + "community__ban_confirmation" : m7, + "community__ban_desc" : MessageLookupByLibrary.simpleMessage("Detta kommer ta bort anvĂ€ndaren frĂ„n gemenskapen och hindra dem frĂ„n att gĂ„ med igen."), + "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Banna anvĂ€ndare"), + "community__banned_user_text" : MessageLookupByLibrary.simpleMessage("bannad anvĂ€ndare"), + "community__banned_users_text" : MessageLookupByLibrary.simpleMessage("bannade anvĂ€ndare"), + "community__banned_users_title" : MessageLookupByLibrary.simpleMessage("Bannade anvĂ€ndare"), + "community__button_rules" : MessageLookupByLibrary.simpleMessage("Regler"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Personal"), + "community__categories" : MessageLookupByLibrary.simpleMessage("kategorier."), + "community__category" : MessageLookupByLibrary.simpleMessage("kategori."), + "community__communities" : MessageLookupByLibrary.simpleMessage("gemenskaper"), + "community__communities_all_text" : MessageLookupByLibrary.simpleMessage("Alla"), + "community__communities_no_category_found" : MessageLookupByLibrary.simpleMessage("Inga kategorier hittades. VĂ€nligen försök igen om nĂ„gra minuter."), + "community__communities_refresh_text" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "community__communities_title" : MessageLookupByLibrary.simpleMessage("Gemenskaper"), + "community__community" : MessageLookupByLibrary.simpleMessage("gemenskap"), + "community__community_members" : MessageLookupByLibrary.simpleMessage("Gemenskapens medlemmar"), + "community__community_staff" : MessageLookupByLibrary.simpleMessage("Gemenskapens personal"), + "community__confirmation_title" : MessageLookupByLibrary.simpleMessage("BekrĂ€ftelse"), + "community__delete_confirmation" : MessageLookupByLibrary.simpleMessage("Är du sĂ€ker pĂ„ att du vill ta bort gemenskapen?"), + "community__delete_desc" : MessageLookupByLibrary.simpleMessage("Du kommer inte se dess inlĂ€gg i din tidslinje eller kunna skapa nya inlĂ€gg i den lĂ€ngre."), + "community__description_range_error" : m8, + "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Markera gemenskap som favorit"), + "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("favoritgemenskaper"), + "community__favorite_community" : MessageLookupByLibrary.simpleMessage("favoritgemenskap"), + "community__favorites_title" : MessageLookupByLibrary.simpleMessage("Favoriter"), + "community__invite_to_community_resource_plural" : MessageLookupByLibrary.simpleMessage("kontakter och följare"), + "community__invite_to_community_resource_singular" : MessageLookupByLibrary.simpleMessage("kontakt eller följare"), + "community__invite_to_community_title" : MessageLookupByLibrary.simpleMessage("Bjud in till gemenskapen"), + "community__invited_by_member" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste bli inbjuden av en medlem."), + "community__invited_by_moderator" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste bli inbjuden av en moderator."), + "community__is_private" : MessageLookupByLibrary.simpleMessage("Den hĂ€r gemenskapen Ă€r privat."), + "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("GĂ„ med i gemenskaper för att se den hĂ€r fliken komma till liv!"), + "community__join_community" : MessageLookupByLibrary.simpleMessage("GĂ„ med"), + "community__joined_communities" : MessageLookupByLibrary.simpleMessage("gemenskaper du Ă€r medlem i"), + "community__joined_community" : MessageLookupByLibrary.simpleMessage("gemenskap du Ă€r medlem i"), + "community__joined_title" : MessageLookupByLibrary.simpleMessage("Medlem i"), + "community__leave_community" : MessageLookupByLibrary.simpleMessage("LĂ€mna"), + "community__leave_confirmation" : MessageLookupByLibrary.simpleMessage("Är du sĂ€ker pĂ„ att du vill lĂ€mna gemenskapen?"), + "community__leave_desc" : MessageLookupByLibrary.simpleMessage("Du kommer inte se dess inlĂ€gg i din tidslinje eller kunna skapa nya inlĂ€gg i den lĂ€ngre."), + "community__manage_add_favourite" : MessageLookupByLibrary.simpleMessage("LĂ€gg till gemenskapen bland dina favoriter"), + "community__manage_admins_desc" : MessageLookupByLibrary.simpleMessage("Se, lĂ€gg till och ta bort administratörer."), + "community__manage_admins_title" : MessageLookupByLibrary.simpleMessage("Administratörer"), + "community__manage_banned_desc" : MessageLookupByLibrary.simpleMessage("Se, lĂ€gg till och ta bort bannade anvĂ€ndare."), + "community__manage_banned_title" : MessageLookupByLibrary.simpleMessage("Bannade anvĂ€ndare"), + "community__manage_closed_posts_desc" : MessageLookupByLibrary.simpleMessage("Se och hantera stĂ€ngda inlĂ€gg"), + "community__manage_closed_posts_title" : MessageLookupByLibrary.simpleMessage("StĂ€ngda inlĂ€gg"), + "community__manage_delete_desc" : MessageLookupByLibrary.simpleMessage("Ta bort gemenskapen, för alltid."), + "community__manage_delete_title" : MessageLookupByLibrary.simpleMessage("Ta bort gemenskapen"), + "community__manage_details_desc" : MessageLookupByLibrary.simpleMessage("Ändra titel, namn, avatar, omslagsfoto och mer."), + "community__manage_details_title" : MessageLookupByLibrary.simpleMessage("Detaljer"), + "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Bjud in dina kontakter och följare till gemenskapen."), + "community__manage_invite_title" : MessageLookupByLibrary.simpleMessage("Bjud in folk"), + "community__manage_leave_desc" : MessageLookupByLibrary.simpleMessage("LĂ€mna gemenskapen."), + "community__manage_leave_title" : MessageLookupByLibrary.simpleMessage("LĂ€mna gemenskapen"), + "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("Granska gemenskapens anmĂ€lningar."), + "community__manage_mod_reports_title" : MessageLookupByLibrary.simpleMessage("AnmĂ€lningar"), + "community__manage_mods_desc" : MessageLookupByLibrary.simpleMessage("Se, lĂ€gg till och ta bort moderatorer."), + "community__manage_mods_title" : MessageLookupByLibrary.simpleMessage("Moderatorer"), + "community__manage_remove_favourite" : MessageLookupByLibrary.simpleMessage("Ta bort gemenskapen frĂ„n dina favoriter"), + "community__manage_title" : MessageLookupByLibrary.simpleMessage("Hantera gemenskap"), + "community__member" : MessageLookupByLibrary.simpleMessage("medlem"), + "community__member_capitalized" : MessageLookupByLibrary.simpleMessage("Medlem"), + "community__member_plural" : MessageLookupByLibrary.simpleMessage("medlemmar"), + "community__members_capitalized" : MessageLookupByLibrary.simpleMessage("Medlemmar"), + "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("modererade gemenskaper"), + "community__moderated_community" : MessageLookupByLibrary.simpleMessage("modererad gemenskap"), + "community__moderated_title" : MessageLookupByLibrary.simpleMessage("Modererade"), + "community__moderator_add_confirmation" : m9, + "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Detta kommer tillĂ„ta medlemmen att redigera gemenskapens information, moderatorer och bannade anvĂ€ndare."), + "community__moderator_resource_name" : MessageLookupByLibrary.simpleMessage("moderator"), + "community__moderators_resource_name" : MessageLookupByLibrary.simpleMessage("moderatorer"), + "community__moderators_title" : MessageLookupByLibrary.simpleMessage("Moderatorer"), + "community__moderators_you" : MessageLookupByLibrary.simpleMessage("Du"), + "community__name_characters_error" : MessageLookupByLibrary.simpleMessage("Ett namn kan bara innehĂ„lla alfanumeriska tecken och understreck."), + "community__name_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange ett namn."), + "community__name_range_error" : m10, + "community__no" : MessageLookupByLibrary.simpleMessage("Nej"), + "community__pick_atleast_min_categories" : m11, + "community__pick_atleast_min_category" : m12, + "community__pick_upto_max" : m13, + "community__post_plural" : MessageLookupByLibrary.simpleMessage("inlĂ€gg"), + "community__post_singular" : MessageLookupByLibrary.simpleMessage("inlĂ€gg"), + "community__posts" : MessageLookupByLibrary.simpleMessage("InlĂ€gg"), + "community__refresh_text" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "community__refreshing" : MessageLookupByLibrary.simpleMessage("Uppdaterar gemenskap"), + "community__rules_empty_error" : MessageLookupByLibrary.simpleMessage("RegelfĂ€ltet kan inte vara tomt."), + "community__rules_range_error" : m14, + "community__rules_text" : MessageLookupByLibrary.simpleMessage("Regler"), + "community__rules_title" : MessageLookupByLibrary.simpleMessage("Gemenskapens regler"), + "community__save_community_create_community" : MessageLookupByLibrary.simpleMessage("Skapa gemenskap"), + "community__save_community_create_text" : MessageLookupByLibrary.simpleMessage("Skapa"), + "community__save_community_edit_community" : MessageLookupByLibrary.simpleMessage("Redigera gemenskap"), + "community__save_community_label_title" : MessageLookupByLibrary.simpleMessage("Titel"), + "community__save_community_label_title_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. Resor, Fotografering, Datorspel."), + "community__save_community_name_category" : MessageLookupByLibrary.simpleMessage("Kategori"), + "community__save_community_name_label_color" : MessageLookupByLibrary.simpleMessage("FĂ€rg"), + "community__save_community_name_label_color_hint_text" : MessageLookupByLibrary.simpleMessage("(Tryck för att Ă€ndra)"), + "community__save_community_name_label_desc_optional" : MessageLookupByLibrary.simpleMessage("Beskrivning · Valfri"), + "community__save_community_name_label_desc_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Vad handlar din gemenskap om?"), + "community__save_community_name_label_member_adjective" : MessageLookupByLibrary.simpleMessage("Medlem-adjektiv · Valfritt"), + "community__save_community_name_label_member_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. resenĂ€r, fotograf, gamer."), + "community__save_community_name_label_members_adjective" : MessageLookupByLibrary.simpleMessage("Medlemmar-adjektiv · Valfritt"), + "community__save_community_name_label_members_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. resenĂ€rer, fotografer, gamers."), + "community__save_community_name_label_rules_optional" : MessageLookupByLibrary.simpleMessage("Regler · Valfritt"), + "community__save_community_name_label_rules_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Finns det nĂ„got som du vill att dina anvĂ€ndare kĂ€nner till?"), + "community__save_community_name_label_type" : MessageLookupByLibrary.simpleMessage("Typ"), + "community__save_community_name_label_type_hint_text" : MessageLookupByLibrary.simpleMessage("(Tryck för att Ă€ndra)"), + "community__save_community_name_member_invites" : MessageLookupByLibrary.simpleMessage("Medlemsinbjudningar"), + "community__save_community_name_member_invites_subtitle" : MessageLookupByLibrary.simpleMessage("Medlemmar kan bjuda in folk till gemenskapen"), + "community__save_community_name_taken" : m15, + "community__save_community_name_title" : MessageLookupByLibrary.simpleMessage("Namn"), + "community__save_community_name_title_hint_text" : MessageLookupByLibrary.simpleMessage(" t. ex. resor, fotografering, datorspel."), + "community__save_community_save_text" : MessageLookupByLibrary.simpleMessage("Spara"), + "community__title_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange en titel."), + "community__title_range_error" : m16, + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("Trendiga frĂ„n alla kategorier"), + "community__trending_in_category" : m17, + "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("Inga trendiga gemenskaper hittades. Försök igen om nĂ„gra minuter."), + "community__trending_refresh" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "community__type_private" : MessageLookupByLibrary.simpleMessage("Privat"), + "community__type_public" : MessageLookupByLibrary.simpleMessage("Offentlig"), + "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Ta bort gemenskap frĂ„n favoriter"), + "community__user_you_text" : MessageLookupByLibrary.simpleMessage("Du"), + "community__yes" : MessageLookupByLibrary.simpleMessage("Ja"), + "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("KontoinstĂ€llningar"), + "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("Blockerade anvĂ€ndare"), + "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("Ändra e-post"), + "drawer__account_settings_change_password" : MessageLookupByLibrary.simpleMessage("Ändra lösenord"), + "drawer__account_settings_delete_account" : MessageLookupByLibrary.simpleMessage("Ta bort konto"), + "drawer__account_settings_language" : m18, + "drawer__account_settings_language_text" : MessageLookupByLibrary.simpleMessage("SprĂ„k"), + "drawer__account_settings_notifications" : MessageLookupByLibrary.simpleMessage("Aviseringar"), + "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("App & Konto"), + "drawer__application_settings" : MessageLookupByLibrary.simpleMessage("PrograminstĂ€llningar"), + "drawer__connections" : MessageLookupByLibrary.simpleMessage("Mina kontakter"), + "drawer__customize" : MessageLookupByLibrary.simpleMessage("Anpassa"), + "drawer__global_moderation" : MessageLookupByLibrary.simpleMessage("Global moderering"), + "drawer__help" : MessageLookupByLibrary.simpleMessage("HjĂ€lp och feedback"), + "drawer__lists" : MessageLookupByLibrary.simpleMessage("Mina listor"), + "drawer__logout" : MessageLookupByLibrary.simpleMessage("Logga ut"), + "drawer__main_title" : MessageLookupByLibrary.simpleMessage("Mitt Okuna"), + "drawer__menu_title" : MessageLookupByLibrary.simpleMessage("Meny"), + "drawer__my_circles" : MessageLookupByLibrary.simpleMessage("Mina cirklar"), + "drawer__my_followers" : MessageLookupByLibrary.simpleMessage("Mina följare"), + "drawer__my_following" : MessageLookupByLibrary.simpleMessage("Mitt följande"), + "drawer__my_invites" : MessageLookupByLibrary.simpleMessage("Mina inbjudningar"), + "drawer__my_lists" : MessageLookupByLibrary.simpleMessage("Mina listor"), + "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Mina modereringsstraff"), + "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("Mina vĂ€ntande modereringsuppgifter"), + "drawer__profile" : MessageLookupByLibrary.simpleMessage("Profil"), + "drawer__settings" : MessageLookupByLibrary.simpleMessage("InstĂ€llningar"), + "drawer__themes" : MessageLookupByLibrary.simpleMessage("Teman"), + "drawer__useful_links_guidelines" : MessageLookupByLibrary.simpleMessage("Okunas riktlinjer"), + "drawer__useful_links_guidelines_bug_tracker" : MessageLookupByLibrary.simpleMessage("Felrapportering"), + "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Rapportera ett fel eller rösta för existerande rapporter"), + "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("Riktlinjerna vi alla förvĂ€ntas att följa för en hĂ€lsosam och vĂ€nlig samvaro."), + "drawer__useful_links_guidelines_feature_requests" : MessageLookupByLibrary.simpleMessage("Funktionsförslag"), + "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("FöreslĂ„ en ny funktion eller rösta för existerande förslag"), + "drawer__useful_links_guidelines_github" : MessageLookupByLibrary.simpleMessage("Projekttavla pĂ„ Github"), + "drawer__useful_links_guidelines_github_desc" : MessageLookupByLibrary.simpleMessage("Ta en titt pĂ„ vad vi arbetar pĂ„ just nu"), + "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Okunas handbok"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("En bok med allt du behöver veta om att anvĂ€nda plattformen"), + "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Gemenskapens Slack-kanal"), + "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("En plats för diskussioner om allt om Okuna"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Stöd Okuna"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Hitta ett sĂ€tt pĂ„ vilket du kan hjĂ€lpa oss under vĂ„r resa!"), + "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndbara lĂ€nkar"), + "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Ingen internetuppkoppling"), + "error__unknown_error" : MessageLookupByLibrary.simpleMessage("OkĂ€nt fel"), + "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatta med teamet"), + "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Granska"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Kategori"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Gemenskapens modererade objekt"), + "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("GodkĂ€nn"), + "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Den hĂ€r anmĂ€lan har verifierats"), + "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Objekt"), + "moderation__community_review_reject" : MessageLookupByLibrary.simpleMessage("avvisa"), + "moderation__community_review_title" : MessageLookupByLibrary.simpleMessage("Granska modererat objekt"), + "moderation__confirm_report_community_reported" : MessageLookupByLibrary.simpleMessage("Gemenskap anmĂ€ld"), + "moderation__confirm_report_item_reported" : MessageLookupByLibrary.simpleMessage("Objekt anmĂ€lt"), + "moderation__confirm_report_post_comment_reported" : MessageLookupByLibrary.simpleMessage("InlĂ€ggskommentar anmĂ€ld"), + "moderation__confirm_report_post_reported" : MessageLookupByLibrary.simpleMessage("InlĂ€gg anmĂ€lt"), + "moderation__confirm_report_provide_details" : MessageLookupByLibrary.simpleMessage("Kan du delge extra information som kan vara relevant för anmĂ€lan?"), + "moderation__confirm_report_provide_happen_next" : MessageLookupByLibrary.simpleMessage("Detta kommer hĂ€nda hĂ€rnĂ€st:"), + "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("- Din anmĂ€lan skickas in anonymt.\n- Om du anmĂ€ler ett inlĂ€gg eller en kommentar sĂ„ kommer anmĂ€lan skickas till Okunas personal och, om tillĂ€mpligt, gemenskapens moderatorer, och inlĂ€gget kommer döljas frĂ„n ditt flöde.\n- Om du anmĂ€ler ett konto eller en gemenskap kommer anmĂ€lan skickas till Okunas personal.\n- Vi granskar anmĂ€lan och om den godkĂ€nns kommer innehĂ„llet tas bort och straff utmĂ€tas till de som Ă€r inblandade, frĂ„n tillfĂ€llig avstĂ€ngning till borttagning av konto beroende pĂ„ hur allvarlig övertrĂ€delsen var.\n- Om anmĂ€lan bedöms vara gjord för att försöka skada en annan medlem eller gemenskap pĂ„ plattformen utan att den angivna övertrĂ€delsen har skett kommer straff istĂ€llet utmĂ€tas mot dig. \n"), + "moderation__confirm_report_provide_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Skriv hĂ€r..."), + "moderation__confirm_report_provide_optional_info" : MessageLookupByLibrary.simpleMessage("(Valfritt)"), + "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Jag förstĂ„r, skicka."), + "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Skicka anmĂ€lan"), + "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare anmĂ€ld"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("Beskrivning"), + "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Applicera filter"), + "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Övrigt"), + "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("ÅterstĂ€ll"), + "moderation__filters_status" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__filters_title" : MessageLookupByLibrary.simpleMessage("Modereringsfilter"), + "moderation__filters_type" : MessageLookupByLibrary.simpleMessage("Typ"), + "moderation__filters_verified" : MessageLookupByLibrary.simpleMessage("Verifierad"), + "moderation__global_review_object_text" : MessageLookupByLibrary.simpleMessage("Objekt"), + "moderation__global_review_title" : MessageLookupByLibrary.simpleMessage("Granska modererat objekt"), + "moderation__global_review_unverify_text" : MessageLookupByLibrary.simpleMessage("Av-verifiera"), + "moderation__global_review_verify_text" : MessageLookupByLibrary.simpleMessage("Verifiera"), + "moderation__globally_moderated_objects" : MessageLookupByLibrary.simpleMessage("Globalt modererade objekt"), + "moderation__moderated_object_false_text" : MessageLookupByLibrary.simpleMessage("Falskt"), + "moderation__moderated_object_reports_count" : MessageLookupByLibrary.simpleMessage("Antal anmĂ€lningar"), + "moderation__moderated_object_status" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__moderated_object_title" : MessageLookupByLibrary.simpleMessage("Objekt"), + "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Sant"), + "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("Verifierad"), + "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Verifierad av Okunas personal"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("modereringsstraff"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("modereringsstraff"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Modereringsstraff"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("VĂ€ntande modereringsuppgifter"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Ingen beskrivning"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("vĂ€ntande modereringsuppgifter"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("vĂ€ntande modereringsuppgift"), + "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l konto"), + "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l kommentar"), + "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l gemenskap"), + "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l inlĂ€gg"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€lare"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("anmĂ€lningar"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("AnmĂ€lningar"), + "moderation__reports_see_all" : m19, + "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka lĂ€sa in poster igen"), + "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Uppdatera kategori"), + "moderation__update_description_report_desc" : MessageLookupByLibrary.simpleMessage("AnmĂ€l beskrivning"), + "moderation__update_description_report_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. anmĂ€lan var..."), + "moderation__update_description_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "moderation__update_description_title" : MessageLookupByLibrary.simpleMessage("Redigera beskrivning"), + "moderation__update_status_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "moderation__update_status_title" : MessageLookupByLibrary.simpleMessage("Uppdatera status"), + "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("Du har anmĂ€lt det hĂ€r kontot"), + "moderation__you_have_reported_comment_text" : MessageLookupByLibrary.simpleMessage("Du har anmĂ€lt den hĂ€r kommentaren"), + "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("Du har anmĂ€lt den hĂ€r gemenskapen"), + "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("Du har anmĂ€lt det hĂ€r inlĂ€gget"), + "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] accepterade din kontaktförfrĂ„gan."), + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, + "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon kommenterar pĂ„ ett av dina inlĂ€gg eller ett inlĂ€gg du ocksĂ„ kommenterat pĂ„."), + "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon reagerar pĂ„ en av dina inlĂ€ggskommentarer."), + "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("Reaktion pĂ„ kommentar"), + "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon svarar pĂ„ en av dina kommentarer eller en kommentar du ocksĂ„ svarat pĂ„."), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Svar pĂ„ kommentar"), + "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Kommentar pĂ„ inlĂ€gg"), + "notifications__comment_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon nĂ€mner dig i en av sina kommentarer"), + "notifications__comment_user_mention_title" : MessageLookupByLibrary.simpleMessage("OmnĂ€mnande i kommentar"), + "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon bjuder in dig till en gemenskap."), + "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Gemenskapsinbjudan"), + "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon vill ha dig som kontakt"), + "notifications__connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] vill knyta kontakt med dig."), + "notifications__connection_title" : MessageLookupByLibrary.simpleMessage("KontaktförfrĂ„gan"), + "notifications__follow_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon börjar följa dig"), + "notifications__follow_title" : MessageLookupByLibrary.simpleMessage("Följare"), + "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] har börjat följa dig."), + "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„got hĂ€nder"), + "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Aviseringar"), + "notifications__mentioned_in_post_comment_tile" : m24, + "notifications__mentioned_in_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] nĂ€mnde dig i ett inlĂ€gg."), + "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Inaktivera aviseringar för inlĂ€ggskommentarer"), + "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Inaktivera aviseringar för inlĂ€gg"), + "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Aktivera aviseringar för inlĂ€ggskommentarer"), + "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Aktivera aviseringar för inlĂ€gg"), + "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon reagerar pĂ„ ett av dina inlĂ€gg."), + "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("Reaktion pĂ„ inlĂ€gg"), + "notifications__post_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon nĂ€mner dig i ett av sina inlĂ€gg"), + "notifications__post_user_mention_title" : MessageLookupByLibrary.simpleMessage("OmnĂ€mnande i inlĂ€gg"), + "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reagerade pĂ„ din inlĂ€ggskommentar."), + "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reagerade pĂ„ ditt inlĂ€gg."), + "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("AviseringsinstĂ€llningar"), + "notifications__user_community_invite_tile" : m25, + "post__action_comment" : MessageLookupByLibrary.simpleMessage("Kommentera"), + "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagera"), + "post__action_reply" : MessageLookupByLibrary.simpleMessage("Svara"), + "post__actions_comment_deleted" : MessageLookupByLibrary.simpleMessage("Kommentar borttagen"), + "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Ta bort inlĂ€gg"), + "post__actions_delete_comment" : MessageLookupByLibrary.simpleMessage("Ta bort kommentar"), + "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("InlĂ€gg borttaget"), + "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Redigera kommentar"), + "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l"), + "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€ld"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Visa mer"), + "post__close_post" : MessageLookupByLibrary.simpleMessage("StĂ€ng inlĂ€gg"), + "post__comment_maxlength_error" : m26, + "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Skicka"), + "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Svar pĂ„ kommentar"), + "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Ditt svar..."), + "post__comment_required_error" : MessageLookupByLibrary.simpleMessage("Kommentaren kan inte vara tom."), + "post__commenter_expanded_edit_comment" : MessageLookupByLibrary.simpleMessage("Redigera kommentar"), + "post__commenter_expanded_join_conversation" : MessageLookupByLibrary.simpleMessage("GĂ„ med i konversationen..."), + "post__commenter_expanded_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "post__commenter_expanded_start_conversation" : MessageLookupByLibrary.simpleMessage("Starta en konversation..."), + "post__commenter_post_text" : MessageLookupByLibrary.simpleMessage("Skicka"), + "post__commenter_write_something" : MessageLookupByLibrary.simpleMessage("Skriv nĂ„got..."), + "post__comments_closed_post" : MessageLookupByLibrary.simpleMessage("StĂ€ngt inlĂ€gg"), + "post__comments_disabled" : MessageLookupByLibrary.simpleMessage("KommentarsfĂ€ltet avstĂ€ngt"), + "post__comments_disabled_message" : MessageLookupByLibrary.simpleMessage("Kommentarer inaktiverade för inlĂ€gget"), + "post__comments_enabled_message" : MessageLookupByLibrary.simpleMessage("Kommentarer aktiverade för inlĂ€gget"), + "post__comments_header_be_the_first_comments" : MessageLookupByLibrary.simpleMessage("Bli den första som skriver en kommentar"), + "post__comments_header_be_the_first_replies" : MessageLookupByLibrary.simpleMessage("Bli den första som skriver ett svar"), + "post__comments_header_newer" : MessageLookupByLibrary.simpleMessage("Senare"), + "post__comments_header_newest_comments" : MessageLookupByLibrary.simpleMessage("Senaste kommentarerna"), + "post__comments_header_newest_replies" : MessageLookupByLibrary.simpleMessage("Senaste svaren"), + "post__comments_header_older" : MessageLookupByLibrary.simpleMessage("Äldre"), + "post__comments_header_oldest_comments" : MessageLookupByLibrary.simpleMessage("Äldsta kommentarerna"), + "post__comments_header_oldest_replies" : MessageLookupByLibrary.simpleMessage("Äldsta svaren"), + "post__comments_header_see_newest_comments" : MessageLookupByLibrary.simpleMessage("Visa de senaste kommentarerna"), + "post__comments_header_see_newest_replies" : MessageLookupByLibrary.simpleMessage("Visa de senaste svaren"), + "post__comments_header_see_oldest_comments" : MessageLookupByLibrary.simpleMessage("Visa de Ă€ldsta kommentarerna"), + "post__comments_header_see_oldest_replies" : MessageLookupByLibrary.simpleMessage("Visa de Ă€ldsta svaren"), + "post__comments_header_view_newest_comments" : MessageLookupByLibrary.simpleMessage("Visa de senaste kommentarerna"), + "post__comments_header_view_newest_replies" : MessageLookupByLibrary.simpleMessage("Visa de senaste svaren"), + "post__comments_header_view_oldest_comments" : MessageLookupByLibrary.simpleMessage("Visa de Ă€ldsta kommentarerna"), + "post__comments_header_view_oldest_replies" : MessageLookupByLibrary.simpleMessage("Visa de Ă€ldsta svaren"), + "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("Inga fler svar att lĂ€sa in"), + "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("Inga fler kommentarer att lĂ€sa in"), + "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("InlĂ€ggssvar"), + "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka lĂ€sa in kommentarerna igen."), + "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka lĂ€sa in svaren igen."), + "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("InlĂ€ggskommentarer"), + "post__comments_view_all_comments" : m27, + "post__create_new" : MessageLookupByLibrary.simpleMessage("Nytt inlĂ€gg"), + "post__create_next" : MessageLookupByLibrary.simpleMessage("NĂ€sta"), + "post__create_photo" : MessageLookupByLibrary.simpleMessage("Foto"), + "post__disable_post_comments" : MessageLookupByLibrary.simpleMessage("StĂ€ng kommentarsfĂ€ltet"), + "post__edit_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "post__edit_title" : MessageLookupByLibrary.simpleMessage("Redigera inlĂ€gg"), + "post__enable_post_comments" : MessageLookupByLibrary.simpleMessage("Öppna kommentarsfĂ€ltet"), + "post__have_not_shared_anything" : MessageLookupByLibrary.simpleMessage("Du har inte delat nĂ„got Ă€nnu."), + "post__is_closed" : MessageLookupByLibrary.simpleMessage("StĂ€ngt inlĂ€gg"), + "post__my_circles" : MessageLookupByLibrary.simpleMessage("Mina kretsar"), + "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Dela inlĂ€gget med en eller flera av dina kretsar."), + "post__no_circles_for" : m28, + "post__open_post" : MessageLookupByLibrary.simpleMessage("Öppna inlĂ€gg"), + "post__post_closed" : MessageLookupByLibrary.simpleMessage("InlĂ€gg stĂ€ngt "), + "post__post_opened" : MessageLookupByLibrary.simpleMessage("InlĂ€gg öppnat"), + "post__post_reactions_title" : MessageLookupByLibrary.simpleMessage("Reaktioner pĂ„ inlĂ€gget"), + "post__profile_counts_follower" : MessageLookupByLibrary.simpleMessage(" Följare"), + "post__profile_counts_followers" : MessageLookupByLibrary.simpleMessage(" Följare"), + "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Följer"), + "post__profile_counts_post" : MessageLookupByLibrary.simpleMessage(" InlĂ€gg"), + "post__profile_counts_posts" : MessageLookupByLibrary.simpleMessage(" InlĂ€gg"), + "post__reaction_list_tap_retry" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka lĂ€sa in reaktionerna igen."), + "post__search_circles" : MessageLookupByLibrary.simpleMessage("Sök kretsar..."), + "post__share" : MessageLookupByLibrary.simpleMessage("Dela"), + "post__share_community" : MessageLookupByLibrary.simpleMessage("Dela"), + "post__share_community_desc" : MessageLookupByLibrary.simpleMessage("Dela inlĂ€gget med en gemenskap du Ă€r del av."), + "post__share_community_title" : MessageLookupByLibrary.simpleMessage("En gemenskap"), + "post__share_to" : MessageLookupByLibrary.simpleMessage("Dela med"), + "post__share_to_circles" : MessageLookupByLibrary.simpleMessage("Dela med kretsar"), + "post__share_to_community" : MessageLookupByLibrary.simpleMessage("Dela med en gemenskap"), + "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Delat privat i"), + "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Delar inlĂ€gg med"), + "post__text_copied" : MessageLookupByLibrary.simpleMessage("Text kopierad!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("d"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("nu"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1d"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1m"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1v"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1Ă„"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("v"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("Ă„"), + "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 Alla inlĂ€gg inlĂ€sta"), + "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Försök lĂ€sa in tidslinjen igen."), + "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Det Ă€r nĂ„got som inte stĂ€mmer."), + "post__timeline_posts_failed_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Försök igen om nĂ„gra sekunder"), + "post__timeline_posts_failed_drhoo_title" : MessageLookupByLibrary.simpleMessage("Din tidslinje kunde inte lĂ€sas in."), + "post__timeline_posts_no_more_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Följ anvĂ€ndare eller gĂ„ med i en gemenskap för att komma igĂ„ng!"), + "post__timeline_posts_no_more_drhoo_title" : MessageLookupByLibrary.simpleMessage("Din tidslinje Ă€r tom."), + "post__timeline_posts_refresh_posts" : MessageLookupByLibrary.simpleMessage("LĂ€s in inlĂ€gg"), + "post__timeline_posts_refreshing_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("LĂ€ser in din tidslinje."), + "post__timeline_posts_refreshing_drhoo_title" : MessageLookupByLibrary.simpleMessage("HĂ„ll ut!"), + "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("Det finns inga trendiga inlĂ€gg. Försök uppdatera om nĂ„gra sekunder."), + "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Trendiga inlĂ€gg"), + "post__user_has_not_shared_anything" : m29, + "post__usernames_circles" : m30, + "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("VĂ€rlden"), + "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Du delade med"), + "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Klar"), + "user__add_account_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__add_account_success" : MessageLookupByLibrary.simpleMessage("Kontot lades till"), + "user__add_account_to_lists" : MessageLookupByLibrary.simpleMessage("LĂ€gg till konto i lista"), + "user__add_account_update_account_lists" : MessageLookupByLibrary.simpleMessage("Uppdatera kontolistor"), + "user__add_account_update_lists" : MessageLookupByLibrary.simpleMessage("Uppdatera listor"), + "user__billion_postfix" : MessageLookupByLibrary.simpleMessage("md"), + "user__block_user" : MessageLookupByLibrary.simpleMessage("Blockera anvĂ€ndare"), + "user__change_email_email_text" : MessageLookupByLibrary.simpleMessage("E-post"), + "user__change_email_error" : MessageLookupByLibrary.simpleMessage("E-postadressen Ă€r redan registrerad"), + "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Ange din nya e-postadress"), + "user__change_email_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Vi har skickat en bekrĂ€ftelselĂ€nk till din nya e-postadress, klicka pĂ„ den för att verifiera din nya e-post"), + "user__change_email_title" : MessageLookupByLibrary.simpleMessage("Ändra e-postadress"), + "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ge kretsen ett namn."), + "user__circle_name_range_error" : m31, + "user__circle_peoples_count" : m32, + "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("InstĂ€llningarna har rensats"), + "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Rensa applikationsinstĂ€llningarna. Just nu Ă€r detta enbart den föredragna kommentarsordningen."), + "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("InstĂ€llningarna kunde inte rensas"), + "user__clear_app_preferences_title" : MessageLookupByLibrary.simpleMessage("Rensa instĂ€llningar"), + "user__clear_application_cache_desc" : MessageLookupByLibrary.simpleMessage("Rensa cachelagrade inlĂ€gg, konton, bilder & mer."), + "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("Kunde inte rensa cacheminnet"), + "user__clear_application_cache_success" : MessageLookupByLibrary.simpleMessage("Cacheminnet har rensats"), + "user__clear_application_cache_text" : MessageLookupByLibrary.simpleMessage("Rensa cacheminnet"), + "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare blockerad."), + "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("Ni kommer inte kunna se varandras inlĂ€gg eller kunna interagera med varandra."), + "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("Nej"), + "user__confirm_block_user_question" : m33, + "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("BekrĂ€ftelse"), + "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("Ja"), + "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("LĂ€gg till kontakt i krets"), + "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("BekrĂ€fta"), + "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("KontaktförfrĂ„gan bekrĂ€ftad"), + "user__confirm_connection_with" : m34, + "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Chatta med gemenskapen."), + "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Starta en chat direkt."), + "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatta med teamet."), + "user__confirm_guidelines_reject_delete_account" : MessageLookupByLibrary.simpleMessage("Ta bort konto"), + "user__confirm_guidelines_reject_go_back" : MessageLookupByLibrary.simpleMessage("Tillbaka"), + "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("Du kan inte anvĂ€nda Okuna förrĂ€n du har godkĂ€nt riktlinjerna."), + "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("GĂ„ med i Slack-kanalen."), + "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Avvisande av riktlinjer"), + "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("LĂ€gg till kontakt i krets"), + "user__connect_to_user_connect_with_username" : m35, + "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Klar"), + "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("KontaktförfrĂ„gan skickad"), + "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Redigera"), + "user__connection_pending" : MessageLookupByLibrary.simpleMessage("VĂ€ntande"), + "user__connections_circle_delete" : MessageLookupByLibrary.simpleMessage("Ta bort"), + "user__connections_header_circle_desc" : MessageLookupByLibrary.simpleMessage("Kretsen alla dina kontakter lĂ€ggs till i."), + "user__connections_header_users" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare"), + "user__delete_account_confirmation_desc" : MessageLookupByLibrary.simpleMessage("Är du sĂ€ker pĂ„ att du vill ta bort ditt konto?"), + "user__delete_account_confirmation_desc_info" : MessageLookupByLibrary.simpleMessage("Detta Ă€r permanent och kan inte Ă„ngras senare."), + "user__delete_account_confirmation_goodbye" : MessageLookupByLibrary.simpleMessage("Hej dĂ„ 😱"), + "user__delete_account_confirmation_no" : MessageLookupByLibrary.simpleMessage("Nej"), + "user__delete_account_confirmation_title" : MessageLookupByLibrary.simpleMessage("BekrĂ€ftelse"), + "user__delete_account_confirmation_yes" : MessageLookupByLibrary.simpleMessage("Ja"), + "user__delete_account_current_pwd" : MessageLookupByLibrary.simpleMessage("Nuvarande lösenord"), + "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Ange ditt nuvarande lösenord"), + "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("NĂ€sta"), + "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Ta bort konto"), + "user__disconnect_from_user" : m36, + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Er kontakt har brutits"), + "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Bio"), + "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Ta bort"), + "user__edit_profile_followers_count" : MessageLookupByLibrary.simpleMessage("Följarantal"), + "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("Plats"), + "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Namn"), + "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("VĂ€lj bild"), + "user__edit_profile_pick_image_error_too_large" : m37, + "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Redigera profil"), + "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Url"), + "user__edit_profile_user_name_taken" : m38, + "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndarnamn"), + "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("Hoppsan! Din kod Ă€r ogiltigt eller har gĂ„tt ut, vĂ€nligen försök igen"), + "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("HĂ€ftigt! Din e-post har verifierats"), + "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("Ingen emoji vald"), + "user__emoji_search_none_found" : m39, + "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Följ"), + "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Sluta följa"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Inga listor hittades."), + "user__follow_lists_no_list_found_for" : m40, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Sök efter en lista..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Mina listor"), + "user__follower_plural" : MessageLookupByLibrary.simpleMessage("följare"), + "user__follower_singular" : MessageLookupByLibrary.simpleMessage("följare"), + "user__followers_title" : MessageLookupByLibrary.simpleMessage("Följare"), + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("följda anvĂ€ndare"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Följer"), + "user__follows_list_accounts_count" : m41, + "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Redigera"), + "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare"), + "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Konto"), + "user__follows_lists_accounts" : m42, + "user__groups_see_all" : m43, + "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("GodkĂ€nn"), + "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("VĂ€nligen lĂ€gg en stund pĂ„ att lĂ€sa igenom och godkĂ€nna vĂ„ra riktlinjer."), + "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Avvisa"), + "user__invite" : MessageLookupByLibrary.simpleMessage("Bjud in"), + "user__invite_member" : MessageLookupByLibrary.simpleMessage("Medlem"), + "user__invite_someone_message" : m44, + "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("accepterad inbjudan"), + "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("accepterade inbjudningar"), + "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Accepterad"), + "user__invites_create_create" : MessageLookupByLibrary.simpleMessage("Skapa"), + "user__invites_create_create_title" : MessageLookupByLibrary.simpleMessage("Skapa inbjudan"), + "user__invites_create_edit_title" : MessageLookupByLibrary.simpleMessage("Redigera inbjudan"), + "user__invites_create_name_hint" : MessageLookupByLibrary.simpleMessage("t. ex. Sven Svensson"), + "user__invites_create_name_title" : MessageLookupByLibrary.simpleMessage("Smeknamn"), + "user__invites_create_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__invites_delete" : MessageLookupByLibrary.simpleMessage("Ta bort"), + "user__invites_edit_text" : MessageLookupByLibrary.simpleMessage("Redigera"), + "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("t. ex. svensvensson@email.com"), + "user__invites_email_invite_text" : MessageLookupByLibrary.simpleMessage("E-postinbjudan"), + "user__invites_email_send_text" : MessageLookupByLibrary.simpleMessage("Skicka"), + "user__invites_email_sent_text" : MessageLookupByLibrary.simpleMessage("E-postinbjudan skickad"), + "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("E-post"), + "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Bjud in en vĂ€n"), + "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Bjud in"), + "user__invites_joined_with" : m45, + "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("Du har inga inbjudningar tillgĂ€ngliga."), + "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Det ser ut som att du inte anvĂ€nt nĂ„gra inbjudningar."), + "user__invites_pending" : MessageLookupByLibrary.simpleMessage("VĂ€ntande"), + "user__invites_pending_email" : m46, + "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("vĂ€ntande inbjudan"), + "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("vĂ€ntande inbjudningar"), + "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "user__invites_share_email" : MessageLookupByLibrary.simpleMessage("Dela inbjudan via e-post"), + "user__invites_share_email_desc" : MessageLookupByLibrary.simpleMessage("Vi kommer skicka en inbjudan med instruktioner Ă„ dina vĂ€gnar"), + "user__invites_share_yourself" : MessageLookupByLibrary.simpleMessage("Dela inbjudan sjĂ€lv"), + "user__invites_share_yourself_desc" : MessageLookupByLibrary.simpleMessage("VĂ€lj mellan meddelandeappar, etc."), + "user__invites_title" : MessageLookupByLibrary.simpleMessage("Mina inbjudningar"), + "user__language_settings_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("SprĂ„ket har uppdaterats"), + "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("SprĂ„kinstĂ€llningar"), + "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ge listan ett namn."), + "user__list_name_range_error" : m47, + "user__million_postfix" : MessageLookupByLibrary.simpleMessage("mn"), + "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Avbryt kontaktförfrĂ„gan"), + "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Neka kontaktförfrĂ„gan"), + "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare blockerad"), + "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare avblockerad"), + "user__profile_bio_length_error" : m48, + "user__profile_location_length_error" : m49, + "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("VĂ€nligen ange en giltig URL."), + "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Ta bort konto frĂ„n listor"), + "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("Konto borttaget frĂ„n listor"), + "user__save_connection_circle_color_hint" : MessageLookupByLibrary.simpleMessage("(Tryck för att Ă€ndra)"), + "user__save_connection_circle_color_name" : MessageLookupByLibrary.simpleMessage("FĂ€rg"), + "user__save_connection_circle_create" : MessageLookupByLibrary.simpleMessage("Skapa krets"), + "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Redigera krets"), + "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("t. ex. VĂ€nner, Familj, Jobb."), + "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Namn"), + "user__save_connection_circle_name_taken" : m50, + "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare"), + "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Skapa lista"), + "user__save_follows_list_edit" : MessageLookupByLibrary.simpleMessage("Redigera lista"), + "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("Emoji"), + "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("En emoji krĂ€vs"), + "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. Resor, Fotografering"), + "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Namn"), + "user__save_follows_list_name_taken" : m51, + "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare"), + "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("t"), + "user__tile_delete" : MessageLookupByLibrary.simpleMessage("Ta bort"), + "user__tile_following" : MessageLookupByLibrary.simpleMessage(" · Följer"), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Applicera filter"), + "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Kretsar"), + "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("ÅterstĂ€ll"), + "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listor"), + "user__timeline_filters_no_match" : m52, + "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Sök efter kretsar och listor..."), + "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Tidslinjefilter"), + "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Visa översĂ€ttning"), + "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Visa original"), + "user__unblock_user" : MessageLookupByLibrary.simpleMessage("Avblockera anvĂ€ndare"), + "user__uninvite" : MessageLookupByLibrary.simpleMessage("Avbryt inbjudan"), + "user__update_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__update_connection_circle_updated" : MessageLookupByLibrary.simpleMessage("Kontakt uppdaterad"), + "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Uppdatera kontaktkretsar"), + "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Avbryt"), + "user_search__communities" : MessageLookupByLibrary.simpleMessage("Gemenskaper"), + "user_search__list_no_results_found" : m53, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka igen."), + "user_search__list_search_text" : m54, + "user_search__no_communities_for" : m55, + "user_search__no_results_for" : m56, + "user_search__no_users_for" : m57, + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Sök..."), + "user_search__searching_for" : m58, + "user_search__users" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare") + }; +} diff --git a/lib/locale/messages_sv.dart b/lib/locale/messages_sv.dart new file mode 100644 index 000000000..5b48c5b28 --- /dev/null +++ b/lib/locale/messages_sv.dart @@ -0,0 +1,839 @@ +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart +// This is a library that provides messages for a sv locale. All the +// messages from the main program should be duplicated here with the same +// function name. + +// ignore_for_file: unnecessary_brace_in_string_interps + +import 'package:intl/intl.dart'; +import 'package:intl/message_lookup_by_library.dart'; + +// ignore: unnecessary_new +final messages = new MessageLookup(); + +// ignore: unused_element +final _keepAnalysisHappy = Intl.defaultLocale; + +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + +class MessageLookup extends MessageLookupByLibrary { + get localeName => 'sv'; + + static m0(minLength, maxLength) => "(${minLength}-${maxLength} tecken)"; + + static m1(minLength, maxLength) => "Beskrivningen mĂ„ste vara mellan ${minLength} och ${maxLength} tecken."; + + static m2(minLength, maxLength) => "Namnet mĂ„ste vara mellan ${minLength} och ${maxLength} tecken."; + + static m3(minLength, maxLength) => "Lösenordet mĂ„ste vara mellan ${minLength} och ${maxLength} tecken."; + + static m4(maxLength) => "Ett anvĂ€ndarnamn kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m5(maxLength) => "Adjektiv fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m6(username) => "Är du sĂ€ker pĂ„ att du vill lĂ€gga till @${username} som administratör för gemenskapen?"; + + static m7(username) => "Är du sĂ€ker pĂ„ att du vill banna @${username}?"; + + static m8(maxLength) => "Beskrivningen kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m9(username) => "Är du sĂ€ker pĂ„ att du vill lĂ€gga till @${username} som gemenskapsmoderator?"; + + static m10(maxLength) => "Namnet fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m11(min) => "Du mĂ„ste vĂ€lja Ă„tminstone ${min} kategorier."; + + static m12(min) => "Du mĂ„ste vĂ€lja Ă„tminstone ${min} kategori."; + + static m13(max) => "VĂ€lj upp till ${max} kategorier"; + + static m14(maxLength) => "Reglerna fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m15(takenName) => "Gemenskapsnamnet \'${takenName}\' Ă€r upptaget"; + + static m16(maxLength) => "Titeln fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m17(categoryName) => "Trendiga i ${categoryName}"; + + static m18(currentUserLanguage) => "SprĂ„k (${currentUserLanguage})"; + + static m19(resourceCount, resourceName) => "Visa alla ${resourceCount} ${resourceName}"; + + static m20(postCommentText) => "[name] [username] kommenterade ocksĂ„: ${postCommentText}"; + + static m21(postCommentText) => "[name] [username] kommenterade pĂ„ ditt inlĂ€gg: ${postCommentText}"; + + static m22(postCommentText) => "[name] [username] svarade ocksĂ„: ${postCommentText}"; + + static m23(postCommentText) => "[name] [username] svarade: ${postCommentText}"; + + static m24(communityName) => "[name] [username] har bjudit in dig till gemenskapen /c/${communityName}."; + + static m25(maxLength) => "En kommentar kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m26(commentsCount) => "Visa alla ${commentsCount} kommentarer"; + + static m27(circlesSearchQuery) => "Inga kretsar hittades som matchar \'${circlesSearchQuery}\'."; + + static m28(name) => "${name} har inte delat nĂ„got Ă€nnu."; + + static m29(postCreatorUsername) => "@${postCreatorUsername}s kretsar"; + + static m30(maxLength) => "Kretsens namn fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m31(prettyUsersCount) => "${prettyUsersCount} personer"; + + static m32(username) => "Är du sĂ€ker pĂ„ att du vill blockera @${username}?"; + + static m33(userName) => "BekrĂ€fta ${userName}s kontaktförfrĂ„gan"; + + static m34(userName) => "LĂ€gg till ${userName} som kontakt"; + + static m35(userName) => "Ta bort ${userName} som kontakt"; + + static m36(limit) => "Bilden Ă€r för stor (grĂ€ns: ${limit} MB)"; + + static m37(username) => "AnvĂ€ndarnamnet @${username} Ă€r upptaget"; + + static m38(searchQuery) => "Ingen emoji hittades som matchar \'${searchQuery}\'."; + + static m39(searchQuery) => "Inga listor hittades för \'${searchQuery}\'"; + + static m40(prettyUsersCount) => "${prettyUsersCount} konton"; + + static m41(prettyUsersCount) => "${prettyUsersCount} Konton"; + + static m42(groupName) => "Visa alla ${groupName}"; + + static m43(iosLink, androidLink, inviteLink) => "Hej, jag vill bjuda in dig till Okuna. Först, ladda ner appen frĂ„n iTunes (${iosLink}) eller Play Store (${androidLink}). Sedan klistrar du in din personliga inbjudningslĂ€nk i \'Registrera dig\'-formulĂ€ret i Okuna-appen: ${inviteLink}"; + + static m44(username) => "Gick med under anvĂ€ndarnamnet @${username}"; + + static m45(email) => "VĂ€ntande, inbjudan skickad till ${email}"; + + static m46(maxLength) => "Listans namn fĂ„r inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m47(maxLength) => "Bion kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m48(maxLength) => "En plats kan inte vara lĂ€ngre Ă€n ${maxLength} tecken."; + + static m49(takenConnectionsCircleName) => "Kretsnamnet \'${takenConnectionsCircleName}\' Ă€r upptaget"; + + static m50(listName) => "Listnamnet \'${listName}\' Ă€r upptaget"; + + static m51(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; + + static m52(resourcePluralName) => "Inga ${resourcePluralName} hittades."; + + static m53(resourcePluralName) => "Sök ${resourcePluralName} ..."; + + static m54(searchQuery) => "Inga gemenskaper hittades för \'${searchQuery}\'."; + + static m55(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; + + static m56(searchQuery) => "Inga anvĂ€ndare hittades för \'${searchQuery}\'."; + + static m57(searchQuery) => "Söker efter \'${searchQuery}\'"; + + final messages = _notInlinedMessages(_notInlinedMessages); + static _notInlinedMessages(_) => { + "auth__change_password_current_pwd" : MessageLookupByLibrary.simpleMessage("Nuvarande lösenord"), + "auth__change_password_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Ange ditt nuvarande lösenord"), + "auth__change_password_current_pwd_incorrect" : MessageLookupByLibrary.simpleMessage("Det angivna lösenordet var felaktigt"), + "auth__change_password_new_pwd" : MessageLookupByLibrary.simpleMessage("Nytt lösenord"), + "auth__change_password_new_pwd_error" : MessageLookupByLibrary.simpleMessage("VĂ€nligen se till att lösenordet Ă€r mellan 10 och 100 tecken lĂ„ngt"), + "auth__change_password_new_pwd_hint" : MessageLookupByLibrary.simpleMessage("Ange ditt nya lösenord"), + "auth__change_password_save_success" : MessageLookupByLibrary.simpleMessage("Allt klart! Ditt lösenord har uppdaterats"), + "auth__change_password_save_text" : MessageLookupByLibrary.simpleMessage("Spara"), + "auth__change_password_title" : MessageLookupByLibrary.simpleMessage("Ändra lösenord"), + "auth__create_acc__almost_there" : MessageLookupByLibrary.simpleMessage("NĂ€stan klart..."), + "auth__create_acc__are_you_legal_age" : MessageLookupByLibrary.simpleMessage("Är du Ă€ldre Ă€n 16 Ă„r?"), + "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Ta ett foto"), + "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("AnvĂ€nd ett existerande foto"), + "auth__create_acc__avatar_remove_photo" : MessageLookupByLibrary.simpleMessage("Ta bort foto"), + "auth__create_acc__avatar_tap_to_change" : MessageLookupByLibrary.simpleMessage("Tryck för att Ă€ndra"), + "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Om du vill sĂ„ kan du Ă€ndra det nĂ€r som helst frĂ„n din profilsida."), + "auth__create_acc__congratulations" : MessageLookupByLibrary.simpleMessage("Gratulerar!"), + "auth__create_acc__create_account" : MessageLookupByLibrary.simpleMessage("Skapa konto"), + "auth__create_acc__done" : MessageLookupByLibrary.simpleMessage("Skapa konto"), + "auth__create_acc__done_continue" : MessageLookupByLibrary.simpleMessage("Logga in"), + "auth__create_acc__done_created" : MessageLookupByLibrary.simpleMessage("Ditt konto har skapats med anvĂ€ndarnamnet "), + "auth__create_acc__done_description" : MessageLookupByLibrary.simpleMessage("Ditt konto har skapats."), + "auth__create_acc__done_subtext" : MessageLookupByLibrary.simpleMessage("Du kan Ă€ndra detta i dina profilinstĂ€llningar."), + "auth__create_acc__done_title" : MessageLookupByLibrary.simpleMessage("Hurra!"), + "auth__create_acc__email_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Du mĂ„ste ange en e-postadress"), + "auth__create_acc__email_invalid_error" : MessageLookupByLibrary.simpleMessage("😅 VĂ€nligen ange en giltig e-postadress."), + "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("john_travolta@mail.com"), + "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter."), + "auth__create_acc__email_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ€” Det finns redan ett konto med den e-postadressen."), + "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("LĂ„t oss komma igĂ„ng"), + "auth__create_acc__link_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange en lĂ€nk."), + "auth__create_acc__link_invalid_error" : MessageLookupByLibrary.simpleMessage("LĂ€nken verkar vara ogiltig."), + "auth__create_acc__name_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Ett namn kan bara innehĂ„lla alfanumeriska tecken (för tillfĂ€llet)."), + "auth__create_acc__name_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Du mĂ„ste ange ett namn."), + "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Ditt namn fĂ„r inte vara lĂ€ngre Ă€n 50 tecken. (Vi Ă€r ledsna om det Ă€r det.)"), + "auth__create_acc__name_placeholder" : MessageLookupByLibrary.simpleMessage("James Bond"), + "auth__create_acc__next" : MessageLookupByLibrary.simpleMessage("NĂ€sta"), + "auth__create_acc__one_last_thing" : MessageLookupByLibrary.simpleMessage("En sista sak..."), + "auth__create_acc__password_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Du mĂ„ste ange ett lösenord"), + "auth__create_acc__password_length_error" : MessageLookupByLibrary.simpleMessage("😅 Ett lösenord mĂ„ste vara mellan 8 och 64 tecken."), + "auth__create_acc__paste_link" : MessageLookupByLibrary.simpleMessage("Klistra in din registreringslĂ€nk nedan"), + "auth__create_acc__paste_link_help_text" : MessageLookupByLibrary.simpleMessage("AnvĂ€nd lĂ€nken frĂ„n Join Okuna-knappen i din inbjudan."), + "auth__create_acc__paste_password_reset_link" : MessageLookupByLibrary.simpleMessage("Klistra in din lösenordsĂ„terstĂ€llningslĂ€nk nedan"), + "auth__create_acc__previous" : MessageLookupByLibrary.simpleMessage("Tillbaka"), + "auth__create_acc__register" : MessageLookupByLibrary.simpleMessage("Registrera"), + "auth__create_acc__request_invite" : MessageLookupByLibrary.simpleMessage("Ingen inbjudan? Be om en hĂ€r."), + "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter."), + "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😅 Det ser ut som att en del av informationen var felaktig, vĂ€nligen kontrollera den och försök igen."), + "auth__create_acc__submit_error_title" : MessageLookupByLibrary.simpleMessage("Åh, nej..."), + "auth__create_acc__submit_loading_desc" : MessageLookupByLibrary.simpleMessage("Vi skapar ditt konto."), + "auth__create_acc__submit_loading_title" : MessageLookupByLibrary.simpleMessage("HĂ„ll ut!"), + "auth__create_acc__subscribe" : MessageLookupByLibrary.simpleMessage("BegĂ€r"), + "auth__create_acc__subscribe_to_waitlist_text" : MessageLookupByLibrary.simpleMessage("Be om en inbjudan!"), + "auth__create_acc__username_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Ett anvĂ€ndarnamn kan bara innehĂ„lla alfanumeriska tecken och understreck."), + "auth__create_acc__username_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Du mĂ„ste ange ett anvĂ€ndarnamn."), + "auth__create_acc__username_length_error" : MessageLookupByLibrary.simpleMessage("😅 Ett anvĂ€ndarnamn kan inte vara lĂ€ngre Ă€n 30 tecken."), + "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("pablopicasso"), + "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Vi har serverproblem, vĂ€nligen försök igen om nĂ„gra minuter."), + "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© AnvĂ€ndarnamnet @%s Ă€r upptaget."), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("VĂ€lkommen till betan!"), + "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("VĂ€lj en profilbild"), + "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("Vad Ă€r din e-post?"), + "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Vad heter du?"), + "auth__create_acc__what_password" : MessageLookupByLibrary.simpleMessage("VĂ€lj ett lösenord"), + "auth__create_acc__what_password_subtext" : MessageLookupByLibrary.simpleMessage("(minst 10 tecken)"), + "auth__create_acc__what_username" : MessageLookupByLibrary.simpleMessage("VĂ€lj ett anvĂ€ndarnamn"), + "auth__create_acc__your_subscribed" : MessageLookupByLibrary.simpleMessage("Du Ă€r {0} pĂ„ vĂ€ntelistan."), + "auth__create_acc__your_username_is" : MessageLookupByLibrary.simpleMessage("Ditt anvĂ€ndarnamn Ă€r "), + "auth__create_acc_password_hint_text" : m0, + "auth__create_account" : MessageLookupByLibrary.simpleMessage("Registrera dig"), + "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste skriva en beskrivning."), + "auth__description_range_error" : m1, + "auth__email_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange en e-postadress."), + "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("VĂ€nligen ange en giltig e-postadress."), + "auth__headline" : MessageLookupByLibrary.simpleMessage("BĂ€ttre socialt."), + "auth__login" : MessageLookupByLibrary.simpleMessage("Logga in"), + "auth__login__connection_error" : MessageLookupByLibrary.simpleMessage("Vi kan inte nĂ„ vĂ„ra servrar. Är du uppkopplad mot internet?"), + "auth__login__credentials_mismatch_error" : MessageLookupByLibrary.simpleMessage("De angivna uppgifterna matchar inte."), + "auth__login__email_label" : MessageLookupByLibrary.simpleMessage("E-postadress"), + "auth__login__forgot_password" : MessageLookupByLibrary.simpleMessage("Glömt lösenordet"), + "auth__login__forgot_password_subtitle" : MessageLookupByLibrary.simpleMessage("Ange ditt anvĂ€ndarnamn eller e-postadress"), + "auth__login__login" : MessageLookupByLibrary.simpleMessage("FortsĂ€tt"), + "auth__login__or_text" : MessageLookupByLibrary.simpleMessage("Eller"), + "auth__login__password_empty_error" : MessageLookupByLibrary.simpleMessage("Ett lösenord krĂ€vs."), + "auth__login__password_label" : MessageLookupByLibrary.simpleMessage("Lösenord"), + "auth__login__password_length_error" : MessageLookupByLibrary.simpleMessage("Lösenordet mĂ„ste vara mellan 8 och 64 tecken."), + "auth__login__previous" : MessageLookupByLibrary.simpleMessage("Tillbaka"), + "auth__login__server_error" : MessageLookupByLibrary.simpleMessage("Åh nej.. Vi har serverproblem. VĂ€nligen försök igen om nĂ„gra minuter."), + "auth__login__subtitle" : MessageLookupByLibrary.simpleMessage("Ange dina inloggningsuppgifter för att fortsĂ€tta."), + "auth__login__title" : MessageLookupByLibrary.simpleMessage("VĂ€lkommen tillbaka!"), + "auth__login__username_characters_error" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndarnamnet kan bara innehĂ„lla alfanumeriska tecken och understreck."), + "auth__login__username_empty_error" : MessageLookupByLibrary.simpleMessage("Ett anvĂ€ndarnamn krĂ€vs."), + "auth__login__username_label" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndarnamn"), + "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndarnamnet kan inte vara lĂ€ngre Ă€n 30 tecken."), + "auth__name_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange ett namn."), + "auth__name_range_error" : m2, + "auth__password_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange ett lösenord."), + "auth__password_range_error" : m3, + "auth__reset_password_success_info" : MessageLookupByLibrary.simpleMessage("Ditt lösenord har uppdaterats"), + "auth__reset_password_success_title" : MessageLookupByLibrary.simpleMessage("Allt klart!"), + "auth__username_characters_error" : MessageLookupByLibrary.simpleMessage("Ett anvĂ€ndarnamn kan bara innehĂ„lla alfanumeriska tecken och understreck."), + "auth__username_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange ett anvĂ€ndarnamn."), + "auth__username_maxlength_error" : m4, + "community__about" : MessageLookupByLibrary.simpleMessage("Om"), + "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Bjud in folk till gemenskapen"), + "community__actions_manage_text" : MessageLookupByLibrary.simpleMessage("Hantera"), + "community__add_administrators_title" : MessageLookupByLibrary.simpleMessage("LĂ€gg till administratör."), + "community__add_moderator_title" : MessageLookupByLibrary.simpleMessage("LĂ€gg till moderator"), + "community__adjectives_range_error" : m5, + "community__admin_add_confirmation" : m6, + "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Detta kommer tillĂ„ta medlemmen att redigera gemenskapens information, administratörer, moderatorer och bannade anvĂ€ndare."), + "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("administrerade gemenskaper"), + "community__administrated_community" : MessageLookupByLibrary.simpleMessage("administrerad gemenskap"), + "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Administrerade"), + "community__administrator_plural" : MessageLookupByLibrary.simpleMessage("administratörer"), + "community__administrator_text" : MessageLookupByLibrary.simpleMessage("administratör"), + "community__administrator_you" : MessageLookupByLibrary.simpleMessage("Du"), + "community__administrators_title" : MessageLookupByLibrary.simpleMessage("Administratörer"), + "community__ban_confirmation" : m7, + "community__ban_desc" : MessageLookupByLibrary.simpleMessage("Detta kommer ta bort anvĂ€ndaren frĂ„n gemenskapen och hindra dem frĂ„n att gĂ„ med igen."), + "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Banna anvĂ€ndare"), + "community__banned_user_text" : MessageLookupByLibrary.simpleMessage("bannad anvĂ€ndare"), + "community__banned_users_text" : MessageLookupByLibrary.simpleMessage("bannade anvĂ€ndare"), + "community__banned_users_title" : MessageLookupByLibrary.simpleMessage("Bannade anvĂ€ndare"), + "community__button_rules" : MessageLookupByLibrary.simpleMessage("Regler"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Personal"), + "community__categories" : MessageLookupByLibrary.simpleMessage("kategorier."), + "community__category" : MessageLookupByLibrary.simpleMessage("kategori."), + "community__communities" : MessageLookupByLibrary.simpleMessage("gemenskaper"), + "community__communities_all_text" : MessageLookupByLibrary.simpleMessage("Alla"), + "community__communities_no_category_found" : MessageLookupByLibrary.simpleMessage("Inga kategorier hittades. VĂ€nligen försök igen om nĂ„gra minuter."), + "community__communities_refresh_text" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "community__communities_title" : MessageLookupByLibrary.simpleMessage("Gemenskaper"), + "community__community" : MessageLookupByLibrary.simpleMessage("gemenskap"), + "community__community_members" : MessageLookupByLibrary.simpleMessage("Gemenskapens medlemmar"), + "community__community_staff" : MessageLookupByLibrary.simpleMessage("Gemenskapens personal"), + "community__confirmation_title" : MessageLookupByLibrary.simpleMessage("BekrĂ€ftelse"), + "community__delete_confirmation" : MessageLookupByLibrary.simpleMessage("Är du sĂ€ker pĂ„ att du vill ta bort gemenskapen?"), + "community__delete_desc" : MessageLookupByLibrary.simpleMessage("Du kommer inte se dess inlĂ€gg i din tidslinje eller kunna skapa nya inlĂ€gg i den lĂ€ngre."), + "community__description_range_error" : m8, + "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Markera gemenskap som favorit"), + "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("favoritgemenskaper"), + "community__favorite_community" : MessageLookupByLibrary.simpleMessage("favoritgemenskap"), + "community__favorites_title" : MessageLookupByLibrary.simpleMessage("Favoriter"), + "community__invite_to_community_resource_plural" : MessageLookupByLibrary.simpleMessage("kontakter och följare"), + "community__invite_to_community_resource_singular" : MessageLookupByLibrary.simpleMessage("kontakt eller följare"), + "community__invite_to_community_title" : MessageLookupByLibrary.simpleMessage("Bjud in till gemenskapen"), + "community__invited_by_member" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste bli inbjuden av en medlem."), + "community__invited_by_moderator" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste bli inbjuden av en moderator."), + "community__is_private" : MessageLookupByLibrary.simpleMessage("Den hĂ€r gemenskapen Ă€r privat."), + "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("GĂ„ med i gemenskaper för att se den hĂ€r fliken komma till liv!"), + "community__join_community" : MessageLookupByLibrary.simpleMessage("GĂ„ med"), + "community__joined_communities" : MessageLookupByLibrary.simpleMessage("gemenskaper du Ă€r medlem i"), + "community__joined_community" : MessageLookupByLibrary.simpleMessage("gemenskap du Ă€r medlem i"), + "community__joined_title" : MessageLookupByLibrary.simpleMessage("Medlem i"), + "community__leave_community" : MessageLookupByLibrary.simpleMessage("LĂ€mna"), + "community__leave_confirmation" : MessageLookupByLibrary.simpleMessage("Är du sĂ€ker pĂ„ att du vill lĂ€mna gemenskapen?"), + "community__leave_desc" : MessageLookupByLibrary.simpleMessage("Du kommer inte se dess inlĂ€gg i din tidslinje eller kunna skapa nya inlĂ€gg i den lĂ€ngre."), + "community__manage_add_favourite" : MessageLookupByLibrary.simpleMessage("LĂ€gg till gemenskapen bland dina favoriter"), + "community__manage_admins_desc" : MessageLookupByLibrary.simpleMessage("Se, lĂ€gg till och ta bort administratörer."), + "community__manage_admins_title" : MessageLookupByLibrary.simpleMessage("Administratörer"), + "community__manage_banned_desc" : MessageLookupByLibrary.simpleMessage("Se, lĂ€gg till och ta bort bannade anvĂ€ndare."), + "community__manage_banned_title" : MessageLookupByLibrary.simpleMessage("Bannade anvĂ€ndare"), + "community__manage_closed_posts_desc" : MessageLookupByLibrary.simpleMessage("Se och hantera stĂ€ngda inlĂ€gg"), + "community__manage_closed_posts_title" : MessageLookupByLibrary.simpleMessage("StĂ€ngda inlĂ€gg"), + "community__manage_delete_desc" : MessageLookupByLibrary.simpleMessage("Ta bort gemenskapen, för alltid."), + "community__manage_delete_title" : MessageLookupByLibrary.simpleMessage("Ta bort gemenskapen"), + "community__manage_details_desc" : MessageLookupByLibrary.simpleMessage("Ändra titel, namn, avatar, omslagsfoto och mer."), + "community__manage_details_title" : MessageLookupByLibrary.simpleMessage("Detaljer"), + "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Bjud in dina kontakter och följare till gemenskapen."), + "community__manage_invite_title" : MessageLookupByLibrary.simpleMessage("Bjud in folk"), + "community__manage_leave_desc" : MessageLookupByLibrary.simpleMessage("LĂ€mna gemenskapen."), + "community__manage_leave_title" : MessageLookupByLibrary.simpleMessage("LĂ€mna gemenskapen"), + "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("Granska gemenskapens anmĂ€lningar."), + "community__manage_mod_reports_title" : MessageLookupByLibrary.simpleMessage("AnmĂ€lningar"), + "community__manage_mods_desc" : MessageLookupByLibrary.simpleMessage("Se, lĂ€gg till och ta bort moderatorer."), + "community__manage_mods_title" : MessageLookupByLibrary.simpleMessage("Moderatorer"), + "community__manage_remove_favourite" : MessageLookupByLibrary.simpleMessage("Ta bort gemenskapen frĂ„n dina favoriter"), + "community__manage_title" : MessageLookupByLibrary.simpleMessage("Hantera gemenskap"), + "community__member" : MessageLookupByLibrary.simpleMessage("medlem"), + "community__member_capitalized" : MessageLookupByLibrary.simpleMessage("Medlem"), + "community__member_plural" : MessageLookupByLibrary.simpleMessage("medlemmar"), + "community__members_capitalized" : MessageLookupByLibrary.simpleMessage("Medlemmar"), + "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("modererade gemenskaper"), + "community__moderated_community" : MessageLookupByLibrary.simpleMessage("modererad gemenskap"), + "community__moderated_title" : MessageLookupByLibrary.simpleMessage("Modererade"), + "community__moderator_add_confirmation" : m9, + "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Detta kommer tillĂ„ta medlemmen att redigera gemenskapens information, moderatorer och bannade anvĂ€ndare."), + "community__moderator_resource_name" : MessageLookupByLibrary.simpleMessage("moderator"), + "community__moderators_resource_name" : MessageLookupByLibrary.simpleMessage("moderatorer"), + "community__moderators_title" : MessageLookupByLibrary.simpleMessage("Moderatorer"), + "community__moderators_you" : MessageLookupByLibrary.simpleMessage("Du"), + "community__name_characters_error" : MessageLookupByLibrary.simpleMessage("Ett namn kan bara innehĂ„lla alfanumeriska tecken och understreck."), + "community__name_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange ett namn."), + "community__name_range_error" : m10, + "community__no" : MessageLookupByLibrary.simpleMessage("Nej"), + "community__pick_atleast_min_categories" : m11, + "community__pick_atleast_min_category" : m12, + "community__pick_upto_max" : m13, + "community__post_plural" : MessageLookupByLibrary.simpleMessage("inlĂ€gg"), + "community__post_singular" : MessageLookupByLibrary.simpleMessage("inlĂ€gg"), + "community__posts" : MessageLookupByLibrary.simpleMessage("InlĂ€gg"), + "community__refresh_text" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "community__refreshing" : MessageLookupByLibrary.simpleMessage("Uppdaterar gemenskap"), + "community__rules_empty_error" : MessageLookupByLibrary.simpleMessage("RegelfĂ€ltet kan inte vara tomt."), + "community__rules_range_error" : m14, + "community__rules_text" : MessageLookupByLibrary.simpleMessage("Regler"), + "community__rules_title" : MessageLookupByLibrary.simpleMessage("Gemenskapens regler"), + "community__save_community_create_community" : MessageLookupByLibrary.simpleMessage("Skapa gemenskap"), + "community__save_community_create_text" : MessageLookupByLibrary.simpleMessage("Skapa"), + "community__save_community_edit_community" : MessageLookupByLibrary.simpleMessage("Redigera gemenskap"), + "community__save_community_label_title" : MessageLookupByLibrary.simpleMessage("Titel"), + "community__save_community_label_title_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. Resor, Fotografering, Datorspel."), + "community__save_community_name_category" : MessageLookupByLibrary.simpleMessage("Kategori"), + "community__save_community_name_label_color" : MessageLookupByLibrary.simpleMessage("FĂ€rg"), + "community__save_community_name_label_color_hint_text" : MessageLookupByLibrary.simpleMessage("(Tryck för att Ă€ndra)"), + "community__save_community_name_label_desc_optional" : MessageLookupByLibrary.simpleMessage("Beskrivning · Valfri"), + "community__save_community_name_label_desc_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Vad handlar din gemenskap om?"), + "community__save_community_name_label_member_adjective" : MessageLookupByLibrary.simpleMessage("Medlem-adjektiv · Valfritt"), + "community__save_community_name_label_member_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. resenĂ€r, fotograf, gamer."), + "community__save_community_name_label_members_adjective" : MessageLookupByLibrary.simpleMessage("Medlemmar-adjektiv · Valfritt"), + "community__save_community_name_label_members_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. resenĂ€rer, fotografer, gamers."), + "community__save_community_name_label_rules_optional" : MessageLookupByLibrary.simpleMessage("Regler · Valfritt"), + "community__save_community_name_label_rules_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Finns det nĂ„got som du vill att dina anvĂ€ndare kĂ€nner till?"), + "community__save_community_name_label_type" : MessageLookupByLibrary.simpleMessage("Typ"), + "community__save_community_name_label_type_hint_text" : MessageLookupByLibrary.simpleMessage("(Tryck för att Ă€ndra)"), + "community__save_community_name_member_invites" : MessageLookupByLibrary.simpleMessage("Medlemsinbjudningar"), + "community__save_community_name_member_invites_subtitle" : MessageLookupByLibrary.simpleMessage("Medlemmar kan bjuda in folk till gemenskapen"), + "community__save_community_name_taken" : m15, + "community__save_community_name_title" : MessageLookupByLibrary.simpleMessage("Namn"), + "community__save_community_name_title_hint_text" : MessageLookupByLibrary.simpleMessage(" t. ex. resor, fotografering, datorspel."), + "community__save_community_save_text" : MessageLookupByLibrary.simpleMessage("Spara"), + "community__title_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ange en titel."), + "community__title_range_error" : m16, + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("Trendiga frĂ„n alla kategorier"), + "community__trending_in_category" : m17, + "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("Inga trendiga gemenskaper hittades. Försök igen om nĂ„gra minuter."), + "community__trending_refresh" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "community__type_private" : MessageLookupByLibrary.simpleMessage("Privat"), + "community__type_public" : MessageLookupByLibrary.simpleMessage("Offentlig"), + "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Ta bort gemenskap frĂ„n favoriter"), + "community__user_you_text" : MessageLookupByLibrary.simpleMessage("Du"), + "community__yes" : MessageLookupByLibrary.simpleMessage("Ja"), + "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("KontoinstĂ€llningar"), + "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("Blockerade anvĂ€ndare"), + "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("Ändra e-post"), + "drawer__account_settings_change_password" : MessageLookupByLibrary.simpleMessage("Ändra lösenord"), + "drawer__account_settings_delete_account" : MessageLookupByLibrary.simpleMessage("Ta bort konto"), + "drawer__account_settings_language" : m18, + "drawer__account_settings_language_text" : MessageLookupByLibrary.simpleMessage("SprĂ„k"), + "drawer__account_settings_notifications" : MessageLookupByLibrary.simpleMessage("Aviseringar"), + "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("App & Konto"), + "drawer__application_settings" : MessageLookupByLibrary.simpleMessage("PrograminstĂ€llningar"), + "drawer__connections" : MessageLookupByLibrary.simpleMessage("Mina kontakter"), + "drawer__customize" : MessageLookupByLibrary.simpleMessage("Anpassa"), + "drawer__global_moderation" : MessageLookupByLibrary.simpleMessage("Global moderering"), + "drawer__help" : MessageLookupByLibrary.simpleMessage("HjĂ€lp och feedback"), + "drawer__lists" : MessageLookupByLibrary.simpleMessage("Mina listor"), + "drawer__logout" : MessageLookupByLibrary.simpleMessage("Logga ut"), + "drawer__main_title" : MessageLookupByLibrary.simpleMessage("Mitt Okuna"), + "drawer__menu_title" : MessageLookupByLibrary.simpleMessage("Meny"), + "drawer__my_circles" : MessageLookupByLibrary.simpleMessage("Mina cirklar"), + "drawer__my_followers" : MessageLookupByLibrary.simpleMessage("Mina följare"), + "drawer__my_following" : MessageLookupByLibrary.simpleMessage("Mitt följande"), + "drawer__my_invites" : MessageLookupByLibrary.simpleMessage("Mina inbjudningar"), + "drawer__my_lists" : MessageLookupByLibrary.simpleMessage("Mina listor"), + "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Mina modereringsstraff"), + "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("Mina vĂ€ntande modereringsuppgifter"), + "drawer__profile" : MessageLookupByLibrary.simpleMessage("Profil"), + "drawer__settings" : MessageLookupByLibrary.simpleMessage("InstĂ€llningar"), + "drawer__themes" : MessageLookupByLibrary.simpleMessage("Teman"), + "drawer__useful_links_guidelines" : MessageLookupByLibrary.simpleMessage("Okunas riktlinjer"), + "drawer__useful_links_guidelines_bug_tracker" : MessageLookupByLibrary.simpleMessage("Felrapportering"), + "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Rapportera ett fel eller rösta för existerande rapporter"), + "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("Riktlinjerna vi alla förvĂ€ntas att följa för en hĂ€lsosam och vĂ€nlig samvaro."), + "drawer__useful_links_guidelines_feature_requests" : MessageLookupByLibrary.simpleMessage("Funktionsförslag"), + "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("FöreslĂ„ en ny funktion eller rösta för existerande förslag"), + "drawer__useful_links_guidelines_github" : MessageLookupByLibrary.simpleMessage("Projekttavla pĂ„ Github"), + "drawer__useful_links_guidelines_github_desc" : MessageLookupByLibrary.simpleMessage("Ta en titt pĂ„ vad vi arbetar pĂ„ just nu"), + "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Okunas handbok"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("En bok med allt du behöver veta om att anvĂ€nda plattformen"), + "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Gemenskapens Slack-kanal"), + "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("En plats för diskussioner om allt om Okuna"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Stöd Okuna"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Hitta ett sĂ€tt pĂ„ vilket du kan hjĂ€lpa oss under vĂ„r resa!"), + "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndbara lĂ€nkar"), + "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Ingen internetuppkoppling"), + "error__unknown_error" : MessageLookupByLibrary.simpleMessage("OkĂ€nt fel"), + "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatta med teamet"), + "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Granska"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Kategori"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Gemenskapens modererade objekt"), + "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("GodkĂ€nn"), + "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Den hĂ€r anmĂ€lan har verifierats"), + "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Objekt"), + "moderation__community_review_reject" : MessageLookupByLibrary.simpleMessage("avvisa"), + "moderation__community_review_title" : MessageLookupByLibrary.simpleMessage("Granska modererat objekt"), + "moderation__confirm_report_community_reported" : MessageLookupByLibrary.simpleMessage("Gemenskap anmĂ€ld"), + "moderation__confirm_report_item_reported" : MessageLookupByLibrary.simpleMessage("Objekt anmĂ€lt"), + "moderation__confirm_report_post_comment_reported" : MessageLookupByLibrary.simpleMessage("InlĂ€ggskommentar anmĂ€ld"), + "moderation__confirm_report_post_reported" : MessageLookupByLibrary.simpleMessage("InlĂ€gg anmĂ€lt"), + "moderation__confirm_report_provide_details" : MessageLookupByLibrary.simpleMessage("Kan du delge extra information som kan vara relevant för anmĂ€lan?"), + "moderation__confirm_report_provide_happen_next" : MessageLookupByLibrary.simpleMessage("Detta kommer hĂ€nda hĂ€rnĂ€st:"), + "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("- Din anmĂ€lan skickas in anonymt.\n- Om du anmĂ€ler ett inlĂ€gg eller en kommentar sĂ„ kommer anmĂ€lan skickas till Okunas personal och, om tillĂ€mpligt, gemenskapens moderatorer, och inlĂ€gget kommer döljas frĂ„n ditt flöde.\n- Om du anmĂ€ler ett konto eller en gemenskap kommer anmĂ€lan skickas till Okunas personal.\n- Vi granskar anmĂ€lan och om den godkĂ€nns kommer innehĂ„llet tas bort och straff utmĂ€tas till de som Ă€r inblandade, frĂ„n tillfĂ€llig avstĂ€ngning till borttagning av konto beroende pĂ„ hur allvarlig övertrĂ€delsen var.\n- Om anmĂ€lan bedöms vara gjord för att försöka skada en annan medlem eller gemenskap pĂ„ plattformen utan att den angivna övertrĂ€delsen har skett kommer straff istĂ€llet utmĂ€tas mot dig. \n"), + "moderation__confirm_report_provide_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Skriv hĂ€r..."), + "moderation__confirm_report_provide_optional_info" : MessageLookupByLibrary.simpleMessage("(Valfritt)"), + "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Jag förstĂ„r, skicka."), + "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Skicka anmĂ€lan"), + "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare anmĂ€ld"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("Beskrivning"), + "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Applicera filter"), + "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Övrigt"), + "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("ÅterstĂ€ll"), + "moderation__filters_status" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__filters_title" : MessageLookupByLibrary.simpleMessage("Modereringsfilter"), + "moderation__filters_type" : MessageLookupByLibrary.simpleMessage("Typ"), + "moderation__filters_verified" : MessageLookupByLibrary.simpleMessage("Verifierad"), + "moderation__global_review_object_text" : MessageLookupByLibrary.simpleMessage("Objekt"), + "moderation__global_review_title" : MessageLookupByLibrary.simpleMessage("Granska modererat objekt"), + "moderation__global_review_unverify_text" : MessageLookupByLibrary.simpleMessage("Av-verifiera"), + "moderation__global_review_verify_text" : MessageLookupByLibrary.simpleMessage("Verifiera"), + "moderation__globally_moderated_objects" : MessageLookupByLibrary.simpleMessage("Globalt modererade objekt"), + "moderation__moderated_object_false_text" : MessageLookupByLibrary.simpleMessage("Falskt"), + "moderation__moderated_object_reports_count" : MessageLookupByLibrary.simpleMessage("Antal anmĂ€lningar"), + "moderation__moderated_object_status" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__moderated_object_title" : MessageLookupByLibrary.simpleMessage("Objekt"), + "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Sant"), + "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("Verifierad"), + "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Verifierad av Okunas personal"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("modereringsstraff"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("modereringsstraff"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Modereringsstraff"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("VĂ€ntande modereringsuppgifter"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Ingen beskrivning"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("vĂ€ntande modereringsuppgifter"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("vĂ€ntande modereringsuppgift"), + "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l konto"), + "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l kommentar"), + "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l gemenskap"), + "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l inlĂ€gg"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€lare"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("anmĂ€lningar"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("AnmĂ€lningar"), + "moderation__reports_see_all" : m19, + "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka lĂ€sa in poster igen"), + "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Uppdatera kategori"), + "moderation__update_description_report_desc" : MessageLookupByLibrary.simpleMessage("AnmĂ€l beskrivning"), + "moderation__update_description_report_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. anmĂ€lan var..."), + "moderation__update_description_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "moderation__update_description_title" : MessageLookupByLibrary.simpleMessage("Redigera beskrivning"), + "moderation__update_status_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "moderation__update_status_title" : MessageLookupByLibrary.simpleMessage("Uppdatera status"), + "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("Du har anmĂ€lt det hĂ€r kontot"), + "moderation__you_have_reported_comment_text" : MessageLookupByLibrary.simpleMessage("Du har anmĂ€lt den hĂ€r kommentaren"), + "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("Du har anmĂ€lt den hĂ€r gemenskapen"), + "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("Du har anmĂ€lt det hĂ€r inlĂ€gget"), + "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] accepterade din kontaktförfrĂ„gan."), + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, + "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon kommenterar pĂ„ ett av dina inlĂ€gg eller ett inlĂ€gg du ocksĂ„ kommenterat pĂ„."), + "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon reagerar pĂ„ en av dina inlĂ€ggskommentarer."), + "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("Reaktion pĂ„ kommentar"), + "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon svarar pĂ„ en av dina kommentarer eller en kommentar du ocksĂ„ svarat pĂ„."), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Svar pĂ„ kommentar pĂ„ inlĂ€gg"), + "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Kommentar pĂ„ inlĂ€gg"), + "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon bjuder in dig till en gemenskap."), + "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Gemenskapsinbjudan"), + "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon vill ha dig som kontakt"), + "notifications__connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] vill knyta kontakt med dig."), + "notifications__connection_title" : MessageLookupByLibrary.simpleMessage("KontaktförfrĂ„gan"), + "notifications__follow_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon börjar följa dig"), + "notifications__follow_title" : MessageLookupByLibrary.simpleMessage("Följare"), + "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] har börjat följa dig."), + "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„got hĂ€nder"), + "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Aviseringar"), + "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Inaktivera aviseringar för inlĂ€ggskommentarer"), + "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Inaktivera aviseringar för inlĂ€gg"), + "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Aktivera aviseringar för inlĂ€ggskommentarer"), + "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Aktivera aviseringar för inlĂ€gg"), + "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Bli meddelad nĂ€r nĂ„gon reagerar pĂ„ ett av dina inlĂ€gg."), + "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("Reaktion pĂ„ inlĂ€gg"), + "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reagerade pĂ„ din inlĂ€ggskommentar."), + "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] reagerade pĂ„ ditt inlĂ€gg."), + "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("AviseringsinstĂ€llningar"), + "notifications__user_community_invite_tile" : m24, + "post__action_comment" : MessageLookupByLibrary.simpleMessage("Kommentera"), + "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagera"), + "post__action_reply" : MessageLookupByLibrary.simpleMessage("Svara"), + "post__actions_comment_deleted" : MessageLookupByLibrary.simpleMessage("Kommentar borttagen"), + "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Ta bort inlĂ€gg"), + "post__actions_delete_comment" : MessageLookupByLibrary.simpleMessage("Ta bort kommentar"), + "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("InlĂ€gg borttaget"), + "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Redigera kommentar"), + "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€l"), + "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("AnmĂ€ld"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Visa mer"), + "post__close_post" : MessageLookupByLibrary.simpleMessage("StĂ€ng inlĂ€gg"), + "post__comment_maxlength_error" : m25, + "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Skicka"), + "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Svar pĂ„ kommentar"), + "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Ditt svar..."), + "post__comment_required_error" : MessageLookupByLibrary.simpleMessage("Kommentaren kan inte vara tom."), + "post__commenter_expanded_edit_comment" : MessageLookupByLibrary.simpleMessage("Redigera kommentar"), + "post__commenter_expanded_join_conversation" : MessageLookupByLibrary.simpleMessage("GĂ„ med i konversationen..."), + "post__commenter_expanded_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "post__commenter_expanded_start_conversation" : MessageLookupByLibrary.simpleMessage("Starta en konversation..."), + "post__commenter_post_text" : MessageLookupByLibrary.simpleMessage("Skicka"), + "post__commenter_write_something" : MessageLookupByLibrary.simpleMessage("Skriv nĂ„got..."), + "post__comments_closed_post" : MessageLookupByLibrary.simpleMessage("StĂ€ngt inlĂ€gg"), + "post__comments_disabled" : MessageLookupByLibrary.simpleMessage("KommentarsfĂ€ltet avstĂ€ngt"), + "post__comments_disabled_message" : MessageLookupByLibrary.simpleMessage("Kommentarer inaktiverade för inlĂ€gget"), + "post__comments_enabled_message" : MessageLookupByLibrary.simpleMessage("Kommentarer aktiverade för inlĂ€gget"), + "post__comments_header_be_the_first_comments" : MessageLookupByLibrary.simpleMessage("Bli den första som skriver en kommentar"), + "post__comments_header_be_the_first_replies" : MessageLookupByLibrary.simpleMessage("Bli den första som skriver ett svar"), + "post__comments_header_newer" : MessageLookupByLibrary.simpleMessage("Senare"), + "post__comments_header_newest_comments" : MessageLookupByLibrary.simpleMessage("Senaste kommentarerna"), + "post__comments_header_newest_replies" : MessageLookupByLibrary.simpleMessage("Senaste svaren"), + "post__comments_header_older" : MessageLookupByLibrary.simpleMessage("Äldre"), + "post__comments_header_oldest_comments" : MessageLookupByLibrary.simpleMessage("Äldsta kommentarerna"), + "post__comments_header_oldest_replies" : MessageLookupByLibrary.simpleMessage("Äldsta svaren"), + "post__comments_header_see_newest_comments" : MessageLookupByLibrary.simpleMessage("Visa de senaste kommentarerna"), + "post__comments_header_see_newest_replies" : MessageLookupByLibrary.simpleMessage("Visa de senaste svaren"), + "post__comments_header_see_oldest_comments" : MessageLookupByLibrary.simpleMessage("Visa de Ă€ldsta kommentarerna"), + "post__comments_header_see_oldest_replies" : MessageLookupByLibrary.simpleMessage("Visa de Ă€ldsta svaren"), + "post__comments_header_view_newest_comments" : MessageLookupByLibrary.simpleMessage("Visa de senaste kommentarerna"), + "post__comments_header_view_newest_replies" : MessageLookupByLibrary.simpleMessage("Visa de senaste svaren"), + "post__comments_header_view_oldest_comments" : MessageLookupByLibrary.simpleMessage("Visa de Ă€ldsta kommentarerna"), + "post__comments_header_view_oldest_replies" : MessageLookupByLibrary.simpleMessage("Visa de Ă€ldsta svaren"), + "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("Inga fler svar att lĂ€sa in"), + "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("Inga fler kommentarer att lĂ€sa in"), + "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("InlĂ€ggssvar"), + "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka lĂ€sa in kommentarerna igen."), + "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka lĂ€sa in svaren igen."), + "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("InlĂ€ggskommentarer"), + "post__comments_view_all_comments" : m26, + "post__create_new" : MessageLookupByLibrary.simpleMessage("Nytt inlĂ€gg"), + "post__create_next" : MessageLookupByLibrary.simpleMessage("NĂ€sta"), + "post__create_photo" : MessageLookupByLibrary.simpleMessage("Foto"), + "post__disable_post_comments" : MessageLookupByLibrary.simpleMessage("StĂ€ng kommentarsfĂ€ltet"), + "post__edit_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "post__edit_title" : MessageLookupByLibrary.simpleMessage("Redigera inlĂ€gg"), + "post__enable_post_comments" : MessageLookupByLibrary.simpleMessage("Öppna kommentarsfĂ€ltet"), + "post__have_not_shared_anything" : MessageLookupByLibrary.simpleMessage("Du har inte delat nĂ„got Ă€nnu."), + "post__is_closed" : MessageLookupByLibrary.simpleMessage("StĂ€ngt inlĂ€gg"), + "post__my_circles" : MessageLookupByLibrary.simpleMessage("Mina kretsar"), + "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Dela inlĂ€gget med en eller flera av dina kretsar."), + "post__no_circles_for" : m27, + "post__open_post" : MessageLookupByLibrary.simpleMessage("Öppna inlĂ€gg"), + "post__post_closed" : MessageLookupByLibrary.simpleMessage("InlĂ€gg stĂ€ngt "), + "post__post_opened" : MessageLookupByLibrary.simpleMessage("InlĂ€gg öppnat"), + "post__post_reactions_title" : MessageLookupByLibrary.simpleMessage("Reaktioner pĂ„ inlĂ€gget"), + "post__profile_counts_follower" : MessageLookupByLibrary.simpleMessage(" Följare"), + "post__profile_counts_followers" : MessageLookupByLibrary.simpleMessage(" Följare"), + "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Följer"), + "post__profile_counts_post" : MessageLookupByLibrary.simpleMessage(" InlĂ€gg"), + "post__profile_counts_posts" : MessageLookupByLibrary.simpleMessage(" InlĂ€gg"), + "post__reaction_list_tap_retry" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka lĂ€sa in reaktionerna igen."), + "post__search_circles" : MessageLookupByLibrary.simpleMessage("Sök kretsar..."), + "post__share" : MessageLookupByLibrary.simpleMessage("Dela"), + "post__share_community" : MessageLookupByLibrary.simpleMessage("Dela"), + "post__share_community_desc" : MessageLookupByLibrary.simpleMessage("Dela inlĂ€gget med en gemenskap du Ă€r del av."), + "post__share_community_title" : MessageLookupByLibrary.simpleMessage("En gemenskap"), + "post__share_to" : MessageLookupByLibrary.simpleMessage("Dela med"), + "post__share_to_circles" : MessageLookupByLibrary.simpleMessage("Dela med kretsar"), + "post__share_to_community" : MessageLookupByLibrary.simpleMessage("Dela med en gemenskap"), + "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Delat privat i"), + "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Delar inlĂ€gg med"), + "post__text_copied" : MessageLookupByLibrary.simpleMessage("Text kopierad!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("d"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("nu"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1d"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1m"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1v"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1Ă„"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("v"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("Ă„"), + "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 Alla inlĂ€gg inlĂ€sta"), + "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Försök lĂ€sa in tidslinjen igen."), + "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Det Ă€r nĂ„got som inte stĂ€mmer."), + "post__timeline_posts_failed_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Försök igen om nĂ„gra sekunder"), + "post__timeline_posts_failed_drhoo_title" : MessageLookupByLibrary.simpleMessage("Din tidslinje kunde inte lĂ€sas in."), + "post__timeline_posts_no_more_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Följ anvĂ€ndare eller gĂ„ med i en gemenskap för att komma igĂ„ng!"), + "post__timeline_posts_no_more_drhoo_title" : MessageLookupByLibrary.simpleMessage("Din tidslinje Ă€r tom."), + "post__timeline_posts_refresh_posts" : MessageLookupByLibrary.simpleMessage("LĂ€s in inlĂ€gg"), + "post__timeline_posts_refreshing_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("LĂ€ser in din tidslinje."), + "post__timeline_posts_refreshing_drhoo_title" : MessageLookupByLibrary.simpleMessage("HĂ„ll ut!"), + "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("Det finns inga trendiga inlĂ€gg. Försök uppdatera om nĂ„gra sekunder."), + "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("Trendiga inlĂ€gg"), + "post__user_has_not_shared_anything" : m28, + "post__usernames_circles" : m29, + "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("VĂ€rlden"), + "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Du delade med"), + "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Klar"), + "user__add_account_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__add_account_success" : MessageLookupByLibrary.simpleMessage("Kontot lades till"), + "user__add_account_to_lists" : MessageLookupByLibrary.simpleMessage("LĂ€gg till konto i lista"), + "user__add_account_update_account_lists" : MessageLookupByLibrary.simpleMessage("Uppdatera kontolistor"), + "user__add_account_update_lists" : MessageLookupByLibrary.simpleMessage("Uppdatera listor"), + "user__billion_postfix" : MessageLookupByLibrary.simpleMessage("md"), + "user__block_user" : MessageLookupByLibrary.simpleMessage("Blockera anvĂ€ndare"), + "user__change_email_email_text" : MessageLookupByLibrary.simpleMessage("E-post"), + "user__change_email_error" : MessageLookupByLibrary.simpleMessage("E-postadressen Ă€r redan registrerad"), + "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Ange din nya e-postadress"), + "user__change_email_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Vi har skickat en bekrĂ€ftelselĂ€nk till din nya e-postadress, klicka pĂ„ den för att verifiera din nya e-post"), + "user__change_email_title" : MessageLookupByLibrary.simpleMessage("Ändra e-postadress"), + "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ge kretsen ett namn."), + "user__circle_name_range_error" : m30, + "user__circle_peoples_count" : m31, + "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("InstĂ€llningarna har rensats"), + "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Rensa applikationsinstĂ€llningarna. Just nu Ă€r detta enbart den föredragna kommentarsordningen."), + "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("InstĂ€llningarna kunde inte rensas"), + "user__clear_app_preferences_title" : MessageLookupByLibrary.simpleMessage("Rensa instĂ€llningar"), + "user__clear_application_cache_desc" : MessageLookupByLibrary.simpleMessage("Rensa cachelagrade inlĂ€gg, konton, bilder & mer."), + "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("Kunde inte rensa cacheminnet"), + "user__clear_application_cache_success" : MessageLookupByLibrary.simpleMessage("Cacheminnet har rensats"), + "user__clear_application_cache_text" : MessageLookupByLibrary.simpleMessage("Rensa cacheminnet"), + "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare blockerad."), + "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("Ni kommer inte kunna se varandras inlĂ€gg eller kunna interagera med varandra."), + "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("Nej"), + "user__confirm_block_user_question" : m32, + "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("BekrĂ€ftelse"), + "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("Ja"), + "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("LĂ€gg till kontakt i krets"), + "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("BekrĂ€fta"), + "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("KontaktförfrĂ„gan bekrĂ€ftad"), + "user__confirm_connection_with" : m33, + "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Chatta med gemenskapen."), + "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Starta en chat direkt."), + "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatta med teamet."), + "user__confirm_guidelines_reject_delete_account" : MessageLookupByLibrary.simpleMessage("Ta bort konto"), + "user__confirm_guidelines_reject_go_back" : MessageLookupByLibrary.simpleMessage("Tillbaka"), + "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("Du kan inte anvĂ€nda Okuna förrĂ€n du har godkĂ€nt riktlinjerna."), + "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("GĂ„ med i Slack-kanalen."), + "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Avvisande av riktlinjer"), + "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("LĂ€gg till kontakt i krets"), + "user__connect_to_user_connect_with_username" : m34, + "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Klar"), + "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("KontaktförfrĂ„gan skickad"), + "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Redigera"), + "user__connection_pending" : MessageLookupByLibrary.simpleMessage("VĂ€ntande"), + "user__connections_circle_delete" : MessageLookupByLibrary.simpleMessage("Ta bort"), + "user__connections_header_circle_desc" : MessageLookupByLibrary.simpleMessage("Kretsen alla dina kontakter lĂ€ggs till i."), + "user__connections_header_users" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare"), + "user__delete_account_confirmation_desc" : MessageLookupByLibrary.simpleMessage("Är du sĂ€ker pĂ„ att du vill ta bort ditt konto?"), + "user__delete_account_confirmation_desc_info" : MessageLookupByLibrary.simpleMessage("Detta Ă€r permanent och kan inte Ă„ngras senare."), + "user__delete_account_confirmation_goodbye" : MessageLookupByLibrary.simpleMessage("Hej dĂ„ 😱"), + "user__delete_account_confirmation_no" : MessageLookupByLibrary.simpleMessage("Nej"), + "user__delete_account_confirmation_title" : MessageLookupByLibrary.simpleMessage("BekrĂ€ftelse"), + "user__delete_account_confirmation_yes" : MessageLookupByLibrary.simpleMessage("Ja"), + "user__delete_account_current_pwd" : MessageLookupByLibrary.simpleMessage("Nuvarande lösenord"), + "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Ange ditt nuvarande lösenord"), + "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("NĂ€sta"), + "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Ta bort konto"), + "user__disconnect_from_user" : m35, + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Er kontakt har brutits"), + "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Bio"), + "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Ta bort"), + "user__edit_profile_followers_count" : MessageLookupByLibrary.simpleMessage("Följarantal"), + "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("Plats"), + "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Namn"), + "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("VĂ€lj bild"), + "user__edit_profile_pick_image_error_too_large" : m36, + "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Redigera profil"), + "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Url"), + "user__edit_profile_user_name_taken" : m37, + "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndarnamn"), + "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("Hoppsan! Din kod Ă€r ogiltigt eller har gĂ„tt ut, vĂ€nligen försök igen"), + "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("HĂ€ftigt! Din e-post har verifierats"), + "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("Ingen emoji vald"), + "user__emoji_search_none_found" : m38, + "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Följ"), + "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Sluta följa"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Inga listor hittades."), + "user__follow_lists_no_list_found_for" : m39, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Sök efter en lista..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Mina listor"), + "user__follower_plural" : MessageLookupByLibrary.simpleMessage("följare"), + "user__follower_singular" : MessageLookupByLibrary.simpleMessage("följare"), + "user__followers_title" : MessageLookupByLibrary.simpleMessage("Följare"), + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("följda anvĂ€ndare"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Följer"), + "user__follows_list_accounts_count" : m40, + "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("Redigera"), + "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare"), + "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Konto"), + "user__follows_lists_accounts" : m41, + "user__groups_see_all" : m42, + "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("GodkĂ€nn"), + "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("VĂ€nligen lĂ€gg en stund pĂ„ att lĂ€sa igenom och godkĂ€nna vĂ„ra riktlinjer."), + "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Avvisa"), + "user__invite" : MessageLookupByLibrary.simpleMessage("Bjud in"), + "user__invite_member" : MessageLookupByLibrary.simpleMessage("Medlem"), + "user__invite_someone_message" : m43, + "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("accepterad inbjudan"), + "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("accepterade inbjudningar"), + "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Accepterad"), + "user__invites_create_create" : MessageLookupByLibrary.simpleMessage("Skapa"), + "user__invites_create_create_title" : MessageLookupByLibrary.simpleMessage("Skapa inbjudan"), + "user__invites_create_edit_title" : MessageLookupByLibrary.simpleMessage("Redigera inbjudan"), + "user__invites_create_name_hint" : MessageLookupByLibrary.simpleMessage("t. ex. Sven Svensson"), + "user__invites_create_name_title" : MessageLookupByLibrary.simpleMessage("Smeknamn"), + "user__invites_create_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__invites_delete" : MessageLookupByLibrary.simpleMessage("Ta bort"), + "user__invites_edit_text" : MessageLookupByLibrary.simpleMessage("Redigera"), + "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("t. ex. svensvensson@email.com"), + "user__invites_email_invite_text" : MessageLookupByLibrary.simpleMessage("E-postinbjudan"), + "user__invites_email_send_text" : MessageLookupByLibrary.simpleMessage("Skicka"), + "user__invites_email_sent_text" : MessageLookupByLibrary.simpleMessage("E-postinbjudan skickad"), + "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("E-post"), + "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Bjud in en vĂ€n"), + "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Bjud in"), + "user__invites_joined_with" : m44, + "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("Du har inga inbjudningar tillgĂ€ngliga."), + "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("Det ser ut som att du inte anvĂ€nt nĂ„gra inbjudningar."), + "user__invites_pending" : MessageLookupByLibrary.simpleMessage("VĂ€ntande"), + "user__invites_pending_email" : m45, + "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("vĂ€ntande inbjudan"), + "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("vĂ€ntande inbjudningar"), + "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "user__invites_share_email" : MessageLookupByLibrary.simpleMessage("Dela inbjudan via e-post"), + "user__invites_share_email_desc" : MessageLookupByLibrary.simpleMessage("Vi kommer skicka en inbjudan med instruktioner Ă„ dina vĂ€gnar"), + "user__invites_share_yourself" : MessageLookupByLibrary.simpleMessage("Dela inbjudan sjĂ€lv"), + "user__invites_share_yourself_desc" : MessageLookupByLibrary.simpleMessage("VĂ€lj mellan meddelandeappar, etc."), + "user__invites_title" : MessageLookupByLibrary.simpleMessage("Mina inbjudningar"), + "user__language_settings_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("SprĂ„ket har uppdaterats"), + "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("SprĂ„kinstĂ€llningar"), + "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("Du mĂ„ste ge listan ett namn."), + "user__list_name_range_error" : m46, + "user__million_postfix" : MessageLookupByLibrary.simpleMessage("mn"), + "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Avbryt kontaktförfrĂ„gan"), + "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Neka kontaktförfrĂ„gan"), + "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare blockerad"), + "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare avblockerad"), + "user__profile_bio_length_error" : m47, + "user__profile_location_length_error" : m48, + "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("VĂ€nligen ange en giltig URL."), + "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Ta bort konto frĂ„n listor"), + "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("Konto borttaget frĂ„n listor"), + "user__save_connection_circle_color_hint" : MessageLookupByLibrary.simpleMessage("(Tryck för att Ă€ndra)"), + "user__save_connection_circle_color_name" : MessageLookupByLibrary.simpleMessage("FĂ€rg"), + "user__save_connection_circle_create" : MessageLookupByLibrary.simpleMessage("Skapa krets"), + "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Redigera krets"), + "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("t. ex. VĂ€nner, Familj, Jobb."), + "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Namn"), + "user__save_connection_circle_name_taken" : m49, + "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare"), + "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Skapa lista"), + "user__save_follows_list_edit" : MessageLookupByLibrary.simpleMessage("Redigera lista"), + "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("Emoji"), + "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("En emoji krĂ€vs"), + "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("t. ex. Resor, Fotografering"), + "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Namn"), + "user__save_follows_list_name_taken" : m50, + "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare"), + "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("t"), + "user__tile_delete" : MessageLookupByLibrary.simpleMessage("Ta bort"), + "user__tile_following" : MessageLookupByLibrary.simpleMessage(" · Följer"), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Applicera filter"), + "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Kretsar"), + "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("ÅterstĂ€ll"), + "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listor"), + "user__timeline_filters_no_match" : m51, + "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Sök efter kretsar och listor..."), + "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Tidslinjefilter"), + "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Visa översĂ€ttning"), + "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Visa original"), + "user__unblock_user" : MessageLookupByLibrary.simpleMessage("Avblockera anvĂ€ndare"), + "user__uninvite" : MessageLookupByLibrary.simpleMessage("Avbryt inbjudan"), + "user__update_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Spara"), + "user__update_connection_circle_updated" : MessageLookupByLibrary.simpleMessage("Kontakt uppdaterad"), + "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Uppdatera kontaktkretsar"), + "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Avbryt"), + "user_search__communities" : MessageLookupByLibrary.simpleMessage("Gemenskaper"), + "user_search__list_no_results_found" : m52, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Uppdatera"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Tryck för att försöka igen."), + "user_search__list_search_text" : m53, + "user_search__no_communities_for" : m54, + "user_search__no_results_for" : m55, + "user_search__no_users_for" : m56, + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Sök..."), + "user_search__searching_for" : m57, + "user_search__users" : MessageLookupByLibrary.simpleMessage("AnvĂ€ndare") + }; +} diff --git a/lib/locale/messages_tr.dart b/lib/locale/messages_tr.dart new file mode 100644 index 000000000..dc976fe53 --- /dev/null +++ b/lib/locale/messages_tr.dart @@ -0,0 +1,848 @@ +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart +// This is a library that provides messages for a tr locale. All the +// messages from the main program should be duplicated here with the same +// function name. + +// ignore_for_file: unnecessary_brace_in_string_interps + +import 'package:intl/intl.dart'; +import 'package:intl/message_lookup_by_library.dart'; + +// ignore: unnecessary_new +final messages = new MessageLookup(); + +// ignore: unused_element +final _keepAnalysisHappy = Intl.defaultLocale; + +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + +class MessageLookup extends MessageLookupByLibrary { + get localeName => 'tr'; + + static m0(minLength, maxLength) => "(${minLength}-${maxLength} karakter)"; + + static m1(minLength, maxLength) => "Açıklama karakter sayısı ${minLength} ve ${maxLength} uzunluğu arasında olmalıdır."; + + static m2(minLength, maxLength) => "Ä°sim karakter sayısı ${minLength} ve ${maxLength} uzunluğu arasında olmalıdır."; + + static m3(minLength, maxLength) => "Parola karakter sayısı ${minLength} ve ${maxLength} uzunluğu arasında olmalıdır."; + + static m4(maxLength) => "Bir kullanıcı adı ${maxLength} karakterden daha uzun olamaz."; + + static m5(maxLength) => "Sıfatlar kısmı ${maxLength} karakterden daha uzun olamaz."; + + static m6(username) => "Topluluk yöneticisi olarak @${username} adlı kullanıcıyı eklemek istediğinizden emin misiniz?"; + + static m7(username) => "@${username} adlı kullanıcıyı engellemek istediğinizden emin misiniz?"; + + static m8(maxLength) => "Açıklama kısmı ${maxLength} karakterden daha uzun olamaz."; + + static m9(username) => "@${username} adlı kiƟiyi topluluk yöneticisi olarak eklemek istediğinden emin misin?"; + + static m10(maxLength) => "Ä°sim ${maxLength} karakterden daha uzun olamaz."; + + static m11(min) => "En az ${min} kategori seçmelisin."; + + static m12(min) => "En az ${min} kategori seçmelisin."; + + static m13(max) => "${max} kategoriye kadar seç"; + + static m14(maxLength) => "Kurallar bölĂŒmĂŒ ${maxLength} karakterden daha uzun olamaz."; + + static m15(takenName) => "\'${takenName}\' olarak topluluk adı alınmÄ±ĆŸ"; + + static m16(maxLength) => "BaƟlık ${maxLength} karakterden daha uzun olamaz."; + + static m17(categoryName) => "${categoryName} kategorisindeki trend"; + + static m18(currentUserLanguage) => "Dil (${currentUserLanguage})"; + + static m19(resourceCount, resourceName) => "Hepsini gör ${resourceCount} ${resourceName}"; + + static m20(postCommentText) => "Ayrıca [name] [username] yorum yaptı: ${postCommentText}"; + + static m21(postCommentText) => "[name] [username] gönderinize yorum yaptı: ${postCommentText}"; + + static m22(postCommentText) => "ayrıca [name] [username] yanıtladı: ${postCommentText}"; + + static m23(postCommentText) => "[name] [username] yanıtladı: ${postCommentText}"; + + static m24(postCommentText) => "[name] [username] bir yorumda sizden bahsetti: ${postCommentText}"; + + static m25(communityName) => "[name] [username] sizi /c/${communityName} topluluğuna davet etti."; + + static m26(maxLength) => "Yorum kısmı ${maxLength} karakterden daha uzun olamaz."; + + static m27(commentsCount) => "${commentsCount} yorumun tĂŒmĂŒnĂŒ görĂŒntĂŒle"; + + static m28(circlesSearchQuery) => "\'\'\'${circlesSearchQuery}\' ile eƟleƟen hiçbir çevre bulunamadı."; + + static m29(name) => "${name} henĂŒz bir Ɵey paylaƟmadı."; + + static m30(postCreatorUsername) => "@${postCreatorUsername} adlı kullanıcının çevreleri"; + + static m31(maxLength) => "Çevre adı ${maxLength} karakterden daha uzun olamaz."; + + static m32(prettyUsersCount) => "${prettyUsersCount} kiƟi"; + + static m33(username) => "@${username} adlı kullanıcıyı engellemek istediğinizden emin misiniz?"; + + static m34(userName) => "${userName} ile bağlantıyı onaylayın"; + + static m35(userName) => "${userName} ile bağlan"; + + static m36(userName) => "${userName} ile bağlantını kes"; + + static m37(limit) => "Resim çok bĂŒyĂŒk (limit: ${limit} MB)"; + + static m38(username) => "Kullanıcı adı @${username} alındı"; + + static m39(searchQuery) => "\'${searchQuery}\' ile eƟleƟen hiçbir emoji bulunamadı."; + + static m40(searchQuery) => "\'${searchQuery}\' için hiç bir liste bulunamadı"; + + static m41(prettyUsersCount) => "${prettyUsersCount} hesap"; + + static m42(prettyUsersCount) => "${prettyUsersCount} Hesap"; + + static m43(groupName) => "${groupName} TĂŒmĂŒnĂŒ gör"; + + static m44(iosLink, androidLink, inviteLink) => "Hey, seni Okuna\'ya davet etmek istiyorum. Öncelikle, iTunes (${iosLink}) veya Google Play Store\'dan (${androidLink}) uygulamayı indirin. Ä°kinci olarak, bu kiƟiselleƟtirilmiƟ davet bağlantısını Okuna Uygulamasındaki \'Kayıt ol\' formuna yapÄ±ĆŸtırın: ${inviteLink}"; + + static m45(username) => "@${username} kullanıcı adı ile katıldı"; + + static m46(email) => "${email} adresine gönderilen e-posta davetiyesi beklemede"; + + static m47(maxLength) => "Liste adı ${maxLength} karakterden daha uzun olamaz."; + + static m48(maxLength) => "Biyografi kısmı ${maxLength} karakterden daha uzun olamaz."; + + static m49(maxLength) => "Konum adı ${maxLength} karakterden daha uzun olamaz."; + + static m50(takenConnectionsCircleName) => "Çevre adı \'${takenConnectionsCircleName}\' olarak alındı"; + + static m51(listName) => "Liste adı \'${listName}\' olarak alındı"; + + static m52(searchQuery) => "\'${searchQuery}\' ile ilgili bir eƟleƟme yok."; + + static m53(resourcePluralName) => "${resourcePluralName} için hiç bir bulunamadı."; + + static m54(resourcePluralName) => "${resourcePluralName} Aranıyor..."; + + static m55(searchQuery) => "\'\'${searchQuery} \'için hiç topluluk bulunamadı."; + + static m56(searchQuery) => "\'${searchQuery}\' için hiç bir sonuç bulunamadı."; + + static m57(searchQuery) => "\'\'${searchQuery}\' için hiç bir kullanıcı bulunamadı."; + + static m58(searchQuery) => "\'${searchQuery}\' için arama yapılıyor"; + + final messages = _notInlinedMessages(_notInlinedMessages); + static _notInlinedMessages(_) => { + "auth__change_password_current_pwd" : MessageLookupByLibrary.simpleMessage("ƞimdiki Ɵifreniz"), + "auth__change_password_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Geçerli Ɵifrenizi giriniz"), + "auth__change_password_current_pwd_incorrect" : MessageLookupByLibrary.simpleMessage("Girilen Ɵifre hatalı"), + "auth__change_password_new_pwd" : MessageLookupByLibrary.simpleMessage("Yeni Ɵifre"), + "auth__change_password_new_pwd_error" : MessageLookupByLibrary.simpleMessage("LĂŒtfen Ɵifrenizin 10 ila 100 karakter uzunluğunda olduğundan emin olun"), + "auth__change_password_new_pwd_hint" : MessageLookupByLibrary.simpleMessage("Yeni Ɵifrenizi girin"), + "auth__change_password_save_success" : MessageLookupByLibrary.simpleMessage("Hepsi iyi! Ɵifreniz gĂŒncellenmiƟtir"), + "auth__change_password_save_text" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "auth__change_password_title" : MessageLookupByLibrary.simpleMessage("ƞifreyi değiƟtir"), + "auth__create_acc__almost_there" : MessageLookupByLibrary.simpleMessage("Neredeyse tamamlandı..."), + "auth__create_acc__are_you_legal_age" : MessageLookupByLibrary.simpleMessage("16 yaĆŸÄ±ndan bĂŒyĂŒk mĂŒsĂŒnĂŒz?"), + "auth__create_acc__avatar_choose_camera" : MessageLookupByLibrary.simpleMessage("Bir fotoğraf çekin"), + "auth__create_acc__avatar_choose_gallery" : MessageLookupByLibrary.simpleMessage("Mevcut bir fotoğrafı kullan"), + "auth__create_acc__avatar_remove_photo" : MessageLookupByLibrary.simpleMessage("Fotoğrafı sil"), + "auth__create_acc__avatar_tap_to_change" : MessageLookupByLibrary.simpleMessage("DeğiƟtirmek için dokunun"), + "auth__create_acc__can_change_username" : MessageLookupByLibrary.simpleMessage("Ä°sterseniz profil sayfanızdan istediğiniz zaman değiƟtirebilirsiniz."), + "auth__create_acc__congratulations" : MessageLookupByLibrary.simpleMessage("Tebrikler!"), + "auth__create_acc__create_account" : MessageLookupByLibrary.simpleMessage("Hesap oluƟtur"), + "auth__create_acc__done" : MessageLookupByLibrary.simpleMessage("Hesap oluƟtur"), + "auth__create_acc__done_continue" : MessageLookupByLibrary.simpleMessage("Oturum aç"), + "auth__create_acc__done_created" : MessageLookupByLibrary.simpleMessage("Hesabınız kullanıcı adıyla oluƟturuldu "), + "auth__create_acc__done_description" : MessageLookupByLibrary.simpleMessage("Hesabınız oluƟturuldu."), + "auth__create_acc__done_subtext" : MessageLookupByLibrary.simpleMessage("Bunu profil ayarlarından değiƟtirebilirsiniz."), + "auth__create_acc__done_title" : MessageLookupByLibrary.simpleMessage("YaƟasın!"), + "auth__create_acc__email_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± E-posta kısmı boƟ olamaz"), + "auth__create_acc__email_invalid_error" : MessageLookupByLibrary.simpleMessage("😅 LĂŒtfen geçerli bir e-posta adresi girin."), + "auth__create_acc__email_placeholder" : MessageLookupByLibrary.simpleMessage("john_travolta@mail.com"), + "auth__create_acc__email_server_error" : MessageLookupByLibrary.simpleMessage("😭 Sunucularımızla ilgili sorunlar yaĆŸÄ±yoruz, lĂŒtfen birkaç dakika içinde tekrar deneyin."), + "auth__create_acc__email_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ€” Bu e-postaya kayıtlı zaten bir hesap bulunuyor."), + "auth__create_acc__lets_get_started" : MessageLookupByLibrary.simpleMessage("Haydi baƟlayalım"), + "auth__create_acc__link_empty_error" : MessageLookupByLibrary.simpleMessage("Link boƟ olamaz."), + "auth__create_acc__link_invalid_error" : MessageLookupByLibrary.simpleMessage("Bu bağlantı geçersiz görĂŒnĂŒyor."), + "auth__create_acc__name_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Bir isim sadece alfanĂŒmerik karakterler içerebilir (Ɵimdilik)."), + "auth__create_acc__name_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Ä°sim kısmı boƟ olamaz."), + "auth__create_acc__name_length_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Adınız 50 karakterden uzun olamaz. (Öyleyse, çok ĂŒzgĂŒnĂŒz.)"), + "auth__create_acc__name_placeholder" : MessageLookupByLibrary.simpleMessage("James Bond"), + "auth__create_acc__next" : MessageLookupByLibrary.simpleMessage("Ä°leri"), + "auth__create_acc__one_last_thing" : MessageLookupByLibrary.simpleMessage("Son bir Ɵey..."), + "auth__create_acc__password_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± ƞifre kısmı boƟ bırakılamaz"), + "auth__create_acc__password_length_error" : MessageLookupByLibrary.simpleMessage("😅 Bir Ɵifre 8 ile 64 karakter arasında olmalıdır."), + "auth__create_acc__paste_link" : MessageLookupByLibrary.simpleMessage("Kayıt bağlantınızı aƟağıya yapÄ±ĆŸtırın"), + "auth__create_acc__paste_link_help_text" : MessageLookupByLibrary.simpleMessage("Davet e-postanızdaki Openbook\'a Katıl dĂŒÄŸmesini tıklayın."), + "auth__create_acc__paste_password_reset_link" : MessageLookupByLibrary.simpleMessage("ƞifre sıfırlama bağlantınızı aƟağıya yapÄ±ĆŸtırın"), + "auth__create_acc__previous" : MessageLookupByLibrary.simpleMessage("Geri"), + "auth__create_acc__register" : MessageLookupByLibrary.simpleMessage("Kayıt Ol"), + "auth__create_acc__request_invite" : MessageLookupByLibrary.simpleMessage("Davet yok mu? Buradan bir tane isteyin."), + "auth__create_acc__submit_error_desc_server" : MessageLookupByLibrary.simpleMessage("😭 Sunucularımızla ilgili sorunlar yaĆŸÄ±yoruz, lĂŒtfen birkaç dakika içinde tekrar deneyin."), + "auth__create_acc__submit_error_desc_validation" : MessageLookupByLibrary.simpleMessage("😅 Bazı bilgiler doğru değil gibi görĂŒnĂŒyor, lĂŒtfen kontrol edin ve tekrar deneyin."), + "auth__create_acc__submit_error_title" : MessageLookupByLibrary.simpleMessage("Oh hayır..."), + "auth__create_acc__submit_loading_desc" : MessageLookupByLibrary.simpleMessage("Hesabınızı yaratıyoruz."), + "auth__create_acc__submit_loading_title" : MessageLookupByLibrary.simpleMessage("Az kaldı!"), + "auth__create_acc__subscribe" : MessageLookupByLibrary.simpleMessage("Ä°ste"), + "auth__create_acc__subscribe_to_waitlist_text" : MessageLookupByLibrary.simpleMessage("Davet et!"), + "auth__create_acc__username_characters_error" : MessageLookupByLibrary.simpleMessage("😅 Bir kullanıcı ismi yalnızca alfasayısal karakterler ve alt çizgiler içerebilir."), + "auth__create_acc__username_empty_error" : MessageLookupByLibrary.simpleMessage("đŸ˜± Kullanıcı ismi boƟ olamaz."), + "auth__create_acc__username_length_error" : MessageLookupByLibrary.simpleMessage("😅 Bir kullanıcı ismi 30 karakterden uzun olamaz."), + "auth__create_acc__username_placeholder" : MessageLookupByLibrary.simpleMessage("pablopicasso"), + "auth__create_acc__username_server_error" : MessageLookupByLibrary.simpleMessage("😭 Sunucularımızla ilgili sorunlar yaĆŸÄ±yoruz, lĂŒtfen birkaç dakika içinde tekrar deneyin."), + "auth__create_acc__username_taken_error" : MessageLookupByLibrary.simpleMessage("đŸ˜© @%s kullanıcı ismi daha önce alınmÄ±ĆŸtır."), + "auth__create_acc__welcome_to_beta" : MessageLookupByLibrary.simpleMessage("Betaya hoƟ geldiniz!"), + "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("Profil fotoğrafı seçin"), + "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("E-posta adresin nedir?"), + "auth__create_acc__what_name" : MessageLookupByLibrary.simpleMessage("Ä°sminiz nedir?"), + "auth__create_acc__what_password" : MessageLookupByLibrary.simpleMessage("Bir parola seçin"), + "auth__create_acc__what_password_subtext" : MessageLookupByLibrary.simpleMessage("(en az 10 karakter)"), + "auth__create_acc__what_username" : MessageLookupByLibrary.simpleMessage("Bir kullanıcı adı seç"), + "auth__create_acc__your_subscribed" : MessageLookupByLibrary.simpleMessage("{0}. bekleme listesindesin."), + "auth__create_acc__your_username_is" : MessageLookupByLibrary.simpleMessage("Kullanıcı adınız "), + "auth__create_acc_password_hint_text" : m0, + "auth__create_account" : MessageLookupByLibrary.simpleMessage("Kayıt ol"), + "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("Açıklama boƟ olamaz."), + "auth__description_range_error" : m1, + "auth__email_empty_error" : MessageLookupByLibrary.simpleMessage("Eposta boƟ bırakılamaz."), + "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("LĂŒtfen geçerli bir e-posta adresi girin."), + "auth__headline" : MessageLookupByLibrary.simpleMessage("Daha iyi bir sosyal ağ."), + "auth__login" : MessageLookupByLibrary.simpleMessage("Oturum aç"), + "auth__login__connection_error" : MessageLookupByLibrary.simpleMessage("Sunucularımıza ulaƟamıyoruz. Ä°nternete bağlı mısınız?"), + "auth__login__credentials_mismatch_error" : MessageLookupByLibrary.simpleMessage("Verdiğiniz kimlik bilgileri uyuƟmuyor."), + "auth__login__email_label" : MessageLookupByLibrary.simpleMessage("E-Posta"), + "auth__login__forgot_password" : MessageLookupByLibrary.simpleMessage("ƞifreyi unuttum"), + "auth__login__forgot_password_subtitle" : MessageLookupByLibrary.simpleMessage("Kullanıcı adınızı veya e-posta adresinizi girin"), + "auth__login__login" : MessageLookupByLibrary.simpleMessage("Devam et"), + "auth__login__or_text" : MessageLookupByLibrary.simpleMessage("ya da"), + "auth__login__password_empty_error" : MessageLookupByLibrary.simpleMessage("ƞifre gereklidir."), + "auth__login__password_label" : MessageLookupByLibrary.simpleMessage("ƞifre"), + "auth__login__password_length_error" : MessageLookupByLibrary.simpleMessage("ƞifre 8 ile 64 karakter arasında olmalıdır."), + "auth__login__previous" : MessageLookupByLibrary.simpleMessage("Önceki"), + "auth__login__server_error" : MessageLookupByLibrary.simpleMessage("Ah.. Sunucu sorunları yaĆŸÄ±yoruz. LĂŒtfen birkaç dakika içinde tekrar deneyin."), + "auth__login__subtitle" : MessageLookupByLibrary.simpleMessage("Devam etmek için kimlik bilgilerinizi girin."), + "auth__login__title" : MessageLookupByLibrary.simpleMessage("Tekrar HoƟgeldin!"), + "auth__login__username_characters_error" : MessageLookupByLibrary.simpleMessage("Kullanıcı adı yalnızca alfasayısal karakterler ve alt çizgiler içerebilir."), + "auth__login__username_empty_error" : MessageLookupByLibrary.simpleMessage("Kullanıcı adı gereklidir."), + "auth__login__username_label" : MessageLookupByLibrary.simpleMessage("Kullanıcı ismi"), + "auth__login__username_length_error" : MessageLookupByLibrary.simpleMessage("Kullanıcı adı 30 karakterden uzun olamaz."), + "auth__name_empty_error" : MessageLookupByLibrary.simpleMessage("Ä°sim boƟ olamaz."), + "auth__name_range_error" : m2, + "auth__password_empty_error" : MessageLookupByLibrary.simpleMessage("Parola boƟ bırakılamaz."), + "auth__password_range_error" : m3, + "auth__reset_password_success_info" : MessageLookupByLibrary.simpleMessage("ƞifreniz baƟarıyla gĂŒncellendi"), + "auth__reset_password_success_title" : MessageLookupByLibrary.simpleMessage("Her Ɵey tamam!"), + "auth__username_characters_error" : MessageLookupByLibrary.simpleMessage("Bir kullanıcı ismi yalnızca alfasayısal karakterler ve alt çizgiler içerebilir."), + "auth__username_empty_error" : MessageLookupByLibrary.simpleMessage("Kullanıcı adı boƟ olamaz."), + "auth__username_maxlength_error" : m4, + "community__about" : MessageLookupByLibrary.simpleMessage("Hakkında"), + "community__actions_invite_people_title" : MessageLookupByLibrary.simpleMessage("Ä°nsanları topluluğa davet et"), + "community__actions_manage_text" : MessageLookupByLibrary.simpleMessage("Yönet"), + "community__add_administrators_title" : MessageLookupByLibrary.simpleMessage("Yönetici ekle."), + "community__add_moderator_title" : MessageLookupByLibrary.simpleMessage("Yönetici ekle"), + "community__adjectives_range_error" : m5, + "community__admin_add_confirmation" : m6, + "community__admin_desc" : MessageLookupByLibrary.simpleMessage("Bu, ĂŒyenin topluluk ayrıntılarını, yöneticileri, moderatörleri ve engelli kullanıcıları dĂŒzenlemesini sağlar."), + "community__administrated_communities" : MessageLookupByLibrary.simpleMessage("yönetilen topluluklar"), + "community__administrated_community" : MessageLookupByLibrary.simpleMessage("yönetilen topluluk"), + "community__administrated_title" : MessageLookupByLibrary.simpleMessage("Yönetilen"), + "community__administrator_plural" : MessageLookupByLibrary.simpleMessage("yöneticiler"), + "community__administrator_text" : MessageLookupByLibrary.simpleMessage("yönetici"), + "community__administrator_you" : MessageLookupByLibrary.simpleMessage("Sen"), + "community__administrators_title" : MessageLookupByLibrary.simpleMessage("Yöneticiler"), + "community__ban_confirmation" : m7, + "community__ban_desc" : MessageLookupByLibrary.simpleMessage("Bu, kullanıcıyı topluluktan kaldırır ve tekrar katılmalarına izin vermez."), + "community__ban_user_title" : MessageLookupByLibrary.simpleMessage("Kullanıcıyı engelle"), + "community__banned_user_text" : MessageLookupByLibrary.simpleMessage("engellenen kullanıcı"), + "community__banned_users_text" : MessageLookupByLibrary.simpleMessage("engellenen kullanıcılar"), + "community__banned_users_title" : MessageLookupByLibrary.simpleMessage("Engellenen kullanıcılar"), + "community__button_rules" : MessageLookupByLibrary.simpleMessage("Kurallar"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Personel"), + "community__categories" : MessageLookupByLibrary.simpleMessage("kategoriler."), + "community__category" : MessageLookupByLibrary.simpleMessage("kategori."), + "community__communities" : MessageLookupByLibrary.simpleMessage("topluluklar"), + "community__communities_all_text" : MessageLookupByLibrary.simpleMessage("TĂŒmĂŒ"), + "community__communities_no_category_found" : MessageLookupByLibrary.simpleMessage("Kategori bulunamadı. LĂŒtfen birkaç dakika içinde tekrar deneyin."), + "community__communities_refresh_text" : MessageLookupByLibrary.simpleMessage("Yenile"), + "community__communities_title" : MessageLookupByLibrary.simpleMessage("Topluluklar"), + "community__community" : MessageLookupByLibrary.simpleMessage("topluluk"), + "community__community_members" : MessageLookupByLibrary.simpleMessage("Topluluk ĂŒyeleri"), + "community__community_staff" : MessageLookupByLibrary.simpleMessage("Topluluk kadrosu"), + "community__confirmation_title" : MessageLookupByLibrary.simpleMessage("Onay"), + "community__delete_confirmation" : MessageLookupByLibrary.simpleMessage("Topluluğu silmek istediğinden emin misin?"), + "community__delete_desc" : MessageLookupByLibrary.simpleMessage("Bu zaman çizelgesinde mesajları göremezsiniz ya da artık yayınlamak mĂŒmkĂŒn değildir."), + "community__description_range_error" : m8, + "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Favori topluluk"), + "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("favori topluluklar"), + "community__favorite_community" : MessageLookupByLibrary.simpleMessage("favori topluluk"), + "community__favorites_title" : MessageLookupByLibrary.simpleMessage("Favoriler"), + "community__invite_to_community_resource_plural" : MessageLookupByLibrary.simpleMessage("bağlantılar ve takipçiler"), + "community__invite_to_community_resource_singular" : MessageLookupByLibrary.simpleMessage("bağlantı veya takipçi"), + "community__invite_to_community_title" : MessageLookupByLibrary.simpleMessage("Topluluğa davet et"), + "community__invited_by_member" : MessageLookupByLibrary.simpleMessage("Bir ĂŒye tarafından davet edilmelisin."), + "community__invited_by_moderator" : MessageLookupByLibrary.simpleMessage("Bir moderatör tarafından davet edilmen gerekiyor."), + "community__is_private" : MessageLookupByLibrary.simpleMessage("Bu topluluk özel."), + "community__join_communities_desc" : MessageLookupByLibrary.simpleMessage("Bu sekmeyi canlandırmak için topluluklara katılın!"), + "community__join_community" : MessageLookupByLibrary.simpleMessage("Katıl"), + "community__joined_communities" : MessageLookupByLibrary.simpleMessage("topluluklara katıldın"), + "community__joined_community" : MessageLookupByLibrary.simpleMessage("topluluğa katıldın"), + "community__joined_title" : MessageLookupByLibrary.simpleMessage("Katıldın"), + "community__leave_community" : MessageLookupByLibrary.simpleMessage("Ayrıl"), + "community__leave_confirmation" : MessageLookupByLibrary.simpleMessage("Topluluktan ayrılmak istediğinden emin misin?"), + "community__leave_desc" : MessageLookupByLibrary.simpleMessage("Bu zaman çizelgesinde mesajları göremezsiniz ya da artık yayınlamak mĂŒmkĂŒn değildir."), + "community__manage_add_favourite" : MessageLookupByLibrary.simpleMessage("Topluluğu favorilerinize ekleyin"), + "community__manage_admins_desc" : MessageLookupByLibrary.simpleMessage("Yöneticileri görĂŒn, ekleyin ve kaldırın."), + "community__manage_admins_title" : MessageLookupByLibrary.simpleMessage("Yöneticiler"), + "community__manage_banned_desc" : MessageLookupByLibrary.simpleMessage("Engelli kullanıcıları görĂŒn, ekleyin ve kaldırın."), + "community__manage_banned_title" : MessageLookupByLibrary.simpleMessage("Engellenen kullanıcılar"), + "community__manage_closed_posts_desc" : MessageLookupByLibrary.simpleMessage("Kapalı yayınları görĂŒn ve yönetin"), + "community__manage_closed_posts_title" : MessageLookupByLibrary.simpleMessage("Kapalı yayınlar"), + "community__manage_delete_desc" : MessageLookupByLibrary.simpleMessage("Sonsuza dek Topluluğu sil."), + "community__manage_delete_title" : MessageLookupByLibrary.simpleMessage("Topluluğu sil"), + "community__manage_details_desc" : MessageLookupByLibrary.simpleMessage("BaƟlığı, ismi, avatarı, kapak fotoğrafını ve daha fazlasını değiƟtirin."), + "community__manage_details_title" : MessageLookupByLibrary.simpleMessage("Ayrıntılar"), + "community__manage_invite_desc" : MessageLookupByLibrary.simpleMessage("Bağlantılarınızı ve takipçilerinizi topluluğa katılmaya davet edin."), + "community__manage_invite_title" : MessageLookupByLibrary.simpleMessage("Ä°nsanları davet et"), + "community__manage_leave_desc" : MessageLookupByLibrary.simpleMessage("Topluluktan ayrıl."), + "community__manage_leave_title" : MessageLookupByLibrary.simpleMessage("Topluluktan ayrıl"), + "community__manage_mod_reports_desc" : MessageLookupByLibrary.simpleMessage("Topluluk denetim raporlarını gözden geçirin."), + "community__manage_mod_reports_title" : MessageLookupByLibrary.simpleMessage("Denetim raporları"), + "community__manage_mods_desc" : MessageLookupByLibrary.simpleMessage("Moderatörleri görĂŒn, ekleyin ve kaldırın."), + "community__manage_mods_title" : MessageLookupByLibrary.simpleMessage("Moderatörler"), + "community__manage_remove_favourite" : MessageLookupByLibrary.simpleMessage("Topluluğu favorilerinizden kaldırın"), + "community__manage_title" : MessageLookupByLibrary.simpleMessage("Topluluğu yönet"), + "community__member" : MessageLookupByLibrary.simpleMessage("ĂŒye"), + "community__member_capitalized" : MessageLookupByLibrary.simpleMessage("Üye"), + "community__member_plural" : MessageLookupByLibrary.simpleMessage("ĂŒyeler"), + "community__members_capitalized" : MessageLookupByLibrary.simpleMessage("Üyeler"), + "community__moderated_communities" : MessageLookupByLibrary.simpleMessage("denetlediğin topluluklar"), + "community__moderated_community" : MessageLookupByLibrary.simpleMessage("denetlediğin topluluk"), + "community__moderated_title" : MessageLookupByLibrary.simpleMessage("Denetlediğin"), + "community__moderator_add_confirmation" : m9, + "community__moderator_desc" : MessageLookupByLibrary.simpleMessage("Bu, ĂŒyenin topluluk ayrıntılarını, moderatörleri ve engelli kullanıcıları dĂŒzenlemesini sağlar."), + "community__moderator_resource_name" : MessageLookupByLibrary.simpleMessage("moderatör"), + "community__moderators_resource_name" : MessageLookupByLibrary.simpleMessage("yöneticiler"), + "community__moderators_title" : MessageLookupByLibrary.simpleMessage("Moderatörler"), + "community__moderators_you" : MessageLookupByLibrary.simpleMessage("Sen"), + "community__name_characters_error" : MessageLookupByLibrary.simpleMessage("Ä°sim yalnızca alfasayısal karakterler ve alt çizgiler içerebilir."), + "community__name_empty_error" : MessageLookupByLibrary.simpleMessage("Ä°sim boƟ olamaz."), + "community__name_range_error" : m10, + "community__no" : MessageLookupByLibrary.simpleMessage("Hayır"), + "community__pick_atleast_min_categories" : m11, + "community__pick_atleast_min_category" : m12, + "community__pick_upto_max" : m13, + "community__post_plural" : MessageLookupByLibrary.simpleMessage("gönderiler"), + "community__post_singular" : MessageLookupByLibrary.simpleMessage("gönderi"), + "community__posts" : MessageLookupByLibrary.simpleMessage("Gönderiler"), + "community__refresh_text" : MessageLookupByLibrary.simpleMessage("Yenile"), + "community__refreshing" : MessageLookupByLibrary.simpleMessage("Ferahlatıcı topluluk"), + "community__rules_empty_error" : MessageLookupByLibrary.simpleMessage("Kurallar bölĂŒmĂŒ boƟ bırakılmaz."), + "community__rules_range_error" : m14, + "community__rules_text" : MessageLookupByLibrary.simpleMessage("Kurallar"), + "community__rules_title" : MessageLookupByLibrary.simpleMessage("Topluluk kuralları"), + "community__save_community_create_community" : MessageLookupByLibrary.simpleMessage("Topluluk oluƟtur"), + "community__save_community_create_text" : MessageLookupByLibrary.simpleMessage("OluƟtur"), + "community__save_community_edit_community" : MessageLookupByLibrary.simpleMessage("Topluluğu dĂŒzenle"), + "community__save_community_label_title" : MessageLookupByLibrary.simpleMessage("BaƟlık"), + "community__save_community_label_title_hint_text" : MessageLookupByLibrary.simpleMessage("örneğin Seyahat, Fotoğraf, Oyun."), + "community__save_community_name_category" : MessageLookupByLibrary.simpleMessage("Kategori"), + "community__save_community_name_label_color" : MessageLookupByLibrary.simpleMessage("Renk"), + "community__save_community_name_label_color_hint_text" : MessageLookupByLibrary.simpleMessage("(DeğiƟtirmek için dokunun)"), + "community__save_community_name_label_desc_optional" : MessageLookupByLibrary.simpleMessage("Açıklama · Ä°steğe Bağlı"), + "community__save_community_name_label_desc_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Topluluğunuzun konusu nedir?"), + "community__save_community_name_label_member_adjective" : MessageLookupByLibrary.simpleMessage("Üye ön adı · Ä°steğe Bağlı"), + "community__save_community_name_label_member_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("örneğin. gezgin, fotoğrafçı, oyuncu."), + "community__save_community_name_label_members_adjective" : MessageLookupByLibrary.simpleMessage("Üyelerin ön adları · Ä°steğe Bağlı"), + "community__save_community_name_label_members_adjective_hint_text" : MessageLookupByLibrary.simpleMessage("örneğin. gezginler, fotoğrafçılar, oyuncular."), + "community__save_community_name_label_rules_optional" : MessageLookupByLibrary.simpleMessage("Kurallar · Ä°steğe Bağlı"), + "community__save_community_name_label_rules_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Kullanıcılarınızın bilmesini istediğiniz bir Ɵey var mı?"), + "community__save_community_name_label_type" : MessageLookupByLibrary.simpleMessage("TĂŒr"), + "community__save_community_name_label_type_hint_text" : MessageLookupByLibrary.simpleMessage("(DeğiƟtirmek için dokunun)"), + "community__save_community_name_member_invites" : MessageLookupByLibrary.simpleMessage("Üye davetleri"), + "community__save_community_name_member_invites_subtitle" : MessageLookupByLibrary.simpleMessage("Üyeler, insanları topluluğa davet edebilir"), + "community__save_community_name_taken" : m15, + "community__save_community_name_title" : MessageLookupByLibrary.simpleMessage("Ä°sim"), + "community__save_community_name_title_hint_text" : MessageLookupByLibrary.simpleMessage(" örneğin. Seyahat, Fotoğrafçılık, Oyun."), + "community__save_community_save_text" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "community__title_empty_error" : MessageLookupByLibrary.simpleMessage("BaƟlık boƟ olamaz."), + "community__title_range_error" : m16, + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("TĂŒm kategorilerdeki trendler"), + "community__trending_in_category" : m17, + "community__trending_none_found" : MessageLookupByLibrary.simpleMessage("Hiç trend olan bir topluluk bulunamadı. Birkaç dakika sonra tekrar deneyin."), + "community__trending_refresh" : MessageLookupByLibrary.simpleMessage("Yenile"), + "community__type_private" : MessageLookupByLibrary.simpleMessage("Özel"), + "community__type_public" : MessageLookupByLibrary.simpleMessage("Herkese Açık"), + "community__unfavorite_action" : MessageLookupByLibrary.simpleMessage("Topluluğu favorilerden çıkar"), + "community__user_you_text" : MessageLookupByLibrary.simpleMessage("Sen"), + "community__yes" : MessageLookupByLibrary.simpleMessage("Evet"), + "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("Öneriler"), + "drawer__account_settings" : MessageLookupByLibrary.simpleMessage("Hesap Ayarları"), + "drawer__account_settings_blocked_users" : MessageLookupByLibrary.simpleMessage("EngellenmiƟ kullanıcılar"), + "drawer__account_settings_change_email" : MessageLookupByLibrary.simpleMessage("E-Postanı DeğiƟtir"), + "drawer__account_settings_change_password" : MessageLookupByLibrary.simpleMessage("ƞifreni DeğiƟtir"), + "drawer__account_settings_delete_account" : MessageLookupByLibrary.simpleMessage("Hesabı sil"), + "drawer__account_settings_language" : m18, + "drawer__account_settings_language_text" : MessageLookupByLibrary.simpleMessage("Dil"), + "drawer__account_settings_notifications" : MessageLookupByLibrary.simpleMessage("Bildirimler"), + "drawer__app_account_text" : MessageLookupByLibrary.simpleMessage("Uygulama ve Hesap"), + "drawer__application_settings" : MessageLookupByLibrary.simpleMessage("Uygulama Ayarları"), + "drawer__connections" : MessageLookupByLibrary.simpleMessage("Bağlantılarım"), + "drawer__customize" : MessageLookupByLibrary.simpleMessage("KiƟiselleƟtir"), + "drawer__global_moderation" : MessageLookupByLibrary.simpleMessage("Global denetim"), + "drawer__help" : MessageLookupByLibrary.simpleMessage("Destek ve Geri Bildirim"), + "drawer__lists" : MessageLookupByLibrary.simpleMessage("Listelerim"), + "drawer__logout" : MessageLookupByLibrary.simpleMessage("Oturumu Kapat"), + "drawer__main_title" : MessageLookupByLibrary.simpleMessage("Openspace\'im"), + "drawer__menu_title" : MessageLookupByLibrary.simpleMessage("MenĂŒ"), + "drawer__my_circles" : MessageLookupByLibrary.simpleMessage("Çevrelerim"), + "drawer__my_followers" : MessageLookupByLibrary.simpleMessage("Takipçilerim"), + "drawer__my_following" : MessageLookupByLibrary.simpleMessage("Takip ettiklerim"), + "drawer__my_invites" : MessageLookupByLibrary.simpleMessage("Davetlerim"), + "drawer__my_lists" : MessageLookupByLibrary.simpleMessage("Listelerim"), + "drawer__my_mod_penalties" : MessageLookupByLibrary.simpleMessage("Moderasyon cezalarım"), + "drawer__my_pending_mod_tasks" : MessageLookupByLibrary.simpleMessage("Bekleyen Moderasyon görevlerim"), + "drawer__profile" : MessageLookupByLibrary.simpleMessage("Profil"), + "drawer__settings" : MessageLookupByLibrary.simpleMessage("Ayarlar"), + "drawer__themes" : MessageLookupByLibrary.simpleMessage("Temalar"), + "drawer__useful_links_guidelines" : MessageLookupByLibrary.simpleMessage("Openspace\'in ilkeleri"), + "drawer__useful_links_guidelines_bug_tracker" : MessageLookupByLibrary.simpleMessage("Hata izleyici"), + "drawer__useful_links_guidelines_bug_tracker_desc" : MessageLookupByLibrary.simpleMessage("Bir hata rapor edin veya var olan hataları oylayın"), + "drawer__useful_links_guidelines_desc" : MessageLookupByLibrary.simpleMessage("Hepinizin sağlıklı ve dostça bir ortak varlığınızı korumak için izlemeniz gereken kurallar."), + "drawer__useful_links_guidelines_feature_requests" : MessageLookupByLibrary.simpleMessage("Özellik istekleri"), + "drawer__useful_links_guidelines_feature_requests_desc" : MessageLookupByLibrary.simpleMessage("Bir özellik isteyin veya var olan istekleri oylayın"), + "drawer__useful_links_guidelines_github" : MessageLookupByLibrary.simpleMessage("Github proje panosu"), + "drawer__useful_links_guidelines_github_desc" : MessageLookupByLibrary.simpleMessage("ƞu anda ĂŒzerinde çalÄ±ĆŸtığımıza bir göz atın"), + "drawer__useful_links_guidelines_handbook" : MessageLookupByLibrary.simpleMessage("Openspace el kitabı"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Platformu kullanma hakkında bilmeniz gereken her Ɵeyi içeren bir kitap"), + "drawer__useful_links_slack_channel" : MessageLookupByLibrary.simpleMessage("Topluluk çözĂŒm kanalı"), + "drawer__useful_links_slack_channel_desc" : MessageLookupByLibrary.simpleMessage("Openspace hakkında her Ɵeyi tartÄ±ĆŸacağınız bir yer"), + "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Okuna Destek"), + "drawer__useful_links_support_desc" : MessageLookupByLibrary.simpleMessage("Yolculuğumuzda bizi destekleyebilecek bir yola bakın!"), + "drawer__useful_links_title" : MessageLookupByLibrary.simpleMessage("Faydalı bağlantılar"), + "error__no_internet_connection" : MessageLookupByLibrary.simpleMessage("Ä°nternet bağlantısı yok"), + "error__unknown_error" : MessageLookupByLibrary.simpleMessage("Bilinmeyen hata"), + "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Ekiple sohbet et"), + "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Detaylı"), + "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Kategori"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Toplulukta denetlenen nesneler"), + "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("Onaylı"), + "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Bu madde doğrulandı"), + "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Nesne"), + "moderation__community_review_reject" : MessageLookupByLibrary.simpleMessage("reddedildi"), + "moderation__community_review_title" : MessageLookupByLibrary.simpleMessage("Yönetilen nesneyi gözden geçir"), + "moderation__confirm_report_community_reported" : MessageLookupByLibrary.simpleMessage("Topluluk bildirildi"), + "moderation__confirm_report_item_reported" : MessageLookupByLibrary.simpleMessage("Öğe bildirildi"), + "moderation__confirm_report_post_comment_reported" : MessageLookupByLibrary.simpleMessage("Gönderideki yorum bildirildi"), + "moderation__confirm_report_post_reported" : MessageLookupByLibrary.simpleMessage("Gönderi bildirildi"), + "moderation__confirm_report_provide_details" : MessageLookupByLibrary.simpleMessage("Raporla alakalı olabilecek ilave detaylar verebilir misiniz?"), + "moderation__confirm_report_provide_happen_next" : MessageLookupByLibrary.simpleMessage("İƟte bundan sonra ne olacak:"), + "moderation__confirm_report_provide_happen_next_desc" : MessageLookupByLibrary.simpleMessage("-Raporunuz isimsiz olarak gönderilecektir. \n-Bir gönderi veya yorum bildiriyorsanız, rapor Openspace çalÄ±ĆŸanına ve varsa topluluk moderatörlerine gönderilecek ve gönderi yayınınızdan gizlenecektir \n- Bir hesap veya topluluğu rapor ediyorsanız, Openspace çalÄ±ĆŸanına gönderilir. \n- Onaylanırsa, içerik silinecek ve hesabın silinmesinden raporun ciddiyetine bağlı olarak belirli saatlere kadar askıya alınmasına karar verilir ve kiƟilere verilen cezalar gözden geçirilir. \n- Raporun platformdaki baƟka bir ĂŒyeye veya topluluğa zarar vermek amacıyla belirtilen nedenle herhangi bir ihlal yapılmadığı tespit edilirse, cezalar size uygulanacaktır.\n"), + "moderation__confirm_report_provide_optional_hint_text" : MessageLookupByLibrary.simpleMessage("Buraya yaz..."), + "moderation__confirm_report_provide_optional_info" : MessageLookupByLibrary.simpleMessage("(Ä°steğe Bağlı)"), + "moderation__confirm_report_submit" : MessageLookupByLibrary.simpleMessage("Anladım, gönder."), + "moderation__confirm_report_title" : MessageLookupByLibrary.simpleMessage("Rapor gönder"), + "moderation__confirm_report_user_reported" : MessageLookupByLibrary.simpleMessage("Kullanıcı bildirildi"), + "moderation__description_text" : MessageLookupByLibrary.simpleMessage("Açıklama"), + "moderation__filters_apply" : MessageLookupByLibrary.simpleMessage("Filtreleri uygula"), + "moderation__filters_other" : MessageLookupByLibrary.simpleMessage("Diğer"), + "moderation__filters_reset" : MessageLookupByLibrary.simpleMessage("Sıfırla"), + "moderation__filters_status" : MessageLookupByLibrary.simpleMessage("Durum"), + "moderation__filters_title" : MessageLookupByLibrary.simpleMessage("Denetim Filtreleri"), + "moderation__filters_type" : MessageLookupByLibrary.simpleMessage("TĂŒr"), + "moderation__filters_verified" : MessageLookupByLibrary.simpleMessage("DoğrulanmÄ±ĆŸ"), + "moderation__global_review_object_text" : MessageLookupByLibrary.simpleMessage("Nesne"), + "moderation__global_review_title" : MessageLookupByLibrary.simpleMessage("Yönetilen nesneyi gözden geçir"), + "moderation__global_review_unverify_text" : MessageLookupByLibrary.simpleMessage("DoğrulanmamÄ±ĆŸ"), + "moderation__global_review_verify_text" : MessageLookupByLibrary.simpleMessage("DoğrulanmÄ±ĆŸ"), + "moderation__globally_moderated_objects" : MessageLookupByLibrary.simpleMessage("Global olarak yönetilen nesneler"), + "moderation__moderated_object_false_text" : MessageLookupByLibrary.simpleMessage("YanlÄ±ĆŸ"), + "moderation__moderated_object_reports_count" : MessageLookupByLibrary.simpleMessage("Rapor sayısı"), + "moderation__moderated_object_status" : MessageLookupByLibrary.simpleMessage("Durum"), + "moderation__moderated_object_title" : MessageLookupByLibrary.simpleMessage("Nesne"), + "moderation__moderated_object_true_text" : MessageLookupByLibrary.simpleMessage("Doğru"), + "moderation__moderated_object_verified" : MessageLookupByLibrary.simpleMessage("DoğrulanmÄ±ĆŸ"), + "moderation__moderated_object_verified_by_staff" : MessageLookupByLibrary.simpleMessage("Openspace çalÄ±ĆŸanı tarafından doğrulandı"), + "moderation__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("moderasyon cezası"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("moderasyon cezaları"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Moderasyon cezaları"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("Bekleyen moderasyon görevleri"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Açıklama Yok"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Durum"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("bekleyen moderasyon görevleri"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("bekleyen moderasyon görevi"), + "moderation__report_account_text" : MessageLookupByLibrary.simpleMessage("Hesabı bildir"), + "moderation__report_comment_text" : MessageLookupByLibrary.simpleMessage("Yorumu bildir"), + "moderation__report_community_text" : MessageLookupByLibrary.simpleMessage("Topluluğu bildir"), + "moderation__report_post_text" : MessageLookupByLibrary.simpleMessage("Gönderiyi bildir"), + "moderation__reporter_text" : MessageLookupByLibrary.simpleMessage("Raporlayıcı"), + "moderation__reports_preview_resource_reports" : MessageLookupByLibrary.simpleMessage("raporlar"), + "moderation__reports_preview_title" : MessageLookupByLibrary.simpleMessage("Raporlar"), + "moderation__reports_see_all" : m19, + "moderation__tap_to_retry" : MessageLookupByLibrary.simpleMessage("Öğeleri yĂŒklemeyi yeniden denemek için dokunun"), + "moderation__update_category_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "moderation__update_category_title" : MessageLookupByLibrary.simpleMessage("Kategoriyi gĂŒncelle"), + "moderation__update_description_report_desc" : MessageLookupByLibrary.simpleMessage("Açıklama raporu"), + "moderation__update_description_report_hint_text" : MessageLookupByLibrary.simpleMessage("örneğin Raporun Ă¶ÄŸesi bulundu..."), + "moderation__update_description_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "moderation__update_description_title" : MessageLookupByLibrary.simpleMessage("Açıklamayı dĂŒzenle"), + "moderation__update_status_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "moderation__update_status_title" : MessageLookupByLibrary.simpleMessage("Durumu gĂŒncelle"), + "moderation__you_have_reported_account_text" : MessageLookupByLibrary.simpleMessage("Bu hesabı bildirdin"), + "moderation__you_have_reported_comment_text" : MessageLookupByLibrary.simpleMessage("Bu yorumu bildirdin"), + "moderation__you_have_reported_community_text" : MessageLookupByLibrary.simpleMessage("Bu topluluğu bildirdin"), + "moderation__you_have_reported_post_text" : MessageLookupByLibrary.simpleMessage("Bu yayını bildirdin"), + "notifications__accepted_connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] bağlantı isteğinizi kabul etti."), + "notifications__comment_comment_notification_tile_user_also_commented" : m20, + "notifications__comment_comment_notification_tile_user_commented" : m21, + "notifications__comment_desc" : MessageLookupByLibrary.simpleMessage("Birisi gönderilerinizden biriyle veya bir yorumunuzla ilgili yorum yazdığında haberdar olun."), + "notifications__comment_reaction_desc" : MessageLookupByLibrary.simpleMessage("Birisi yorumlarınızdan birine tepki verdiğinde haberdar olun."), + "notifications__comment_reaction_title" : MessageLookupByLibrary.simpleMessage("Yorum tepkisi gönderisi"), + "notifications__comment_reply_desc" : MessageLookupByLibrary.simpleMessage("Birisi yorumlarınızdan birini veya yanıtladığınız birini yanıtladığında haberdar olun."), + "notifications__comment_reply_notification_tile_user_also_replied" : m22, + "notifications__comment_reply_notification_tile_user_replied" : m23, + "notifications__comment_reply_title" : MessageLookupByLibrary.simpleMessage("Gönderideki cevap bildirildi"), + "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("Gönderi yorumu"), + "notifications__comment_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Birisi sizden yorumlarından birinde bahsettiğinde haberdar olun"), + "notifications__comment_user_mention_title" : MessageLookupByLibrary.simpleMessage("Gönderi yorumunda bahsedilmesi"), + "notifications__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Birisi sizi bir topluluğa katılmaya davet ettiğinde haberdar olun."), + "notifications__community_invite_title" : MessageLookupByLibrary.simpleMessage("Topluluk daveti"), + "notifications__connection_desc" : MessageLookupByLibrary.simpleMessage("Birisi sizinle bağlantı kurmak istediğinde haberdar olun"), + "notifications__connection_request_tile" : MessageLookupByLibrary.simpleMessage("[name] sizinle [username] kullanıcı adı ile bağlantı kurmak istiyor."), + "notifications__connection_title" : MessageLookupByLibrary.simpleMessage("Bağlantı isteği"), + "notifications__follow_desc" : MessageLookupByLibrary.simpleMessage("Birisi sizi takip etmeye baƟladığında haberdar olun"), + "notifications__follow_title" : MessageLookupByLibrary.simpleMessage("Takip et"), + "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] seni Ɵimdi takip ediyor."), + "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Bir Ɵey olduğunda haberdar olun"), + "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Bildirimler"), + "notifications__mentioned_in_post_comment_tile" : m24, + "notifications__mentioned_in_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] bir gönderide sizden bahsetti."), + "notifications__mute_post_turn_off_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Gönderi yorumlarının bildirimlerini kapat"), + "notifications__mute_post_turn_off_post_notifications" : MessageLookupByLibrary.simpleMessage("Gönderi bildirimlerini kapat"), + "notifications__mute_post_turn_on_post_comment_notifications" : MessageLookupByLibrary.simpleMessage("Gönderi yorumlarının bildirimlerini aç"), + "notifications__mute_post_turn_on_post_notifications" : MessageLookupByLibrary.simpleMessage("Gönderi bildirimlerini aç"), + "notifications__post_reaction_desc" : MessageLookupByLibrary.simpleMessage("Birisi gönderinize yanıt verdiğinde haberdar olun."), + "notifications__post_reaction_title" : MessageLookupByLibrary.simpleMessage("Gönderi tepkisi"), + "notifications__post_user_mention_desc" : MessageLookupByLibrary.simpleMessage("Birisi gönderilerinden birinde sizden bahsettiğinde haberdar olun"), + "notifications__post_user_mention_title" : MessageLookupByLibrary.simpleMessage("Gönderide bahsedilmesi"), + "notifications__reacted_to_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] yorumunuza tepki verdi."), + "notifications__reacted_to_post_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] gönderinize yanıt verdi."), + "notifications__settings_title" : MessageLookupByLibrary.simpleMessage("Bildirim ayarları"), + "notifications__user_community_invite_tile" : m25, + "post__action_comment" : MessageLookupByLibrary.simpleMessage("Yorum"), + "post__action_react" : MessageLookupByLibrary.simpleMessage("Tepki"), + "post__action_reply" : MessageLookupByLibrary.simpleMessage("Cevapla"), + "post__actions_comment_deleted" : MessageLookupByLibrary.simpleMessage("Yorum silindi"), + "post__actions_delete" : MessageLookupByLibrary.simpleMessage("Gönderiyi sil"), + "post__actions_delete_comment" : MessageLookupByLibrary.simpleMessage("Yorumu sil"), + "post__actions_deleted" : MessageLookupByLibrary.simpleMessage("Gönderi silindi"), + "post__actions_edit_comment" : MessageLookupByLibrary.simpleMessage("Yorumu dĂŒzenle"), + "post__actions_report_text" : MessageLookupByLibrary.simpleMessage("Bildir"), + "post__actions_reported_text" : MessageLookupByLibrary.simpleMessage("Bildirildi"), + "post__actions_show_more_text" : MessageLookupByLibrary.simpleMessage("Daha fazla göster"), + "post__close_post" : MessageLookupByLibrary.simpleMessage("Gönderiyi kapat"), + "post__comment_maxlength_error" : m26, + "post__comment_reply_expanded_post" : MessageLookupByLibrary.simpleMessage("Gönderi"), + "post__comment_reply_expanded_reply_comment" : MessageLookupByLibrary.simpleMessage("Yorumu cevapla"), + "post__comment_reply_expanded_reply_hint_text" : MessageLookupByLibrary.simpleMessage("Cevabınız..."), + "post__comment_required_error" : MessageLookupByLibrary.simpleMessage("Yorum kısmı boƟ bırakılamaz."), + "post__commenter_expanded_edit_comment" : MessageLookupByLibrary.simpleMessage("Yorumu dĂŒzenle"), + "post__commenter_expanded_join_conversation" : MessageLookupByLibrary.simpleMessage("Sohbete katıl.."), + "post__commenter_expanded_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "post__commenter_expanded_start_conversation" : MessageLookupByLibrary.simpleMessage("Sohbeti baƟlat.."), + "post__commenter_post_text" : MessageLookupByLibrary.simpleMessage("Gönderi"), + "post__commenter_write_something" : MessageLookupByLibrary.simpleMessage("Bir Ɵey yaz..."), + "post__comments_closed_post" : MessageLookupByLibrary.simpleMessage("Gönderi kapatıldı"), + "post__comments_disabled" : MessageLookupByLibrary.simpleMessage("Yorumlar devre dÄ±ĆŸÄ±"), + "post__comments_disabled_message" : MessageLookupByLibrary.simpleMessage("Gönderi için yorumlar devre dÄ±ĆŸÄ±"), + "post__comments_enabled_message" : MessageLookupByLibrary.simpleMessage("Gönderi için yorumlar etkin"), + "post__comments_header_be_the_first_comments" : MessageLookupByLibrary.simpleMessage("Ä°lk yorumu siz yapın"), + "post__comments_header_be_the_first_replies" : MessageLookupByLibrary.simpleMessage("Ä°lk cevaplayan siz olun"), + "post__comments_header_newer" : MessageLookupByLibrary.simpleMessage("Daha yeni"), + "post__comments_header_newest_comments" : MessageLookupByLibrary.simpleMessage("En yeni yorumlar"), + "post__comments_header_newest_replies" : MessageLookupByLibrary.simpleMessage("En yeni cevaplar"), + "post__comments_header_older" : MessageLookupByLibrary.simpleMessage("Daha eski"), + "post__comments_header_oldest_comments" : MessageLookupByLibrary.simpleMessage("En eski yorumlar"), + "post__comments_header_oldest_replies" : MessageLookupByLibrary.simpleMessage("En eski cevaplar"), + "post__comments_header_see_newest_comments" : MessageLookupByLibrary.simpleMessage("En yeni yorumları görĂŒn"), + "post__comments_header_see_newest_replies" : MessageLookupByLibrary.simpleMessage("En yeni cevaplara bakın"), + "post__comments_header_see_oldest_comments" : MessageLookupByLibrary.simpleMessage("En eski yorumları görĂŒn"), + "post__comments_header_see_oldest_replies" : MessageLookupByLibrary.simpleMessage("En eski cevaplara bakın"), + "post__comments_header_view_newest_comments" : MessageLookupByLibrary.simpleMessage("En yeni yorumları görĂŒntĂŒle"), + "post__comments_header_view_newest_replies" : MessageLookupByLibrary.simpleMessage("En yeni cevapları görĂŒntĂŒle"), + "post__comments_header_view_oldest_comments" : MessageLookupByLibrary.simpleMessage("En eski yorumları görĂŒntĂŒle"), + "post__comments_header_view_oldest_replies" : MessageLookupByLibrary.simpleMessage("En eski cevapları görĂŒntĂŒle"), + "post__comments_page_no_more_replies_to_load" : MessageLookupByLibrary.simpleMessage("YĂŒklenecek cevap yok"), + "post__comments_page_no_more_to_load" : MessageLookupByLibrary.simpleMessage("YĂŒklenecek yorum yok"), + "post__comments_page_replies_title" : MessageLookupByLibrary.simpleMessage("Cevap yaz"), + "post__comments_page_tap_to_retry" : MessageLookupByLibrary.simpleMessage("Yorumları yĂŒklemeyi yeniden denemek için dokunun."), + "post__comments_page_tap_to_retry_replies" : MessageLookupByLibrary.simpleMessage("Cevapları tekrar yĂŒklemek için dokunun."), + "post__comments_page_title" : MessageLookupByLibrary.simpleMessage("Gönderi yorumları"), + "post__comments_view_all_comments" : m27, + "post__create_new" : MessageLookupByLibrary.simpleMessage("Yeni gönderi"), + "post__create_next" : MessageLookupByLibrary.simpleMessage("Sonraki"), + "post__create_photo" : MessageLookupByLibrary.simpleMessage("Fotoğraf"), + "post__disable_post_comments" : MessageLookupByLibrary.simpleMessage("Yorum gönderilmesini devre dÄ±ĆŸÄ± bırakın"), + "post__edit_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "post__edit_title" : MessageLookupByLibrary.simpleMessage("Gönderiyi dĂŒzenle"), + "post__enable_post_comments" : MessageLookupByLibrary.simpleMessage("Yorum gönderilmesini etkinleƟtirin"), + "post__have_not_shared_anything" : MessageLookupByLibrary.simpleMessage("HenĂŒz hiçbir Ɵey paylaƟmadınız."), + "post__is_closed" : MessageLookupByLibrary.simpleMessage("Yorumu kapat"), + "post__my_circles" : MessageLookupByLibrary.simpleMessage("Çevrelerim"), + "post__my_circles_desc" : MessageLookupByLibrary.simpleMessage("Gönderiyi çevrelerinizden birine veya çoğunluğa paylaĆŸÄ±n."), + "post__no_circles_for" : m28, + "post__open_post" : MessageLookupByLibrary.simpleMessage("Gönderiyi aç"), + "post__post_closed" : MessageLookupByLibrary.simpleMessage("Gönderi kapatıldı "), + "post__post_opened" : MessageLookupByLibrary.simpleMessage("Gönderi açıldı"), + "post__post_reactions_title" : MessageLookupByLibrary.simpleMessage("Gönderi tepkileri"), + "post__profile_counts_follower" : MessageLookupByLibrary.simpleMessage(" Takipçi"), + "post__profile_counts_followers" : MessageLookupByLibrary.simpleMessage(" Takipçiler"), + "post__profile_counts_following" : MessageLookupByLibrary.simpleMessage(" Takip edilen"), + "post__profile_counts_post" : MessageLookupByLibrary.simpleMessage(" Gönderi"), + "post__profile_counts_posts" : MessageLookupByLibrary.simpleMessage(" Gönderiler"), + "post__reaction_list_tap_retry" : MessageLookupByLibrary.simpleMessage("YĂŒkleme tepkilerini yeniden denemek için dokunun."), + "post__search_circles" : MessageLookupByLibrary.simpleMessage("Çevreleri ara..."), + "post__share" : MessageLookupByLibrary.simpleMessage("PaylaƟ"), + "post__share_community" : MessageLookupByLibrary.simpleMessage("PaylaƟ"), + "post__share_community_desc" : MessageLookupByLibrary.simpleMessage("Gönderiyi parçası olduğunuz bir toplulukta paylaĆŸÄ±n."), + "post__share_community_title" : MessageLookupByLibrary.simpleMessage("Bir toplulukta"), + "post__share_to" : MessageLookupByLibrary.simpleMessage("PaylaĆŸÄ±n"), + "post__share_to_circles" : MessageLookupByLibrary.simpleMessage("Çevreleri paylaƟ"), + "post__share_to_community" : MessageLookupByLibrary.simpleMessage("Toplulukta paylaƟ"), + "post__shared_privately_on" : MessageLookupByLibrary.simpleMessage("Özel olarak paylaĆŸÄ±ldı"), + "post__sharing_post_to" : MessageLookupByLibrary.simpleMessage("Gönderinin paylaĆŸÄ±lması"), + "post__text_copied" : MessageLookupByLibrary.simpleMessage("Metin kopyalandı!"), + "post__time_short_days" : MessageLookupByLibrary.simpleMessage("g"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("dk"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("Ɵimdi"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1g"), + "post__time_short_one_hour" : MessageLookupByLibrary.simpleMessage("1s"), + "post__time_short_one_minute" : MessageLookupByLibrary.simpleMessage("1d"), + "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1h"), + "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1y"), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("sn"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_years" : MessageLookupByLibrary.simpleMessage("y"), + "post__timeline_posts_all_loaded" : MessageLookupByLibrary.simpleMessage("🎉 TĂŒm gönderiler yĂŒklendi"), + "post__timeline_posts_default_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Zaman TĂŒnelini yenilemeyi deneyin."), + "post__timeline_posts_default_drhoo_title" : MessageLookupByLibrary.simpleMessage("Bir Ɵeyler doğru değil."), + "post__timeline_posts_failed_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Birkaç saniye sonra tekrar deneyin"), + "post__timeline_posts_failed_drhoo_title" : MessageLookupByLibrary.simpleMessage("Zaman TĂŒneliniz yĂŒklenemedi."), + "post__timeline_posts_no_more_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("BaƟlamak için kullanıcıları takip edin veya bir topluluğa katılın!"), + "post__timeline_posts_no_more_drhoo_title" : MessageLookupByLibrary.simpleMessage("Zaman TĂŒneliniz boƟ."), + "post__timeline_posts_refresh_posts" : MessageLookupByLibrary.simpleMessage("Gönderileri yenile"), + "post__timeline_posts_refreshing_drhoo_subtitle" : MessageLookupByLibrary.simpleMessage("Zaman TĂŒneliniz yĂŒkleniyor."), + "post__timeline_posts_refreshing_drhoo_title" : MessageLookupByLibrary.simpleMessage("Az kaldı!"), + "post__trending_posts_no_trending_posts" : MessageLookupByLibrary.simpleMessage("PopĂŒler gönderiler yok. Birkaç saniye içinde yenilemeyi deneyin."), + "post__trending_posts_refresh" : MessageLookupByLibrary.simpleMessage("Yenile"), + "post__trending_posts_title" : MessageLookupByLibrary.simpleMessage("PopĂŒler gönderiler"), + "post__user_has_not_shared_anything" : m29, + "post__usernames_circles" : m30, + "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("DĂŒnya"), + "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Ä°le paylaƟtı"), + "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Tamam"), + "user__add_account_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "user__add_account_success" : MessageLookupByLibrary.simpleMessage("BaƟarılı"), + "user__add_account_to_lists" : MessageLookupByLibrary.simpleMessage("Listeye hesap ekle"), + "user__add_account_update_account_lists" : MessageLookupByLibrary.simpleMessage("Hesap listelerini gĂŒncelle"), + "user__add_account_update_lists" : MessageLookupByLibrary.simpleMessage("Listeleri gĂŒncelle"), + "user__billion_postfix" : MessageLookupByLibrary.simpleMessage("b"), + "user__block_user" : MessageLookupByLibrary.simpleMessage("Kullanıcıyı engelle"), + "user__change_email_email_text" : MessageLookupByLibrary.simpleMessage("E-posta"), + "user__change_email_error" : MessageLookupByLibrary.simpleMessage("Bu E-posta zaten kayıtlı"), + "user__change_email_hint_text" : MessageLookupByLibrary.simpleMessage("Yeni E-posta adresinizi giriniz"), + "user__change_email_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "user__change_email_success_info" : MessageLookupByLibrary.simpleMessage("Yeni e-posta adresinize bir onay linki gönderdik, yeni e-postanızı doğrulamak için tıklayın"), + "user__change_email_title" : MessageLookupByLibrary.simpleMessage("E-postanı değiƟtir"), + "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("Çevre adı boƟ bırakılmaz."), + "user__circle_name_range_error" : m31, + "user__circle_peoples_count" : m32, + "user__clear_app_preferences_cleared_successfully" : MessageLookupByLibrary.simpleMessage("Tercihler baƟarıyla temizlendi"), + "user__clear_app_preferences_desc" : MessageLookupByLibrary.simpleMessage("Uygulama tercihlerini temizleyin. ƞu anda bu sadece tercih edilen yorumların sırası için geçerlidir."), + "user__clear_app_preferences_error" : MessageLookupByLibrary.simpleMessage("Tercihler temizlenemedi"), + "user__clear_app_preferences_title" : MessageLookupByLibrary.simpleMessage("Tercihleri temizle"), + "user__clear_application_cache_desc" : MessageLookupByLibrary.simpleMessage("Önbelleğe alınmÄ±ĆŸ gönderileri, hesapları, resimleri ve daha fazlasını temizleyin."), + "user__clear_application_cache_failure" : MessageLookupByLibrary.simpleMessage("Önbellek temizlenemedi"), + "user__clear_application_cache_success" : MessageLookupByLibrary.simpleMessage("Önbellek baƟarıyla temizlendi"), + "user__clear_application_cache_text" : MessageLookupByLibrary.simpleMessage("Önbelleği temizle"), + "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("Kullanıcı engellendi."), + "user__confirm_block_user_info" : MessageLookupByLibrary.simpleMessage("Birbiriniz ile hiçbir paylaĆŸÄ±mda bulunamazsınız ve hiçbir Ɵekilde etkileƟime giremezsiniz."), + "user__confirm_block_user_no" : MessageLookupByLibrary.simpleMessage("Hayır"), + "user__confirm_block_user_question" : m33, + "user__confirm_block_user_title" : MessageLookupByLibrary.simpleMessage("Onay"), + "user__confirm_block_user_yes" : MessageLookupByLibrary.simpleMessage("Evet"), + "user__confirm_connection_add_connection" : MessageLookupByLibrary.simpleMessage("Çevrene bağlantı ekle"), + "user__confirm_connection_confirm_text" : MessageLookupByLibrary.simpleMessage("Onayla"), + "user__confirm_connection_connection_confirmed" : MessageLookupByLibrary.simpleMessage("Bağlantı onaylandı"), + "user__confirm_connection_with" : m34, + "user__confirm_guidelines_reject_chat_community" : MessageLookupByLibrary.simpleMessage("Topluluk ile sohbet edin."), + "user__confirm_guidelines_reject_chat_immediately" : MessageLookupByLibrary.simpleMessage("Hemen bir sohbet baƟlat."), + "user__confirm_guidelines_reject_chat_with_team" : MessageLookupByLibrary.simpleMessage("Ekiple sohbet et."), + "user__confirm_guidelines_reject_delete_account" : MessageLookupByLibrary.simpleMessage("Hesabı sil"), + "user__confirm_guidelines_reject_go_back" : MessageLookupByLibrary.simpleMessage("Geri dön"), + "user__confirm_guidelines_reject_info" : MessageLookupByLibrary.simpleMessage("Kuralları kabul edene kadar Openspace\'i kullanamazsınız."), + "user__confirm_guidelines_reject_join_slack" : MessageLookupByLibrary.simpleMessage("ÇözĂŒm kanalına katılın."), + "user__confirm_guidelines_reject_title" : MessageLookupByLibrary.simpleMessage("Kurallar Redded"), + "user__connect_to_user_add_connection" : MessageLookupByLibrary.simpleMessage("Çevrene bağlantı ekle"), + "user__connect_to_user_connect_with_username" : m35, + "user__connect_to_user_done" : MessageLookupByLibrary.simpleMessage("Tamam"), + "user__connect_to_user_request_sent" : MessageLookupByLibrary.simpleMessage("Bağlantı isteği gönderildi"), + "user__connection_circle_edit" : MessageLookupByLibrary.simpleMessage("DĂŒzenle"), + "user__connection_pending" : MessageLookupByLibrary.simpleMessage("Beklet"), + "user__connections_circle_delete" : MessageLookupByLibrary.simpleMessage("Sil"), + "user__connections_header_circle_desc" : MessageLookupByLibrary.simpleMessage("TĂŒm bağlantılarınızın ekleneceği çevre."), + "user__connections_header_users" : MessageLookupByLibrary.simpleMessage("Kullanıcılar"), + "user__delete_account_confirmation_desc" : MessageLookupByLibrary.simpleMessage("Hesabınızı silmek istediğinizden emin misiniz?"), + "user__delete_account_confirmation_desc_info" : MessageLookupByLibrary.simpleMessage("Bu kalıcı bir eylemdir ve geri alınamaz."), + "user__delete_account_confirmation_goodbye" : MessageLookupByLibrary.simpleMessage("HoƟçakal 😱"), + "user__delete_account_confirmation_no" : MessageLookupByLibrary.simpleMessage("Hayır"), + "user__delete_account_confirmation_title" : MessageLookupByLibrary.simpleMessage("Onay"), + "user__delete_account_confirmation_yes" : MessageLookupByLibrary.simpleMessage("Evet"), + "user__delete_account_current_pwd" : MessageLookupByLibrary.simpleMessage("Mevcut ƞifre"), + "user__delete_account_current_pwd_hint" : MessageLookupByLibrary.simpleMessage("Mevcut Ɵifrenizi giriniz"), + "user__delete_account_next" : MessageLookupByLibrary.simpleMessage("Sonraki"), + "user__delete_account_title" : MessageLookupByLibrary.simpleMessage("Hesabı sil"), + "user__disconnect_from_user" : m36, + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Bağlantı baƟarıyla kesildi"), + "user__edit_profile_bio" : MessageLookupByLibrary.simpleMessage("Biyografi"), + "user__edit_profile_delete" : MessageLookupByLibrary.simpleMessage("Sil"), + "user__edit_profile_followers_count" : MessageLookupByLibrary.simpleMessage("Takipçi sayısı"), + "user__edit_profile_location" : MessageLookupByLibrary.simpleMessage("Konum"), + "user__edit_profile_name" : MessageLookupByLibrary.simpleMessage("Ä°sim"), + "user__edit_profile_pick_image" : MessageLookupByLibrary.simpleMessage("Resim seç"), + "user__edit_profile_pick_image_error_too_large" : m37, + "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Profili dĂŒzenle"), + "user__edit_profile_url" : MessageLookupByLibrary.simpleMessage("Url"), + "user__edit_profile_user_name_taken" : m38, + "user__edit_profile_username" : MessageLookupByLibrary.simpleMessage("Kullanıcı adı"), + "user__email_verification_error" : MessageLookupByLibrary.simpleMessage("Oops! Belirteciniz geçerli veya sĂŒresi doldu, lĂŒtfen yeniden deneyin"), + "user__email_verification_successful" : MessageLookupByLibrary.simpleMessage("Harika! E-postanız Ɵimdi doğrulandı"), + "user__emoji_field_none_selected" : MessageLookupByLibrary.simpleMessage("Emoji seçilmedi"), + "user__emoji_search_none_found" : m39, + "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Takip et"), + "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Takip etmekten vazgeç"), + "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Hiç liste bulunmadı."), + "user__follow_lists_no_list_found_for" : m40, + "user__follow_lists_search_for" : MessageLookupByLibrary.simpleMessage("Liste ara..."), + "user__follow_lists_title" : MessageLookupByLibrary.simpleMessage("Listelerim"), + "user__follower_plural" : MessageLookupByLibrary.simpleMessage("takipçiler"), + "user__follower_singular" : MessageLookupByLibrary.simpleMessage("takipçi"), + "user__followers_title" : MessageLookupByLibrary.simpleMessage("Takipçiler"), + "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("takip edilen kullanıcılar"), + "user__following_text" : MessageLookupByLibrary.simpleMessage("Takip edilen"), + "user__follows_list_accounts_count" : m41, + "user__follows_list_edit" : MessageLookupByLibrary.simpleMessage("DĂŒzenle"), + "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("Kullanıcılar"), + "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Hesap"), + "user__follows_lists_accounts" : m42, + "user__groups_see_all" : m43, + "user__guidelines_accept" : MessageLookupByLibrary.simpleMessage("Kabul et"), + "user__guidelines_desc" : MessageLookupByLibrary.simpleMessage("LĂŒtfen kurallarımızı okumak ve kabul etmek için bir dakikanızı ayırın."), + "user__guidelines_reject" : MessageLookupByLibrary.simpleMessage("Reddet"), + "user__invite" : MessageLookupByLibrary.simpleMessage("Davet et"), + "user__invite_member" : MessageLookupByLibrary.simpleMessage("Üyeler"), + "user__invite_someone_message" : m44, + "user__invites_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("kabul edilen davet"), + "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("kabul edilen davetler"), + "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Kabul edilen"), + "user__invites_create_create" : MessageLookupByLibrary.simpleMessage("OluƟtur"), + "user__invites_create_create_title" : MessageLookupByLibrary.simpleMessage("Davet oluƟtur"), + "user__invites_create_edit_title" : MessageLookupByLibrary.simpleMessage("Davetiyeyi dĂŒzenle"), + "user__invites_create_name_hint" : MessageLookupByLibrary.simpleMessage("örneğin Ali AyƟe"), + "user__invites_create_name_title" : MessageLookupByLibrary.simpleMessage("Kullanıcı adı"), + "user__invites_create_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "user__invites_delete" : MessageLookupByLibrary.simpleMessage("Sil"), + "user__invites_edit_text" : MessageLookupByLibrary.simpleMessage("DĂŒzenle"), + "user__invites_email_hint" : MessageLookupByLibrary.simpleMessage("örneğin epostanız@email.com"), + "user__invites_email_invite_text" : MessageLookupByLibrary.simpleMessage("E-posta ile davet et"), + "user__invites_email_send_text" : MessageLookupByLibrary.simpleMessage("Gönder"), + "user__invites_email_sent_text" : MessageLookupByLibrary.simpleMessage("E-posta ile davet gönder"), + "user__invites_email_text" : MessageLookupByLibrary.simpleMessage("E-posta"), + "user__invites_invite_a_friend" : MessageLookupByLibrary.simpleMessage("Bir arkadaĆŸÄ±nı davet et"), + "user__invites_invite_text" : MessageLookupByLibrary.simpleMessage("Davet et"), + "user__invites_joined_with" : m45, + "user__invites_none_left" : MessageLookupByLibrary.simpleMessage("Hiç davetiniz yok."), + "user__invites_none_used" : MessageLookupByLibrary.simpleMessage("GörĂŒnĂŒĆŸe göre hiç davet etmeyi kullanmadın."), + "user__invites_pending" : MessageLookupByLibrary.simpleMessage("Beklet"), + "user__invites_pending_email" : m46, + "user__invites_pending_group_item_name" : MessageLookupByLibrary.simpleMessage("bekleyen davet"), + "user__invites_pending_group_name" : MessageLookupByLibrary.simpleMessage("bekleyen davetler"), + "user__invites_refresh" : MessageLookupByLibrary.simpleMessage("Yenile"), + "user__invites_share_email" : MessageLookupByLibrary.simpleMessage("Davetiyeyi e-posta ile paylaƟ"), + "user__invites_share_email_desc" : MessageLookupByLibrary.simpleMessage("Sizin adınıza talimatlar içeren bir davetiye e-postası göndereceğiz"), + "user__invites_share_yourself" : MessageLookupByLibrary.simpleMessage("Kendinize daveti paylaĆŸÄ±n"), + "user__invites_share_yourself_desc" : MessageLookupByLibrary.simpleMessage("MesajlaƟma uygulamaları ve benzerleri arasından seçim yapın."), + "user__invites_title" : MessageLookupByLibrary.simpleMessage("Davet ettiklerim"), + "user__language_settings_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "user__language_settings_saved_success" : MessageLookupByLibrary.simpleMessage("Dil baƟarıyla değiƟtirildi"), + "user__language_settings_title" : MessageLookupByLibrary.simpleMessage("Dil ayarları"), + "user__list_name_empty_error" : MessageLookupByLibrary.simpleMessage("Liste adı boƟ olamaz."), + "user__list_name_range_error" : m47, + "user__million_postfix" : MessageLookupByLibrary.simpleMessage("m"), + "user__profile_action_cancel_connection" : MessageLookupByLibrary.simpleMessage("Bağlantı isteğini iptal et"), + "user__profile_action_deny_connection" : MessageLookupByLibrary.simpleMessage("Bağlantı isteğini reddet"), + "user__profile_action_user_blocked" : MessageLookupByLibrary.simpleMessage("Kullanıcı engellendi"), + "user__profile_action_user_unblocked" : MessageLookupByLibrary.simpleMessage("Kullanıcının engeli kaldırıldı"), + "user__profile_bio_length_error" : m48, + "user__profile_location_length_error" : m49, + "user__profile_url_invalid_error" : MessageLookupByLibrary.simpleMessage("LĂŒtfen geçerli bir url adresi girin."), + "user__remove_account_from_list" : MessageLookupByLibrary.simpleMessage("Hesabı listelerden kaldır"), + "user__remove_account_from_list_success" : MessageLookupByLibrary.simpleMessage("BaƟarılı"), + "user__save_connection_circle_color_hint" : MessageLookupByLibrary.simpleMessage("(DeğiƟtirmek için dokunun)"), + "user__save_connection_circle_color_name" : MessageLookupByLibrary.simpleMessage("Renk"), + "user__save_connection_circle_create" : MessageLookupByLibrary.simpleMessage("Çevre oluƟtur"), + "user__save_connection_circle_edit" : MessageLookupByLibrary.simpleMessage("Çevreni dĂŒzenle"), + "user__save_connection_circle_hint" : MessageLookupByLibrary.simpleMessage("örneğin ArkadaƟlar, Aile, İƟ."), + "user__save_connection_circle_name" : MessageLookupByLibrary.simpleMessage("Ä°sim"), + "user__save_connection_circle_name_taken" : m50, + "user__save_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "user__save_connection_circle_users" : MessageLookupByLibrary.simpleMessage("Kullanıcılar"), + "user__save_follows_list_create" : MessageLookupByLibrary.simpleMessage("Liste oluƟtur"), + "user__save_follows_list_edit" : MessageLookupByLibrary.simpleMessage("Listeyi dĂŒzenle"), + "user__save_follows_list_emoji" : MessageLookupByLibrary.simpleMessage("Emoji"), + "user__save_follows_list_emoji_required_error" : MessageLookupByLibrary.simpleMessage("Emoji gerekli"), + "user__save_follows_list_hint_text" : MessageLookupByLibrary.simpleMessage("örneğin Seyahat, Fotoğrafçılık"), + "user__save_follows_list_name" : MessageLookupByLibrary.simpleMessage("Ä°sim"), + "user__save_follows_list_name_taken" : m51, + "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("Kullanıcılar"), + "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("b"), + "user__tile_delete" : MessageLookupByLibrary.simpleMessage("Sil"), + "user__tile_following" : MessageLookupByLibrary.simpleMessage(" · Takip et"), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Filtreleri uygula"), + "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Çevreler"), + "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("TĂŒmĂŒnĂŒ temizle"), + "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listeler"), + "user__timeline_filters_no_match" : m52, + "user__timeline_filters_search_desc" : MessageLookupByLibrary.simpleMessage("Çevreleri ve listeleri ara..."), + "user__timeline_filters_title" : MessageLookupByLibrary.simpleMessage("Zaman TĂŒneli filtreleri"), + "user__translate_see_translation" : MessageLookupByLibrary.simpleMessage("Çeviriyi gör"), + "user__translate_show_original" : MessageLookupByLibrary.simpleMessage("Orjinali göster"), + "user__unblock_user" : MessageLookupByLibrary.simpleMessage("Kullanıcının engelini kaldır"), + "user__uninvite" : MessageLookupByLibrary.simpleMessage("Davet isteğini geri al"), + "user__update_connection_circle_save" : MessageLookupByLibrary.simpleMessage("Kaydet"), + "user__update_connection_circle_updated" : MessageLookupByLibrary.simpleMessage("Bağlantı gĂŒncellendi"), + "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Çevre bağlantılarını gĂŒncelle"), + "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Ä°ptal et"), + "user_search__communities" : MessageLookupByLibrary.simpleMessage("Topluluklar"), + "user_search__list_no_results_found" : m53, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Yenile"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Tekrar denemek için tıkla."), + "user_search__list_search_text" : m54, + "user_search__no_communities_for" : m55, + "user_search__no_results_for" : m56, + "user_search__no_users_for" : m57, + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Ara..."), + "user_search__searching_for" : m58, + "user_search__users" : MessageLookupByLibrary.simpleMessage("Kullanıcılar") + }; +} diff --git a/lib/main.dart b/lib/main.dart index eea95317f..99d4fcb7e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -32,6 +32,9 @@ import 'package:flutter\_localizations/flutter\_localizations.dart'; import 'package:sentry/sentry.dart'; import 'dart:async'; +import 'delegates/es_es_material_localizations_delegate.dart'; +import 'delegates/pt_br_material_localizations_delegate.dart'; +import 'delegates/sv_se_material_localizations_delegate.dart'; class MyApp extends StatefulWidget { final openbookProviderKey = new GlobalKey(); @@ -40,14 +43,12 @@ class MyApp extends StatefulWidget { _MyAppState createState() => _MyAppState(); static void setLocale(BuildContext context, Locale newLocale) { - _MyAppState state = - context.ancestorStateOfType(TypeMatcher<_MyAppState>()); + _MyAppState state = context.ancestorStateOfType(TypeMatcher<_MyAppState>()); state.setState(() { state.locale = newLocale; }); } - } class _MyAppState extends State { @@ -68,13 +69,22 @@ class _MyAppState extends State { locale: this.locale, debugShowCheckedModeBanner: false, localeResolutionCallback: (deviceLocale, supportedLocales) { + // if no deviceLocale use english + if (deviceLocale == null) { + this.locale = Locale('en', 'US'); + return this.locale; + } // initialise locale from device - if (deviceLocale == null)return this.locale; - if (deviceLocale != null && this.locale == null && supportedLanguages.contains(deviceLocale.languageCode)) { - Locale supportedMatchedLocale = supportedLocales.firstWhere((Locale locale) => locale.languageCode == deviceLocale.languageCode); - this.locale = supportedMatchedLocale; + if (deviceLocale != null && + supportedLanguages.contains(deviceLocale.languageCode) && + this.locale == null) { + Locale supportedMatchedLocale = supportedLocales.firstWhere( + (Locale locale) => + locale.languageCode == deviceLocale.languageCode); + this.locale = supportedMatchedLocale; } else if (this.locale == null) { - print('Locale ${deviceLocale.languageCode} not supported, defaulting to en'); + print( + 'Locale ${deviceLocale.languageCode} not supported, defaulting to en'); this.locale = Locale('en', 'US'); } return this.locale; @@ -86,6 +96,9 @@ class _MyAppState extends State { GlobalCupertinoLocalizations.delegate, GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, + const MaterialLocalizationPtBRDelegate(), + const MaterialLocalizationEsESDelegate(), + const MaterialLocalizationSvSEDelegate(), ], theme: new ThemeData( buttonTheme: ButtonThemeData( @@ -178,7 +191,8 @@ class _MyAppState extends State { }, '/waitlist/subscribe_done_step': (BuildContext context) { bootstrapOpenbookProviderInContext(context); - WaitlistSubscribeArguments args = ModalRoute.of(context).settings.arguments; + WaitlistSubscribeArguments args = + ModalRoute.of(context).settings.arguments; return OBWaitlistSubscribeDoneStep(count: args.count); } }), @@ -189,7 +203,8 @@ class _MyAppState extends State { void bootstrapOpenbookProviderInContext(BuildContext context) { var openbookProvider = OpenbookProvider.of(context); var localizationService = LocalizationService.of(context); - if (this.locale.languageCode != localizationService.getLocale().languageCode) { + if (this.locale.languageCode != + localizationService.getLocale().languageCode) { Future.delayed(Duration(milliseconds: 0), () { MyApp.setLocale(context, this.locale); }); @@ -198,9 +213,9 @@ class _MyAppState extends State { UniversalLinksService universalLinksService = openbookProvider.universalLinksService; universalLinksService.digestLinksWithContext(context); - openbookProvider.validationService.setLocalizationService(localizationService); + openbookProvider.validationService + .setLocalizationService(localizationService); } - } void _setPlatformOverrideForDesktop() { diff --git a/lib/models/notifications/notification.dart b/lib/models/notifications/notification.dart index 7773e6cd9..2f873aead 100644 --- a/lib/models/notifications/notification.dart +++ b/lib/models/notifications/notification.dart @@ -5,7 +5,9 @@ import 'package:Okuna/models/notifications/follow_notification.dart'; import 'package:Okuna/models/notifications/post_comment_notification.dart'; import 'package:Okuna/models/notifications/post_comment_reaction_notification.dart'; import 'package:Okuna/models/notifications/post_comment_reply_notification.dart'; +import 'package:Okuna/models/notifications/post_comment_user_mention_notification.dart'; import 'package:Okuna/models/notifications/post_reaction_notification.dart'; +import 'package:Okuna/models/notifications/post_user_mention_notification.dart'; import 'package:Okuna/models/updatable_model.dart'; import 'package:Okuna/models/user.dart'; import 'package:dcache/dcache.dart'; @@ -38,6 +40,8 @@ class OBNotification extends UpdatableModel { static final connectionConfirmed = 'CC'; static final follow = 'F'; static final communityInvite = 'CI'; + static final postCommentUserMention = 'PCUM'; + static final postUserMention = 'PUM'; factory OBNotification.fromJSON(Map json) { return factory.fromJson(json); @@ -113,6 +117,10 @@ class NotificationFactory extends UpdatableModelFactory { notificationType = NotificationType.postCommentReply; } else if (notificationTypeStr == OBNotification.postCommentReaction) { notificationType = NotificationType.postCommentReaction; + } else if (notificationTypeStr == OBNotification.postCommentUserMention) { + notificationType = NotificationType.postCommentUserMention; + } else if (notificationTypeStr == OBNotification.postUserMention) { + notificationType = NotificationType.postUserMention; } else if (notificationTypeStr == OBNotification.connectionRequest) { notificationType = NotificationType.connectionRequest; } else if (notificationTypeStr == OBNotification.connectionConfirmed) { @@ -160,6 +168,13 @@ class NotificationFactory extends UpdatableModelFactory { contentObject = PostCommentReactionNotification.fromJson(contentObjectData); break; + case NotificationType.postCommentUserMention: + contentObject = + PostCommentUserMentionNotification.fromJson(contentObjectData); + break; + case NotificationType.postUserMention: + contentObject = PostUserMentionNotification.fromJson(contentObjectData); + break; case NotificationType.communityInvite: contentObject = CommunityInviteNotification.fromJson(contentObjectData); break; @@ -181,5 +196,7 @@ enum NotificationType { connectionRequest, connectionConfirmed, follow, - communityInvite + communityInvite, + postCommentUserMention, + postUserMention, } diff --git a/lib/models/notifications/post_comment_user_mention_notification.dart b/lib/models/notifications/post_comment_user_mention_notification.dart new file mode 100644 index 000000000..ce8b6bd3c --- /dev/null +++ b/lib/models/notifications/post_comment_user_mention_notification.dart @@ -0,0 +1,21 @@ +import 'package:Okuna/models/post_comment_user_mention.dart'; + +class PostCommentUserMentionNotification { + final int id; + final PostCommentUserMention postCommentUserMention; + + PostCommentUserMentionNotification({this.id, this.postCommentUserMention}); + + factory PostCommentUserMentionNotification.fromJson( + Map json) { + return PostCommentUserMentionNotification( + id: json['id'], + postCommentUserMention: + _parsePostCommentUserMention(json['post_comment_user_mention'])); + } + + static PostCommentUserMention _parsePostCommentUserMention( + Map postCommentUserMentionData) { + return PostCommentUserMention.fromJSON(postCommentUserMentionData); + } +} diff --git a/lib/models/notifications/post_user_mention_notification.dart b/lib/models/notifications/post_user_mention_notification.dart new file mode 100644 index 000000000..9bf6f9eb9 --- /dev/null +++ b/lib/models/notifications/post_user_mention_notification.dart @@ -0,0 +1,18 @@ +import 'package:Okuna/models/post_user_mention.dart'; + +class PostUserMentionNotification { + final int id; + final PostUserMention postUserMention; + + PostUserMentionNotification({this.id, this.postUserMention}); + + factory PostUserMentionNotification.fromJson(Map json) { + return PostUserMentionNotification( + id: json['id'], + postUserMention: _parsePostUserMention(json['post_user_mention'])); + } + + static PostUserMention _parsePostUserMention(Map postUserMentionData) { + return PostUserMention.fromJSON(postUserMentionData); + } +} diff --git a/lib/models/post_comment_user_mention.dart b/lib/models/post_comment_user_mention.dart new file mode 100644 index 000000000..6f094ca84 --- /dev/null +++ b/lib/models/post_comment_user_mention.dart @@ -0,0 +1,32 @@ +import 'package:Okuna/models/post_comment.dart'; +import 'package:Okuna/models/user.dart'; + +class PostCommentUserMention { + final int id; + final User user; + final PostComment postComment; + + PostCommentUserMention({ + this.id, + this.user, + this.postComment, + }); + + factory PostCommentUserMention.fromJSON(Map parsedJson) { + return PostCommentUserMention( + id: parsedJson['id'], + user: parseUser(parsedJson['user']), + postComment: parsePostComment(parsedJson['post_comment']), + ); + } + + static User parseUser(Map userData) { + if (userData == null) return null; + return User.fromJson(userData); + } + + static PostComment parsePostComment(Map postCommentData) { + if (postCommentData == null) return null; + return PostComment.fromJSON(postCommentData); + } +} diff --git a/lib/models/post_user_mention.dart b/lib/models/post_user_mention.dart new file mode 100644 index 000000000..422d1d33f --- /dev/null +++ b/lib/models/post_user_mention.dart @@ -0,0 +1,32 @@ +import 'package:Okuna/models/post.dart'; +import 'package:Okuna/models/user.dart'; + +class PostUserMention { + final int id; + final User user; + final Post post; + + PostUserMention({ + this.id, + this.user, + this.post, + }); + + factory PostUserMention.fromJSON(Map parsedJson) { + return PostUserMention( + id: parsedJson['id'], + user: parseUser(parsedJson['user']), + post: parsePost(parsedJson['post']), + ); + } + + static User parseUser(Map userData) { + if (userData == null) return null; + return User.fromJson(userData); + } + + static Post parsePost(Map postData) { + if (postData == null) return null; + return Post.fromJson(postData); + } +} diff --git a/lib/models/user_notifications_settings.dart b/lib/models/user_notifications_settings.dart index a8aa23e3f..1cbefef42 100644 --- a/lib/models/user_notifications_settings.dart +++ b/lib/models/user_notifications_settings.dart @@ -3,6 +3,8 @@ class UserNotificationsSettings { bool postCommentNotifications; bool postCommentReactionNotifications; bool postCommentReplyNotifications; + bool postCommentUserMentionNotifications; + bool postUserMentionNotifications; bool postReactionNotifications; bool followNotifications; bool connectionRequestNotifications; @@ -16,6 +18,8 @@ class UserNotificationsSettings { this.followNotifications, this.postCommentNotifications, this.postCommentReactionNotifications, + this.postCommentUserMentionNotifications, + this.postUserMentionNotifications, this.postCommentReplyNotifications, this.postReactionNotifications, this.communityInviteNotifications}); @@ -33,6 +37,10 @@ class UserNotificationsSettings { parsedJson['post_comment_reaction_notifications'], postCommentReplyNotifications: parsedJson['post_comment_reply_notifications'], + postCommentUserMentionNotifications: + parsedJson['post_comment_user_mention_notifications'], + postUserMentionNotifications: + parsedJson['post_user_mention_notifications'], postReactionNotifications: parsedJson['post_reaction_notifications'], communityInviteNotifications: parsedJson['community_invite_notifications'], @@ -57,6 +65,12 @@ class UserNotificationsSettings { if (json.containsKey('post_comment_reply_notifications')) postCommentReplyNotifications = json['post_comment_reply_notifications']; + if (json.containsKey('post_comment_user_mention_notifications')) + postCommentUserMentionNotifications = json['post_comment_user_mention_notifications']; + + if (json.containsKey('post_user_mention_notifications')) + postUserMentionNotifications = json['post_user_mention_notifications']; + if (json.containsKey('post_reaction_notifications')) postReactionNotifications = json['post_reaction_notifications']; if (json.containsKey('community_invite_notifications')) diff --git a/lib/pages/auth/create_account/create_account.dart b/lib/pages/auth/create_account/create_account.dart index 5fc28b9dc..d9de7aeca 100644 --- a/lib/pages/auth/create_account/create_account.dart +++ b/lib/pages/auth/create_account/create_account.dart @@ -88,7 +88,7 @@ class OBAuthCreateAccountPageState extends State { bool isLinkValid = _validateForm(); if (isLinkValid) { setState(() { - var token = _getTokenFromLink(_linkController.text); + var token = _getTokenFromLink(_linkController.text.trim()); _createAccountBloc.setToken(token); Navigator.pushNamed(context, '/auth/get-started'); }); @@ -181,7 +181,7 @@ class OBAuthCreateAccountPageState extends State { autocorrect: false, hintText: '', validator: (String link) { - String validateLink = _validationService.validateUserRegistrationLink(link); + String validateLink = _validationService.validateUserRegistrationLink(link.trim()); if (validateLink != null) { return validateLink; } diff --git a/lib/pages/auth/create_account/email_step.dart b/lib/pages/auth/create_account/email_step.dart index c3d68e72b..1374695c4 100644 --- a/lib/pages/auth/create_account/email_step.dart +++ b/lib/pages/auth/create_account/email_step.dart @@ -31,7 +31,6 @@ class OBAuthEmailStepPageState extends State { @override void initState() { _emailCheckInProgress = false; - _emailTaken = false; super.initState(); } @@ -90,25 +89,27 @@ class OBAuthEmailStepPageState extends State { }); } - void _checkEmailAvailable(String email, BuildContext context) async { + Future _checkEmailAvailable(String email, BuildContext context) async { _setEmailCheckInProgress(true); + bool isEmailTaken = false; try { - var isEmailTaken = await _validationService.isEmailTaken(email); - _setEmailTaken(isEmailTaken); + isEmailTaken = await _validationService.isEmailTaken(email); + _setEmailTaken(isEmailTaken); } catch (error) { String errorFeedback = _localizationService.trans('auth__create_acc__email_server_error'); _toastService.error(message: errorFeedback, context: context); } finally { _setEmailCheckInProgress(false); } + return isEmailTaken; } - void onPressedNextStep(BuildContext context) { + void onPressedNextStep(BuildContext context) async { + await _checkEmailAvailable(_emailController.text.trim(), context); bool isEmailValid = _validateForm(); - _checkEmailAvailable(_emailController.text, context); if (isEmailValid && !_emailTaken) { setState(() { - _createAccountBloc.setEmail(_emailController.text); + _createAccountBloc.setEmail(_emailController.text.trim()); Navigator.pushNamed(context, '/auth/password_step'); }); } @@ -195,7 +196,7 @@ class OBAuthEmailStepPageState extends State { autocorrect: false, hintText: emailInputPlaceholder, validator: (String email) { - String validateEMail = _validationService.validateUserEmail(email); + String validateEMail = _validationService.validateUserEmail(email.trim()); if (validateEMail != null) return validateEMail; if (_emailTaken != null && _emailTaken) { return errorEmailTaken; diff --git a/lib/pages/auth/create_account/get_started.dart b/lib/pages/auth/create_account/get_started.dart index cb88abcbc..959335612 100644 --- a/lib/pages/auth/create_account/get_started.dart +++ b/lib/pages/auth/create_account/get_started.dart @@ -11,7 +11,7 @@ class OBAuthGetStartedPage extends StatelessWidget { String letsGetStartedText = localizationService.auth__create_acc__lets_get_started; String welcomeToAlphaText = - localizationService.auth__create_acc__welcome_to_alpha; + localizationService.auth__create_acc__welcome_to_beta; String previousText = localizationService.auth__create_acc__previous; String nextText = localizationService.auth__create_acc__next; diff --git a/lib/pages/auth/login.dart b/lib/pages/auth/login.dart index ed4d7d9f6..8263f184e 100644 --- a/lib/pages/auth/login.dart +++ b/lib/pages/auth/login.dart @@ -126,7 +126,7 @@ class OBAuthLoginPageState extends State { Future _login(BuildContext context) async { _setLoginInProgress(true); - String username = _usernameController.text; + String username = _usernameController.text.trim(); String password = _passwordController.text; try { await _userService.loginWithCredentials( @@ -292,7 +292,7 @@ class OBAuthLoginPageState extends State { String _validateUsername(String value) { if (!_isSubmitted) return null; - return _validationService.validateUserUsername(value); + return _validationService.validateUserUsername(value.trim()); } String _validatePassword(String value) { diff --git a/lib/pages/auth/reset_password/forgot_password_step.dart b/lib/pages/auth/reset_password/forgot_password_step.dart index 60e6ccc7d..21313a35e 100644 --- a/lib/pages/auth/reset_password/forgot_password_step.dart +++ b/lib/pages/auth/reset_password/forgot_password_step.dart @@ -124,10 +124,10 @@ class OBAuthForgotPasswordPageState extends State { Future _requestPasswordReset(BuildContext context) async { _setRequestInProgress(true); - String username = _validateUsername(_usernameController.text) == null ? _usernameController.text : ''; + String username = _validateUsername(_usernameController.text.trim()) == null ? _usernameController.text.trim() : ''; String email; if (username == '') { - email = _validateEmail(_emailController.text) == null ? _emailController.text : ''; + email = _validateEmail(_emailController.text.trim()) == null ? _emailController.text.trim() : ''; } try { await _userService.requestPasswordReset(username: username, email: email); @@ -268,7 +268,7 @@ class OBAuthForgotPasswordPageState extends State { String _validateUsername(String value) { if (!_isSubmitted) return null; - if (_emailController.text.length > 0 && value == '') { + if (_emailController.text.trim().length > 0 && value == '') { return null; } return _validationService.validateUserUsername(value); @@ -276,7 +276,7 @@ class OBAuthForgotPasswordPageState extends State { String _validateEmail(String value) { if (!_isSubmitted) return null; - if (_usernameController.text.length > 0) { + if (_usernameController.text.trim().length > 0) { return null; } return _validationService.validateUserEmail(value); diff --git a/lib/pages/auth/reset_password/verify_reset_password_link_step.dart b/lib/pages/auth/reset_password/verify_reset_password_link_step.dart index c334982e0..af84aca4a 100644 --- a/lib/pages/auth/reset_password/verify_reset_password_link_step.dart +++ b/lib/pages/auth/reset_password/verify_reset_password_link_step.dart @@ -87,7 +87,7 @@ class OBAuthVerifyPasswordPageState extends State { bool isLinkValid = _validateForm(); if (isLinkValid) { setState(() { - var passwordResetToken = _getTokenFromLink(_linkController.text); + var passwordResetToken = _getTokenFromLink(_linkController.text.trim()); _createAccountBloc.setPasswordResetToken(passwordResetToken); Navigator.pushNamed(context, '/auth/set_new_password_step'); }); @@ -181,7 +181,7 @@ class OBAuthVerifyPasswordPageState extends State { autocorrect: false, hintText: '', validator: (String link) { - String validateLink = _validationService.validateUserRegistrationLink(link); + String validateLink = _validationService.validateUserRegistrationLink(link.trim()); if (validateLink != null) { return validateLink; } diff --git a/lib/pages/home/modals/create_post/create_post.dart b/lib/pages/home/modals/create_post/create_post.dart index 137c2ef53..ecfcc5fa4 100644 --- a/lib/pages/home/modals/create_post/create_post.dart +++ b/lib/pages/home/modals/create_post/create_post.dart @@ -1,6 +1,7 @@ import 'dart:io'; import 'package:Okuna/models/community.dart'; import 'package:Okuna/models/post.dart'; +import 'package:Okuna/models/user.dart'; import 'package:Okuna/pages/home/modals/create_post/pages/share_post/share_post.dart'; import 'package:Okuna/pages/home/modals/create_post/widgets/create_post_text.dart'; import 'package:Okuna/pages/home/modals/create_post/widgets/post_community_previewer.dart'; @@ -12,6 +13,7 @@ import 'package:Okuna/services/httpie.dart'; import 'package:Okuna/services/image_picker.dart'; import 'package:Okuna/services/localization.dart'; import 'package:Okuna/services/navigation_service.dart'; +import 'package:Okuna/services/text_account_autocompletion.dart'; import 'package:Okuna/services/toast.dart'; import 'package:Okuna/services/user.dart'; import 'package:Okuna/services/validation.dart'; @@ -19,6 +21,7 @@ import 'package:Okuna/widgets/avatars/logged_in_user_avatar.dart'; import 'package:Okuna/widgets/avatars/avatar.dart'; import 'package:Okuna/widgets/buttons/button.dart'; import 'package:Okuna/widgets/buttons/pill_button.dart'; +import 'package:Okuna/widgets/contextual_account_search_box.dart'; import 'package:Okuna/widgets/icon.dart'; import 'package:Okuna/widgets/nav_bars/themed_nav_bar.dart'; import 'package:Okuna/widgets/theming/primary_color_container.dart'; @@ -65,8 +68,13 @@ class CreatePostModalState extends State { List _postItemsWidgets; + bool _needsBootstrap; bool _isCreateCommunityPostInProgress; + TextAccountAutocompletionService _textAccountAutocompletionService; + OBContextualAccountSearchBoxController _contextualAccountSearchBoxController; + bool _isSearchingAccount; + @override void initState() { super.initState(); @@ -94,6 +102,10 @@ class CreatePostModalState extends State { _setPostImage(widget.image); } _isCreateCommunityPostInProgress = false; + _contextualAccountSearchBoxController = + OBContextualAccountSearchBoxController(); + _isSearchingAccount = false; + _needsBootstrap = true; } @override @@ -105,20 +117,47 @@ class CreatePostModalState extends State { @override Widget build(BuildContext context) { - var openbookProvider = OpenbookProvider.of(context); - _validationService = openbookProvider.validationService; - _navigationService = openbookProvider.navigationService; - _imagePickerService = openbookProvider.imagePickerService; - _userService = openbookProvider.userService; - _localizationService = openbookProvider.localizationService; - _toastService = openbookProvider.toastService; + if (_needsBootstrap) { + var openbookProvider = OpenbookProvider.of(context); + _validationService = openbookProvider.validationService; + _navigationService = openbookProvider.navigationService; + _imagePickerService = openbookProvider.imagePickerService; + _userService = openbookProvider.userService; + _localizationService = openbookProvider.localizationService; + _toastService = openbookProvider.toastService; + _textAccountAutocompletionService = + openbookProvider.textAccountAutocompletionService; + _needsBootstrap = false; + } return CupertinoPageScaffold( backgroundColor: Colors.transparent, navigationBar: _buildNavigationBar(), child: OBPrimaryColorContainer( child: Column( - children: [_buildNewPostContent(), _buildPostActions()], + children: [ + Expanded( + flex: _isSearchingAccount ? 3 : 1, + child: Padding( + padding: EdgeInsets.only(left: 20.0, top: 20.0), + child: _buildNewPostContent(), + )), + _isSearchingAccount + ? Expanded( + flex: 7, + child: _buildAccountSearchBox(), + ) + : const SizedBox(), + _isSearchingAccount + ? const SizedBox() + : Container( + height: _hasFocus == true ? 51 : 67, + padding: EdgeInsets.only( + top: 8.0, bottom: _hasFocus == true ? 8 : 24), + color: Color.fromARGB(5, 0, 0, 0), + child: _buildPostActions(), + ), + ], ))); } @@ -182,40 +221,44 @@ class CreatePostModalState extends State { } Widget _buildNewPostContent() { - return Expanded( - child: Padding( - padding: EdgeInsets.only(left: 20.0, top: 20.0), - child: Row( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Column( - children: [ - OBLoggedInUserAvatar( - size: OBAvatarSize.medium, - ), - const SizedBox( - height: 12.0, - ), - OBRemainingPostCharacters( - maxCharacters: ValidationService.POST_MAX_LENGTH, - currentCharacters: _charactersCount, - ), - ], - ), - Expanded( - child: SingleChildScrollView( - physics: const ClampingScrollPhysics(), - child: Padding( - padding: - EdgeInsets.only(left: 20.0, right: 20.0, bottom: 30.0), - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: _postItemsWidgets)), + return Row( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Column( + children: [ + OBLoggedInUserAvatar( + size: OBAvatarSize.medium, ), - ) - ], - ), - )); + const SizedBox( + height: 12.0, + ), + OBRemainingPostCharacters( + maxCharacters: ValidationService.POST_MAX_LENGTH, + currentCharacters: _charactersCount, + ), + ], + ), + Expanded( + child: SingleChildScrollView( + physics: const ClampingScrollPhysics(), + child: Padding( + padding: EdgeInsets.only(left: 20.0, right: 20.0, bottom: 30.0), + child: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: _postItemsWidgets)), + ), + ) + ], + ); + } + + Widget _buildAccountSearchBox() { + return OBContextualAccountSearchBox( + controller: _contextualAccountSearchBoxController, + onPostParticipantPressed: _onAccountSearchBoxUserPressed, + initialSearchQuery: + _contextualAccountSearchBoxController.getLastSearchQuery(), + ); } Widget _buildPostActions() { @@ -227,34 +270,29 @@ class CreatePostModalState extends State { if (postActions.isEmpty) return const SizedBox(); - return Container( - height: _hasFocus == true ? 51 : 67, - padding: EdgeInsets.only(top: 8.0, bottom: _hasFocus == true ? 8 : 24), - color: Color.fromARGB(5, 0, 0, 0), - child: ListView.separated( - physics: const ClampingScrollPhysics(), - itemCount: postActions.length, - scrollDirection: Axis.horizontal, - itemBuilder: (BuildContext context, index) { - var postAction = postActions[index]; - - return index == 0 - ? Row( - children: [ - const SizedBox( - width: 10, - ), - postAction - ], - ) - : postAction; - }, - separatorBuilder: (BuildContext context, index) { - return const SizedBox( - width: 10, - ); - }, - ), + return ListView.separated( + physics: const ClampingScrollPhysics(), + itemCount: postActions.length, + scrollDirection: Axis.horizontal, + itemBuilder: (BuildContext context, index) { + var postAction = postActions[index]; + + return index == 0 + ? Row( + children: [ + const SizedBox( + width: 10, + ), + postAction + ], + ) + : postAction; + }, + separatorBuilder: (BuildContext context, index) { + return const SizedBox( + width: 10, + ); + }, ); } @@ -276,6 +314,7 @@ class CreatePostModalState extends State { void _onPostTextChanged() { String text = _textController.text; + _checkAutocomplete(); setState(() { _charactersCount = text.length; _isPostTextAllowedLength = @@ -337,6 +376,48 @@ class CreatePostModalState extends State { } } + void _checkAutocomplete() { + TextAccountAutocompletionResult result = _textAccountAutocompletionService + .checkTextForAutocompletion(_textController); + + if (result.isAutocompleting) { + debugLog('Wants to search account with searchQuery:' + + result.autocompleteQuery); + _setIsSearchingAccount(true); + _contextualAccountSearchBoxController.search(result.autocompleteQuery); + } else if (_isSearchingAccount) { + debugLog('Finished searching accoun'); + _setIsSearchingAccount(false); + } + } + + void _onAccountSearchBoxUserPressed(User user) { + _autocompleteFoundAccountUsername(user.username); + } + + void _autocompleteFoundAccountUsername(String foundAccountUsername) { + if (!_isSearchingAccount) { + debugLog( + 'Tried to autocomplete found account username but was not searching account'); + return; + } + + debugLog('Autocompleting with username:$foundAccountUsername'); + setState(() { + _textController.text = + _textAccountAutocompletionService.autocompleteTextWithUsername( + _textController.text, foundAccountUsername); + _textController.selection = + TextSelection.collapsed(offset: _textController.text.length); + }); + } + + void _setIsSearchingAccount(bool isSearchingAccount) { + setState(() { + _isSearchingAccount = isSearchingAccount; + }); + } + void _setCreateCommunityPostInProgress(bool createCommunityPostInProgress) { setState(() { _isCreateCommunityPostInProgress = createCommunityPostInProgress; @@ -351,7 +432,9 @@ class CreatePostModalState extends State { String errorMessage = await error.toHumanReadableMessage(); _toastService.error(message: errorMessage, context: context); } else { - _toastService.error(message: _localizationService.trans('error__unknown_error'), context: context); + _toastService.error( + message: _localizationService.trans('error__unknown_error'), + context: context); throw error; } } @@ -400,4 +483,8 @@ class CreatePostModalState extends State { void _unfocusTextField() { FocusScope.of(context).requestFocus(new FocusNode()); } + + void debugLog(String log) { + debugPrint('CreatePostModal:$log'); + } } diff --git a/lib/pages/home/modals/create_post/pages/share_post/pages/share_post_with_circles.dart b/lib/pages/home/modals/create_post/pages/share_post/pages/share_post_with_circles.dart index 7fa51b4f9..2231d94ea 100644 --- a/lib/pages/home/modals/create_post/pages/share_post/pages/share_post_with_circles.dart +++ b/lib/pages/home/modals/create_post/pages/share_post/pages/share_post_with_circles.dart @@ -44,6 +44,7 @@ class OBSharePostWithCirclesPageState List _selectedCircles; List _disabledCircles; Circle _fakeWorldCircle; + Circle _connectionsCircle; bool _fakeWorldCircleSelected; String _circleSearchQuery; @@ -164,8 +165,15 @@ class OBSharePostWithCirclesPageState Post createdPost; - List selectedCircles = - _fakeWorldCircleSelected ? [] : _selectedCircles; + List selectedCircles; + + if (_fakeWorldCircleSelected) { + selectedCircles = []; + } else if (_selectedCircles.contains(_connectionsCircle)) { + selectedCircles = [ _connectionsCircle ]; + } else { + selectedCircles = _selectedCircles; + } try { if (widget.sharePostData.image != null) { @@ -217,7 +225,10 @@ class OBSharePostWithCirclesPageState // Enable all other circles _setDisabledCircles([]); _setSelectedCircles([]); - _setFakeWorlCircleSelected(false); + _setFakeWorldCircleSelected(false); + } else if (pressedCircle == _connectionsCircle) { + _setDisabledCircles([]); + _setSelectedCircles([]); } else { _removeSelectedCircle(pressedCircle); } @@ -229,7 +240,14 @@ class OBSharePostWithCirclesPageState var disabledCircles = _circles.toList(); disabledCircles.remove(_fakeWorldCircle); _setDisabledCircles(disabledCircles); - _setFakeWorlCircleSelected(true); + _setFakeWorldCircleSelected(true); + } else if (pressedCircle == _connectionsCircle) { + var circles = _circles.toList(); + circles.remove(_fakeWorldCircle); + _setSelectedCircles(circles); + circles = circles.toList(); + circles.remove(_connectionsCircle); + _setDisabledCircles(circles); } else { _addSelectedCircle(pressedCircle); } @@ -268,7 +286,7 @@ class OBSharePostWithCirclesPageState setState(() { _circles = circles; // Move connections circle to top - var _connectionsCircle = _circles + _connectionsCircle = _circles .firstWhere((circle) => circle.id == user.connectionsCircleId); _circles.remove(_connectionsCircle); _circles.insert(0, _connectionsCircle); @@ -315,7 +333,7 @@ class OBSharePostWithCirclesPageState }); } - void _setFakeWorlCircleSelected(bool fakeWorldCircleSelected) { + void _setFakeWorldCircleSelected(bool fakeWorldCircleSelected) { setState(() { _fakeWorldCircleSelected = fakeWorldCircleSelected; }); diff --git a/lib/pages/home/modals/post_comment/post-comment-reply-expanded.dart b/lib/pages/home/modals/post_comment/post-comment-reply-expanded.dart deleted file mode 100644 index 1c6413e0a..000000000 --- a/lib/pages/home/modals/post_comment/post-comment-reply-expanded.dart +++ /dev/null @@ -1,244 +0,0 @@ -import 'package:Okuna/models/post.dart'; -import 'package:Okuna/models/post_comment.dart'; -import 'package:Okuna/pages/home/modals/create_post/widgets/create_post_text.dart'; -import 'package:Okuna/pages/home/modals/create_post/widgets/remaining_post_characters.dart'; -import 'package:Okuna/pages/home/pages/post_comments/widgets/post_comment/post_comment.dart'; -import 'package:Okuna/provider.dart'; -import 'package:Okuna/services/httpie.dart'; -import 'package:Okuna/services/localization.dart'; -import 'package:Okuna/services/navigation_service.dart'; -import 'package:Okuna/services/toast.dart'; -import 'package:Okuna/services/user.dart'; -import 'package:Okuna/services/validation.dart'; -import 'package:Okuna/widgets/avatars/logged_in_user_avatar.dart'; -import 'package:Okuna/widgets/avatars/avatar.dart'; -import 'package:Okuna/widgets/buttons/button.dart'; -import 'package:Okuna/widgets/icon.dart'; -import 'package:Okuna/widgets/nav_bars/themed_nav_bar.dart'; -import 'package:Okuna/widgets/page_scaffold.dart'; -import 'package:Okuna/widgets/theming/post_divider.dart'; -import 'package:Okuna/widgets/theming/primary_color_container.dart'; -import 'package:async/async.dart'; -import 'package:flutter/cupertino.dart'; -import 'package:flutter/material.dart'; - -class OBPostCommentReplyExpandedModal extends StatefulWidget { - final Post post; - final PostComment postComment; - final Function(PostComment) onReplyAdded; - final Function(PostComment) onReplyDeleted; - - const OBPostCommentReplyExpandedModal( - {Key key, - this.post, - this.postComment, - this.onReplyAdded, - this.onReplyDeleted}) - : super(key: key); - - @override - State createState() { - return OBPostCommentReplyExpandedModalState(); - } -} - -class OBPostCommentReplyExpandedModalState - extends State { - ValidationService _validationService; - ToastService _toastService; - LocalizationService _localizationService; - UserService _userService; - - TextEditingController _textController; - int _charactersCount; - bool _isPostCommentTextAllowedLength; - List _postCommentItemsWidgets; - ScrollController _scrollController; - - CancelableOperation _postCommentReplyOperation; - bool _requestInProgress; - - @override - void initState() { - super.initState(); - _textController = TextEditingController(); - _scrollController = ScrollController(); - _textController.addListener(_onPostCommentTextChanged); - _charactersCount = 0; - _isPostCommentTextAllowedLength = false; - _requestInProgress = false; - } - - @override - void dispose() { - super.dispose(); - if (_postCommentReplyOperation != null) _postCommentReplyOperation.cancel(); - _textController.removeListener(_onPostCommentTextChanged); - } - - @override - Widget build(BuildContext context) { - var openbookProvider = OpenbookProvider.of(context); - _validationService = openbookProvider.validationService; - _userService = openbookProvider.userService; - _localizationService = openbookProvider.localizationService; - _toastService = openbookProvider.toastService; - String hintText = _localizationService.post__comment_reply_expanded_reply_hint_text; - _postCommentItemsWidgets = [ - OBCreatePostText(controller: _textController, hintText: hintText) - ]; - - //Scroll to bottom - Future.delayed(Duration(milliseconds: 0), () { - _scrollController.animateTo( - _scrollController.position.maxScrollExtent, - curve: Curves.easeOut, - duration: const Duration(milliseconds: 10), - ); - }); - - return OBCupertinoPageScaffold( - backgroundColor: Colors.transparent, - navigationBar: _buildNavigationBar(), - child: OBPrimaryColorContainer( - child: Column( - children: [_buildPostCommentContent()], - ))); - } - - Widget _buildNavigationBar() { - bool isPrimaryActionButtonIsEnabled = - (_isPostCommentTextAllowedLength && _charactersCount > 0); - - return OBThemedNavigationBar( - leading: GestureDetector( - child: const OBIcon(OBIcons.close), - onTap: () { - Navigator.pop(context); - }, - ), - title: _localizationService.post__comment_reply_expanded_reply_comment, - trailing: - _buildPrimaryActionButton(isEnabled: isPrimaryActionButtonIsEnabled), - ); - } - - Widget _buildPrimaryActionButton({bool isEnabled}) { - return OBButton( - isDisabled: !isEnabled, - isLoading: _requestInProgress, - size: OBButtonSize.small, - onPressed: _onWantsToReplyComment, - child: Text(_localizationService.post__comment_reply_expanded_post), - ); - } - - void _onWantsToReplyComment() async { - if (_requestInProgress) return; - _setRequestInProgress(true); - try { - _postCommentReplyOperation = CancelableOperation.fromFuture( - _userService.replyPostComment( - post: widget.post, - postComment: widget.postComment, - text: _textController.text)); - - PostComment comment = await _postCommentReplyOperation.value; - if (widget.onReplyAdded != null) widget.onReplyAdded(comment); - Navigator.pop(context, comment); - } catch (error) { - _onError(error); - } finally { - _setRequestInProgress(false); - _postCommentReplyOperation = null; - } - } - - Widget _buildPostCommentContent() { - return Expanded( - child: SingleChildScrollView( - controller: _scrollController, - padding: EdgeInsets.only(left: 0.0, top: 0.0), - child: Padding( - padding: EdgeInsets.only(left: 0.0, top: 20.0), - child: Column( - children: [ - OBPostComment( - post: widget.post, - postComment: widget.postComment, - showActions: false, - showReactions: false, - showReplies: false, - padding: EdgeInsets.all(15), - ), - OBPostDivider(), - Padding( - padding: EdgeInsets.only(left: 20.0, top: 10.0, bottom: 20.0), - child: Row( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Column( - children: [ - OBLoggedInUserAvatar( - size: OBAvatarSize.medium, - ), - const SizedBox( - height: 12.0, - ), - OBRemainingPostCharacters( - maxCharacters: - ValidationService.POST_COMMENT_MAX_LENGTH, - currentCharacters: _charactersCount, - ), - ], - ), - Expanded( - child: SingleChildScrollView( - physics: const ClampingScrollPhysics(), - child: Padding( - padding: EdgeInsets.only( - left: 20.0, - right: 20.0, - bottom: 30.0, - top: 0.0), - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: _postCommentItemsWidgets)), - ), - ) - ], - ), - ) - ], - )), - )); - } - - void _onPostCommentTextChanged() { - String text = _textController.text; - setState(() { - _charactersCount = text.length; - _isPostCommentTextAllowedLength = - _validationService.isPostCommentAllowedLength(text); - }); - } - - void _onError(error) async { - if (error is HttpieConnectionRefusedError) { - _toastService.error( - message: error.toHumanReadableMessage(), context: context); - } else if (error is HttpieRequestError) { - String errorMessage = await error.toHumanReadableMessage(); - _toastService.error(message: errorMessage, context: context); - } else { - _toastService.error(message: _localizationService.error__unknown_error, context: context); - throw error; - } - } - - void _setRequestInProgress(requestInProgress) { - setState(() { - _requestInProgress = requestInProgress; - }); - } -} diff --git a/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart b/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart new file mode 100644 index 000000000..c3991e7dc --- /dev/null +++ b/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart @@ -0,0 +1,330 @@ +import 'package:Okuna/models/post.dart'; +import 'package:Okuna/models/post_comment.dart'; +import 'package:Okuna/models/user.dart'; +import 'package:Okuna/pages/home/modals/create_post/widgets/create_post_text.dart'; +import 'package:Okuna/pages/home/modals/create_post/widgets/remaining_post_characters.dart'; +import 'package:Okuna/pages/home/pages/post_comments/widgets/post_comment/post_comment.dart'; +import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/httpie.dart'; +import 'package:Okuna/services/localization.dart'; +import 'package:Okuna/services/text_account_autocompletion.dart'; +import 'package:Okuna/services/toast.dart'; +import 'package:Okuna/services/user.dart'; +import 'package:Okuna/services/validation.dart'; +import 'package:Okuna/widgets/avatars/logged_in_user_avatar.dart'; +import 'package:Okuna/widgets/avatars/avatar.dart'; +import 'package:Okuna/widgets/buttons/button.dart'; +import 'package:Okuna/widgets/contextual_account_search_box.dart'; +import 'package:Okuna/widgets/icon.dart'; +import 'package:Okuna/widgets/nav_bars/themed_nav_bar.dart'; +import 'package:Okuna/widgets/theming/post_divider.dart'; +import 'package:Okuna/widgets/theming/primary_color_container.dart'; +import 'package:async/async.dart'; +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +class OBPostCommentReplyExpandedModal extends StatefulWidget { + final Post post; + final PostComment postComment; + final Function(PostComment) onReplyAdded; + final Function(PostComment) onReplyDeleted; + + const OBPostCommentReplyExpandedModal({Key key, + this.post, + this.postComment, + this.onReplyAdded, + this.onReplyDeleted}) + : super(key: key); + + @override + State createState() { + return OBPostCommentReplyExpandedModalState(); + } +} + +class OBPostCommentReplyExpandedModalState + extends State { + ValidationService _validationService; + ToastService _toastService; + LocalizationService _localizationService; + UserService _userService; + + TextEditingController _textController; + int _charactersCount; + bool _isPostCommentTextAllowedLength; + List _postCommentItemsWidgets; + ScrollController _scrollController; + + CancelableOperation _postCommentReplyOperation; + bool _requestInProgress; + bool _isSearchingAccount; + bool _needsBootstrap; + + TextAccountAutocompletionService _textAccountAutocompletionService; + OBContextualAccountSearchBoxController _contextualAccountSearchBoxController; + + @override + void initState() { + super.initState(); + _needsBootstrap = true; + _textController = TextEditingController(); + _scrollController = ScrollController(); + _textController.addListener(_onPostCommentTextChanged); + _charactersCount = 0; + _isPostCommentTextAllowedLength = false; + _requestInProgress = false; + _contextualAccountSearchBoxController = + OBContextualAccountSearchBoxController(); + _isSearchingAccount = false; + } + + @override + void dispose() { + super.dispose(); + if (_postCommentReplyOperation != null) _postCommentReplyOperation.cancel(); + _textController.removeListener(_onPostCommentTextChanged); + } + + @override + Widget build(BuildContext context) { + if (_needsBootstrap) { + var openbookProvider = OpenbookProvider.of(context); + _validationService = openbookProvider.validationService; + _userService = openbookProvider.userService; + _localizationService = openbookProvider.localizationService; + _toastService = openbookProvider.toastService; + _textAccountAutocompletionService = + openbookProvider.textAccountAutocompletionService; + String hintText = + _localizationService.post__comment_reply_expanded_reply_hint_text; + _postCommentItemsWidgets = [ + OBCreatePostText(controller: _textController, hintText: hintText) + ]; + + + //Scroll to bottom + Future.delayed(Duration(milliseconds: 0), () { + _scrollController.animateTo( + _scrollController.position.maxScrollExtent, + curve: Curves.easeOut, + duration: const Duration(milliseconds: 10), + ); + }); + _needsBootstrap = false; + } + + List bodyItems = [ + Expanded( + flex: _isSearchingAccount ? 3 : 10, + child: _buildPostCommentEditor(), + ) + ]; + + if(_isSearchingAccount){ + bodyItems.add(Expanded( + flex: _isSearchingAccount ? 7 : null, + child: _buildAccountSearchBox() + )); + } + + return CupertinoPageScaffold( + backgroundColor: Colors.transparent, + navigationBar: _buildNavigationBar(), + child: OBPrimaryColorContainer( + child: Column( + mainAxisSize: MainAxisSize.max, + children: bodyItems + ))); + } + + Widget _buildNavigationBar() { + bool isPrimaryActionButtonIsEnabled = + (_isPostCommentTextAllowedLength && _charactersCount > 0); + + return OBThemedNavigationBar( + leading: GestureDetector( + child: const OBIcon(OBIcons.close), + onTap: () { + Navigator.pop(context); + }, + ), + title: _localizationService.post__comment_reply_expanded_reply_comment, + trailing: + _buildPrimaryActionButton(isEnabled: isPrimaryActionButtonIsEnabled), + ); + } + + Widget _buildPrimaryActionButton({bool isEnabled}) { + return OBButton( + isDisabled: !isEnabled, + isLoading: _requestInProgress, + size: OBButtonSize.small, + onPressed: _onWantsToReplyComment, + child: Text(_localizationService.post__comment_reply_expanded_post), + ); + } + + void _onWantsToReplyComment() async { + if (_requestInProgress) return; + _setRequestInProgress(true); + try { + _postCommentReplyOperation = CancelableOperation.fromFuture( + _userService.replyPostComment( + post: widget.post, + postComment: widget.postComment, + text: _textController.text)); + + PostComment comment = await _postCommentReplyOperation.value; + if (widget.onReplyAdded != null) widget.onReplyAdded(comment); + Navigator.pop(context, comment); + } catch (error) { + _onError(error); + } finally { + _setRequestInProgress(false); + _postCommentReplyOperation = null; + } + } + + Widget _buildPostCommentEditor() { + return SingleChildScrollView( + controller: _scrollController, + child: Column( + mainAxisSize: MainAxisSize.min, + children: [ + OBPostComment( + post: widget.post, + postComment: widget.postComment, + showActions: false, + showReactions: false, + showReplies: false, + padding: EdgeInsets.all(15), + ), + OBPostDivider(), + Padding( + padding: EdgeInsets.only(left: 20.0, top: 10.0, bottom: 20.0), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Column( + children: [ + OBLoggedInUserAvatar( + size: OBAvatarSize.medium, + ), + const SizedBox( + height: 12.0, + ), + OBRemainingPostCharacters( + maxCharacters: + ValidationService.POST_COMMENT_MAX_LENGTH, + currentCharacters: _charactersCount, + ), + ], + ), + Expanded( + child: SingleChildScrollView( + physics: const ClampingScrollPhysics(), + child: Padding( + padding: EdgeInsets.only( + left: 20.0, + right: 20.0, + bottom: 30.0, + top: 0.0), + child: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: _postCommentItemsWidgets)), + ), + ) + ], + ), + ) + ], + ), + ); + } + + Widget _buildAccountSearchBox() { + return OBContextualAccountSearchBox( + post: widget.post, + controller: _contextualAccountSearchBoxController, + onPostParticipantPressed: _onAccountSearchBoxUserPressed, + initialSearchQuery: + _contextualAccountSearchBoxController.getLastSearchQuery(), + ); + } + + void _onPostCommentTextChanged() { + String text = _textController.text; + _checkAutocomplete(); + setState(() { + _charactersCount = text.length; + _isPostCommentTextAllowedLength = + _validationService.isPostCommentAllowedLength(text); + }); + } + + void _onError(error) async { + if (error is HttpieConnectionRefusedError) { + _toastService.error( + message: error.toHumanReadableMessage(), context: context); + } else if (error is HttpieRequestError) { + String errorMessage = await error.toHumanReadableMessage(); + _toastService.error(message: errorMessage, context: context); + } else { + _toastService.error( + message: _localizationService.error__unknown_error, context: context); + throw error; + } + } + + void _checkAutocomplete() { + TextAccountAutocompletionResult result = _textAccountAutocompletionService + .checkTextForAutocompletion(_textController); + + if (result.isAutocompleting) { + debugLog('Wants to search account with searchQuery:' + + result.autocompleteQuery); + _setIsSearchingAccount(true); + _contextualAccountSearchBoxController.search(result.autocompleteQuery); + } else if (_isSearchingAccount) { + debugLog('Finished searching accoun'); + _setIsSearchingAccount(false); + } + } + + void _onAccountSearchBoxUserPressed(User user) { + _autocompleteFoundAccountUsername(user.username); + } + + void _autocompleteFoundAccountUsername(String foundAccountUsername) { + if (!_isSearchingAccount) { + debugLog( + 'Tried to autocomplete found account username but was not searching account'); + return; + } + + debugLog('Autocompleting with username:$foundAccountUsername'); + setState(() { + _textController.text = + _textAccountAutocompletionService.autocompleteTextWithUsername( + _textController.text, foundAccountUsername); + _textController.selection = + TextSelection.collapsed(offset: _textController.text.length); + }); + } + + void _setIsSearchingAccount(bool isSearchingAccount) { + setState(() { + _isSearchingAccount = isSearchingAccount; + }); + } + + void _setRequestInProgress(requestInProgress) { + setState(() { + _requestInProgress = requestInProgress; + }); + } + + void debugLog(String log) { + debugPrint('OBPostCommentReplyExpandedModal:$log'); + } +} diff --git a/lib/pages/home/modals/post_comment/post-commenter-expanded.dart b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart similarity index 56% rename from lib/pages/home/modals/post_comment/post-commenter-expanded.dart rename to lib/pages/home/modals/post_comment/post_commenter_expanded.dart index f334a233a..221f87353 100644 --- a/lib/pages/home/modals/post_comment/post-commenter-expanded.dart +++ b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart @@ -1,13 +1,16 @@ import 'package:Okuna/models/community.dart'; import 'package:Okuna/models/post.dart'; import 'package:Okuna/models/post_comment.dart'; +import 'package:Okuna/models/user.dart'; import 'package:Okuna/pages/home/modals/create_post/widgets/create_post_text.dart'; import 'package:Okuna/pages/home/modals/create_post/widgets/remaining_post_characters.dart'; +import 'package:Okuna/widgets/contextual_account_search_box.dart'; import 'package:Okuna/provider.dart'; import 'package:Okuna/services/bottom_sheet.dart'; import 'package:Okuna/services/httpie.dart'; import 'package:Okuna/services/localization.dart'; import 'package:Okuna/services/navigation_service.dart'; +import 'package:Okuna/services/text_account_autocompletion.dart'; import 'package:Okuna/services/toast.dart'; import 'package:Okuna/services/user.dart'; import 'package:Okuna/services/validation.dart'; @@ -50,6 +53,9 @@ class OBPostCommenterExpandedModalState String _originalText; bool _requestInProgress; bool _needsBootstrap; + bool _isSearchingAccount; + TextAccountAutocompletionService _textAccountAutocompletionService; + OBContextualAccountSearchBoxController _contextualAccountSearchBoxController; CancelableOperation _postCommentOperation; @@ -64,7 +70,10 @@ class OBPostCommenterExpandedModalState _isPostCommentTextOriginal = false; _originalText = widget.postComment.text; _requestInProgress = false; + _isSearchingAccount = false; _needsBootstrap = true; + _contextualAccountSearchBoxController = + OBContextualAccountSearchBoxController(); } @override @@ -76,13 +85,15 @@ class OBPostCommenterExpandedModalState @override Widget build(BuildContext context) { - var openbookProvider = OpenbookProvider.of(context); - _validationService = openbookProvider.validationService; - _userService = openbookProvider.userService; - _toastService = openbookProvider.toastService; - _localizationService = openbookProvider.localizationService; + if (_needsBootstrap) { + var openbookProvider = OpenbookProvider.of(context); + _validationService = openbookProvider.validationService; + _userService = openbookProvider.userService; + _toastService = openbookProvider.toastService; + _localizationService = openbookProvider.localizationService; + _textAccountAutocompletionService = + openbookProvider.textAccountAutocompletionService; - if(_needsBootstrap){ String hintText = widget.post.commentsCount > 0 ? _localizationService.post__commenter_expanded_join_conversation : _localizationService.post__commenter_expanded_start_conversation; @@ -97,7 +108,10 @@ class OBPostCommenterExpandedModalState navigationBar: _buildNavigationBar(), child: OBPrimaryColorContainer( child: Column( - children: [_buildPostCommentContent()], + children: [ + _buildPostCommentEditor(), + _isSearchingAccount ? _buildAccountSearchBox() : const SizedBox() + ], ))); } @@ -113,7 +127,7 @@ class OBPostCommenterExpandedModalState Navigator.pop(context); }, ), - title:_localizationService.post__commenter_expanded_edit_comment, + title: _localizationService.post__commenter_expanded_edit_comment, trailing: _buildPrimaryActionButton(isEnabled: isPrimaryActionButtonIsEnabled), ); @@ -129,6 +143,109 @@ class OBPostCommenterExpandedModalState ); } + Widget _buildPostCommentEditor() { + return Expanded( + flex: _isSearchingAccount ? 3 : 10, + child: Padding( + padding: EdgeInsets.only(left: 20.0, top: 20.0), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Column( + children: [ + OBLoggedInUserAvatar( + size: OBAvatarSize.medium, + ), + const SizedBox( + height: 12.0, + ), + OBRemainingPostCharacters( + maxCharacters: ValidationService.POST_COMMENT_MAX_LENGTH, + currentCharacters: _charactersCount, + ), + ], + ), + Expanded( + child: SingleChildScrollView( + physics: const ClampingScrollPhysics(), + child: Padding( + padding: EdgeInsets.only( + left: 20.0, right: 20.0, bottom: 30.0), + child: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: _postCommentItemsWidgets)), + ), + ) + ], + ), + )); + } + + Widget _buildAccountSearchBox() { + return Expanded( + flex: 7, + child: OBContextualAccountSearchBox( + post: widget.post, + controller: _contextualAccountSearchBoxController, + onPostParticipantPressed: _onAccountSearchBoxUserPressed, + initialSearchQuery: + _contextualAccountSearchBoxController.getLastSearchQuery(), + )); + } + + void _onPostCommentTextChanged() { + String text = _textController.text; + _checkAutocomplete(); + setState(() { + _charactersCount = text.length; + _isPostCommentTextAllowedLength = + _validationService.isPostCommentAllowedLength(text); + _isPostCommentTextOriginal = _originalText == _textController.text; + }); + } + + void _checkAutocomplete() { + TextAccountAutocompletionResult result = _textAccountAutocompletionService + .checkTextForAutocompletion(_textController); + + if (result.isAutocompleting) { + debugLog('Wants to search account with searchQuery:' + + result.autocompleteQuery); + _setIsSearchingAccount(true); + _contextualAccountSearchBoxController.search(result.autocompleteQuery); + } else if (_isSearchingAccount) { + debugLog('Finished searching accoun'); + _setIsSearchingAccount(false); + } + } + + void _onAccountSearchBoxUserPressed(User user) { + _autocompleteFoundAccountUsername(user.username); + } + + void _autocompleteFoundAccountUsername(String foundAccountUsername) { + if (!_isSearchingAccount) { + debugLog( + 'Tried to autocomplete found account username but was not searching account'); + return; + } + + debugLog('Autocompleting with username:$foundAccountUsername'); + setState(() { + _textController.text = + _textAccountAutocompletionService.autocompleteTextWithUsername( + _textController.text, foundAccountUsername); + _textController.selection = + TextSelection.collapsed(offset: _textController.text.length); + }); + } + + void _setIsSearchingAccount(bool isSearchingAccount) { + setState(() { + _isSearchingAccount = isSearchingAccount; + }); + } + void _onWantsToSaveComment() async { if (_requestInProgress) return; _setRequestInProgress(true); @@ -149,53 +266,6 @@ class OBPostCommenterExpandedModalState } } - Widget _buildPostCommentContent() { - return Expanded( - child: Padding( - padding: EdgeInsets.only(left: 20.0, top: 20.0), - child: Row( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Column( - children: [ - OBLoggedInUserAvatar( - size: OBAvatarSize.medium, - ), - const SizedBox( - height: 12.0, - ), - OBRemainingPostCharacters( - maxCharacters: ValidationService.POST_COMMENT_MAX_LENGTH, - currentCharacters: _charactersCount, - ), - ], - ), - Expanded( - child: SingleChildScrollView( - physics: const ClampingScrollPhysics(), - child: Padding( - padding: - EdgeInsets.only(left: 20.0, right: 20.0, bottom: 30.0), - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: _postCommentItemsWidgets)), - ), - ) - ], - ), - )); - } - - void _onPostCommentTextChanged() { - String text = _textController.text; - setState(() { - _charactersCount = text.length; - _isPostCommentTextAllowedLength = - _validationService.isPostCommentAllowedLength(text); - _isPostCommentTextOriginal = _originalText == _textController.text; - }); - } - void _onError(error) async { if (error is HttpieConnectionRefusedError) { _toastService.error( @@ -204,7 +274,8 @@ class OBPostCommenterExpandedModalState String errorMessage = await error.toHumanReadableMessage(); _toastService.error(message: errorMessage, context: context); } else { - _toastService.error(message: _localizationService.error__unknown_error, context: context); + _toastService.error( + message: _localizationService.error__unknown_error, context: context); throw error; } } @@ -214,4 +285,8 @@ class OBPostCommenterExpandedModalState _requestInProgress = requestInProgress; }); } + + void debugLog(String log) { + debugPrint('OBPostCommenterExpandedModal:$log'); + } } diff --git a/lib/pages/home/modals/timeline_filters.dart b/lib/pages/home/modals/timeline_filters.dart index 6a2baed1d..d3a8018c9 100644 --- a/lib/pages/home/modals/timeline_filters.dart +++ b/lib/pages/home/modals/timeline_filters.dart @@ -41,7 +41,9 @@ class OBTimelineFiltersModalState extends State { List _circles; List _selectedCircles; + List _disabledCircles; List _circlesSearchResults; + Circle _connectionsCircle; List _followsLists; List _selectedFollowsLists; @@ -137,10 +139,12 @@ class OBTimelineFiltersModalState extends State { if (isCircle) { Circle circle = _circlesSearchResults[index]; bool isSelected = _selectedCircles.contains(circle); + bool isDisabled = _disabledCircles.contains(circle); Widget circleTile = OBCircleSelectableTile( circle, isSelected: isSelected, + isDisabled: isDisabled, onCirclePressed: _onCirclePressed, ); @@ -274,13 +278,35 @@ class OBTimelineFiltersModalState extends State { void _onCirclePressed(Circle pressedCircle) { if (_selectedCircles.contains(pressedCircle)) { // Remove - _removeSelectedCircle(pressedCircle); + if (pressedCircle == _connectionsCircle) { + _setSelectedCircles([]); + _updateDisabledCircles(); + } else { + _removeSelectedCircle(pressedCircle); + } } else { // Add - _addSelectedCircle(pressedCircle); + if (pressedCircle == _connectionsCircle) { + _setSelectedCircles(_circles.toList()); + _updateDisabledCircles(); + } else { + _addSelectedCircle(pressedCircle); + } } } + void _setDisabledCircles(List disabledCircles) { + setState(() { + _disabledCircles = disabledCircles; + }); + } + + void _setSelectedCircles(List selectedCircles) { + setState(() { + _selectedCircles = selectedCircles; + }); + } + void _addSelectedCircle(Circle circle) { setState(() { _selectedCircles.add(circle); @@ -294,8 +320,14 @@ class OBTimelineFiltersModalState extends State { } void _setCircles(List circles) { + var user = _userService.getLoggedInUser(); setState(() { _circles = circles; + // Find connections circle and move it to the top + _connectionsCircle = _circles + .firstWhere((circle) => circle.id == user.connectionsCircleId); + _circles.remove(_connectionsCircle); + _circles.insert(0, _connectionsCircle); }); } @@ -352,6 +384,17 @@ class OBTimelineFiltersModalState extends State { }); } + void _updateDisabledCircles() { + if (_selectedCircles.contains(_connectionsCircle)) { + var circles = _circles.toList(); + circles.remove(_connectionsCircle); + _setDisabledCircles(circles); + } + else { + _setDisabledCircles([]); + } + } + void _bootstrap() async { _setRequestInProgress(true); var results = await Future.wait( @@ -362,6 +405,7 @@ class OBTimelineFiltersModalState extends State { _setCircles(circlesList.circles); _setCirclesSearchResults(circlesList.circles); + _updateDisabledCircles(); _setFollowsLists(followsList.lists); _setFollowsListsSearchResults(followsList.lists); _setRequestInProgress(false); diff --git a/lib/pages/home/pages/communities/widgets/trending_communities.dart b/lib/pages/home/pages/communities/widgets/trending_communities.dart index f5cf06cb9..ddc6e3454 100644 --- a/lib/pages/home/pages/communities/widgets/trending_communities.dart +++ b/lib/pages/home/pages/communities/widgets/trending_communities.dart @@ -97,7 +97,8 @@ class OBTrendingCommunitiesState extends State padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 20), child: OBText( hasCategory - ? _localizationService.community__trending_in_category(widget.category.title) + ? _localizationService + .community__trending_in_category(widget.category.title) : _localizationService.community__trending_in_all, style: TextStyle(fontWeight: FontWeight.bold, fontSize: 24), ), @@ -134,7 +135,9 @@ class OBTrendingCommunitiesState extends State Duration( milliseconds: 0, ), () { - _refreshIndicatorKey.currentState.show(); + if (_refreshIndicatorKey.currentState != null) { + _refreshIndicatorKey.currentState.show(); + } }); } @@ -160,7 +163,8 @@ class OBTrendingCommunitiesState extends State String errorMessage = await error.toHumanReadableMessage(); _toastService.error(message: errorMessage, context: context); } else { - _toastService.error(message: _localizationService.error__unknown_error, context: context); + _toastService.error( + message: _localizationService.error__unknown_error, context: context); throw error; } } diff --git a/lib/pages/home/pages/menu/pages/following.dart b/lib/pages/home/pages/menu/pages/following.dart index 90ab47c80..498fcb580 100644 --- a/lib/pages/home/pages/menu/pages/following.dart +++ b/lib/pages/home/pages/menu/pages/following.dart @@ -2,6 +2,7 @@ import 'dart:async'; import 'package:Okuna/models/user.dart'; import 'package:Okuna/models/users_list.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/services/navigation_service.dart'; import 'package:Okuna/widgets/buttons/actions/follow_button.dart'; import 'package:Okuna/widgets/http_list.dart'; @@ -24,6 +25,7 @@ class OBFollowingPage extends StatefulWidget { class OBFollowingPageState extends State { UserService _userService; NavigationService _navigationService; + LocalizationService _localizationService; OBHttpListController _httpListController; bool _needsBootstrap; @@ -41,12 +43,13 @@ class OBFollowingPageState extends State { var provider = OpenbookProvider.of(context); _userService = provider.userService; _navigationService = provider.navigationService; + _localizationService = provider.localizationService; _needsBootstrap = false; } return OBCupertinoPageScaffold( navigationBar: OBThemedNavigationBar( - title: 'Following', + title: _localizationService.user__following_text, ), child: OBPrimaryColorContainer( child: OBHttpList( @@ -56,8 +59,8 @@ class OBFollowingPageState extends State { listRefresher: _refreshFollowing, listOnScrollLoader: _loadMoreFollowing, listSearcher: _searchFollowing, - resourceSingularName: 'following', - resourcePluralName: 'following', + resourceSingularName: _localizationService.user__following_resource_name, + resourcePluralName: _localizationService.user__following_resource_name, ), ), ); diff --git a/lib/pages/home/pages/menu/pages/follows_lists/follows_lists.dart b/lib/pages/home/pages/menu/pages/follows_lists/follows_lists.dart index e2c68ad40..a524c91aa 100644 --- a/lib/pages/home/pages/menu/pages/follows_lists/follows_lists.dart +++ b/lib/pages/home/pages/menu/pages/follows_lists/follows_lists.dart @@ -1,5 +1,6 @@ import 'package:Okuna/models/follows_list.dart'; import 'package:Okuna/pages/home/pages/menu/pages/follows_lists/widgets/follows_list_tile.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/services/modal_service.dart'; import 'package:Okuna/widgets/icon.dart'; import 'package:Okuna/widgets/icon_button.dart'; @@ -26,6 +27,7 @@ class OBFollowsListsPageState extends State { UserService _userService; ToastService _toastService; ModalService _modalService; + LocalizationService _localizationService; GlobalKey _refreshIndicatorKey; ScrollController _followsListsScrollController; @@ -52,6 +54,7 @@ class OBFollowsListsPageState extends State { _userService = provider.userService; _toastService = provider.toastService; _modalService = provider.modalService; + _localizationService = provider.localizationService; _bootstrap(); _needsBootstrap = false; @@ -60,7 +63,7 @@ class OBFollowsListsPageState extends State { return OBCupertinoPageScaffold( backgroundColor: Color.fromARGB(0, 0, 0, 0), navigationBar: OBThemedNavigationBar( - title: 'My lists', + title: _localizationService.user__follow_lists_title, trailing: OBIconButton( OBIcons.add, themeColor: OBIconThemeColor.primaryAccent, @@ -75,7 +78,7 @@ class OBFollowsListsPageState extends State { SizedBox( child: OBSearchBar( onSearch: _onSearch, - hintText: 'Search for a list...', + hintText: _localizationService.user__follow_lists_search_for, )), Expanded( child: RefreshIndicator( @@ -92,13 +95,12 @@ class OBFollowsListsPageState extends State { if(_searchQuery != null){ return ListTile( leading: OBIcon(OBIcons.sad), - title: OBText( - 'No list found for "$_searchQuery"')); + title: OBText(_localizationService.user__follow_lists_no_list_found_for(_searchQuery))); }else{ return ListTile( leading: OBIcon(OBIcons.sad), title: OBText( - 'No lists found.')); + _localizationService.user__follow_lists_no_list_found)); } } else { return const SizedBox(); @@ -147,7 +149,7 @@ class OBFollowsListsPageState extends State { String errorMessage = await error.toHumanReadableMessage(); _toastService.error(message: errorMessage, context: context); } else { - _toastService.error(message: 'Unknown error', context: context); + _toastService.error(message: _localizationService.error__unknown_error, context: context); throw error; } } diff --git a/lib/pages/home/pages/menu/pages/my_moderation_penalties/my_moderation_penalties.dart b/lib/pages/home/pages/menu/pages/my_moderation_penalties/my_moderation_penalties.dart index 6c22af65d..cb264e32b 100644 --- a/lib/pages/home/pages/menu/pages/my_moderation_penalties/my_moderation_penalties.dart +++ b/lib/pages/home/pages/menu/pages/my_moderation_penalties/my_moderation_penalties.dart @@ -3,6 +3,7 @@ import 'dart:async'; import 'package:Okuna/models/moderation/moderation_penalty_list.dart'; import 'package:Okuna/models/moderation/moderation_penalty.dart'; import 'package:Okuna/pages/home/pages/menu/pages/my_moderation_penalties/widgets/moderation_penalty/moderation_penalty.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/widgets/http_list.dart'; import 'package:Okuna/widgets/nav_bars/themed_nav_bar.dart'; import 'package:Okuna/widgets/page_scaffold.dart'; @@ -22,6 +23,7 @@ class OBMyModerationPenaltiesPage extends StatefulWidget { class OBMyModerationPenaltiesPageState extends State { UserService _userService; + LocalizationService _localizationService; OBHttpListController _httpListController; bool _needsBootstrap; @@ -38,12 +40,13 @@ class OBMyModerationPenaltiesPageState if (_needsBootstrap) { var provider = OpenbookProvider.of(context); _userService = provider.userService; + _localizationService = provider.localizationService; _needsBootstrap = false; } return OBCupertinoPageScaffold( navigationBar: OBThemedNavigationBar( - title: 'Moderation penalties', + title: _localizationService.moderation__my_moderation_penalties_title, ), child: OBPrimaryColorContainer( child: OBHttpList( @@ -52,8 +55,8 @@ class OBMyModerationPenaltiesPageState listItemBuilder: _buildModerationPenaltyListItem, listRefresher: _refreshModerationPenalties, listOnScrollLoader: _loadMoreModerationPenalties, - resourceSingularName: 'moderation penalty', - resourcePluralName: 'moderation penalties', + resourceSingularName: _localizationService.moderation__my_moderation_penalties_resouce_singular, + resourcePluralName: _localizationService.moderation__my_moderation_penalties_resource_plural, ), ), ); diff --git a/lib/pages/home/pages/menu/pages/my_moderation_tasks/my_moderation_tasks.dart b/lib/pages/home/pages/menu/pages/my_moderation_tasks/my_moderation_tasks.dart index 8df3a156f..16d397720 100644 --- a/lib/pages/home/pages/menu/pages/my_moderation_tasks/my_moderation_tasks.dart +++ b/lib/pages/home/pages/menu/pages/my_moderation_tasks/my_moderation_tasks.dart @@ -2,6 +2,7 @@ import 'dart:async'; import 'package:Okuna/models/communities_list.dart'; import 'package:Okuna/models/community.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/services/navigation_service.dart'; import 'package:Okuna/widgets/badges/badge.dart'; import 'package:Okuna/widgets/http_list.dart'; @@ -24,6 +25,7 @@ class OBMyModerationTasksPage extends StatefulWidget { class OBMyModerationTasksPageState extends State { UserService _userService; NavigationService _navigationService; + LocalizationService _localizationService; OBHttpListController _httpListController; bool _needsBootstrap; @@ -41,12 +43,13 @@ class OBMyModerationTasksPageState extends State { var provider = OpenbookProvider.of(context); _userService = provider.userService; _navigationService = provider.navigationService; + _localizationService = provider.localizationService; _needsBootstrap = false; } return OBCupertinoPageScaffold( navigationBar: OBThemedNavigationBar( - title: 'Pending moderation tasks', + title: _localizationService.moderation__my_moderation_tasks_title, ), child: OBPrimaryColorContainer( child: OBHttpList( @@ -55,8 +58,8 @@ class OBMyModerationTasksPageState extends State { listItemBuilder: _buildPendingModeratedObjectsCommunityListItem, listRefresher: _refreshPendingModeratedObjectsCommunities, listOnScrollLoader: _loadMorePendingModeratedObjectsCommunities, - resourceSingularName: 'pending moderation task', - resourcePluralName: 'pending moderation tasks', + resourceSingularName: _localizationService.moderation__pending_moderation_tasks_singular, + resourcePluralName: _localizationService.moderation__pending_moderation_tasks_plural, ), ), ); diff --git a/lib/pages/home/pages/menu/pages/settings/pages/application_settings.dart b/lib/pages/home/pages/menu/pages/settings/pages/application_settings.dart index 935e628e4..fd89ee21a 100644 --- a/lib/pages/home/pages/menu/pages/settings/pages/application_settings.dart +++ b/lib/pages/home/pages/menu/pages/settings/pages/application_settings.dart @@ -1,4 +1,5 @@ import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/widgets/icon.dart'; import 'package:Okuna/widgets/nav_bars/themed_nav_bar.dart'; import 'package:Okuna/widgets/theming/primary_color_container.dart'; @@ -9,9 +10,11 @@ import 'package:flutter/material.dart'; class OBApplicationSettingsPage extends StatelessWidget { Widget build(BuildContext context) { + LocalizationService _localizationService = OpenbookProvider.of(context).localizationService; + return CupertinoPageScaffold( backgroundColor: Color.fromARGB(0, 0, 0, 0), - navigationBar: OBThemedNavigationBar(title: 'Application settings'), + navigationBar: OBThemedNavigationBar(title: _localizationService.drawer__application_settings), child: OBPrimaryColorContainer( child: ListView( physics: const ClampingScrollPhysics(), diff --git a/lib/pages/home/pages/menu/pages/useful_links.dart b/lib/pages/home/pages/menu/pages/useful_links.dart index 6db488108..eb5965cb0 100644 --- a/lib/pages/home/pages/menu/pages/useful_links.dart +++ b/lib/pages/home/pages/menu/pages/useful_links.dart @@ -56,7 +56,7 @@ class OBUsefulLinksPage extends StatelessWidget { _localizationService.drawer__useful_links_guidelines_feature_requests_desc), onTap: () { urlLauncherService.launchUrl( - 'https://openbook.canny.io/feature-requests'); + 'https://okuna.canny.io/feature-requests'); }, ), ListTile( @@ -66,7 +66,7 @@ class OBUsefulLinksPage extends StatelessWidget { OBSecondaryText(_localizationService.drawer__useful_links_guidelines_bug_tracker_desc), onTap: () { urlLauncherService - .launchUrl('https://openbook.canny.io/bugs'); + .launchUrl('https://okuna.canny.io/bugs'); }, ), ListTile( @@ -88,6 +88,15 @@ class OBUsefulLinksPage extends StatelessWidget { 'https://join.slack.com/t/okuna/shared_invite/enQtNDI2NjI3MDM0MzA2LTYwM2E1Y2NhYWRmNTMzZjFhYWZlYmM2YTQ0MWEwYjYyMzcxMGI0MTFhNTIwYjU2ZDI1YjllYzlhOWZjZDc4ZWY'); }, ), + ListTile( + leading: const OBIcon(OBIcons.support), + title: OBText(_localizationService.drawer__useful_links_support), + subtitle: OBSecondaryText( + _localizationService.drawer__useful_links_support_desc), + onTap: () { + urlLauncherService.launchUrl('https://www.okuna.io/en/faq'); + }, + ) ], )), ], diff --git a/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_category/moderated_object_category.dart b/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_category/moderated_object_category.dart index 344bfb23a..b9b7733d6 100644 --- a/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_category/moderated_object_category.dart +++ b/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_category/moderated_object_category.dart @@ -1,6 +1,7 @@ import 'package:Okuna/models/moderation/moderated_object.dart'; import 'package:Okuna/models/moderation/moderation_category.dart'; import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/widgets/icon.dart'; import 'package:Okuna/widgets/theming/text.dart'; import 'package:Okuna/widgets/tile_group_title.dart'; @@ -21,12 +22,13 @@ class OBModeratedObjectCategory extends StatelessWidget { @override Widget build(BuildContext context) { + LocalizationService _localizationService = OpenbookProvider.of(context).localizationService; return Column( crossAxisAlignment: CrossAxisAlignment.start, mainAxisSize: MainAxisSize.min, children: [ OBTileGroupTitle( - title: 'Category', + title: _localizationService.moderation__category_text, ), StreamBuilder( initialData: moderatedObject, diff --git a/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_reports_preview/moderated_object_reports_preview.dart b/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_reports_preview/moderated_object_reports_preview.dart index ae91823c0..e8d51ccae 100644 --- a/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_reports_preview/moderated_object_reports_preview.dart +++ b/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_reports_preview/moderated_object_reports_preview.dart @@ -2,6 +2,7 @@ import 'package:Okuna/models/moderation/moderated_object.dart'; import 'package:Okuna/models/moderation/moderation_report.dart'; import 'package:Okuna/models/moderation/moderation_report_list.dart'; import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/services/navigation_service.dart'; import 'package:Okuna/services/toast.dart'; import 'package:Okuna/services/user.dart'; @@ -40,6 +41,7 @@ class OBModeratedObjectReportsPreviewState UserService _userService; ToastService _toastService; NavigationService _navigationService; + LocalizationService _localizationService; CancelableOperation _refreshReportsOperation; bool _refreshInProgress; @@ -66,6 +68,7 @@ class OBModeratedObjectReportsPreviewState _userService = openbookProvider.userService; _toastService = openbookProvider.toastService; _navigationService = openbookProvider.navigationService; + _localizationService = openbookProvider.localizationService; _refreshReports(); _needsBootstrap = false; _refreshInProgress = true; @@ -75,7 +78,7 @@ class OBModeratedObjectReportsPreviewState crossAxisAlignment: CrossAxisAlignment.start, children: [ OBTileGroupTitle( - title: 'Reports', + title: _localizationService.moderation__reports_preview_title ), OBDivider(), _refreshInProgress @@ -101,7 +104,7 @@ class OBModeratedObjectReportsPreviewState OBSeeAllButton( previewedResourcesCount: _reports.length, resourcesCount: widget.moderatedObject.reportsCount, - resourceName: 'reports', + resourceName: _localizationService.moderation__reports_preview_resource_reports, onPressed: _onWantsToSeeAllReports, ) ], @@ -154,7 +157,7 @@ class OBModeratedObjectReportsPreviewState String errorMessage = await error.toHumanReadableMessage(); _toastService.error(message: errorMessage, context: context); } else { - _toastService.error(message: 'Unknown error', context: context); + _toastService.error(message: _localizationService.error__unknown_error, context: context); throw error; } } diff --git a/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_reports_preview/moderation_report_tile.dart b/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_reports_preview/moderation_report_tile.dart index f7c7a60af..a9d08841a 100644 --- a/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_reports_preview/moderation_report_tile.dart +++ b/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_reports_preview/moderation_report_tile.dart @@ -1,5 +1,6 @@ import 'package:Okuna/models/moderation/moderation_report.dart'; import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/widgets/avatars/avatar.dart'; import 'package:Okuna/widgets/theming/secondary_text.dart'; import 'package:Okuna/widgets/theming/text.dart'; @@ -13,6 +14,7 @@ class OBModerationReportTile extends StatelessWidget { @override Widget build(BuildContext context) { + LocalizationService _localizationService = OpenbookProvider.of(context).localizationService; return Column( crossAxisAlignment: CrossAxisAlignment.start, mainAxisSize: MainAxisSize.min, @@ -22,11 +24,11 @@ class OBModerationReportTile extends StatelessWidget { crossAxisAlignment: CrossAxisAlignment.start, mainAxisSize: MainAxisSize.min, children: [ - _buildReportCategory(report), + _buildReportCategory(report, _localizationService), const SizedBox( height: 5, ), - _buildReportDescription(report), + _buildReportDescription(report, _localizationService), const SizedBox( height: 5, ), @@ -40,6 +42,7 @@ class OBModerationReportTile extends StatelessWidget { Widget _buildReportReporter( {@required ModerationReport report, @required BuildContext context}) { + LocalizationService _localizationService = OpenbookProvider.of(context).localizationService; return GestureDetector( onTap: () { OpenbookProviderState openbookProvider = OpenbookProvider.of(context); @@ -50,7 +53,7 @@ class OBModerationReportTile extends StatelessWidget { crossAxisAlignment: CrossAxisAlignment.start, children: [ OBText( - 'Reporter', + _localizationService.moderation__reporter_text, style: TextStyle(fontWeight: FontWeight.bold), ), Padding( @@ -76,17 +79,16 @@ class OBModerationReportTile extends StatelessWidget { )); } - Widget _buildReportDescription(ModerationReport report) { + Widget _buildReportDescription(ModerationReport report, LocalizationService _localizationService) { return Column( crossAxisAlignment: CrossAxisAlignment.start, mainAxisSize: MainAxisSize.min, children: [ - OBText( - 'Description', + OBText(_localizationService.moderation__description_text, style: TextStyle(fontWeight: FontWeight.bold), ), OBSecondaryText( - report.description != null ? report.description : 'No description', + report.description != null ? report.description : _localizationService.moderation__no_description_text, style: TextStyle( fontStyle: report.description == null ? FontStyle.italic @@ -96,13 +98,13 @@ class OBModerationReportTile extends StatelessWidget { ); } - Widget _buildReportCategory(ModerationReport report) { + Widget _buildReportCategory(ModerationReport report, LocalizationService _localizationService) { return Column( crossAxisAlignment: CrossAxisAlignment.start, mainAxisSize: MainAxisSize.min, children: [ OBText( - 'Category', + _localizationService.moderation__category_text, style: TextStyle(fontWeight: FontWeight.bold), ), OBSecondaryText( diff --git a/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_status/moderated_object_status.dart b/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_status/moderated_object_status.dart index 5a438ae41..1b6169c05 100644 --- a/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_status/moderated_object_status.dart +++ b/lib/pages/home/pages/moderated_objects/pages/widgets/moderated_object_status/moderated_object_status.dart @@ -1,5 +1,6 @@ import 'package:Okuna/models/moderation/moderated_object.dart'; import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/widgets/icon.dart'; import 'package:Okuna/widgets/theming/text.dart'; import 'package:Okuna/widgets/tile_group_title.dart'; @@ -20,12 +21,13 @@ class OBModeratedObjectStatus extends StatelessWidget { @override Widget build(BuildContext context) { + LocalizationService _localizationService = OpenbookProvider.of(context).localizationService; return Column( crossAxisAlignment: CrossAxisAlignment.start, mainAxisSize: MainAxisSize.min, children: [ OBTileGroupTitle( - title: 'Status', + title: _localizationService.moderation__object_status_title, ), StreamBuilder( initialData: moderatedObject, diff --git a/lib/pages/home/pages/notifications/pages/notifications_settings.dart b/lib/pages/home/pages/notifications/pages/notifications_settings.dart index e2ddb7ff7..15917b78a 100644 --- a/lib/pages/home/pages/notifications/pages/notifications_settings.dart +++ b/lib/pages/home/pages/notifications/pages/notifications_settings.dart @@ -38,6 +38,8 @@ class OBNotificationsSettingsPageState bool _postCommentNotifications; bool _postCommentReactionNotifications; bool _postCommentReplyNotifications; + bool _postCommentUserMentionNotifications; + bool _postUserMentionNotifications; bool _postReactionNotifications; bool _followNotifications; bool _connectionRequestNotifications; @@ -57,6 +59,8 @@ class OBNotificationsSettingsPageState _followNotifications = true; _connectionRequestNotifications = true; _communityInviteNotifications = true; + _postUserMentionNotifications = true; + _postCommentUserMentionNotifications = true; } @override @@ -107,9 +111,11 @@ class OBNotificationsSettingsPageState List toggles = [ OBToggleField( + key: Key('All'), value: _pushNotifications, title: _localizationService.trans('notifications__general_title'), - subtitle: OBText(_localizationService.trans('notifications__general_desc')), + subtitle: + OBText(_localizationService.trans('notifications__general_desc')), onChanged: _setPushNotifications, onTap: _togglePushNotifications, hasDivider: false, @@ -120,36 +126,42 @@ class OBNotificationsSettingsPageState toggles.addAll([ OBDivider(), OBToggleField( + key: Key('Follow'), value: _followNotifications, title: _localizationService.trans('notifications__follow_title'), - subtitle: OBText(_localizationService.trans('notifications__follow_desc')), + subtitle: + OBText(_localizationService.trans('notifications__follow_desc')), onChanged: _setFollowNotifications, onTap: _toggleFollowNotifications, hasDivider: false, ), listItemSeparator, OBToggleField( + key: Key('Connection request'), value: _connectionRequestNotifications, title: _localizationService.trans('notifications__connection_title'), - subtitle: - OBText(_localizationService.trans('notifications__connection_desc')), + subtitle: OBText( + _localizationService.trans('notifications__connection_desc')), onChanged: _setConnectionRequestNotifications, onTap: _toggleConnectionRequestNotifications, hasDivider: false, ), listItemSeparator, OBToggleField( + key: Key('Post comments'), value: _postCommentNotifications, title: _localizationService.trans('notifications__comment_title'), - subtitle: OBText( - _localizationService.trans('notifications__comment_desc')), + subtitle: + OBText(_localizationService.trans('notifications__comment_desc')), onChanged: _setPostCommentNotifications, onTap: _togglePostCommentNotifications, hasDivider: false, ), OBToggleField( + key: Key('Post comments replies'), value: _postCommentReplyNotifications, - title: _localizationService.trans('notifications__comment_reply_title'), + title: + _localizationService.trans('notifications__comment_reply_title'), subtitle: OBText( _localizationService.trans('notifications__comment_reply_desc')), onChanged: _setPostCommentReplyNotifications, @@ -157,29 +169,56 @@ class OBNotificationsSettingsPageState hasDivider: false, ), OBToggleField( - value: _postCommentReactionNotifications, - title: _localizationService.trans('notifications__comment_reaction_title'), + key: Key('Post comment user mentions'), + value: _postCommentUserMentionNotifications, + title: _localizationService.notifications__comment_user_mention_title, subtitle: OBText( - _localizationService.trans('notifications__comment_reaction_desc')), + _localizationService.notifications__comment_user_mention_desc), + onChanged: _setPostCommentUserMentionNotifications, + onTap: _togglePostCommentUserMentionNotifications, + hasDivider: false, + ), + OBToggleField( + key: Key('Post user mentions'), + value: _postUserMentionNotifications, + title: _localizationService.notifications__post_user_mention_title, + subtitle: OBText( + _localizationService.notifications__post_user_mention_desc), + onChanged: _setPostUserMentionNotifications, + onTap: _togglePostUserMentionNotifications, + hasDivider: false, + ), + OBToggleField( + key: Key('Post comment reactions'), + value: _postCommentReactionNotifications, + title: _localizationService + .trans('notifications__comment_reaction_title'), + subtitle: OBText(_localizationService + .trans('notifications__comment_reaction_desc')), onChanged: _setPostCommentReactionNotifications, onTap: _togglePostCommentReactionNotifications, hasDivider: false, ), listItemSeparator, OBToggleField( + key: Key('Post reaction'), value: _postReactionNotifications, - title: _localizationService.trans('notifications__post_reaction_title'), - subtitle: - OBText(_localizationService.trans('notifications__post_reaction_desc'),), + title: + _localizationService.trans('notifications__post_reaction_title'), + subtitle: OBText( + _localizationService.trans('notifications__post_reaction_desc'), + ), onChanged: _setPostReactionNotifications, onTap: _togglePostReactionNotifications, hasDivider: false, ), OBToggleField( + key: Key('Community invite'), value: _communityInviteNotifications, - title: _localizationService.trans('notifications__community_invite_title'), - subtitle: OBText( - _localizationService.trans('notifications__community_invite_desc')), + title: _localizationService + .trans('notifications__community_invite_title'), + subtitle: OBText(_localizationService + .trans('notifications__community_invite_desc')), onChanged: _setCommunityInviteNotifications, onTap: _toggleCommunityInviteNotifications, hasDivider: false, @@ -283,6 +322,31 @@ class OBNotificationsSettingsPageState _submitNotificationsSettings(); } + void _togglePostCommentUserMentionNotifications() { + _setPostCommentUserMentionNotifications( + !_postCommentUserMentionNotifications); + } + + void _setPostCommentUserMentionNotifications(bool newValue) { + setState(() { + _postCommentUserMentionNotifications = newValue; + }); + + _submitNotificationsSettings(); + } + + void _togglePostUserMentionNotifications() { + _setPostUserMentionNotifications(!_postUserMentionNotifications); + } + + void _setPostUserMentionNotifications(bool newValue) { + setState(() { + _postUserMentionNotifications = newValue; + }); + + _submitNotificationsSettings(); + } + void _togglePostReactionNotifications() { _setPostReactionNotifications(!_postReactionNotifications); } @@ -329,6 +393,8 @@ class OBNotificationsSettingsPageState followNotifications: _followNotifications, postCommentNotifications: _postCommentNotifications, postCommentReplyNotifications: _postCommentReplyNotifications, + postCommentUserMentionNotifications: _postCommentUserMentionNotifications, + postUserMentionNotifications: _postUserMentionNotifications, postCommentReactionNotifications: _postCommentReactionNotifications, postReactionNotifications: _postReactionNotifications, connectionRequestNotifications: _connectionRequestNotifications, @@ -346,7 +412,9 @@ class OBNotificationsSettingsPageState String errorMessage = await error.toHumanReadableMessage(); _toastService.error(message: errorMessage, context: context); } else { - _toastService.error(message: _localizationService.trans('error__unknown_error'), context: context); + _toastService.error( + message: _localizationService.trans('error__unknown_error'), + context: context); throw error; } } @@ -359,6 +427,10 @@ class OBNotificationsSettingsPageState _postCommentNotifications = notificationSettings.postCommentNotifications; _postCommentReactionNotifications = notificationSettings.postCommentReactionNotifications; + _postCommentUserMentionNotifications = + notificationSettings.postCommentUserMentionNotifications; + _postUserMentionNotifications = + notificationSettings.postUserMentionNotifications; _postCommentReplyNotifications = notificationSettings.postCommentReplyNotifications; _postReactionNotifications = diff --git a/lib/pages/home/pages/post_comments/post_comments_page.dart b/lib/pages/home/pages/post_comments/post_comments_page.dart index d963af9b0..415230a5a 100644 --- a/lib/pages/home/pages/post_comments/post_comments_page.dart +++ b/lib/pages/home/pages/post_comments/post_comments_page.dart @@ -1,9 +1,11 @@ import 'package:Okuna/models/post.dart'; import 'package:Okuna/models/post_comment.dart'; +import 'package:Okuna/models/user.dart'; import 'package:Okuna/pages/home/pages/post_comments/post_comments_page_controller.dart'; -import 'package:Okuna/pages/home/pages/post_comments/widgets/post-commenter.dart'; +import 'package:Okuna/pages/home/pages/post_comments/widgets/post_commenter.dart'; import 'package:Okuna/pages/home/pages/post_comments/widgets/post_comment/post_comment.dart'; import 'package:Okuna/pages/home/pages/post_comments/widgets/post_comments_header_bar.dart'; +import 'package:Okuna/widgets/contextual_account_search_box.dart'; import 'package:Okuna/pages/home/pages/post_comments/widgets/post_preview.dart'; import 'package:Okuna/services/localization.dart'; import 'package:Okuna/services/theme.dart'; @@ -75,6 +77,10 @@ class OBPostCommentsPageState extends State OBPostCommentsPageController _commentsPageController; Map _pageTextMap; + OBPostCommenterController _postCommenterController; + OBContextualAccountSearchBoxController _postParticipantsSearchBoxController; + bool _postCommenterIsSearchingAccount; + static const int MAX_POST_TEXT_LENGTH_LIMIT = 1300; static const int MAX_COMMENT_TEXT_LENGTH_LIMIT = 500; @@ -119,6 +125,10 @@ class OBPostCommentsPageState extends State duration: const Duration(milliseconds: 300), vsync: this); _animation = new Tween(begin: 1.0, end: 0.0).animate(_animationController); _animation.addStatusListener(_onAnimationStatusChanged); + _postCommenterController = OBPostCommenterController(); + _postParticipantsSearchBoxController = + OBContextualAccountSearchBoxController(); + _postCommenterIsSearchingAccount = false; } @override @@ -190,7 +200,7 @@ class OBPostCommentsPageState extends State void dispose() { super.dispose(); _animation.removeStatusListener(_onAnimationStatusChanged); - if(_refreshPostOperation != null) _refreshPostOperation.cancel(); + if (_refreshPostOperation != null) _refreshPostOperation.cancel(); _commentsPageController.dispose(); } @@ -210,12 +220,12 @@ class OBPostCommentsPageState extends State if (_shouldHideStackedLoadingScreen) { _stackChildren.add(Column( - children: _getColumnChildren(), + children: _buildPostPageContentItems(), )); } else { _stackChildren.addAll([ Column( - children: _getColumnChildren(), + children: _buildPostPageContentItems(), ), Positioned( top: 0.0, @@ -242,80 +252,127 @@ class OBPostCommentsPageState extends State return _stackChildren; } - List _getColumnChildren() { - List _columnChildren = []; + List _buildPostPageContentItems() { + List _contentItems = []; _postCommentsScrollController = ScrollController( initialScrollOffset: _calculatePositionTopCommentSection()); - _columnChildren.addAll([ - Expanded( - child: RefreshIndicator( - key: _refreshIndicatorKey, - child: GestureDetector( - onTap: _unfocusCommentInput, - child: LoadMore( - whenEmptyLoad: false, - isFinish: _noMoreBottomItemsToLoad, - delegate: - OBInfinitePostCommentsLoadMoreDelegate(_pageTextMap), - child: new ListView.builder( - shrinkWrap: true, - physics: const ClampingScrollPhysics(), - controller: _postCommentsScrollController, - padding: EdgeInsets.all(0), - itemCount: _postComments.length + 1, - itemBuilder: (context, index) { - if (index == 0) { - if (_postComments.length > 0) { - _beginAnimations(); - } - return Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - _getPostPreview(), - _getCommentPreview(), - _getDivider(), - OBPostCommentsHeaderBar( - pageType: widget.pageType, - noMoreTopItemsToLoad: _noMoreTopItemsToLoad, - postComments: _postComments, - currentSort: _currentSort, - onWantsToToggleSortComments: () => - _commentsPageController - .onWantsToToggleSortComments(), - loadMoreTopComments: () => - _commentsPageController - .loadMoreTopComments(), - onWantsToRefreshComments: () => - _commentsPageController - .onWantsToRefreshComments()), - ], - ); - } else { - return _getCommentTile(index); + + _contentItems.addAll([_buildPostComments(), _buildPostCommenter()]); + + return _contentItems; + } + + Widget _buildPostComments() { + List postCommentsStackItems = [ + RefreshIndicator( + key: _refreshIndicatorKey, + child: GestureDetector( + onTap: _unfocusCommentInput, + child: LoadMore( + whenEmptyLoad: false, + isFinish: _noMoreBottomItemsToLoad, + delegate: OBInfinitePostCommentsLoadMoreDelegate(_pageTextMap), + child: new ListView.builder( + shrinkWrap: true, + physics: const ClampingScrollPhysics(), + controller: _postCommentsScrollController, + padding: EdgeInsets.all(0), + itemCount: _postComments.length + 1, + itemBuilder: (context, index) { + if (index == 0) { + if (_postComments.length > 0) { + _beginAnimations(); } - }), - onLoadMore: () => - _commentsPageController.loadMoreBottomComments()), - ), - onRefresh: () => - _commentsPageController.onWantsToRefreshComments()), + return Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + _getPostPreview(), + _getCommentPreview(), + _getDivider(), + OBPostCommentsHeaderBar( + pageType: widget.pageType, + noMoreTopItemsToLoad: _noMoreTopItemsToLoad, + postComments: _postComments, + currentSort: _currentSort, + onWantsToToggleSortComments: () => + _commentsPageController + .onWantsToToggleSortComments(), + loadMoreTopComments: () => + _commentsPageController + .loadMoreTopComments(), + onWantsToRefreshComments: () => + _commentsPageController + .onWantsToRefreshComments()), + ], + ); + } else { + return _getCommentTile(index); + } + }), + onLoadMore: () => + _commentsPageController.loadMoreBottomComments()), + ), + onRefresh: () => _commentsPageController.onWantsToRefreshComments()) + ]; + + postCommentsStackItems.add(Positioned( + child: IgnorePointer( + ignoring: !_postCommenterIsSearchingAccount, + child: Opacity( + opacity: _postCommenterIsSearchingAccount ? 1 : 0, + child: OBContextualAccountSearchBox( + key: Key('postCommentsParticipantsSearchBox'), + post: widget.post, + controller: _postParticipantsSearchBoxController, + onPostParticipantPressed: + _onPostParticipantsSearchBoxParticipantPressed, + )), + ), + left: 0, + right: 0, + bottom: 0, + top: 0, + )); + + return Expanded( + child: Stack( + children: postCommentsStackItems, ), - OBPostCommenter( - _post, + ); + } + + void _onPostParticipantsSearchBoxParticipantPressed(User postParticipant) { + _postCommenterController + .autocompleteFoundAccountUsername(postParticipant.username); + } + + Widget _buildPostCommenter() { + return OBPostCommenter(_post, postComment: widget.postComment, autofocus: widget.autofocusCommentInput, commentTextFieldFocusNode: _commentInputFocusNode, - onPostCommentCreated: (PostComment createdPostComment) { - _commentsPageController - .refreshCommentsWithCreatedPostCommentVisible(createdPostComment); - if (widget.onCommentAdded != null) { - widget.onCommentAdded(createdPostComment); - } - }, - ) - ]); + controller: _postCommenterController, + onPostCommentCreated: _onPostCommentCreated, + onWantsToSearchAccount: _onPostCommenterWantsToSearchAccount, + onFinishedSearchingAccount: _onFinishedSearchingAccount); + } - return _columnChildren; + void _onPostCommenterWantsToSearchAccount(String query) { + _setPostCommenterIsSearchingAccount(true); + _postParticipantsSearchBoxController.search(query); + } + + void _onFinishedSearchingAccount() { + _setPostCommenterIsSearchingAccount(false); + _postParticipantsSearchBoxController.clearSearch(); + } + + void _onPostCommentCreated(PostComment createdPostComment) { + _commentsPageController + .refreshCommentsWithCreatedPostCommentVisible(createdPostComment); + if (widget.onCommentAdded != null) { + widget.onCommentAdded(createdPostComment); + } } void _beginAnimations() { @@ -416,20 +473,21 @@ class OBPostCommentsPageState extends State bool _showViewAllCommentsAction = true; - if ((widget.pageType == PostCommentsPageType.replies && widget.linkedPostComment == null) - || (widget.pageType == PostCommentsPageType.comments)) { + if ((widget.pageType == PostCommentsPageType.replies && + widget.linkedPostComment == null) || + (widget.pageType == PostCommentsPageType.comments)) { _showViewAllCommentsAction = false; } return OBPostPreview( - post: _post, - onPostDeleted: _onPostDeleted, - focusCommentInput: _focusCommentInput, - showViewAllCommentsAction: _showViewAllCommentsAction - ); + post: _post, + onPostDeleted: _onPostDeleted, + focusCommentInput: _focusCommentInput, + showViewAllCommentsAction: _showViewAllCommentsAction); } void _scrollToTop() { + if (!_postCommentsScrollController.hasListeners) return; Future.delayed(Duration(milliseconds: 0), () { _postCommentsScrollController.animateTo( 0.0, @@ -522,6 +580,12 @@ class OBPostCommentsPageState extends State context: context, message: _pageTextMap['NO_MORE_TO_LOAD']); } + void _setPostCommenterIsSearchingAccount(postCommenterIsSearchingAccount) { + setState(() { + _postCommenterIsSearchingAccount = postCommenterIsSearchingAccount; + }); + } + void _setCurrentSortValue(PostCommentsSortType newSortValue) { setState(() { _currentSort = newSortValue; @@ -555,19 +619,24 @@ class OBPostCommentsPageState extends State } } - Map getPageCommentsMap(LocalizationService _localizationService) { + Map getPageCommentsMap( + LocalizationService _localizationService) { return { 'TITLE': _localizationService.post__comments_page_title, - 'NO_MORE_TO_LOAD': _localizationService.post__comments_page_no_more_to_load, + 'NO_MORE_TO_LOAD': + _localizationService.post__comments_page_no_more_to_load, 'TAP_TO_RETRY': _localizationService.post__comments_page_tap_to_retry, }; } - Map getPageRepliesMap(LocalizationService _localizationService) { - return { + Map getPageRepliesMap( + LocalizationService _localizationService) { + return { 'TITLE': _localizationService.post__comments_page_replies_title, - 'NO_MORE_TO_LOAD': _localizationService.post__comments_page_no_more_replies_to_load, - 'TAP_TO_RETRY': _localizationService.post__comments_page_tap_to_retry_replies, + 'NO_MORE_TO_LOAD': + _localizationService.post__comments_page_no_more_replies_to_load, + 'TAP_TO_RETRY': + _localizationService.post__comments_page_tap_to_retry_replies, }; } diff --git a/lib/pages/home/pages/post_comments/widgets/post_comment/widgets/post_comment_commenter_identifier.dart b/lib/pages/home/pages/post_comments/widgets/post_comment/widgets/post_comment_commenter_identifier.dart index e9c460beb..b0ea4865a 100644 --- a/lib/pages/home/pages/post_comments/widgets/post_comment/widgets/post_comment_commenter_identifier.dart +++ b/lib/pages/home/pages/post_comments/widgets/post_comment/widgets/post_comment_commenter_identifier.dart @@ -29,6 +29,7 @@ class OBPostCommentCommenterIdentifier extends StatelessWidget { var themeService = openbookProvider.themeService; var themeValueParserService = openbookProvider.themeValueParserService; var utilsService = openbookProvider.utilsService; + var localizationService = openbookProvider.localizationService; return StreamBuilder( stream: themeService.themeChange, @@ -41,7 +42,7 @@ class OBPostCommentCommenterIdentifier extends StatelessWidget { String commenterUsername = postComment.commenter.username; String commenterName = postComment.commenter.getProfileName(); - String created = utilsService.timeAgo(postComment.created); + String created = utilsService.timeAgo(postComment.created, localizationService); return Opacity( opacity: 0.8, diff --git a/lib/pages/home/pages/post_comments/widgets/post_comment/widgets/post_comment_text.dart b/lib/pages/home/pages/post_comments/widgets/post_comment/widgets/post_comment_text.dart index 916c51190..8f2368dc5 100644 --- a/lib/pages/home/pages/post_comments/widgets/post_comment/widgets/post_comment_text.dart +++ b/lib/pages/home/pages/post_comments/widgets/post_comment/widgets/post_comment_text.dart @@ -92,7 +92,7 @@ class OBPostCommentTextState extends State { } User loggedInUser = _userService.getLoggedInUser(); - if (loggedInUser.canTranslatePostComment(widget.postComment, widget.post)) { + if (loggedInUser != null && loggedInUser.canTranslatePostComment(widget.postComment, widget.post)) { return GestureDetector( onTap: _toggleTranslatePostComment, child: _translatedText != null ? diff --git a/lib/pages/home/pages/post_comments/widgets/post-commenter.dart b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart similarity index 72% rename from lib/pages/home/pages/post_comments/widgets/post-commenter.dart rename to lib/pages/home/pages/post_comments/widgets/post_commenter.dart index 637eb2371..92ff23442 100644 --- a/lib/pages/home/pages/post_comments/widgets/post-commenter.dart +++ b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart @@ -3,6 +3,7 @@ import 'package:Okuna/models/post_comment.dart'; import 'package:Okuna/pages/home/modals/create_post/widgets/remaining_post_characters.dart'; import 'package:Okuna/provider.dart'; import 'package:Okuna/services/localization.dart'; +import 'package:Okuna/services/text_account_autocompletion.dart'; import 'package:Okuna/services/toast.dart'; import 'package:Okuna/services/user.dart'; import 'package:Okuna/services/validation.dart'; @@ -20,15 +21,21 @@ class OBPostCommenter extends StatefulWidget { final PostComment postComment; final bool autofocus; final FocusNode commentTextFieldFocusNode; - final OnPostCommentCreatedCallback onPostCommentCreated; - final OnPostCommentWillBeCreatedCallback onPostCommentWillBeCreated; + final ValueChanged onPostCommentCreated; + final VoidCallback onPostCommentWillBeCreated; + final OBPostCommenterController controller; + final ValueChanged onWantsToSearchAccount; + final VoidCallback onFinishedSearchingAccount; OBPostCommenter(this.post, {this.postComment, this.autofocus = false, + this.controller, + this.onWantsToSearchAccount, this.commentTextFieldFocusNode, this.onPostCommentCreated, - this.onPostCommentWillBeCreated}); + this.onPostCommentWillBeCreated, + this.onFinishedSearchingAccount}); @override State createState() { @@ -41,6 +48,7 @@ class OBPostCommenterState extends State { bool _commentInProgress; bool _formWasSubmitted; bool _needsBootstrap; + bool _isSearchingAccount; int _charactersCount; bool _isMultiline; @@ -49,6 +57,7 @@ class OBPostCommenterState extends State { ToastService _toastService; ValidationService _validationService; LocalizationService _localizationService; + TextAccountAutocompletionService _textAccountAutocompletionService; CancelableOperation _submitFormOperation; @@ -63,8 +72,10 @@ class OBPostCommenterState extends State { _needsBootstrap = true; _charactersCount = 0; _isMultiline = false; - + _isSearchingAccount = false; _textController.addListener(_onPostCommentChanged); + + if (widget.controller != null) widget.controller.attach(this); } @override @@ -81,6 +92,8 @@ class OBPostCommenterState extends State { _toastService = provider.toastService; _validationService = provider.validationService; _localizationService = provider.localizationService; + _textAccountAutocompletionService = + provider.textAccountAutocompletionService; _needsBootstrap = false; } @@ -149,7 +162,8 @@ class OBPostCommenterState extends State { isLoading: _commentInProgress, size: OBButtonSize.small, onPressed: _submitForm, - child: Text(_localizationService.trans('post__commenter_post_text')), + child: + Text(_localizationService.trans('post__commenter_post_text')), ), ) ], @@ -202,14 +216,18 @@ class OBPostCommenterState extends State { String commentText = _textController.text; if (widget.postComment != null) { _submitFormOperation = CancelableOperation.fromFuture( - _userService.replyPostComment(text: commentText, post: widget.post, postComment: widget.postComment)); + _userService.replyPostComment( + text: commentText, + post: widget.post, + postComment: widget.postComment)); } else { _submitFormOperation = CancelableOperation.fromFuture( _userService.commentPost(text: commentText, post: widget.post)); } PostComment createdPostComment = await _submitFormOperation.value; - if (createdPostComment.parentComment == null) widget.post.incrementCommentsCount(); + if (createdPostComment.parentComment == null) + widget.post.incrementCommentsCount(); _textController.clear(); _setFormWasSubmitted(false); _validateForm(); @@ -227,6 +245,7 @@ class OBPostCommenterState extends State { void _onPostCommentChanged() { int charactersCount = _textController.text.length; _setCharactersCount(charactersCount); + _checkAutocomplete(); if (charactersCount == 0) _setFormWasSubmitted(false); if (!_formWasSubmitted) return; _validateForm(); @@ -236,6 +255,23 @@ class OBPostCommenterState extends State { return _formKey.currentState.validate(); } + void _autocompleteFoundAccountUsername(String foundAccountUsername) { + if (!_isSearchingAccount) { + debugLog( + 'Tried to autocomplete found account username but was not searching account'); + return; + } + + debugLog('Autocompleting with username:$foundAccountUsername'); + setState(() { + _textController.text = + _textAccountAutocompletionService.autocompleteTextWithUsername( + _textController.text, foundAccountUsername); + _textController.selection = + TextSelection.collapsed(offset: _textController.text.length); + }); + } + void _onError(error) async { if (error is HttpieConnectionRefusedError) { _toastService.error( @@ -244,17 +280,44 @@ class OBPostCommenterState extends State { String errorMessage = await error.toHumanReadableMessage(); _toastService.error(message: errorMessage, context: context); } else { - _toastService.error(message: _localizationService.trans('error__unknown_error'), context: context); + _toastService.error( + message: _localizationService.trans('error__unknown_error'), + context: context); throw error; } } + void _checkAutocomplete() { + TextAccountAutocompletionResult result = _textAccountAutocompletionService + .checkTextForAutocompletion(_textController); + + if (result.isAutocompleting) { + debugLog('Wants to search account with searchQuery:' + + result.autocompleteQuery); + _setIsSearchingAccount(true); + if (widget.onWantsToSearchAccount != null) { + widget.onWantsToSearchAccount(result.autocompleteQuery); + } + } else if (_isSearchingAccount) { + debugLog('Finished searching account'); + if (widget.onFinishedSearchingAccount != null) + widget.onFinishedSearchingAccount(); + _setIsSearchingAccount(false); + } + } + void _setCommentInProgress(bool commentInProgress) { setState(() { _commentInProgress = commentInProgress; }); } + void _setIsSearchingAccount(bool isSearchingAccount) { + setState(() { + _isSearchingAccount = isSearchingAccount; + }); + } + void _setFormWasSubmitted(bool formWasSubmitted) { setState(() { _formWasSubmitted = formWasSubmitted; @@ -266,7 +329,20 @@ class OBPostCommenterState extends State { _charactersCount = charactersCount; }); } + + void debugLog(String log) { + debugPrint('OBPostCommenter:$log'); + } } -typedef void OnPostCommentCreatedCallback(PostComment createdPostComment); -typedef Future OnPostCommentWillBeCreatedCallback(); +class OBPostCommenterController { + OBPostCommenterState _state; + + void attach(OBPostCommenterState state) { + _state = state; + } + + void autocompleteFoundAccountUsername(String foundAccountUsername) { + _state._autocompleteFoundAccountUsername(foundAccountUsername); + } +} diff --git a/lib/pages/waitlist/subscribe_email_step.dart b/lib/pages/waitlist/subscribe_email_step.dart index 81f66bfc8..9eccb4d46 100644 --- a/lib/pages/waitlist/subscribe_email_step.dart +++ b/lib/pages/waitlist/subscribe_email_step.dart @@ -96,7 +96,7 @@ class OBWaitlistSubscribePageState extends State { _setSubscribeInProgress(true); try { int count = await _userService.subscribeToBetaWaitlist( - email: _emailController.text); + email: _emailController.text.trim()); WaitlistSubscribeArguments args = new WaitlistSubscribeArguments(count: count); Navigator.pushNamed(context, '/waitlist/subscribe_done_step', @@ -187,7 +187,7 @@ class OBWaitlistSubscribePageState extends State { hintText: emailInputPlaceholder, validator: (String email) { String validateEMail = - _validationService.validateUserEmail(email); + _validationService.validateUserEmail(email.trim()); if (validateEMail != null) return validateEMail; }, controller: _emailController, diff --git a/lib/provider.dart b/lib/provider.dart index d69912b43..00184ca6f 100644 --- a/lib/provider.dart +++ b/lib/provider.dart @@ -13,6 +13,7 @@ import 'package:Okuna/services/intercom.dart'; import 'package:Okuna/services/moderation_api.dart'; import 'package:Okuna/services/notifications_api.dart'; import 'package:Okuna/services/push_notifications/push_notifications.dart'; +import 'package:Okuna/services/text_account_autocompletion.dart'; import 'package:Okuna/services/universal_links/universal_links.dart'; import 'package:Okuna/services/emoji_picker.dart'; import 'package:Okuna/services/emojis_api.dart'; @@ -102,6 +103,8 @@ class OpenbookProviderState extends State { DialogService dialogService = DialogService(); UtilsService utilsService = UtilsService(); DocumentsService documentsService = DocumentsService(); + TextAccountAutocompletionService textAccountAutocompletionService = + TextAccountAutocompletionService(); SentryClient sentryClient; @@ -187,7 +190,8 @@ class OpenbookProviderState extends State { categoriesApiService.setApiURL(environment.apiUrl); notificationsApiService.setApiURL(environment.apiUrl); devicesApiService.setApiURL(environment.apiUrl); - waitlistApiService.setOpenbookSocialApiURL(environment.openbookSocialApiUrl); + waitlistApiService + .setOpenbookSocialApiURL(environment.openbookSocialApiUrl); intercomService.bootstrap( iosApiKey: environment.intercomIosKey, androidApiKey: environment.intercomAndroidKey, diff --git a/lib/services/auth_api.dart b/lib/services/auth_api.dart index 90469b484..5a58232ab 100644 --- a/lib/services/auth_api.dart +++ b/lib/services/auth_api.dart @@ -328,6 +328,8 @@ class AuthApiService { bool postCommentNotifications, bool postCommentReplyNotifications, bool postCommentReactionNotifications, + bool postCommentUserMentionNotifications, + bool postUserMentionNotifications, bool postReactionNotifications, bool followNotifications, bool connectionRequestNotifications, @@ -342,6 +344,13 @@ class AuthApiService { if (postCommentReplyNotifications != null) body['post_comment_reply_notifications'] = postCommentReplyNotifications; + if (postCommentUserMentionNotifications != null) + body['post_comment_user_mention_notifications'] = + postCommentUserMentionNotifications; + + if (postUserMentionNotifications != null) + body['post_user_mention_notifications'] = postUserMentionNotifications; + if (postCommentReactionNotifications != null) body['post_comment_reaction_notifications'] = postCommentReactionNotifications; @@ -380,11 +389,9 @@ class AuthApiService { } Future setNewLanguage(Language language) { - Map body = {'language_id': language.id.toString()}; - return this - ._httpService - .post('$apiURL$SET_NEW_LANGUAGE', body: body, appendAuthorizationToken: true); + return this._httpService.post('$apiURL$SET_NEW_LANGUAGE', + body: body, appendAuthorizationToken: true); } Future reportUserWithUsername( diff --git a/lib/services/httpie.dart b/lib/services/httpie.dart index bba64941b..f004dbba8 100644 --- a/lib/services/httpie.dart +++ b/lib/services/httpie.dart @@ -329,7 +329,7 @@ class HttpieService { } String _getLanguage() { - return _localizationService.getLocale().languageCode; + return _localizationService.getLocale().languageCode.toLowerCase(); } Map _getHeadersWithConfig( diff --git a/lib/services/localization.dart b/lib/services/localization.dart index 0c3b19565..96e6b3f50 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -16,10 +16,18 @@ class LocalizationService { LocalizationService(this.locale); final Locale locale; + /// See README 7.c for a word on localizedLocales. + /// These are locales where we have custom crowdin language codes like pt-BR + /// to support Brazilian Portuguese with a particular country, say Brazil. + static const localizedLocales = ['pt-BR', 'es-ES', 'sv-SE']; Future load() { final String name = locale.countryCode == null ? locale.languageCode : locale.toString(); - final String localeName = Intl.canonicalizedLocale(name); + String localeName = Intl.canonicalizedLocale(name); + + if(localizedLocales.contains(locale.languageCode)) { + localeName = locale.languageCode; + } return initializeMessages(localeName).then((bool _) { Intl.defaultLocale = localeName; @@ -84,8 +92,8 @@ class LocalizationService { String get auth__create_acc__lets_get_started { return Intl.message("Let's get started", name: 'auth__create_acc__lets_get_started'); } - String get auth__create_acc__welcome_to_alpha { - return Intl.message("Welcome to the Alpha!", name: 'auth__create_acc__welcome_to_alpha'); + String get auth__create_acc__welcome_to_beta { + return Intl.message("Welcome to the Beta!", name: 'auth__create_acc__welcome_to_beta'); } String get auth__create_acc__previous { return Intl.message("Back", name: 'auth__create_acc__previous'); @@ -532,6 +540,14 @@ class LocalizationService { return Intl.message("A book with everything there is to know about using the platform", name: 'drawer__useful_links_guidelines_handbook_desc'); } + String get drawer__useful_links_support { + return Intl.message("Support Okuna", + name: 'drawer__useful_links_support'); + } + String get drawer__useful_links_support_desc { + return Intl.message("Find a way you can support us on our journey!", + name: 'drawer__useful_links_support_desc'); + } String get drawer__useful_links_slack_channel { return Intl.message("Community Slack channel", name: 'drawer__useful_links_slack_channel'); @@ -1842,6 +1858,84 @@ class LocalizationService { name: 'post__actions_reported_text'); } + String get post__actions_show_more_text { + return Intl.message("Show more", + desc: 'Shown for posts with long text to expand the entire text.', + name: 'post__actions_show_more_text'); + } + + String get post__time_short_years { + return Intl.message("y", + desc: 'Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 3y. Keep it as short as possible', + name: 'post__time_short_years'); + } + + String get post__time_short_one_year { + return Intl.message("1y", + desc: "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + name: 'post__time_short_one_year'); + } + + String get post__time_short_weeks { + return Intl.message("w", + desc: 'Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 5w.Keep it as short as possible ', + name: 'post__time_short_weeks'); + } + + String get post__time_short_one_week { + return Intl.message("1w", + desc: "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + name: 'post__time_short_one_week'); + } + + String get post__time_short_days { + return Intl.message("d", + desc: 'Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 3d. Keep it as short as possible ', + name: 'post__time_short_days'); + } + + String get post__time_short_one_day { + return Intl.message("1d", + desc: "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + name: 'post__time_short_one_day'); + } + + String get post__time_short_hours { + return Intl.message("h", + desc: 'Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 3h.Keep it as short as possible ', + name: 'post__time_short_hours'); + } + + String get post__time_short_one_hour { + return Intl.message("1h", + desc: "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + name: 'post__time_short_one_hour'); + } + + String get post__time_short_minutes { + return Intl.message("m", + desc: 'Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 13m.Keep it as short as possible ', + name: 'post__time_short_minutes'); + } + + String get post__time_short_seconds { + return Intl.message("s", + desc: 'Shown in timestamps next to post to indicate how long ago the post/notification was created for.eg 13s Keep it as short as possible ', + name: 'post__time_short_seconds'); + } + + String get post__time_short_one_minute { + return Intl.message("1m", + desc: "No space is intentional, should be as few characters as possible. Since there is not much space where we show this", + name: 'post__time_short_one_minute'); + } + + String get post__time_short_now_text { + return Intl.message("now", + desc: "Shown when a post was immediately posted, as in time posted is 'now'.Should be as few characters as possible.", + name: 'post__time_short_now_text'); + } + String get user__thousand_postfix { return Intl.message("k", desc: 'For eg. communty has 3k members', @@ -1979,6 +2073,27 @@ class LocalizationService { name: 'user__emoji_search_none_found'); } + String get user__follow_lists_title { + return Intl.message("My lists", + name: 'user__follow_lists_title'); + } + + String get user__follow_lists_search_for { + return Intl.message("Search for a list...", + name: 'user__follow_lists_search_for'); + } + + String get user__follow_lists_no_list_found { + return Intl.message("No lists found.", + name: 'user__follow_lists_no_list_found'); + } + + String user__follow_lists_no_list_found_for(String searchQuery) { + return Intl.message("No list found for '$searchQuery'", + args: [searchQuery], + name: 'user__follow_lists_no_list_found_for'); + } + String get user__list_name_empty_error { return Intl.message("List name cannot be empty.", name: 'user__list_name_empty_error'); @@ -2113,6 +2228,17 @@ class LocalizationService { name: 'user__tile_following'); } + String get user__following_text { + return Intl.message("Following", + name: 'user__following_text'); + } + + String get user__following_resource_name { + return Intl.message("followed users", + desc: 'Eg: Search followed users.., No followed users found. etc ', + name: 'user__following_resource_name'); + } + String get user__tile_delete { return Intl.message("Delete", name: 'user__tile_delete'); @@ -2805,6 +2931,26 @@ class LocalizationService { name: 'notifications__comment_reply_desc'); } + String get notifications__comment_user_mention_title { + return Intl.message("Post comment mention", + name: 'notifications__comment_user_mention_title'); + } + + String get notifications__comment_user_mention_desc { + return Intl.message("Be notified when someone mentions you on one of their comments", + name: 'notifications__comment_user_mention_desc'); + } + + String get notifications__post_user_mention_title { + return Intl.message("Post mention", + name: 'notifications__post_user_mention_title'); + } + + String get notifications__post_user_mention_desc { + return Intl.message("Be notified when someone mentions you on one of their posts", + name: 'notifications__post_user_mention_desc'); + } + String get notifications__comment_reaction_title { return Intl.message("Post comment reaction", name: 'notifications__comment_reaction_title'); @@ -3203,8 +3349,102 @@ class LocalizationService { name: 'moderation__you_have_reported_comment_text'); } + String get moderation__description_text { + return Intl.message("Description", + name: 'moderation__description_text'); + } + + String get moderation__no_description_text { + return Intl.message("No description", + name: 'moderation__no_description_text'); + } + + String get moderation__category_text { + return Intl.message("Category", + name: 'moderation__category_text'); + } + + String get moderation__reporter_text { + return Intl.message("Reporter", + name: 'moderation__reporter_text'); + } + + String get moderation__reports_preview_title { + return Intl.message("Reports", + name: 'moderation__reports_preview_title'); + } + + String get moderation__reports_preview_resource_reports { + return Intl.message("reports", + desc: 'Usage: See all reports..', + name: 'moderation__reports_preview_resource_reports'); + } + + String moderation__reports_see_all(int resourceCount, String resourceName) { + return Intl.message("See all $resourceCount $resourceName", + desc: 'Usage: See all 4 reports.', + args: [resourceCount, resourceName], + name: 'moderation__reports_see_all'); + } + + String get moderation__object_status_title { + return Intl.message("Status", + name: 'moderation__object_status_title'); + } + + String get moderation__my_moderation_tasks_title { + return Intl.message("Pending moderation tasks", + name: 'moderation__my_moderation_tasks_title'); + } + + String get moderation__pending_moderation_tasks_singular { + return Intl.message("pending moderation task", + name: 'moderation__pending_moderation_tasks_singular'); + } + + String get moderation__pending_moderation_tasks_plural { + return Intl.message("pending moderation tasks", + desc: 'Eg. No pending moderation tasks found', + name: 'moderation__pending_moderation_tasks_plural'); + } + + String get moderation__my_moderation_penalties_title { + return Intl.message("Moderation penalties", + name: 'moderation__my_moderation_penalties_title'); + } + + String get moderation__my_moderation_penalties_resouce_singular { + return Intl.message("moderation penalty", + name: 'moderation__my_moderation_penalties_resouce_singular'); + } + + String get moderation__my_moderation_penalties_resource_plural { + return Intl.message("moderation penalties", + desc: "See all moderation penalties, No moderation penalties found etc..", + name: 'moderation__my_moderation_penalties_resource_plural'); + } + + String notifications__mentioned_in_post_comment_tile(String postCommentText) { + return Intl.message("[name] [username] mentioned you on a comment: $postCommentText", + args: [postCommentText], + desc: "Eg.: James @jamest mentioned you on a comment: hello @jamest", + name: 'notifications__mentioned_in_post_comment_tile'); + } + + String get notifications__mentioned_in_post_tile { + return Intl.message("[name] [username] mentioned you on a post.", + desc: "Eg.: James @jamest mentioned you on a post.", + name: 'notifications__mentioned_in_post_tile'); + } + + String get contextual_account_search_box__suggestions { + return Intl.message("Suggestions", + desc: + "The title to display on the suggestions when searching for accounts when trying to mention someone.", + name: 'contextual_account_search_box__suggestions'); + } - Locale getLocale() { + Locale getLocale() { return locale; } } diff --git a/lib/services/modal_service.dart b/lib/services/modal_service.dart index 60d634dab..db8dca768 100644 --- a/lib/services/modal_service.dart +++ b/lib/services/modal_service.dart @@ -13,8 +13,8 @@ import 'package:Okuna/models/user_invite.dart'; import 'package:Okuna/pages/home/modals/accept_guidelines/accept_guidelines.dart'; import 'package:Okuna/pages/home/modals/edit_post/edit_post.dart'; import 'package:Okuna/pages/home/modals/invite_to_community.dart'; -import 'package:Okuna/pages/home/modals/post_comment/post-comment-reply-expanded.dart'; -import 'package:Okuna/pages/home/modals/post_comment/post-commenter-expanded.dart'; +import 'package:Okuna/pages/home/modals/post_comment/post_comment_reply_expanded.dart'; +import 'package:Okuna/pages/home/modals/post_comment/post_commenter_expanded.dart'; import 'package:Okuna/pages/home/pages/community/pages/manage_community/pages/community_administrators/modals/add_community_administrator/add_community_administrator.dart'; import 'package:Okuna/pages/home/modals/create_post/create_post.dart'; import 'package:Okuna/pages/home/modals/edit_user_profile/edit_user_profile.dart'; diff --git a/lib/services/posts_api.dart b/lib/services/posts_api.dart index 229e14844..1812cdc39 100644 --- a/lib/services/posts_api.dart +++ b/lib/services/posts_api.dart @@ -58,6 +58,10 @@ class PostsApiService { 'api/posts/{postUuid}/comments/{postCommentId}/notifications/mute/'; static const UNMUTE_POST_COMMENT_PATH = 'api/posts/{postUuid}/comments/{postCommentId}/notifications/unmute/'; + static const GET_POST_PARTICIPANTS_PATH = + 'api/posts/{postUuid}/participants/'; + static const SEARCH_POST_PARTICIPANTS_PATH = + 'api/posts/{postUuid}/participants/search/'; void setHttpieService(HttpieService httpService) { _httpService = httpService; @@ -422,12 +426,37 @@ class PostsApiService { return _httpService.post(_makeApiUrl(path), appendAuthorizationToken: true); } - Future translatePostComment({@required String postUuid, @required int postCommentId}) { - String path = _makeTranslatePostCommentPath(postUuid: postUuid, postCommentId: postCommentId); + Future translatePostComment( + {@required String postUuid, @required int postCommentId}) { + String path = _makeTranslatePostCommentPath( + postUuid: postUuid, postCommentId: postCommentId); return _httpService.post(_makeApiUrl(path), appendAuthorizationToken: true); } + Future getPostParticipants( + {@required String postUuid, int count}) { + String path = _makeGetPostParticipantsPath(postUuid); + + Map queryParams = {}; + + if (count != null) queryParams['count'] = count; + + return _httpService.get(_makeApiUrl(path), appendAuthorizationToken: true); + } + + Future searchPostParticipants( + {@required String postUuid, @required String query, int count}) { + String path = _makeSearchPostParticipantsPath(postUuid); + + Map body = {'query': query}; + + if (count != null) body['count'] = count; + + return _httpService.post(_makeApiUrl(path), + body: body, appendAuthorizationToken: true); + } + String _makePostPath(String postUuid) { return _stringTemplateService.parse(POST_PATH, {'postUuid': postUuid}); } @@ -512,6 +541,16 @@ class PostsApiService { .parse(REACT_TO_POST_PATH, {'postUuid': postUuid}); } + String _makeGetPostParticipantsPath(String postUuid) { + return _stringTemplateService + .parse(GET_POST_PARTICIPANTS_PATH, {'postUuid': postUuid}); + } + + String _makeSearchPostParticipantsPath(String postUuid) { + return _stringTemplateService + .parse(SEARCH_POST_PARTICIPANTS_PATH, {'postUuid': postUuid}); + } + String _makeGetPostReactionsPath(String postUuid) { return _stringTemplateService .parse(GET_POST_REACTIONS_PATH, {'postUuid': postUuid}); @@ -574,9 +613,10 @@ class PostsApiService { .parse(TRANSLATE_POST_PATH, {'postUuid': postUuid}); } - String _makeTranslatePostCommentPath({@required postUuid, @required postCommentId}) { - return _stringTemplateService - .parse(TRANSLATE_POST_COMMENT_PATH, {'postUuid': postUuid, 'postCommentId': postCommentId}); + String _makeTranslatePostCommentPath( + {@required postUuid, @required postCommentId}) { + return _stringTemplateService.parse(TRANSLATE_POST_COMMENT_PATH, + {'postUuid': postUuid, 'postCommentId': postCommentId}); } String _makeApiUrl(String string) { diff --git a/lib/services/text_account_autocompletion.dart b/lib/services/text_account_autocompletion.dart new file mode 100644 index 000000000..6952b7cd9 --- /dev/null +++ b/lib/services/text_account_autocompletion.dart @@ -0,0 +1,34 @@ +import 'package:flutter/cupertino.dart'; + +class TextAccountAutocompletionService { + TextAccountAutocompletionResult checkTextForAutocompletion(TextEditingController textController) { + String lastWord = textController.text.replaceAll('\n', ' ').split(' ').last; + int cursorPosition = textController.selection.baseOffset; + + if (lastWord.startsWith('@') && cursorPosition == textController.text.length) { + String searchQuery = lastWord.substring(1); + return TextAccountAutocompletionResult( + isAutocompleting: true, autocompleteQuery: searchQuery); + } else { + return TextAccountAutocompletionResult(isAutocompleting: false); + } + } + + String autocompleteTextWithUsername(String text, String username){ + String lastWord = text.split(' ').last; + + if(!lastWord.startsWith('@')){ + throw 'Tried to autocomplete text with username without @'; + } + + return text.substring(0, text.length - lastWord.length) + '@$username '; + } +} + +class TextAccountAutocompletionResult { + final bool isAutocompleting; + final String autocompleteQuery; + + TextAccountAutocompletionResult( + {@required this.isAutocompleting, this.autocompleteQuery}); +} diff --git a/lib/services/user.dart b/lib/services/user.dart index 6a78214d7..374462684 100644 --- a/lib/services/user.dart +++ b/lib/services/user.dart @@ -717,7 +717,7 @@ class UserService { int count, Community withCommunity}) async { HttpieResponse response = await _authApiService.getLinkedUsers( - count: count, withCommunity: withCommunity.name, maxId: maxId); + count: count, withCommunity: withCommunity?.name, maxId: maxId); _checkResponseIsOk(response); return UsersList.fromJson(json.decode(response.body)); } @@ -1548,6 +1548,8 @@ class UserService { bool postCommentNotifications, bool postCommentReplyNotifications, bool postCommentReactionNotifications, + bool postCommentUserMentionNotifications, + bool postUserMentionNotifications, bool postReactionNotifications, bool followNotifications, bool connectionRequestNotifications, @@ -1558,6 +1560,8 @@ class UserService { await _authApiService.updateAuthenticatedUserNotificationsSettings( postCommentNotifications: postCommentNotifications, postCommentReplyNotifications: postCommentReplyNotifications, + postCommentUserMentionNotifications: postCommentUserMentionNotifications, + postUserMentionNotifications: postUserMentionNotifications, postCommentReactionNotifications: postCommentReactionNotifications, postReactionNotifications: postReactionNotifications, followNotifications: followNotifications, @@ -1779,6 +1783,22 @@ class UserService { return json.decode(response.body)['translated_text']; } + Future getPostParticipants( + {@required Post post, int count}) async { + HttpieResponse response = await _postsApiService.getPostParticipants( + count: count, postUuid: post.uuid); + _checkResponseIsOk(response); + return UsersList.fromJson(json.decode(response.body)); + } + + Future searchPostParticipants( + {@required String query, @required Post post, int count}) async { + HttpieResponse response = await _postsApiService.searchPostParticipants( + query: query, count: count, postUuid: post.uuid); + _checkResponseIsOk(response); + return UsersList.fromJson(json.decode(response.body)); + } + Future _getDeviceName() async { DeviceInfoPlugin deviceInfo = DeviceInfoPlugin(); diff --git a/lib/services/utils_service.dart b/lib/services/utils_service.dart index 7edcd5f55..64055affe 100644 --- a/lib/services/utils_service.dart +++ b/lib/services/utils_service.dart @@ -38,35 +38,41 @@ class UtilsService { return mimeType; } // LocalizationService localizationService - String timeAgo(DateTime date) { + String timeAgo(DateTime date, LocalizationService _localizationService) { /// Originally from https://gist.github.com/DineshKachhot/bc8cee616f30c323c1dd1e63a4bf65df final now = DateTime.now(); final difference = now.difference(date); + String years = _localizationService.post__time_short_years; + String weeks = _localizationService.post__time_short_weeks; + String days = _localizationService.post__time_short_days; + String hours = _localizationService.post__time_short_hours; + String mins = _localizationService.post__time_short_minutes; + String seconds = _localizationService.post__time_short_seconds; if ((difference.inDays / 365).floor() >= 2) { - return '${(difference.inDays / 365).floor()}y'; + return '${(difference.inDays / 365).floor()}$years'; } else if ((difference.inDays / 365).floor() >= 1) { - return '1y'; + return _localizationService.post__time_short_one_year; } else if ((difference.inDays / 7).floor() >= 2) { - return '${(difference.inDays / 7).floor()}w'; + return '${(difference.inDays / 7).floor()}$weeks'; } else if ((difference.inDays / 7).floor() >= 1) { - return '1w'; + return _localizationService.post__time_short_one_week; } else if (difference.inDays >= 2) { - return '${difference.inDays}d'; + return '${difference.inDays}$days'; } else if (difference.inDays >= 1) { - return '1d'; + return _localizationService.post__time_short_one_day; } else if (difference.inHours >= 2) { - return '${difference.inHours}h'; + return '${difference.inHours}$hours'; } else if (difference.inHours >= 1) { - return '1h'; + return _localizationService.post__time_short_one_hour; } else if (difference.inMinutes >= 2) { - return '${difference.inMinutes}m'; + return '${difference.inMinutes}$mins'; } else if (difference.inMinutes >= 1) { - return '1m'; + return _localizationService.post__time_short_one_minute; } else if (difference.inSeconds >= 3) { - return '${difference.inSeconds}s'; + return '${difference.inSeconds}$seconds'; } else { - return 'now'; + return _localizationService.post__time_short_now_text; } } diff --git a/lib/translation/constants.dart b/lib/translation/constants.dart index 1b651364a..e14094de5 100644 --- a/lib/translation/constants.dart +++ b/lib/translation/constants.dart @@ -3,7 +3,7 @@ import 'dart:ui'; const supportedLocales = [ const Locale('en', 'US'), - const Locale('es', 'ES'), + const Locale('es-ES', 'ES'), // const Locale('nl', 'NL'), // const Locale('ar', 'SA'), // const Locale('zh', 'CN'), @@ -11,22 +11,22 @@ const supportedLocales = [ // const Locale('cs', 'CZ'), // const Locale('da', 'DK'), // const Locale('fi', 'FI'), -// const Locale('fr', 'FR'), - const Locale('de', 'DE'), + const Locale('fr', 'FR'), + const Locale('de', 'DE'), // const Locale('he', 'IL'), // const Locale('hi', 'IN'), // const Locale('id', 'ID'), -// const Locale('it', 'IT'), + const Locale('it', 'IT'), // const Locale('ja', 'JP'), // const Locale('ko', 'KR'), // const Locale('ms', 'MY'), // const Locale('no', 'NO'), // const Locale('fa', 'IR'), // const Locale('pl', 'PL'), -// const Locale('pt', 'BR'), + const Locale('pt-BR', 'BR'), // const Locale('ru', 'RU'), -// const Locale('sv', 'SE'), -// const Locale('tr', 'TR'), + const Locale('sv-SE', 'SE'), + const Locale('tr', 'TR'), ]; var supportedLanguages = supportedLocales.map((Locale locale) => locale.languageCode).toList(); diff --git a/lib/widgets/buttons/see_all_button.dart b/lib/widgets/buttons/see_all_button.dart index 197737ffc..55bd152a3 100644 --- a/lib/widgets/buttons/see_all_button.dart +++ b/lib/widgets/buttons/see_all_button.dart @@ -1,6 +1,8 @@ +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/widgets/theming/secondary_text.dart'; import 'package:flutter/material.dart'; +import '../../provider.dart'; import '../icon.dart'; class OBSeeAllButton extends StatelessWidget { @@ -20,6 +22,7 @@ class OBSeeAllButton extends StatelessWidget { @override Widget build(BuildContext context) { int remainingResourcesToDisplay = resourcesCount - previewedResourcesCount; + LocalizationService _localizationService = OpenbookProvider.of(context).localizationService; if (previewedResourcesCount == 0 || remainingResourcesToDisplay <= 0) return const SizedBox(); @@ -31,7 +34,7 @@ class OBSeeAllButton extends StatelessWidget { mainAxisAlignment: MainAxisAlignment.center, children: [ OBSecondaryText( - 'See all $resourcesCount $resourceName', + _localizationService.moderation__reports_see_all(resourcesCount, resourceName), style: TextStyle(fontSize: 16), ), const SizedBox( diff --git a/lib/widgets/contextual_account_search_box.dart b/lib/widgets/contextual_account_search_box.dart new file mode 100644 index 000000000..d4e049ccc --- /dev/null +++ b/lib/widgets/contextual_account_search_box.dart @@ -0,0 +1,323 @@ +import 'package:Okuna/models/post.dart'; +import 'package:Okuna/models/user.dart'; +import 'package:Okuna/models/users_list.dart'; +import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/localization.dart'; +import 'package:Okuna/services/toast.dart'; +import 'package:Okuna/services/user.dart'; +import 'package:Okuna/widgets/icon.dart'; +import 'package:Okuna/widgets/progress_indicator.dart'; +import 'package:Okuna/widgets/theming/primary_color_container.dart'; +import 'package:Okuna/widgets/theming/text.dart'; +import 'package:Okuna/widgets/tiles/user_tile.dart'; +import 'package:flutter/material.dart'; +import 'package:async/async.dart'; + +class OBContextualAccountSearchBox extends StatefulWidget { + final ValueChanged onPostParticipantPressed; + final Post post; + final OBContextualAccountSearchBoxController controller; + final String initialSearchQuery; + + const OBContextualAccountSearchBox( + {Key key, + this.onPostParticipantPressed, + // If passed, searches for post participants, if not all users using the global search API + this.post, + this.controller, + this.initialSearchQuery}) + : super(key: key); + + @override + OBContextualAccountSearchBoxState createState() { + return OBContextualAccountSearchBoxState(); + } +} + +class OBContextualAccountSearchBoxState + extends State { + UserService _userService; + LocalizationService _localizationService; + ToastService _toastService; + + bool _needsBootstrap; + + CancelableOperation _getAllOperation; + CancelableOperation _searchParticipantsOperation; + + String _searchQuery; + List _all; + bool _getAllInProgress; + List _searchResults; + bool _searchInProgress; + bool _isInPostContext; + + @override + void initState() { + super.initState(); + _isInPostContext = widget.post != null; + _needsBootstrap = true; + if (widget.controller != null) widget.controller.attach(this); + _all = []; + _searchResults = []; + _searchQuery = ''; + _searchInProgress = false; + _getAllInProgress = false; + } + + @override + void dispose() { + super.dispose(); + } + + @override + Widget build(BuildContext context) { + if (_needsBootstrap) { + OpenbookProviderState openbookProvider = OpenbookProvider.of(context); + _userService = openbookProvider.userService; + _localizationService = openbookProvider.localizationService; + _toastService = openbookProvider.toastService; + _bootstrap(); + _needsBootstrap = false; + if (widget.initialSearchQuery != null && + widget.initialSearchQuery.isNotEmpty) { + _searchQuery = widget.initialSearchQuery; + _searchInProgress = true; + Future.delayed(Duration(milliseconds: 0), () { + search(widget.initialSearchQuery); + }); + } + } + + return OBPrimaryColorContainer( + child: + _searchQuery.isEmpty ? _buildAllList() : _buildSearchResultsList()); + } + + Widget _buildAllList() { + return Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Padding( + padding: + const EdgeInsets.only(left: 20, right: 20, top: 10, bottom: 10), + child: OBText( + _localizationService.contextual_account_search_box__suggestions, + style: TextStyle(fontWeight: FontWeight.bold, fontSize: 24), + ), + ), + _all.isNotEmpty && !_getAllInProgress + ? Expanded( + child: ListView.builder( + itemBuilder: _buildAllItem, + itemCount: _all.length, + padding: const EdgeInsets.all(0), + ), + ) + : _buildProgressIndicator() + ], + ); + } + + Widget _buildSearchResultsList() { + return Column( + children: [ + Expanded( + child: ListView.builder( + itemBuilder: _buildResultItem, + itemCount: _searchResults.length + 1, + padding: const EdgeInsets.all(0), + ), + ) + ], + ); + } + + Widget _buildResultItem(BuildContext context, int index) { + if (index == _searchResults.length) { + // LastItem + if (_searchInProgress) { + // Search in progress + return const Padding( + padding: EdgeInsets.all(10), + child: Center(child: OBProgressIndicator()), + ); + } else if (_searchResults.isEmpty) { + return ListTile( + leading: const OBIcon(OBIcons.sad), + title: OBText('No results found')); + } else { + return const SizedBox(); + } + } + + return OBUserTile( + _searchResults[index], + key: Key(_searchResults[index].id.toString()), + onUserTilePressed: widget.onPostParticipantPressed, + ); + } + + Widget _buildAllItem(BuildContext context, int index) { + return OBUserTile( + _all[index], + key: Key(_all[index].id.toString()), + onUserTilePressed: widget.onPostParticipantPressed, + ); + } + + Widget _buildProgressIndicator() { + return Padding( + padding: EdgeInsets.all(10), + child: Center(child: OBProgressIndicator()), + ); + } + + void _bootstrap() { + debugLog('Bootstrapping'); + refreshAll(); + } + + Future refreshAll() async { + if (_getAllOperation != null) _getAllOperation.cancel(); + + _setGetAllInProgress(true); + + debugLog('Refreshing all accounts'); + + try { + _getAllOperation = CancelableOperation.fromFuture(_isInPostContext + ? _userService.getPostParticipants(post: widget.post) + : _userService.getLinkedUsers()); + UsersList all = await _getAllOperation.value; + _setAll(all.users); + } catch (error) { + _onError(error); + } finally { + _setGetAllInProgress(false); + _getAllOperation = null; + } + } + + Future search(String searchQuery) async { + if (_searchParticipantsOperation != null) + _searchParticipantsOperation.cancel(); + _setSearchInProgress(true); + + debugLog('Searching post participants with query:$searchQuery'); + + if (searchQuery == null || searchQuery.isEmpty) { + clearSearch(); + return null; + } + + _setSearchQuery(searchQuery); + + try { + _searchParticipantsOperation = CancelableOperation.fromFuture( + _isInPostContext + ? _userService.searchPostParticipants( + query: searchQuery, post: widget.post) + : _userService.getUsersWithQuery(searchQuery)); + UsersList searchResults = await _searchParticipantsOperation.value; + _setSearchResults(searchResults.users); + } catch (error) { + _onError(error); + } finally { + _setSearchInProgress(false); + _searchParticipantsOperation = null; + } + } + + void _onError(error) async { + if (error is HttpieConnectionRefusedError) { + _toastService.error( + message: error.toHumanReadableMessage(), context: context); + } else if (error is HttpieRequestError) { + String errorMessage = await error.toHumanReadableMessage(); + _toastService.error(message: errorMessage, context: context); + } else { + _toastService.error( + message: _localizationService.error__unknown_error, context: context); + throw error; + } + } + + void _setSearchResults(List searchResults) { + setState(() { + _searchResults = searchResults; + }); + } + + void _setAll(List all) { + setState(() { + _all = all; + }); + } + + void _setSearchQuery(String searchQuery) { + setState(() { + _searchQuery = searchQuery; + }); + } + + void _setSearchInProgress(bool searchInProgress) { + setState(() { + _searchInProgress = searchInProgress; + }); + } + + void _setGetAllInProgress(bool getAllInProgress) { + setState(() { + _getAllInProgress = getAllInProgress; + }); + } + + void clearSearch() { + debugLog('Clearing search'); + setState(() { + if (_searchParticipantsOperation != null) + _searchParticipantsOperation.cancel(); + _searchInProgress = false; + _searchQuery = ''; + _searchResults = []; + }); + } + + void debugLog(String log) { + debugPrint('OBPostParticipantsSearchBox:$log'); + } +} + +class OBContextualAccountSearchBoxController { + OBContextualAccountSearchBoxState _state; + String _lastSearchQuery; + + void attach(OBContextualAccountSearchBoxState state) { + _state = state; + } + + Future search(String searchQuery) async { + _lastSearchQuery = searchQuery; + + if (_state == null || !_state.mounted) { + debugLog('Tried to search without mounted state'); + return null; + } + + return _state.search(searchQuery); + } + + void clearSearch() { + _lastSearchQuery = null; + _state.clearSearch(); + } + + String getLastSearchQuery() { + return _lastSearchQuery; + } + + void debugLog(String log) { + debugPrint('OBContextualAccountSearchBox:$log'); + } +} diff --git a/lib/widgets/fields/toggle_field.dart b/lib/widgets/fields/toggle_field.dart index 06129f04c..80fa0e189 100644 --- a/lib/widgets/fields/toggle_field.dart +++ b/lib/widgets/fields/toggle_field.dart @@ -12,14 +12,8 @@ class OBToggleField extends StatelessWidget { final Widget subtitle; final bool hasDivider; - OBToggleField( - {@required this.value, - this.onChanged, - this.onTap, - this.leading, - @required this.title, - this.hasDivider = true, - this.subtitle}); + const OBToggleField({Key key, @required this.value, this.onChanged, this.onTap, this.leading, @required this.title, this.subtitle, this.hasDivider=true}) : super(key: key); + @override Widget build(BuildContext context) { diff --git a/lib/widgets/http_list.dart b/lib/widgets/http_list.dart index 5fae7de3d..ada81b34d 100644 --- a/lib/widgets/http_list.dart +++ b/lib/widgets/http_list.dart @@ -28,6 +28,7 @@ class OBHttpList extends StatefulWidget { final ScrollPhysics physics; final List prependedItems; final OBHttpListSecondaryRefresher secondaryRefresher; + final bool hasSearchBar; const OBHttpList( {Key key, @@ -43,6 +44,7 @@ class OBHttpList extends StatefulWidget { this.controller, this.separatorBuilder, this.prependedItems, + this.hasSearchBar = true, this.secondaryRefresher}) : super(key: key); @@ -140,11 +142,12 @@ class OBHttpListState extends State> { List columnItems = []; - if (widget.listSearcher != null) { + if (widget.listSearcher != null && widget.hasSearchBar) { columnItems.add(SizedBox( child: OBSearchBar( onSearch: _onSearch, - hintText: _localizationService.user_search__list_search_text(widget.resourcePluralName), + hintText: _localizationService + .user_search__list_search_text(widget.resourcePluralName), ))); } @@ -191,12 +194,14 @@ class OBHttpListState extends State> { // Search in progress return ListTile( leading: const OBProgressIndicator(), - title: OBText(_localizationService.user_search__searching_for(searchQuery))); + title: OBText( + _localizationService.user_search__searching_for(searchQuery))); } else if (_listSearchResults.isEmpty) { // Results were empty return ListTile( leading: const OBIcon(OBIcons.sad), - title: OBText(_localizationService.user_search__no_results_for(searchQuery))); + title: OBText( + _localizationService.user_search__no_results_for(searchQuery))); } else { return const SizedBox(); } @@ -245,9 +250,11 @@ class OBHttpListState extends State> { mainAxisSize: MainAxisSize.min, children: [ OBButtonAlert( - text: _localizationService.user_search__list_no_results_found(widget.resourcePluralName), + text: _localizationService + .user_search__list_no_results_found(widget.resourcePluralName), onPressed: _refreshList, - buttonText: _localizationService.trans('user_search__list_refresh_text'), + buttonText: + _localizationService.trans('user_search__list_refresh_text'), buttonIcon: OBIcons.refresh, assetImage: 'assets/images/stickers/perplexed-owl.png', ) @@ -344,17 +351,18 @@ class OBHttpListState extends State> { return false; } - void _onSearch(String query) { + Future _onSearch(String query) { _setSearchQuery(query); if (query.isEmpty) { _setHasSearch(false); + return Future.value(); } else { _setHasSearch(true); - _searchWithQuery(query); + return _searchWithQuery(query); } } - void _searchWithQuery(String query) async { + Future _searchWithQuery(String query) async { if (_searchOperation != null) _searchOperation.cancel(); _setSearchRequestInProgress(true); @@ -434,7 +442,9 @@ class OBHttpListState extends State> { String errorMessage = await error.toHumanReadableMessage(); _toastService.error(message: errorMessage, context: context); } else { - _toastService.error(message: _localizationService.trans('error__unknown_error'), context: context); + _toastService.error( + message: _localizationService.trans('error__unknown_error'), + context: context); throw error; } } @@ -471,6 +481,14 @@ class OBHttpListController { shouldUseRefreshIndicator: shouldUseRefreshIndicator); } + Future search(String query) { + return _state._onSearch(query); + } + + Future clearSearch() { + return _state._onSearch(''); + } + bool hasItems() { return _state._list.isNotEmpty; } @@ -492,6 +510,7 @@ typedef Future> OBHttpListOnScrollLoader(List currentList); class OBHttpListLoadMoreDelegate extends LoadMoreDelegate { final LocalizationService localizationService; + const OBHttpListLoadMoreDelegate(this.localizationService); @override diff --git a/lib/widgets/icon.dart b/lib/widgets/icon.dart index 2b34b49b7..087cea836 100644 --- a/lib/widgets/icon.dart +++ b/lib/widgets/icon.dart @@ -231,6 +231,7 @@ class OBIcons { static const rules = OBIconData(nativeIcon: Icons.book); static const communityStaff = OBIconData(nativeIcon: Icons.tag_faces); static const reply = OBIconData(nativeIcon: Icons.reply); + static const support = OBIconData(nativeIcon: Icons.favorite); static const success = OBIconData(filename: 'success-icon.png'); static const error = OBIconData(filename: 'error-icon.png'); static const warning = OBIconData(filename: 'warning-icon.png'); diff --git a/lib/widgets/post/widgets/post-body/widgets/post_body_text.dart b/lib/widgets/post/widgets/post-body/widgets/post_body_text.dart index 5309ae2a1..826b1769e 100644 --- a/lib/widgets/post/widgets/post-body/widgets/post_body_text.dart +++ b/lib/widgets/post/widgets/post-body/widgets/post_body_text.dart @@ -91,7 +91,7 @@ class OBPostBodyTextState extends State { } Widget _buildTranslationButton() { - if (!_userService.getLoggedInUser().canTranslatePost(widget._post)) { + if (_userService.getLoggedInUser() != null && !_userService.getLoggedInUser().canTranslatePost(widget._post)) { return SizedBox(); } diff --git a/lib/widgets/post/widgets/post_header/widgets/community_post_header/widgets/community_post_creator_identifier.dart b/lib/widgets/post/widgets/post_header/widgets/community_post_header/widgets/community_post_creator_identifier.dart index d4ad266cb..9f1e90726 100644 --- a/lib/widgets/post/widgets/post_header/widgets/community_post_header/widgets/community_post_creator_identifier.dart +++ b/lib/widgets/post/widgets/post_header/widgets/community_post_header/widgets/community_post_creator_identifier.dart @@ -24,6 +24,7 @@ class OBCommunityPostCreatorIdentifier extends StatelessWidget { var themeService = openbookProvider.themeService; var themeValueParserService = openbookProvider.themeValueParserService; var utilsService = openbookProvider.utilsService; + var localizationService = openbookProvider.localizationService; return StreamBuilder( stream: themeService.themeChange, @@ -36,7 +37,7 @@ class OBCommunityPostCreatorIdentifier extends StatelessWidget { String commenterUsername = post.creator.username; String commenterName = post.creator.getProfileName(); - String created = utilsService.timeAgo(post.created); + String created = utilsService.timeAgo(post.created, localizationService); return GestureDetector( onTap: onUsernamePressed, diff --git a/lib/widgets/post/widgets/post_header/widgets/user_post_header/user_post_header.dart b/lib/widgets/post/widgets/post_header/widgets/user_post_header/user_post_header.dart index d9ea467f6..495e19b02 100644 --- a/lib/widgets/post/widgets/post_header/widgets/user_post_header/user_post_header.dart +++ b/lib/widgets/post/widgets/post_header/widgets/user_post_header/user_post_header.dart @@ -31,6 +31,7 @@ class OBUserPostHeader extends StatelessWidget { var navigationService = openbookProvider.navigationService; var bottomSheetService = openbookProvider.bottomSheetService; var utilsService = openbookProvider.utilsService; + var localizationService = openbookProvider.localizationService; if (_post.creator == null) return const SizedBox(); @@ -72,7 +73,7 @@ class OBUserPostHeader extends StatelessWidget { ), subtitle: _post.created != null ? OBSecondaryText( - utilsService.timeAgo(_post.created), + utilsService.timeAgo(_post.created, localizationService), style: TextStyle(fontSize: 12.0), ) : const SizedBox(), diff --git a/lib/widgets/theming/collapsible_smart_text.dart b/lib/widgets/theming/collapsible_smart_text.dart index fde58fd47..2e5bb7ef2 100644 --- a/lib/widgets/theming/collapsible_smart_text.dart +++ b/lib/widgets/theming/collapsible_smart_text.dart @@ -1,3 +1,4 @@ +import 'package:Okuna/services/localization.dart'; import 'package:Okuna/widgets/icon.dart'; import 'package:Okuna/widgets/theming/secondary_text.dart'; import 'package:Okuna/widgets/theming/smart_text.dart'; @@ -5,6 +6,7 @@ import 'package:Okuna/widgets/theming/text.dart'; import 'package:expandable/expandable.dart'; import 'package:flutter/material.dart'; +import '../../provider.dart'; import 'actionable_smart_text.dart'; class OBCollapsibleSmartText extends StatefulWidget { @@ -45,13 +47,14 @@ class OBCollapsibleSmartTextState extends State { @override Widget build(BuildContext context) { bool shouldBeCollapsed = widget.text.length > widget.maxlength; + LocalizationService _localizationService = OpenbookProvider.of(context).localizationService; return shouldBeCollapsed - ? _buildExpandableActionableSmartText() + ? _buildExpandableActionableSmartText(_localizationService) : _buildActionableSmartText(); } - Widget _buildExpandableActionableSmartText() { + Widget _buildExpandableActionableSmartText(LocalizationService _localizationService) { return ExpandableNotifier( controller: _expandableController, child: Column( @@ -77,7 +80,7 @@ class OBCollapsibleSmartTextState extends State { Row( children: [ OBSecondaryText( - 'Show more', + _localizationService.post__actions_show_more_text, size: widget.size, textAlign: TextAlign.start, ), diff --git a/lib/widgets/tiles/notification_tile/notification_tile.dart b/lib/widgets/tiles/notification_tile/notification_tile.dart index c1d8eba1e..561a3e01e 100644 --- a/lib/widgets/tiles/notification_tile/notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/notification_tile.dart @@ -6,7 +6,9 @@ import 'package:Okuna/models/notifications/notification.dart'; import 'package:Okuna/models/notifications/post_comment_notification.dart'; import 'package:Okuna/models/notifications/post_comment_reaction_notification.dart'; import 'package:Okuna/models/notifications/post_comment_reply_notification.dart'; +import 'package:Okuna/models/notifications/post_comment_user_mention_notification.dart'; import 'package:Okuna/models/notifications/post_reaction_notification.dart'; +import 'package:Okuna/models/notifications/post_user_mention_notification.dart'; import 'package:Okuna/models/theme.dart'; import 'package:Okuna/provider.dart'; import 'package:Okuna/services/theme.dart'; @@ -18,7 +20,9 @@ import 'package:Okuna/widgets/tiles/notification_tile/widgets/follow_notificatio import 'package:Okuna/widgets/tiles/notification_tile/widgets/post_comment_notification_tile.dart'; import 'package:Okuna/widgets/tiles/notification_tile/widgets/post_comment_reaction_notification_tile.dart'; import 'package:Okuna/widgets/tiles/notification_tile/widgets/post_comment_reply_notification_tile.dart'; +import 'package:Okuna/widgets/tiles/notification_tile/widgets/post_comment_user_mention_notification_tile.dart'; import 'package:Okuna/widgets/tiles/notification_tile/widgets/post_reaction_notification_tile.dart'; +import 'package:Okuna/widgets/tiles/notification_tile/widgets/post_user_mention_notification_tile.dart'; import 'package:flutter/material.dart'; import 'package:flutter_slidable/flutter_slidable.dart'; @@ -117,6 +121,20 @@ class OBNotificationTile extends StatelessWidget { onPressed: finalOnPressed, ); break; + case PostCommentUserMentionNotification: + notificationTile = OBPostCommentUserMentionNotificationTile( + notification: notification, + postCommentUserMentionNotification: notificationContentObject, + onPressed: finalOnPressed, + ); + break; + case PostUserMentionNotification: + notificationTile = OBPostUserMentionNotificationTile( + notification: notification, + postUserMentionNotification: notificationContentObject, + onPressed: finalOnPressed, + ); + break; default: print('Unsupported notification content object type'); return const SizedBox(); diff --git a/lib/widgets/tiles/notification_tile/widgets/community_invite_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/community_invite_notification_tile.dart index ea147d8ad..63a448e81 100644 --- a/lib/widgets/tiles/notification_tile/widgets/community_invite_notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/widgets/community_invite_notification_tile.dart @@ -69,7 +69,7 @@ class OBCommunityInviteNotificationTile extends StatelessWidget { community: community, size: OBAvatarSize.medium, ), - subtitle: OBSecondaryText(utilsService.timeAgo(notification.created)), + subtitle: OBSecondaryText(utilsService.timeAgo(notification.created, _localizationService)), ); } } diff --git a/lib/widgets/tiles/notification_tile/widgets/connection_confirmed_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/connection_confirmed_notification_tile.dart index 4b6649e90..7bc6129e2 100644 --- a/lib/widgets/tiles/notification_tile/widgets/connection_confirmed_notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/widgets/connection_confirmed_notification_tile.dart @@ -48,7 +48,7 @@ class OBConnectionConfirmedNotificationTile extends StatelessWidget { user: connectionConfirmedNotification.connectionConfirmator, text: TextSpan(text: _localizationService.notifications__accepted_connection_request_tile), ), - subtitle: OBSecondaryText(utilsService.timeAgo(notification.created)), + subtitle: OBSecondaryText(utilsService.timeAgo(notification.created, _localizationService)), ); } } diff --git a/lib/widgets/tiles/notification_tile/widgets/connection_request_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/connection_request_notification_tile.dart index 7cb85c9bd..d0e46dc2e 100644 --- a/lib/widgets/tiles/notification_tile/widgets/connection_request_notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/widgets/connection_request_notification_tile.dart @@ -52,7 +52,7 @@ class OBConnectionRequestNotificationTile extends StatelessWidget { text: TextSpan( text: _localizationService.notifications__connection_request_tile, )), - subtitle: OBSecondaryText(utilsService.timeAgo(notification.created)), + subtitle: OBSecondaryText(utilsService.timeAgo(notification.created, _localizationService)), ); } } diff --git a/lib/widgets/tiles/notification_tile/widgets/follow_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/follow_notification_tile.dart index 686ae3135..096200612 100644 --- a/lib/widgets/tiles/notification_tile/widgets/follow_notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/widgets/follow_notification_tile.dart @@ -45,7 +45,7 @@ class OBFollowNotificationTile extends StatelessWidget { user: followNotification.follower, text: TextSpan(text: _localizationService.notifications__following_you_tile), ), - subtitle: OBSecondaryText(utilsService.timeAgo(notification.created)), + subtitle: OBSecondaryText(utilsService.timeAgo(notification.created, _localizationService)), ); } } diff --git a/lib/widgets/tiles/notification_tile/widgets/post_comment_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/post_comment_notification_tile.dart index 6400ccf5e..72d002bd9 100644 --- a/lib/widgets/tiles/notification_tile/widgets/post_comment_notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/widgets/post_comment_notification_tile.dart @@ -30,9 +30,7 @@ class OBPostCommentNotificationTile extends StatelessWidget { Widget build(BuildContext context) { PostComment postComment = postCommentNotification.postComment; Post post = postComment.post; - String postCommenterUsername = postComment.getCommenterUsername(); String postCommentText = postComment.text; - String postCommenterName = postComment.getCommenterName(); int postCreatorId = postCommentNotification.getPostCreatorId(); OpenbookProviderState openbookProvider = OpenbookProvider.of(context); @@ -82,7 +80,7 @@ class OBPostCommentNotificationTile extends StatelessWidget { : _localizationService.notifications__comment_comment_notification_tile_user_also_commented(postCommentText)), ), trailing: postImagePreview, - subtitle: OBSecondaryText(utilsService.timeAgo(notification.created)), + subtitle: OBSecondaryText(utilsService.timeAgo(notification.created, _localizationService)), ); } } diff --git a/lib/widgets/tiles/notification_tile/widgets/post_comment_reaction_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/post_comment_reaction_notification_tile.dart index 9c2c55774..66aa33f7d 100644 --- a/lib/widgets/tiles/notification_tile/widgets/post_comment_reaction_notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/widgets/post_comment_reaction_notification_tile.dart @@ -83,7 +83,7 @@ class OBPostCommentReactionNotificationTile extends StatelessWidget { user: postCommentReaction.reactor, ), subtitle: OBSecondaryText( - utilsService.timeAgo(notification.created), + utilsService.timeAgo(notification.created, _localizationService), size: OBTextSize.small, ), trailing: Row( diff --git a/lib/widgets/tiles/notification_tile/widgets/post_comment_reply_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/post_comment_reply_notification_tile.dart index e9bbe9f43..41872ea2a 100644 --- a/lib/widgets/tiles/notification_tile/widgets/post_comment_reply_notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/widgets/post_comment_reply_notification_tile.dart @@ -1,5 +1,4 @@ import 'package:Okuna/models/notifications/notification.dart'; -import 'package:Okuna/models/notifications/post_comment_notification.dart'; import 'package:Okuna/models/notifications/post_comment_reply_notification.dart'; import 'package:Okuna/models/post.dart'; import 'package:Okuna/models/post_comment.dart'; @@ -85,7 +84,7 @@ class OBPostCommentReplyNotificationTile extends StatelessWidget { user: postComment.commenter, ), subtitle: OBSecondaryText( - utilsService.timeAgo(notification.created), + utilsService.timeAgo(notification.created, localizationService), size: OBTextSize.small, ), trailing: postImagePreview ?? const SizedBox(), diff --git a/lib/widgets/tiles/notification_tile/widgets/post_comment_user_mention_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/post_comment_user_mention_notification_tile.dart new file mode 100644 index 000000000..5dab62137 --- /dev/null +++ b/lib/widgets/tiles/notification_tile/widgets/post_comment_user_mention_notification_tile.dart @@ -0,0 +1,91 @@ +import 'package:Okuna/models/notifications/notification.dart'; +import 'package:Okuna/models/notifications/post_comment_user_mention_notification.dart'; +import 'package:Okuna/models/post.dart'; +import 'package:Okuna/models/post_comment.dart'; +import 'package:Okuna/models/post_comment_user_mention.dart'; +import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/localization.dart'; +import 'package:Okuna/widgets/avatars/avatar.dart'; +import 'package:Okuna/widgets/theming/actionable_smart_text.dart'; +import 'package:Okuna/widgets/theming/secondary_text.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_advanced_networkimage/provider.dart'; + +import 'notification_tile_skeleton.dart'; +import 'notification_tile_title.dart'; + +class OBPostCommentUserMentionNotificationTile extends StatelessWidget { + final OBNotification notification; + final PostCommentUserMentionNotification postCommentUserMentionNotification; + static final double postCommentImagePreviewSize = 40; + final VoidCallback onPressed; + + const OBPostCommentUserMentionNotificationTile( + {Key key, + @required this.notification, + @required this.postCommentUserMentionNotification, + this.onPressed}) + : super(key: key); + + @override + Widget build(BuildContext context) { + PostCommentUserMention postCommentUserMention = + postCommentUserMentionNotification.postCommentUserMention; + PostComment postComment = postCommentUserMention.postComment; + Post post = postComment.post; + + Widget postCommentImagePreview; + if (post.hasImage()) { + postCommentImagePreview = ClipRRect( + borderRadius: BorderRadius.circular(8.0), + child: Image( + image: AdvancedNetworkImage(post.getImage(), useDiskCache: true), + height: postCommentImagePreviewSize, + width: postCommentImagePreviewSize, + fit: BoxFit.cover, + ), + ); + } + OpenbookProviderState openbookProvider = OpenbookProvider.of(context); + var utilsService = openbookProvider.utilsService; + + Function navigateToMentionerProfile = () { + openbookProvider.navigationService.navigateToUserProfile( + user: postCommentUserMention.postComment.commenter, context: context); + }; + LocalizationService _localizationService = openbookProvider.localizationService; + + String postCommentText = postComment.text; + return OBNotificationTileSkeleton( + onTap: () { + if (onPressed != null) onPressed(); + OpenbookProviderState openbookProvider = OpenbookProvider.of(context); + + PostComment parentComment = postComment.parentComment; + if(parentComment!=null){ + openbookProvider.navigationService.navigateToPostCommentRepliesLinked( + postComment: postComment, + context: context, + parentComment: parentComment); + }else { + openbookProvider.navigationService.navigateToPostCommentsLinked( + postComment: postComment, context: context); + } + }, + leading: OBAvatar( + onPressed: navigateToMentionerProfile, + size: OBAvatarSize.medium, + avatarUrl: postCommentUserMention.postComment.commenter.getProfileAvatar(), + ), + title: OBNotificationTileTitle( + text: TextSpan(text: _localizationService.notifications__mentioned_in_post_comment_tile(postCommentText)), + onUsernamePressed: navigateToMentionerProfile, + user: postCommentUserMention.postComment.commenter, + ), + subtitle: OBSecondaryText( + utilsService.timeAgo(notification.created, _localizationService), + size: OBTextSize.small, + ), + ); + } +} diff --git a/lib/widgets/tiles/notification_tile/widgets/post_reaction_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/post_reaction_notification_tile.dart index 3d9d61fe3..cb96b087e 100644 --- a/lib/widgets/tiles/notification_tile/widgets/post_reaction_notification_tile.dart +++ b/lib/widgets/tiles/notification_tile/widgets/post_reaction_notification_tile.dart @@ -71,7 +71,7 @@ class OBPostReactionNotificationTile extends StatelessWidget { onUsernamePressed: navigateToReactorProfile, user: postReaction.reactor, ), - subtitle: OBSecondaryText(utilsService.timeAgo(notification.created)), + subtitle: OBSecondaryText(utilsService.timeAgo(notification.created, _localizationService)), trailing: Row( children: [ OBEmoji( diff --git a/lib/widgets/tiles/notification_tile/widgets/post_user_mention_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/post_user_mention_notification_tile.dart new file mode 100644 index 000000000..983a262a3 --- /dev/null +++ b/lib/widgets/tiles/notification_tile/widgets/post_user_mention_notification_tile.dart @@ -0,0 +1,78 @@ +import 'package:Okuna/models/notifications/notification.dart'; +import 'package:Okuna/models/notifications/post_user_mention_notification.dart'; +import 'package:Okuna/models/post.dart'; +import 'package:Okuna/models/post_user_mention.dart'; +import 'package:Okuna/provider.dart'; +import 'package:Okuna/services/localization.dart'; +import 'package:Okuna/widgets/avatars/avatar.dart'; +import 'package:Okuna/widgets/theming/secondary_text.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_advanced_networkimage/provider.dart'; + +import 'notification_tile_skeleton.dart'; +import 'notification_tile_title.dart'; + +class OBPostUserMentionNotificationTile extends StatelessWidget { + final OBNotification notification; + final PostUserMentionNotification postUserMentionNotification; + static final double postImagePreviewSize = 40; + final VoidCallback onPressed; + + const OBPostUserMentionNotificationTile( + {Key key, + @required this.notification, + @required this.postUserMentionNotification, + this.onPressed}) + : super(key: key); + + @override + Widget build(BuildContext context) { + PostUserMention postUserMention = + postUserMentionNotification.postUserMention; + Post post = postUserMention.post; + + Widget postImagePreview; + if (post.hasImage()) { + postImagePreview = ClipRRect( + borderRadius: BorderRadius.circular(8.0), + child: Image( + image: AdvancedNetworkImage(post.getImage(), useDiskCache: true), + height: postImagePreviewSize, + width: postImagePreviewSize, + fit: BoxFit.cover, + ), + ); + } + OpenbookProviderState openbookProvider = OpenbookProvider.of(context); + var utilsService = openbookProvider.utilsService; + + Function navigateToMentionerProfile = () { + openbookProvider.navigationService.navigateToUserProfile( + user: postUserMention.post.creator, context: context); + }; + LocalizationService _localizationService = openbookProvider.localizationService; + + Function onTileTapped = (){ + if (onPressed != null) onPressed(); + OpenbookProviderState openbookProvider = OpenbookProvider.of(context); + openbookProvider.navigationService + .navigateToPost(post: postUserMention.post, context: context); + }; + return OBNotificationTileSkeleton( + onTap: onTileTapped, + leading: OBAvatar( + onPressed: navigateToMentionerProfile, + size: OBAvatarSize.medium, + avatarUrl: postUserMention.post.creator.getProfileAvatar(), + ), + title: OBNotificationTileTitle( + onUsernamePressed: navigateToMentionerProfile, + user: postUserMention.post.creator, + text: TextSpan( + text: _localizationService.notifications__mentioned_in_post_tile), + ), + trailing: postImagePreview, + subtitle: OBSecondaryText(utilsService.timeAgo(notification.created, _localizationService)), + ); + } +} diff --git a/pubspec.lock b/pubspec.lock index 953387672..c01b451c3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -42,7 +42,7 @@ packages: name: back_button_interceptor url: "https://pub.dartlang.org" source: hosted - version: "4.0.6" + version: "4.0.7" boolean_selector: dependency: transitive description: @@ -84,7 +84,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "2.1.1+1" csslib: dependency: transitive description: @@ -152,14 +152,14 @@ packages: name: flutter_colorpicker url: "https://pub.dartlang.org" source: hosted - version: "0.2.5" + version: "0.2.6" flutter_exif_rotation: dependency: "direct main" description: name: flutter_exif_rotation url: "https://pub.dartlang.org" source: hosted - version: "0.2.3" + version: "0.2.4" flutter_launcher_icons: dependency: "direct dev" description: @@ -358,7 +358,7 @@ packages: name: multi_image_picker url: "https://pub.dartlang.org" source: hosted - version: "4.3.6" + version: "4.5.0+2" multi_server_socket: dependency: transitive description: @@ -379,7 +379,7 @@ packages: name: onesignal_flutter url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.2" package_config: dependency: transitive description: @@ -713,7 +713,7 @@ packages: name: vm_service_client url: "https://pub.dartlang.org" source: hosted - version: "0.2.6+2" + version: "0.2.6+3" watcher: dependency: transitive description: @@ -727,7 +727,7 @@ packages: name: web_socket_channel url: "https://pub.dartlang.org" source: hosted - version: "1.0.14" + version: "1.0.15" xml: dependency: transitive description: @@ -744,4 +744,4 @@ packages: version: "2.1.16" sdks: dart: ">=2.4.0 <3.0.0" - flutter: ">=1.6.0 <2.0.0" + flutter: ">=1.7.8 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 16be58efe..1200d93e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: Social Network # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 0.0.50+55 +version: 0.0.51+56 environment: sdk: ">=2.1.0 <3.0.0"