From bb0a9c0997110263e5391ca91411c9986367c805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Sallai?= Date: Sun, 4 Aug 2019 00:27:08 +0300 Subject: [PATCH 01/45] :bug: fix canny URL --- lib/pages/home/pages/menu/pages/useful_links.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/home/pages/menu/pages/useful_links.dart b/lib/pages/home/pages/menu/pages/useful_links.dart index 6db488108..a27a14021 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( From 196e15d6def5e6f6863fffe116e8cec3118026f7 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Tue, 6 Aug 2019 18:26:47 +0200 Subject: [PATCH 02/45] :globe_with_meridians: update strings in app --- assets/i18n/en/auth.arb | 4 +- assets/i18n/en/drawer.arb | 10 ++ assets/i18n/en/moderation.arb | 77 +++++++++++ assets/i18n/en/post.arb | 6 + assets/i18n/en/user.arb | 33 +++++ lib/pages/auth/create_account/email_step.dart | 12 +- .../auth/create_account/get_started.dart | 2 +- .../home/pages/menu/pages/following.dart | 9 +- .../pages/follows_lists/follows_lists.dart | 14 +- .../my_moderation_penalties.dart | 9 +- .../my_moderation_tasks.dart | 9 +- .../settings/pages/application_settings.dart | 5 +- .../home/pages/menu/pages/useful_links.dart | 9 ++ .../moderated_object_category.dart | 4 +- .../moderated_object_reports_preview.dart | 9 +- .../moderation_report_tile.dart | 20 +-- .../moderated_object_status.dart | 4 +- lib/services/localization.dart | 124 +++++++++++++++++- lib/widgets/buttons/see_all_button.dart | 5 +- lib/widgets/icon.dart | 1 + .../theming/collapsible_smart_text.dart | 9 +- 21 files changed, 331 insertions(+), 44 deletions(-) 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/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/post.arb b/assets/i18n/en/post.arb index 02b9d8ad0..bc013f7f4 100644 --- a/assets/i18n/en/post.arb +++ b/assets/i18n/en/post.arb @@ -504,5 +504,11 @@ "@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": {} } } \ No newline at end of file diff --git a/assets/i18n/en/user.arb b/assets/i18n/en/user.arb index 2ff1f1296..df395ea4c 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": "following users", + "@following_resource_name": { + "description": "Eg: Search following users.., No following users found. etc ", + "type": "text", + "placeholders": {} + }, "tile_delete": "Delete", "@tile_delete": { "type": "text", diff --git a/lib/pages/auth/create_account/email_step.dart b/lib/pages/auth/create_account/email_step.dart index c3d68e72b..ad30b5030 100644 --- a/lib/pages/auth/create_account/email_step.dart +++ b/lib/pages/auth/create_account/email_step.dart @@ -90,22 +90,24 @@ 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, context); bool isEmailValid = _validateForm(); - _checkEmailAvailable(_emailController.text, context); if (isEmailValid && !_emailTaken) { setState(() { _createAccountBloc.setEmail(_emailController.text); 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/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..2d5044527 100644 --- a/lib/pages/home/pages/menu/pages/useful_links.dart +++ b/lib/pages/home/pages/menu/pages/useful_links.dart @@ -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/services/localization.dart b/lib/services/localization.dart index 0c3b19565..270700a82 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -84,8 +84,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 +532,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 +1850,12 @@ 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 user__thousand_postfix { return Intl.message("k", desc: 'For eg. communty has 3k members', @@ -1979,6 +1993,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 +2148,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'); @@ -3203,6 +3249,80 @@ 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'); + } Locale getLocale() { return locale; 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/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/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, ), From f8846a41a5bd1ce2e02adaa9cf29c5cd6b18a440 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Tue, 6 Aug 2019 18:50:38 +0200 Subject: [PATCH 03/45] :globe_with_meridians: localization strings --- assets/i18n/en/user.arb | 4 ++-- ios/Flutter/flutter_export_environment.sh | 11 +++++++++++ ios/Podfile.lock | 4 ++-- ios/Runner.xcodeproj/project.pbxproj | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100755 ios/Flutter/flutter_export_environment.sh diff --git a/assets/i18n/en/user.arb b/assets/i18n/en/user.arb index df395ea4c..89babb342 100644 --- a/assets/i18n/en/user.arb +++ b/assets/i18n/en/user.arb @@ -308,9 +308,9 @@ "type": "text", "placeholders": {} }, - "following_resource_name": "following users", + "following_resource_name": "followed users", "@following_resource_name": { - "description": "Eg: Search following users.., No following users found. etc ", + "description": "Eg: Search followed users.., No followed users found. etc ", "type": "text", "placeholders": {} }, 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/Podfile.lock b/ios/Podfile.lock index 707a05e33..aba1e0d88 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -49,7 +49,7 @@ PODS: DEPENDENCIES: - device_info (from `.symlinks/plugins/device_info/ios`) - - Flutter (from `.symlinks/flutter/ios-release`) + - Flutter (from `.symlinks/flutter/ios`) - flutter_exif_rotation (from `.symlinks/plugins/flutter_exif_rotation/ios`) - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`) - image_cropper (from `.symlinks/plugins/image_cropper/ios`) @@ -80,7 +80,7 @@ EXTERNAL SOURCES: device_info: :path: ".symlinks/plugins/device_info/ios" Flutter: - :path: ".symlinks/flutter/ios-release" + :path: ".symlinks/flutter/ios" flutter_exif_rotation: :path: ".symlinks/plugins/flutter_exif_rotation/ios" flutter_secure_storage: diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index d9014f7e9..76630624b 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -806,7 +806,7 @@ "${BUILT_PRODUCTS_DIR}/BSImagePicker/BSImagePicker.framework", "${BUILT_PRODUCTS_DIR}/BSImageView/BSImageView.framework", "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", - "${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework", + "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework", "${BUILT_PRODUCTS_DIR}/TOCropViewController/TOCropViewController.framework", "${BUILT_PRODUCTS_DIR}/device_info/device_info.framework", "${BUILT_PRODUCTS_DIR}/flutter_exif_rotation/flutter_exif_rotation.framework", From f03456af736b549a6354b4cf0a20bc6b8bab7da8 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Wed, 7 Aug 2019 11:29:59 +0200 Subject: [PATCH 04/45] :globe_with_meridians: add strings for timeago --- assets/i18n/en/post.arb | 72 +++++++++++++++++++ .../post_comment_commenter_identifier.dart | 3 +- lib/services/localization.dart | 72 +++++++++++++++++++ lib/services/utils_service.dart | 32 +++++---- .../community_post_creator_identifier.dart | 3 +- .../user_post_header/user_post_header.dart | 3 +- .../community_invite_notification_tile.dart | 2 +- ...onnection_confirmed_notification_tile.dart | 2 +- .../connection_request_notification_tile.dart | 2 +- .../widgets/follow_notification_tile.dart | 2 +- .../post_comment_notification_tile.dart | 2 +- ...st_comment_reaction_notification_tile.dart | 2 +- .../post_comment_reply_notification_tile.dart | 2 +- .../post_reaction_notification_tile.dart | 2 +- 14 files changed, 177 insertions(+), 24 deletions(-) diff --git a/assets/i18n/en/post.arb b/assets/i18n/en/post.arb index bc013f7f4..249209c20 100644 --- a/assets/i18n/en/post.arb +++ b/assets/i18n/en/post.arb @@ -510,5 +510,77 @@ "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/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/services/localization.dart b/lib/services/localization.dart index 270700a82..33dc28322 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -1856,6 +1856,78 @@ class LocalizationService { 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', 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/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/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..d67dc4589 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 @@ -82,7 +82,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..aebc0bc09 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 @@ -85,7 +85,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_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( From e372dcad135eda0595200609e2e7aa6667006261 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Wed, 7 Aug 2019 13:43:55 +0200 Subject: [PATCH 05/45] :bug: if devicelocale is null, use en --- lib/main.dart | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index eea95317f..bf034f6c5 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -68,9 +68,13 @@ 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)) { + 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) { From 81497fcf74e4cd79ec46624e9cba5363ec9eb628 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Wed, 7 Aug 2019 18:14:36 +0200 Subject: [PATCH 06/45] :sparkles: add mention models --- lib/models/notifications/notification.dart | 19 ++++++++++- ...ost_comment_user_mention_notification.dart | 21 ++++++++++++ .../post_user_mention_notification.dart | 18 +++++++++++ lib/models/post_comment_user_mention.dart | 32 +++++++++++++++++++ lib/models/post_user_mention.dart | 32 +++++++++++++++++++ 5 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 lib/models/notifications/post_comment_user_mention_notification.dart create mode 100644 lib/models/notifications/post_user_mention_notification.dart create mode 100644 lib/models/post_comment_user_mention.dart create mode 100644 lib/models/post_user_mention.dart 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); + } +} From 3bb846507b5f106b3281a529a9cae609756026e8 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Wed, 7 Aug 2019 21:54:27 +0200 Subject: [PATCH 07/45] :sparkles: add get post participants services methods --- lib/services/posts_api.dart | 50 +++++++++++++++++++++++++++++++++---- lib/services/user.dart | 16 ++++++++++++ 2 files changed, 61 insertions(+), 5 deletions(-) diff --git a/lib/services/posts_api.dart b/lib/services/posts_api.dart index 229e14844..c009eb8bc 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 = _makeGetPostParticipantsPath(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/user.dart b/lib/services/user.dart index 6a78214d7..a2a281348 100644 --- a/lib/services/user.dart +++ b/lib/services/user.dart @@ -1779,6 +1779,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(); From 57a16a6a18f5fcc202fcfeed320961506f7ce08e Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Thu, 8 Aug 2019 11:59:27 +0200 Subject: [PATCH 08/45] :construction: prototype account search on commenter --- .../post_comments/widgets/post-commenter.dart | 73 ++++++++++++++++--- 1 file changed, 64 insertions(+), 9 deletions(-) diff --git a/lib/pages/home/pages/post_comments/widgets/post-commenter.dart b/lib/pages/home/pages/post_comments/widgets/post-commenter.dart index 637eb2371..f35ff6226 100644 --- a/lib/pages/home/pages/post_comments/widgets/post-commenter.dart +++ b/lib/pages/home/pages/post_comments/widgets/post-commenter.dart @@ -20,12 +20,16 @@ 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; OBPostCommenter(this.post, {this.postComment, this.autofocus = false, + this.controller, + this.onWantsToSearchAccount, this.commentTextFieldFocusNode, this.onPostCommentCreated, this.onPostCommentWillBeCreated}); @@ -41,6 +45,7 @@ class OBPostCommenterState extends State { bool _commentInProgress; bool _formWasSubmitted; bool _needsBootstrap; + bool _isSearchingAccount; int _charactersCount; bool _isMultiline; @@ -63,8 +68,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 @@ -149,7 +156,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 +210,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 +239,20 @@ class OBPostCommenterState extends State { void _onPostCommentChanged() { int charactersCount = _textController.text.length; _setCharactersCount(charactersCount); + + String lastWord = _textController.text.split(' ').last; + if (lastWord.length > 1 && lastWord.startsWith('@')) { + String searchQuery = lastWord.substring(1); + debugPrint('Wants to search account with searchQuery:$searchQuery'); + _setIsSearchingAccount(true); + if (widget.onWantsToSearchAccount != null) { + widget.onWantsToSearchAccount(searchQuery); + } + } else if (_isSearchingAccount) { + debugPrint('Finished searching account'); + _setIsSearchingAccount(false); + } + if (charactersCount == 0) _setFormWasSubmitted(false); if (!_formWasSubmitted) return; _validateForm(); @@ -236,6 +262,18 @@ class OBPostCommenterState extends State { return _formKey.currentState.validate(); } + void _autocompleteFoundAccountUsername(String foundAccountUsername) { + if (!_isSearchingAccount) { + debugPrint( + 'Tried to autocomplete found account username but was not searching account'); + return; + } + String lastWord = _textController.text.split(' ').last; + setState(() { + _textController.text.replaceAll(lastWord, '@$foundAccountUsername '); + }); + } + void _onError(error) async { if (error is HttpieConnectionRefusedError) { _toastService.error( @@ -244,7 +282,9 @@ 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; } } @@ -255,6 +295,12 @@ class OBPostCommenterState extends State { }); } + void _setIsSearchingAccount(bool isSearchingAccount) { + setState(() { + _isSearchingAccount = isSearchingAccount; + }); + } + void _setFormWasSubmitted(bool formWasSubmitted) { setState(() { _formWasSubmitted = formWasSubmitted; @@ -268,5 +314,14 @@ class OBPostCommenterState extends State { } } -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); + } +} From 4ccba51f8be32f6b61e2f062df0f6e4760ce8b79 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Thu, 8 Aug 2019 16:18:07 +0200 Subject: [PATCH 09/45] :truck: rename post commenter --- .../post_comments/post_comments_page.dart | 2 +- ...ost-commenter.dart => post_commenter.dart} | 29 ++++++++++--------- 2 files changed, 17 insertions(+), 14 deletions(-) rename lib/pages/home/pages/post_comments/widgets/{post-commenter.dart => post_commenter.dart} (99%) 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..d1f168971 100644 --- a/lib/pages/home/pages/post_comments/post_comments_page.dart +++ b/lib/pages/home/pages/post_comments/post_comments_page.dart @@ -1,7 +1,7 @@ import 'package:Okuna/models/post.dart'; import 'package:Okuna/models/post_comment.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/pages/home/pages/post_comments/widgets/post_preview.dart'; 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 99% 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 f35ff6226..d2fdf9e3e 100644 --- a/lib/pages/home/pages/post_comments/widgets/post-commenter.dart +++ b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart @@ -239,19 +239,7 @@ class OBPostCommenterState extends State { void _onPostCommentChanged() { int charactersCount = _textController.text.length; _setCharactersCount(charactersCount); - - String lastWord = _textController.text.split(' ').last; - if (lastWord.length > 1 && lastWord.startsWith('@')) { - String searchQuery = lastWord.substring(1); - debugPrint('Wants to search account with searchQuery:$searchQuery'); - _setIsSearchingAccount(true); - if (widget.onWantsToSearchAccount != null) { - widget.onWantsToSearchAccount(searchQuery); - } - } else if (_isSearchingAccount) { - debugPrint('Finished searching account'); - _setIsSearchingAccount(false); - } + _checkAutocomplete(); if (charactersCount == 0) _setFormWasSubmitted(false); if (!_formWasSubmitted) return; @@ -289,6 +277,21 @@ class OBPostCommenterState extends State { } } + void _checkAutocomplete() { + String lastWord = _textController.text.split(' ').last; + if (lastWord.length > 1 && lastWord.startsWith('@')) { + String searchQuery = lastWord.substring(1); + debugPrint('Wants to search account with searchQuery:$searchQuery'); + _setIsSearchingAccount(true); + if (widget.onWantsToSearchAccount != null) { + widget.onWantsToSearchAccount(searchQuery); + } + } else if (_isSearchingAccount) { + debugPrint('Finished searching account'); + _setIsSearchingAccount(false); + } + } + void _setCommentInProgress(bool commentInProgress) { setState(() { _commentInProgress = commentInProgress; From d9ebe6b832b39c36258e073780fbaffe192ed2df Mon Sep 17 00:00:00 2001 From: Shantanu Date: Thu, 8 Aug 2019 17:40:25 +0200 Subject: [PATCH 10/45] :bug: trim spaces from registration and auth flows --- lib/pages/auth/create_account/create_account.dart | 4 ++-- lib/pages/auth/create_account/email_step.dart | 7 +++---- lib/pages/auth/login.dart | 4 ++-- lib/pages/auth/reset_password/forgot_password_step.dart | 8 ++++---- .../reset_password/verify_reset_password_link_step.dart | 4 ++-- .../widgets/post_comment/widgets/post_comment_text.dart | 2 +- lib/pages/waitlist/subscribe_email_step.dart | 4 ++-- 7 files changed, 16 insertions(+), 17 deletions(-) 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 ad30b5030..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(); } @@ -106,11 +105,11 @@ class OBAuthEmailStepPageState extends State { } void onPressedNextStep(BuildContext context) async { - await _checkEmailAvailable(_emailController.text, context); + await _checkEmailAvailable(_emailController.text.trim(), context); bool isEmailValid = _validateForm(); if (isEmailValid && !_emailTaken) { setState(() { - _createAccountBloc.setEmail(_emailController.text); + _createAccountBloc.setEmail(_emailController.text.trim()); Navigator.pushNamed(context, '/auth/password_step'); }); } @@ -197,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/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/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/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, From b6615c1ddc4e5a3041768db3f1661b88181ac03b Mon Sep 17 00:00:00 2001 From: Shantanu Date: Thu, 8 Aug 2019 17:40:50 +0200 Subject: [PATCH 11/45] :bug: fix null user error for canTranslatePost/Comment --- lib/widgets/post/widgets/post-body/widgets/post_body_text.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } From 5fbe63ee6e0d871de712c4195c2914d5be7968a7 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Thu, 8 Aug 2019 19:54:51 +0200 Subject: [PATCH 12/45] :sparkles: add post participants post commenter prototype --- .../post_comments/post_comments_page.dart | 230 +++++++++++------- .../post_comments/widgets/post_commenter.dart | 18 +- .../post_participants_search_box.dart | 112 +++++++++ lib/services/localization.dart | 10 + lib/services/posts_api.dart | 2 +- lib/widgets/http_list.dart | 39 ++- pubspec.lock | 12 +- 7 files changed, 320 insertions(+), 103 deletions(-) create mode 100644 lib/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart 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 d1f168971..f9c477395 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_comment/post_comment.dart'; import 'package:Okuna/pages/home/pages/post_comments/widgets/post_comments_header_bar.dart'; +import 'package:Okuna/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_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; + OBPostParticipantsSearchBoxController _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 = + OBPostParticipantsSearchBoxController(); + _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,124 @@ 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()) + ]; + + if (_postCommenterIsSearchingAccount) { + postCommentsStackItems.add( + Positioned( + child: OBPostParticipantsSearchBox( + 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); + } + + void _onPostCommenterWantsToSearchAccount(String query) { + _setPostCommenterIsSearchingAccount(true); + _postParticipantsSearchBoxController.searchPostParticipants(query); + } + + void _onFinishedSearchingAccount() { + _setPostCommenterIsSearchingAccount(false); + } - return _columnChildren; + void _onPostCommentCreated(PostComment createdPostComment) { + _commentsPageController + .refreshCommentsWithCreatedPostCommentVisible(createdPostComment); + if (widget.onCommentAdded != null) { + widget.onCommentAdded(createdPostComment); + } } void _beginAnimations() { @@ -416,20 +470,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 +577,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 +616,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_commenter.dart b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart index d2fdf9e3e..b5206dfd8 100644 --- a/lib/pages/home/pages/post_comments/widgets/post_commenter.dart +++ b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart @@ -24,6 +24,7 @@ class OBPostCommenter extends StatefulWidget { final VoidCallback onPostCommentWillBeCreated; final OBPostCommenterController controller; final ValueChanged onWantsToSearchAccount; + final VoidCallback onFinishedSearchingAccount; OBPostCommenter(this.post, {this.postComment, @@ -32,7 +33,8 @@ class OBPostCommenter extends StatefulWidget { this.onWantsToSearchAccount, this.commentTextFieldFocusNode, this.onPostCommentCreated, - this.onPostCommentWillBeCreated}); + this.onPostCommentWillBeCreated, + this.onFinishedSearchingAccount}); @override State createState() { @@ -57,6 +59,8 @@ class OBPostCommenterState extends State { CancelableOperation _submitFormOperation; + String _beganSearchingAccount; + final _formKey = GlobalKey(); @override @@ -70,6 +74,7 @@ class OBPostCommenterState extends State { _isMultiline = false; _isSearchingAccount = false; _textController.addListener(_onPostCommentChanged); + _beganSearchingAccount = null; if (widget.controller != null) widget.controller.attach(this); } @@ -240,7 +245,6 @@ class OBPostCommenterState extends State { int charactersCount = _textController.text.length; _setCharactersCount(charactersCount); _checkAutocomplete(); - if (charactersCount == 0) _setFormWasSubmitted(false); if (!_formWasSubmitted) return; _validateForm(); @@ -251,6 +255,7 @@ class OBPostCommenterState extends State { } void _autocompleteFoundAccountUsername(String foundAccountUsername) { + print(foundAccountUsername); if (!_isSearchingAccount) { debugPrint( 'Tried to autocomplete found account username but was not searching account'); @@ -258,7 +263,9 @@ class OBPostCommenterState extends State { } String lastWord = _textController.text.split(' ').last; setState(() { - _textController.text.replaceAll(lastWord, '@$foundAccountUsername '); + _textController.text = + _textController.text.replaceAll(lastWord, '@$foundAccountUsername '); + _textController.selection = TextSelection.collapsed(offset: _textController.text.length); }); } @@ -279,7 +286,8 @@ class OBPostCommenterState extends State { void _checkAutocomplete() { String lastWord = _textController.text.split(' ').last; - if (lastWord.length > 1 && lastWord.startsWith('@')) { + + if (lastWord.startsWith('@')) { String searchQuery = lastWord.substring(1); debugPrint('Wants to search account with searchQuery:$searchQuery'); _setIsSearchingAccount(true); @@ -288,6 +296,8 @@ class OBPostCommenterState extends State { } } else if (_isSearchingAccount) { debugPrint('Finished searching account'); + if (widget.onFinishedSearchingAccount != null) + widget.onFinishedSearchingAccount(); _setIsSearchingAccount(false); } } diff --git a/lib/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart b/lib/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart new file mode 100644 index 000000000..d8f5115b9 --- /dev/null +++ b/lib/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart @@ -0,0 +1,112 @@ +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/user.dart'; +import 'package:Okuna/widgets/http_list.dart'; +import 'package:Okuna/widgets/theming/primary_color_container.dart'; +import 'package:Okuna/widgets/tiles/user_tile.dart'; +import 'package:flutter/material.dart'; + +class OBPostParticipantsSearchBox extends StatefulWidget { + final ValueChanged onPostParticipantPressed; + final Post post; + final OBPostParticipantsSearchBoxController controller; + + const OBPostParticipantsSearchBox( + {Key key, + this.onPostParticipantPressed, + @required this.post, + this.controller}) + : super(key: key); + + @override + OBPostParticipantsSearchBoxState createState() { + return OBPostParticipantsSearchBoxState(); + } +} + +class OBPostParticipantsSearchBoxState + extends State { + UserService _userService; + LocalizationService _localizationService; + OBHttpListController _httpListController; + + bool _needsBootstrap; + + @override + void initState() { + super.initState(); + _needsBootstrap = true; + _httpListController = OBHttpListController(); + if (widget.controller != null) widget.controller.attach(this); + } + + @override + Widget build(BuildContext context) { + if (_needsBootstrap) { + OpenbookProviderState openbookProvider = OpenbookProvider.of(context); + _userService = openbookProvider.userService; + _localizationService = openbookProvider.localizationService; + _needsBootstrap = false; + } + + return OBPrimaryColorContainer( + child: OBHttpList( + controller: _httpListController, + padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 10), + listItemBuilder: _buildPostParticipantItem, + searchResultListItemBuilder: _buildPostParticipantItem, + listRefresher: _refreshPostParticipants, + listOnScrollLoader: _loadMorePostParticipants, + listSearcher: _searchPostParticipants, + resourceSingularName: _localizationService + .post__comments_page_search_post_participant, + resourcePluralName: _localizationService + .post__comments_page_search_post_participants, + hasSearchBar: false)); + } + + Widget _buildPostParticipantItem(BuildContext context, User postParticipant) { + return OBUserTile( + postParticipant, + onUserTilePressed: widget.onPostParticipantPressed, + ); + } + + Future> _refreshPostParticipants() async { + UsersList postParticipants = + await _userService.getPostParticipants(post: widget.post); + return postParticipants.users; + } + + Future> _loadMorePostParticipants( + List postParticipantsList) async { + return []; + } + + Future> _searchPostParticipants(String query) async { + UsersList results = await _userService.searchPostParticipants( + query: query, post: widget.post); + + return results.users; + } + + Future _search(String query) { + return _httpListController.search(query); + } +} + +class OBPostParticipantsSearchBoxController { + OBPostParticipantsSearchBoxState _state; + + void attach(OBPostParticipantsSearchBoxState state) { + _state = state; + } + + Future searchPostParticipants(String searchQuery) async { + if(_state == null || !_state.mounted) return null; + return _state._search(searchQuery); + } +} diff --git a/lib/services/localization.dart b/lib/services/localization.dart index 0c3b19565..b0f0377dd 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -3203,6 +3203,16 @@ class LocalizationService { name: 'moderation__you_have_reported_comment_text'); } + String get post__comments_page_search_post_participant { + return Intl.message("post participant", + name: 'post__comments_page_search_post_participant'); + } + + String get post__comments_page_search_post_participants { + return Intl.message("post participants", + name: 'post__comments_page_search_post_participants'); + } + Locale getLocale() { return locale; diff --git a/lib/services/posts_api.dart b/lib/services/posts_api.dart index c009eb8bc..1812cdc39 100644 --- a/lib/services/posts_api.dart +++ b/lib/services/posts_api.dart @@ -447,7 +447,7 @@ class PostsApiService { Future searchPostParticipants( {@required String postUuid, @required String query, int count}) { - String path = _makeGetPostParticipantsPath(postUuid); + String path = _makeSearchPostParticipantsPath(postUuid); Map body = {'query': query}; 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/pubspec.lock b/pubspec.lock index 953387672..dd129a84c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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.4.1" multi_server_socket: 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: @@ -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" From 5fde86ff0847354110476dd76fcf75e39029b153 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Fri, 9 Aug 2019 12:08:36 +0200 Subject: [PATCH 13/45] :globe_with_meridians: all locales arb and dart files --- assets/i18n/de/auth.arb | 22 +- assets/i18n/de/community.arb | 46 +- assets/i18n/de/drawer.arb | 32 +- assets/i18n/de/moderation.arb | 113 ++- assets/i18n/de/notifications.arb | 40 +- assets/i18n/de/post.arb | 134 ++- assets/i18n/de/user.arb | 107 ++- assets/i18n/de/user_search.arb | 6 +- assets/i18n/es/auth.arb | 4 +- assets/i18n/es/community.arb | 2 +- assets/i18n/es/drawer.arb | 14 + assets/i18n/es/error.arb | 16 + assets/i18n/es/moderation.arb | 107 +++ assets/i18n/es/notifications.arb | 2 +- assets/i18n/es/post.arb | 104 +++ assets/i18n/es/user.arb | 45 + assets/i18n/fr/auth.arb | 745 +++++++++++++++ assets/i18n/fr/community.arb | 1027 ++++++++++++++++++++ assets/i18n/fr/drawer.arb | 305 ++++++ assets/i18n/fr/error.arb | 16 + assets/i18n/fr/moderation.arb | 503 ++++++++++ assets/i18n/fr/notifications.arb | 236 +++++ assets/i18n/fr/post.arb | 810 ++++++++++++++++ assets/i18n/fr/user.arb | 1347 +++++++++++++++++++++++++++ assets/i18n/fr/user_search.arb | 100 ++ assets/i18n/it/auth.arb | 745 +++++++++++++++ assets/i18n/it/community.arb | 1027 ++++++++++++++++++++ assets/i18n/it/drawer.arb | 305 ++++++ assets/i18n/it/error.arb | 16 + assets/i18n/it/moderation.arb | 503 ++++++++++ assets/i18n/it/notifications.arb | 236 +++++ assets/i18n/it/post.arb | 810 ++++++++++++++++ assets/i18n/it/user.arb | 1347 +++++++++++++++++++++++++++ assets/i18n/it/user_search.arb | 100 ++ assets/i18n/pt-BR/auth.arb | 745 +++++++++++++++ assets/i18n/pt-BR/community.arb | 1027 ++++++++++++++++++++ assets/i18n/pt-BR/drawer.arb | 305 ++++++ assets/i18n/pt-BR/error.arb | 16 + assets/i18n/pt-BR/moderation.arb | 503 ++++++++++ assets/i18n/pt-BR/notifications.arb | 236 +++++ assets/i18n/pt-BR/post.arb | 810 ++++++++++++++++ assets/i18n/pt-BR/user.arb | 1347 +++++++++++++++++++++++++++ assets/i18n/pt-BR/user_search.arb | 100 ++ assets/i18n/sv/auth.arb | 745 +++++++++++++++ assets/i18n/sv/community.arb | 1027 ++++++++++++++++++++ assets/i18n/sv/drawer.arb | 305 ++++++ assets/i18n/sv/error.arb | 16 + assets/i18n/sv/moderation.arb | 503 ++++++++++ assets/i18n/sv/notifications.arb | 236 +++++ assets/i18n/sv/post.arb | 810 ++++++++++++++++ assets/i18n/sv/user.arb | 1347 +++++++++++++++++++++++++++ assets/i18n/sv/user_search.arb | 100 ++ assets/i18n/tr/auth.arb | 745 +++++++++++++++ assets/i18n/tr/community.arb | 1027 ++++++++++++++++++++ assets/i18n/tr/drawer.arb | 305 ++++++ assets/i18n/tr/error.arb | 16 + assets/i18n/tr/moderation.arb | 503 ++++++++++ assets/i18n/tr/notifications.arb | 236 +++++ assets/i18n/tr/post.arb | 810 ++++++++++++++++ assets/i18n/tr/user.arb | 1347 +++++++++++++++++++++++++++ assets/i18n/tr/user_search.arb | 100 ++ lib/locale/messages_all.dart | 25 + lib/locale/messages_de.dart | 383 ++++---- lib/locale/messages_en.dart | 189 ++-- lib/locale/messages_es.dart | 195 ++-- lib/locale/messages_fr.dart | 839 +++++++++++++++++ lib/locale/messages_it.dart | 839 +++++++++++++++++ lib/locale/messages_pt-BR.dart | 839 +++++++++++++++++ lib/locale/messages_sv.dart | 839 +++++++++++++++++ lib/locale/messages_tr.dart | 839 +++++++++++++++++ 70 files changed, 30783 insertions(+), 443 deletions(-) create mode 100644 assets/i18n/es/error.arb create mode 100644 assets/i18n/fr/auth.arb create mode 100644 assets/i18n/fr/community.arb create mode 100644 assets/i18n/fr/drawer.arb create mode 100644 assets/i18n/fr/error.arb create mode 100644 assets/i18n/fr/moderation.arb create mode 100644 assets/i18n/fr/notifications.arb create mode 100644 assets/i18n/fr/post.arb create mode 100644 assets/i18n/fr/user.arb create mode 100644 assets/i18n/fr/user_search.arb create mode 100644 assets/i18n/it/auth.arb create mode 100644 assets/i18n/it/community.arb create mode 100644 assets/i18n/it/drawer.arb create mode 100644 assets/i18n/it/error.arb create mode 100644 assets/i18n/it/moderation.arb create mode 100644 assets/i18n/it/notifications.arb create mode 100644 assets/i18n/it/post.arb create mode 100644 assets/i18n/it/user.arb create mode 100644 assets/i18n/it/user_search.arb create mode 100644 assets/i18n/pt-BR/auth.arb create mode 100644 assets/i18n/pt-BR/community.arb create mode 100644 assets/i18n/pt-BR/drawer.arb create mode 100644 assets/i18n/pt-BR/error.arb create mode 100644 assets/i18n/pt-BR/moderation.arb create mode 100644 assets/i18n/pt-BR/notifications.arb create mode 100644 assets/i18n/pt-BR/post.arb create mode 100644 assets/i18n/pt-BR/user.arb create mode 100644 assets/i18n/pt-BR/user_search.arb create mode 100644 assets/i18n/sv/auth.arb create mode 100644 assets/i18n/sv/community.arb create mode 100644 assets/i18n/sv/drawer.arb create mode 100644 assets/i18n/sv/error.arb create mode 100644 assets/i18n/sv/moderation.arb create mode 100644 assets/i18n/sv/notifications.arb create mode 100644 assets/i18n/sv/post.arb create mode 100644 assets/i18n/sv/user.arb create mode 100644 assets/i18n/sv/user_search.arb create mode 100644 assets/i18n/tr/auth.arb create mode 100644 assets/i18n/tr/community.arb create mode 100644 assets/i18n/tr/drawer.arb create mode 100644 assets/i18n/tr/error.arb create mode 100644 assets/i18n/tr/moderation.arb create mode 100644 assets/i18n/tr/notifications.arb create mode 100644 assets/i18n/tr/post.arb create mode 100644 assets/i18n/tr/user.arb create mode 100644 assets/i18n/tr/user_search.arb create mode 100644 lib/locale/messages_fr.dart create mode 100644 lib/locale/messages_it.dart create mode 100644 lib/locale/messages_pt-BR.dart create mode 100644 lib/locale/messages_sv.dart create mode 100644 lib/locale/messages_tr.dart diff --git a/assets/i18n/de/auth.arb b/assets/i18n/de/auth.arb index 36a04d7e2..02c742b9d 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": { @@ -64,8 +64,8 @@ } }, - "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 maximal 50 Zeichen haben. (Falls er länger ist, tut es uns sehr Leid)", "@create_acc__name_length_error": { "type": "text", "placeholders": { @@ -324,14 +324,14 @@ } }, - "create_acc__what_email": "Was ist deine E-Mail?", + "create_acc__what_email": "Wie lautet deine E-Mail-Adresse?", "@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": { diff --git a/assets/i18n/de/community.arb b/assets/i18n/de/community.arb index 3d10ecdb1..c78a960b7 100644 --- a/assets/i18n/de/community.arb +++ b/assets/i18n/de/community.arb @@ -13,7 +13,7 @@ } }, - "button_staff": "Mitarbeiter", + "button_staff": "Moderatoren", "@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 aussperren", "@ban_user_title": { "type": "text", "placeholders": { @@ -530,7 +530,7 @@ } }, - "favorite_community": "Favorisierte Community", + "favorite_community": "Meine 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-Moderatoren", "@community_staff": { "type": "text", "placeholders": { diff --git a/assets/i18n/de/drawer.arb b/assets/i18n/de/drawer.arb index 2458eef84..095e7cd5c 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": "Gegen mich verhängte 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 Bedienungsanleitung", "@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": "Eine Anleitung mit allem, was man wissen muss, um das Okuna-Netzwerk 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..d9acd4165 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": { @@ -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 Moderationsaufgaben", + "@my_moderation_tasks_title": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_singular": "offene Moderationsaufgaben", + "@pending_moderation_tasks_singular": { + "type": "text", + "placeholders": { + + } + }, + "pending_moderation_tasks_plural": "offene Moderationsaufgaben", + "@pending_moderation_tasks_plural": { + "description": "Eg. No pending moderation tasks found", + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_title": "Gegen mich verhängte Strafen", + "@my_moderation_penalties_title": { + "type": "text", + "placeholders": { + + } + }, + "my_moderation_penalties_resouce_singular": "gegen mich verhängte Strafen", + "@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..840b98663 100644 --- a/assets/i18n/de/notifications.arb +++ b/assets/i18n/de/notifications.arb @@ -1,5 +1,5 @@ { - "settings_title": "Benachrichtigungseinstellungen", + "settings_title": "Benachrichtigungen", "@settings_title": { "type": "text", "placeholders": { @@ -48,98 +48,98 @@ } }, - "comment_title": "Kommentar posten", + "comment_title": "Kommentare auf Beiträge", "@comment_title": { "type": "text", "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": { } }, - "comment_reply_title": "Kommentar-Antwort posten", + "comment_reply_title": "Kommentar-Antworten", "@comment_reply_title": { "type": "text", "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": { } }, - "comment_reaction_title": "Kommentar-Reaktion posten", + "comment_reaction_title": "Kommentar-Reaktionen", "@comment_reaction_title": { "type": "text", "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": { } }, - "post_reaction_title": "Reaktion posten", + "post_reaction_title": "Reaktionen auf Beiträge", "@post_reaction_title": { "type": "text", "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": { } }, - "community_invite_title": "Community-Einladung", + "community_invite_title": "Community-Einladungen", "@community_invite_title": { "type": "text", "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": { } }, - "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": { } }, - "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": { } }, - "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": { } }, - "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": { @@ -186,7 +186,7 @@ } }, - "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", @@ -196,7 +196,7 @@ } } }, - "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", @@ -206,7 +206,7 @@ } } }, - "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": { @@ -215,7 +215,7 @@ } } }, - "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": { @@ -224,7 +224,7 @@ } } }, - "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": { diff --git a/assets/i18n/de/post.arb b/assets/i18n/de/post.arb index 9692b27b5..40f1c4e8a 100644 --- a/assets/i18n/de/post.arb +++ b/assets/i18n/de/post.arb @@ -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": "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": "Tage", + "@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": "1Tag", + "@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": "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..bacd4c351 100644 --- a/assets/i18n/de/user.arb +++ b/assets/i18n/de/user.arb @@ -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": "Filtern", "@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-Adresse ä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-Adresse 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/es/auth.arb b/assets/i18n/es/auth.arb index 40e131d3e..fe0a2c123 100644 --- a/assets/i18n/es/auth.arb +++ b/assets/i18n/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/community.arb index e4dd3e0f9..637a29d0c 100644 --- a/assets/i18n/es/community.arb +++ b/assets/i18n/es/community.arb @@ -546,7 +546,7 @@ } }, - "administrated_title": "Administrados", + "administrated_title": "Administradas", "@administrated_title": { "type": "text", "placeholders": { diff --git a/assets/i18n/es/drawer.arb b/assets/i18n/es/drawer.arb index d8de34b6a..d0820efb0 100644 --- a/assets/i18n/es/drawer.arb +++ b/assets/i18n/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/error.arb b/assets/i18n/es/error.arb new file mode 100644 index 000000000..f9e99190c --- /dev/null +++ b/assets/i18n/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/moderation.arb index 48b5656c0..00440b542 100644 --- a/assets/i18n/es/moderation.arb +++ b/assets/i18n/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/notifications.arb index b759b12ae..daf2f4678 100644 --- a/assets/i18n/es/notifications.arb +++ b/assets/i18n/es/notifications.arb @@ -62,7 +62,7 @@ } }, - "comment_reply_title": "Respuesta al comentario del post", + "comment_reply_title": "Respuestas", "@comment_reply_title": { "type": "text", "placeholders": { diff --git a/assets/i18n/es/post.arb b/assets/i18n/es/post.arb index f80b727f6..a1189fc8a 100644 --- a/assets/i18n/es/post.arb +++ b/assets/i18n/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/user.arb index 6d4124da6..cb41c519a 100644 --- a/assets/i18n/es/user.arb +++ b/assets/i18n/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/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/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..095054cc5 --- /dev/null +++ b/assets/i18n/fr/notifications.arb @@ -0,0 +1,236 @@ +{ + "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_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": { + + } + } + } +} \ 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/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..2747c57f3 --- /dev/null +++ b/assets/i18n/it/notifications.arb @@ -0,0 +1,236 @@ +{ + "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_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": { + + } + } + } +} \ 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/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..9e914d137 --- /dev/null +++ b/assets/i18n/pt-BR/notifications.arb @@ -0,0 +1,236 @@ +{ + "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_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": { + + } + } + } +} \ 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/auth.arb b/assets/i18n/sv/auth.arb new file mode 100644 index 000000000..c7d62a013 --- /dev/null +++ b/assets/i18n/sv/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/community.arb b/assets/i18n/sv/community.arb new file mode 100644 index 000000000..ca388fb2e --- /dev/null +++ b/assets/i18n/sv/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/drawer.arb b/assets/i18n/sv/drawer.arb new file mode 100644 index 000000000..dae115338 --- /dev/null +++ b/assets/i18n/sv/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/error.arb b/assets/i18n/sv/error.arb new file mode 100644 index 000000000..d368cb835 --- /dev/null +++ b/assets/i18n/sv/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/moderation.arb b/assets/i18n/sv/moderation.arb new file mode 100644 index 000000000..6d9c87088 --- /dev/null +++ b/assets/i18n/sv/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/notifications.arb b/assets/i18n/sv/notifications.arb new file mode 100644 index 000000000..e9473417e --- /dev/null +++ b/assets/i18n/sv/notifications.arb @@ -0,0 +1,236 @@ +{ + "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 på inlägg", + "@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_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": { + + } + } + } +} \ No newline at end of file diff --git a/assets/i18n/sv/post.arb b/assets/i18n/sv/post.arb new file mode 100644 index 000000000..802ec094c --- /dev/null +++ b/assets/i18n/sv/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/user.arb b/assets/i18n/sv/user.arb new file mode 100644 index 000000000..c57d14a28 --- /dev/null +++ b/assets/i18n/sv/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/user_search.arb b/assets/i18n/sv/user_search.arb new file mode 100644 index 000000000..0b334df6b --- /dev/null +++ b/assets/i18n/sv/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..4a790be85 --- /dev/null +++ b/assets/i18n/tr/auth.arb @@ -0,0 +1,745 @@ +{ + "headline": "Daha iyi sosyal.", + "@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/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..28ced21e0 --- /dev/null +++ b/assets/i18n/tr/notifications.arb @@ -0,0 +1,236 @@ +{ + "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_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": { + + } + } + } +} \ 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/lib/locale/messages_all.dart b/lib/locale/messages_all.dart index 4b811c083..62b15e161 100644 --- a/lib/locale/messages_all.dart +++ b/lib/locale/messages_all.dart @@ -12,6 +12,11 @@ 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_fr.dart' as messages_fr; +import 'messages_it.dart' as messages_it; +import 'messages_pt-BR.dart' as messages_pt_br; +import 'messages_sv.dart' as messages_sv; +import 'messages_tr.dart' as messages_tr; typedef Future LibraryLoader(); Map _deferredLibraries = { @@ -21,6 +26,16 @@ Map _deferredLibraries = { 'en': () => new Future.value(null), // ignore: unnecessary_new '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': () => new Future.value(null), +// ignore: unnecessary_new + 'tr': () => new Future.value(null), }; MessageLookupByLibrary _findExact(localeName) { @@ -31,6 +46,16 @@ MessageLookupByLibrary _findExact(localeName) { return messages_en.messages; case 'es': return messages_es.messages; + case 'fr': + return messages_fr.messages; + case 'it': + return messages_it.messages; + case 'pt_BR': + return messages_pt_br.messages; + case 'sv': + return messages_sv.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..b7d2ae419 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,83 @@ 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(communityName) => "[name] [username] hat dich in die Community /c/${communityName} eingeladen."; - static m25(commentsCount) => "Alle ${commentsCount} Kommentare anzeigen"; + static m25(maxLength) => "Ein Kommentar darf nicht mehr als ${maxLength} Zeichen haben."; - static m26(circlesSearchQuery) => "\'Keine Kreise mit \'${circlesSearchQuery} \' gefunden."; + static m26(commentsCount) => "Alle ${commentsCount} Kommentare anzeigen"; - static m27(name) => "${name} hat noch nichts geteilt."; + static m27(circlesSearchQuery) => "\'Keine Kreise mit \'${circlesSearchQuery} \' gefunden."; - static m28(postCreatorUsername) => "@${postCreatorUsername}\'s Kreise"; + static m28(name) => "${name} hat noch nichts geteilt."; - static m29(maxLength) => "Der Kreisname darf nicht mehr als ${maxLength} Zeichen haben."; + static m29(postCreatorUsername) => "@${postCreatorUsername}\'s Kreise"; - static m30(prettyUsersCount) => "${prettyUsersCount} Menschen"; + static m30(maxLength) => "Der Name des Kreises darf nicht länger als ${maxLength} Zeichen lang sein."; - static m31(username) => "Bist du dir sicher, dass du @${username} blockieren willst?"; + static m31(prettyUsersCount) => "${prettyUsersCount} Personen"; - static m32(userName) => "Verbindung mit ${userName} bestätigen"; + static m32(username) => "Bist du dir sicher, dass du @${username} blockieren möchtest?"; - static m33(userName) => "Mit ${userName} verbinden"; + static m33(userName) => "Verbindung mit ${userName} bestätigen"; - static m34(userName) => "Verbindung mit ${userName} trennen"; + static m34(userName) => "Mit ${userName} verbinden"; - static m35(limit) => "Bild ist zu groß (Max: ${limit} MB)"; + static m35(userName) => "Verbindung mit ${userName} trennen"; - static m36(username) => "Benutzername @${username} ist bereits vergeben"; + static m36(limit) => "Bild ist zu groß (Max: ${limit} MB)"; - static m37(searchQuery) => "Kein Emoji mit ${searchQuery} gefunden."; + static m37(username) => "Benutzername @${username} ist bereits vergeben"; - static m38(prettyUsersCount) => "${prettyUsersCount} Accounts"; + static m38(searchQuery) => "Kein Emoji mit ${searchQuery} gefunden."; - static m39(prettyUsersCount) => "${prettyUsersCount} Konten"; + static m39(searchQuery) => "Keine Liste zu \'${searchQuery}\' gefunden"; - static m40(groupName) => "Alle ${groupName} anzeigen"; + static m40(prettyUsersCount) => "${prettyUsersCount} Accounts"; - 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(groupName) => "Alle ${groupName} anzeigen"; - static m43(email) => "Ausstehend, Einladung an ${email} gesendet"; + static m43(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 m44(maxLength) => "Der Listenname darf nicht länger als ${maxLength} Zeichen sein."; + static m44(username) => "Mit dem Benutzernamen @${username} beigetreten"; - static m45(maxLength) => "\'Über mich\' darf nicht länger als ${maxLength} Zeichen sein."; + static m45(email) => "Ausstehend, Einladung an ${email} gesendet"; - static m46(maxLength) => "Ort kann nicht länger als ${maxLength} Zeichen sein."; + static m46(maxLength) => "Der Listenname darf nicht länger als ${maxLength} Zeichen lang sein."; - static m47(takenConnectionsCircleName) => "Kreisname \'${takenConnectionsCircleName}\' wurde schon verwendet"; + static m47(maxLength) => "\'Über mich\' darf nicht länger als ${maxLength} Zeichen lang sein."; - static m48(listName) => "Listenname ${listName} wurde schon vergeben"; + static m48(maxLength) => "Ort darf nicht länger als ${maxLength} Zeichen lang sein."; - static m49(searchQuery) => "Keine Ergebnisse für ${searchQuery}."; + static m49(takenConnectionsCircleName) => "Kreisname \'${takenConnectionsCircleName}\' bereits vergeben"; - static m50(resourcePluralName) => "Keine ${resourcePluralName} gefunden."; + static m50(listName) => "Name der Liste ${listName} bereits vergeben"; - static m51(resourcePluralName) => "Suche ${resourcePluralName} ..."; + static m51(searchQuery) => "Keine Ergebnisse für ${searchQuery}."; - static m52(searchQuery) => "Keine Communities zu \'${searchQuery}\' gefunden."; + static m52(resourcePluralName) => "Keine ${resourcePluralName} gefunden."; - static m53(searchQuery) => "Keine Suchergebnisse für \'${searchQuery}\'."; + static m53(resourcePluralName) => "Suche ${resourcePluralName} ..."; - static m54(searchQuery) => "Keine Benutzer zu \'${searchQuery}\' gefunden."; + static m54(searchQuery) => "Keine Communities zu \'${searchQuery}\' gefunden."; - static m55(searchQuery) => "Suche nach ${searchQuery}"; + static m55(searchQuery) => "Keine Suchergebnisse für \'${searchQuery}\'."; + + static m56(searchQuery) => "Keine Benutzer für \'${searchQuery}\' gefunden."; + + static m57(searchQuery) => "Suche nach ${searchQuery}"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -145,8 +149,8 @@ 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."), @@ -160,15 +164,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__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 maximal 50 Zeichen haben. (Falls er länger ist, tut es uns 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..."), @@ -193,9 +197,9 @@ class MessageLookup extends MessageLookupByLibrary { "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_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-Adresse?"), "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 +212,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."), @@ -238,13 +242,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 +258,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 aussperren"), "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("Moderatoren"), "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-Moderatoren"), "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("Meine 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 +288,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 +307,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 +321,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 +341,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,9 +372,9 @@ 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"), @@ -385,7 +389,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 +404,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("Gegen mich verhängte 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 Bedienungsanleitung"), + "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Eine Anleitung mit allem, was man wissen muss, um das Okuna-Netzwerk 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__category_text" : MessageLookupByLibrary.simpleMessage("Kategorie"), "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Community 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"), @@ -440,6 +447,7 @@ class MessageLookup extends MessageLookupByLibrary { "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 +467,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 Strafen"), + "moderation__my_moderation_penalties_resource_plural" : MessageLookupByLibrary.simpleMessage("gegen mich verhängte Strafen"), + "moderation__my_moderation_penalties_title" : MessageLookupByLibrary.simpleMessage("Gegen mich verhängte Strafen"), + "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("Offene Moderationsaufgaben"), + "moderation__no_description_text" : MessageLookupByLibrary.simpleMessage("Keine Beschreibung"), + "moderation__object_status_title" : MessageLookupByLibrary.simpleMessage("Status"), + "moderation__pending_moderation_tasks_plural" : MessageLookupByLibrary.simpleMessage("offene Moderationsaufgaben"), + "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("offene Moderationsaufgaben"), + "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,23 +492,23 @@ 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__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"), @@ -497,28 +517,29 @@ class MessageLookup extends MessageLookupByLibrary { "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] folgt dir jetzt."), "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__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__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" : m24, + "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" : m25, "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 +570,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" : m26, "post__create_new" : MessageLookupByLibrary.simpleMessage("Neuer Beitrag"), "post__create_next" : MessageLookupByLibrary.simpleMessage("Weiter"), "post__create_photo" : MessageLookupByLibrary.simpleMessage("Foto"), @@ -565,16 +586,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" : m27, "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 +610,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("Tage"), + "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), + "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("jetzt"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1Tag"), + "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("1J."), + "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), + "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("W."), + "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 +632,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" : m28, + "post__usernames_circles" : m29, "post__world_circle_name" : MessageLookupByLibrary.simpleMessage("Welt"), "post__you_shared_with" : MessageLookupByLibrary.simpleMessage("Geteilt mit"), "user__add_account_done" : MessageLookupByLibrary.simpleMessage("Fertig"), @@ -613,44 +646,44 @@ class MessageLookup extends MessageLookupByLibrary { "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__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-Adresse 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-Adresse ä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" : m30, + "user__circle_peoples_count" : m31, "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" : m32, "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" : m33, "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" : m34, "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 +701,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" : m35, "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 +709,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" : m36, "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" : m37, "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" : m38, "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" : m39, + "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" : m40, "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" : m41, + "user__groups_see_all" : m42, "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" : m43, "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 +753,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" : m44, "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" : m45, "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 +777,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" : m46, "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" : m47, + "user__profile_location_length_error" : m48, + "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 +794,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" : m49, "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" : m50, "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("Filtern"), "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" : m51, + "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" : m52, "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" : 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("Suchen..."), + "user_search__searching_for" : m57, "user_search__users" : MessageLookupByLibrary.simpleMessage("Benutzer") }; } diff --git a/lib/locale/messages_en.dart b/lib/locale/messages_en.dart index 9d94606ef..ddd886ae0 100644 --- a/lib/locale/messages_en.dart +++ b/lib/locale/messages_en.dart @@ -58,79 +58,83 @@ 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(communityName) => "[name] [username] has invited you to join community /c/${communityName}."; - static m25(commentsCount) => "View all ${commentsCount} comments"; + static m25(maxLength) => "A comment can\'t be longer than ${maxLength} characters."; - static m26(circlesSearchQuery) => "No circles found matching \'${circlesSearchQuery}\'."; + static m26(commentsCount) => "View all ${commentsCount} comments"; - static m27(name) => "${name} has not shared anything yet."; + static m27(circlesSearchQuery) => "No circles found matching \'${circlesSearchQuery}\'."; - static m28(postCreatorUsername) => "@${postCreatorUsername}\'s circles"; + static m28(name) => "${name} has not shared anything yet."; - static m29(maxLength) => "Circle name must be no longer than ${maxLength} characters."; + static m29(postCreatorUsername) => "@${postCreatorUsername}\'s circles"; - static m30(prettyUsersCount) => "${prettyUsersCount} people"; + static m30(maxLength) => "Circle name must be no longer than ${maxLength} characters."; - static m31(username) => "Are you sure you want to block @${username}?"; + static m31(prettyUsersCount) => "${prettyUsersCount} people"; - static m32(userName) => "Confirm connection with ${userName}"; + static m32(username) => "Are you sure you want to block @${username}?"; - static m33(userName) => "Connect with ${userName}"; + static m33(userName) => "Confirm connection with ${userName}"; - static m34(userName) => "Disconnect from ${userName}"; + static m34(userName) => "Connect with ${userName}"; - static m35(limit) => "Image too large (limit: ${limit} MB)"; + static m35(userName) => "Disconnect from ${userName}"; - static m36(username) => "Username @${username} is taken"; + static m36(limit) => "Image too large (limit: ${limit} MB)"; - static m37(searchQuery) => "No emoji found matching \'${searchQuery}\'."; + static m37(username) => "Username @${username} is taken"; - static m38(prettyUsersCount) => "${prettyUsersCount} accounts"; + static m38(searchQuery) => "No emoji found matching \'${searchQuery}\'."; - static m39(prettyUsersCount) => "${prettyUsersCount} Accounts"; + static m39(searchQuery) => "No list found for \'${searchQuery}\'"; - static m40(groupName) => "See all ${groupName}"; + static m40(prettyUsersCount) => "${prettyUsersCount} accounts"; - 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(groupName) => "See all ${groupName}"; - static m43(email) => "Pending, invite email sent to ${email}"; + static m43(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 m44(maxLength) => "List name must be no longer than ${maxLength} characters."; + static m44(username) => "Joined with username @${username}"; - static m45(maxLength) => "Bio can\'t be longer than ${maxLength} characters."; + static m45(email) => "Pending, invite email sent to ${email}"; - static m46(maxLength) => "Location can\'t be longer than ${maxLength} characters."; + static m46(maxLength) => "List name must be no longer than ${maxLength} characters."; - static m47(takenConnectionsCircleName) => "Circle name \'${takenConnectionsCircleName}\' is taken"; + static m47(maxLength) => "Bio can\'t be longer than ${maxLength} characters."; - static m48(listName) => "List name \'${listName}\' is taken"; + static m48(maxLength) => "Location can\'t be longer than ${maxLength} characters."; - static m49(searchQuery) => "No match for \'${searchQuery}\'."; + static m49(takenConnectionsCircleName) => "Circle name \'${takenConnectionsCircleName}\' is taken"; - static m50(resourcePluralName) => "No ${resourcePluralName} found."; + static m50(listName) => "List name \'${listName}\' is taken"; - static m51(resourcePluralName) => "Search ${resourcePluralName} ..."; + static m51(searchQuery) => "No match for \'${searchQuery}\'."; - static m52(searchQuery) => "No communities found for \'${searchQuery}\'."; + static m52(resourcePluralName) => "No ${resourcePluralName} found."; - static m53(searchQuery) => "No results for \'${searchQuery}\'."; + static m53(resourcePluralName) => "Search ${resourcePluralName} ..."; - static m54(searchQuery) => "No users found for \'${searchQuery}\'."; + static m54(searchQuery) => "No communities found for \'${searchQuery}\'."; - static m55(searchQuery) => "Searching for \'${searchQuery}\'"; + static m55(searchQuery) => "No results for \'${searchQuery}\'."; + + static m56(searchQuery) => "No users found for \'${searchQuery}\'."; + + static m57(searchQuery) => "Searching for \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -193,7 +197,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?"), @@ -417,11 +421,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 +447,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 +467,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,14 +497,14 @@ 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__community_invite_desc" : MessageLookupByLibrary.simpleMessage("Be notified when someone invites you to join a community"), @@ -506,7 +526,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m24, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Comment"), "post__action_react" : MessageLookupByLibrary.simpleMessage("React"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Reply"), @@ -517,8 +537,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" : m25, "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 +576,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" : m26, "post__create_new" : MessageLookupByLibrary.simpleMessage("New post"), "post__create_next" : MessageLookupByLibrary.simpleMessage("Next"), "post__create_photo" : MessageLookupByLibrary.simpleMessage("Photo"), @@ -567,7 +588,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" : m27, "post__open_post" : MessageLookupByLibrary.simpleMessage("Open post"), "post__post_closed" : MessageLookupByLibrary.simpleMessage("Post closed "), "post__post_opened" : MessageLookupByLibrary.simpleMessage("Post opened"), @@ -589,6 +610,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 +635,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" : m28, + "post__usernames_circles" : m29, "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 +654,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" : m30, + "user__circle_peoples_count" : m31, "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 +667,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" : m32, "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" : m33, "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 +683,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" : m34, "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 +701,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" : m35, "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 +709,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" : m36, "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" : m37, "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" : m38, "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" : m39, + "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" : m40, "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" : m41, + "user__groups_see_all" : m42, "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" : m43, "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 +760,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" : m44, "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" : m45, "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 +777,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" : m46, "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" : m47, + "user__profile_location_length_error" : m48, "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 +794,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" : m49, "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 +803,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" : m50, "user__save_follows_list_save" : MessageLookupByLibrary.simpleMessage("Save"), "user__save_follows_list_users" : MessageLookupByLibrary.simpleMessage("Users"), "user__thousand_postfix" : MessageLookupByLibrary.simpleMessage("k"), @@ -774,7 +813,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" : m51, "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 +825,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" : m52, "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" : 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("Search..."), - "user_search__searching_for" : m55, + "user_search__searching_for" : m57, "user_search__users" : MessageLookupByLibrary.simpleMessage("Users") }; } 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..da4933ac0 --- /dev/null +++ b/lib/locale/messages_fr.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 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(communityName) => "[name] · [username] vous a invité.e à rejoindre la communauté /c/${communityName}."; + + static m25(maxLength) => "Un commentaire ne peut pas être plus long que ${maxLength} caractères."; + + static m26(commentsCount) => "Afficher tous les ${commentsCount} commentaires"; + + static m27(circlesSearchQuery) => "Aucun cercle trouvé correspondant à \'${circlesSearchQuery}\'."; + + static m28(name) => "${name} n\'a encore rien partagé."; + + static m29(postCreatorUsername) => "cercles de ${postCreatorUsername}"; + + static m30(maxLength) => "Le nom de cercle ne peut pas être plus long que ${maxLength} caractères."; + + static m31(prettyUsersCount) => "${prettyUsersCount} personnes"; + + static m32(username) => "Êtes-vous sûr.e de vouloir bloquer @${username}?"; + + static m33(userName) => "Confirmer la connexion avec ${userName}"; + + static m34(userName) => "Se connecter avec ${userName}"; + + static m35(userName) => "Se déconnecter de ${userName}"; + + static m36(limit) => "Image trop grande (limite : ${limit} Mo)"; + + static m37(username) => "Le nom d\'utilisateur.trice @${username} est pris"; + + static m38(searchQuery) => "Aucune émoticône trouvée correspondant à \'${searchQuery}\'."; + + static m39(searchQuery) => "Aucune liste trouvée pour \'${searchQuery}\'"; + + static m40(prettyUsersCount) => "${prettyUsersCount} comptes"; + + static m41(prettyUsersCount) => "${prettyUsersCount} Comptes"; + + static m42(groupName) => "Voir tous.tes les ${groupName}"; + + static m43(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 m44(username) => "Inscrit.e avec le nom d\'utilisateur.trice @${username}"; + + static m45(email) => "En attente, courriel d\'invitation envoyé à ${email}"; + + static m46(maxLength) => "Le nom de liste ne peut pas être plus long que ${maxLength} caractères."; + + static m47(maxLength) => "La bio ne peut pas être plus longue que ${maxLength} caractères."; + + static m48(maxLength) => "La nom de localité ne peut pas être plus long que ${maxLength} caractères."; + + static m49(takenConnectionsCircleName) => "Le nom de cercle \'${takenConnectionsCircleName}\' est pris"; + + static m50(listName) => "Le nom de liste \'${listName}\' est pris"; + + static m51(searchQuery) => "Aucun résultat pour \'${searchQuery}\'."; + + static m52(resourcePluralName) => "Pas de ${resourcePluralName} trouvé.e.s."; + + static m53(resourcePluralName) => "Recherche ${resourcePluralName} ..."; + + static m54(searchQuery) => "Aucune communauté trouvée pour \'${searchQuery}\'."; + + static m55(searchQuery) => "Aucun résultat pour \'${searchQuery}\'."; + + static m56(searchQuery) => "Aucun.e utilisateur.trice trouvé.e pour \'${searchQuery}\'."; + + static m57(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"), + "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__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__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__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" : m24, + "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" : m25, + "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" : m26, + "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" : m27, + "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" : m28, + "post__usernames_circles" : m29, + "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" : m30, + "user__circle_peoples_count" : m31, + "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" : m32, + "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" : m33, + "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" : m34, + "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" : m35, + "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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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" : m40, + "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" : m41, + "user__groups_see_all" : m42, + "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" : m43, + "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" : m44, + "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" : m45, + "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" : m46, + "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" : m47, + "user__profile_location_length_error" : m48, + "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" : m49, + "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" : m50, + "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" : m51, + "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" : m52, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Actualiser"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Appuyez pour réessayer."), + "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("Rechercher..."), + "user_search__searching_for" : m57, + "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..379ac23e7 --- /dev/null +++ b/lib/locale/messages_it.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 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(communityName) => "[name] [username] ti ha invitato a unirti alla comunità /c/${communityName}."; + + static m25(maxLength) => "Un commento non può essere più lungo di ${maxLength} caratteri."; + + static m26(commentsCount) => "Mostra tutti i ${commentsCount} commenti"; + + static m27(circlesSearchQuery) => "Nessuna cerchia trovata corrisponde a \'${circlesSearchQuery}\'."; + + static m28(name) => "${name} non ha ancora condiviso niente."; + + static m29(postCreatorUsername) => "le cerchie di @${postCreatorUsername}"; + + static m30(maxLength) => "Il nome della cerchia non può essere più lungo di ${maxLength} caratteri."; + + static m31(prettyUsersCount) => "${prettyUsersCount} persone"; + + static m32(username) => "Sei sicuro di voler bloccare @${username}?"; + + static m33(userName) => "Conferma la connessione con ${userName}"; + + static m34(userName) => "Connettiti con ${userName}"; + + static m35(userName) => "Disconnetti da ${userName}"; + + static m36(limit) => "Immagine troppo grande (limite: ${limit} MB)"; + + static m37(username) => "Il nome utente @${username} è stato preso"; + + static m38(searchQuery) => "Nessun emoji trovato corrispondente a \'${searchQuery}\'."; + + static m39(searchQuery) => "Nessuna lista trovata per \'${searchQuery}\'"; + + static m40(prettyUsersCount) => "${prettyUsersCount} account"; + + static m41(prettyUsersCount) => "${prettyUsersCount} Profili"; + + static m42(groupName) => "Vedi tutti/e ${groupName}"; + + static m43(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 m44(username) => "Iscritto con nome utente @${username}"; + + static m45(email) => "In attesa, invia email di invito a ${email}"; + + static m46(maxLength) => "Il nome della lista non può essere più lungo di ${maxLength} caratteri."; + + static m47(maxLength) => "La biografia non può essere più lunga di ${maxLength} caratteri."; + + static m48(maxLength) => "Il luogo non può essere più lungo di ${maxLength} caratteri."; + + static m49(takenConnectionsCircleName) => "Nome cerchia \'${takenConnectionsCircleName}\' già utilizzato"; + + static m50(listName) => "Il nome per la lista \'${listName}\' è già utilizzato"; + + static m51(searchQuery) => "Nessun risultato per \'${searchQuery}\'."; + + static m52(resourcePluralName) => "Impossibile trovare ${resourcePluralName}."; + + static m53(resourcePluralName) => "Cerca ${resourcePluralName}..."; + + static m54(searchQuery) => "Nessuna Comunità trovata per \'${searchQuery}\'."; + + static m55(searchQuery) => "Nessun risultato per \'${searchQuery}\'."; + + static m56(searchQuery) => "Nessun Utente trovato per \'${searchQuery}\'."; + + static m57(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ì"), + "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__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__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__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" : m24, + "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" : m25, + "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" : m26, + "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" : m27, + "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" : m28, + "post__usernames_circles" : m29, + "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" : m30, + "user__circle_peoples_count" : m31, + "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" : m32, + "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" : m33, + "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" : m34, + "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" : m35, + "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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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" : m40, + "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" : m41, + "user__groups_see_all" : m42, + "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" : m43, + "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" : m44, + "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" : m45, + "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" : m46, + "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" : m47, + "user__profile_location_length_error" : m48, + "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" : m49, + "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" : m50, + "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" : m51, + "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" : m52, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Aggiorna"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Tocca per riprovare."), + "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("Cerca..."), + "user_search__searching_for" : m57, + "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..8526f815a --- /dev/null +++ b/lib/locale/messages_pt-BR.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 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(communityName) => "[name] [username] convidou você para se juntar à comunidade /c/${communityName}."; + + static m25(maxLength) => "Um comentário não pode ter mais de ${maxLength} caracteres."; + + static m26(commentsCount) => "Ver todos os ${commentsCount} comentários"; + + static m27(circlesSearchQuery) => "\'Nenhum círculo encontrado para \'${circlesSearchQuery}\'."; + + static m28(name) => "${name} ainda não compartilhou nada."; + + static m29(postCreatorUsername) => "círculos de @${postCreatorUsername}"; + + static m30(maxLength) => "O nome do círculo não deve ter mais de ${maxLength} caracteres."; + + static m31(prettyUsersCount) => "${prettyUsersCount} pessoas"; + + static m32(username) => "Tem certeza de que deseja bloquear @${username}?"; + + static m33(userName) => "Confirmar a conexão com ${userName}"; + + static m34(userName) => "Conectar-se com ${userName}"; + + static m35(userName) => "Desconectar-se de ${userName}"; + + static m36(limit) => "Imagem muito grande (limite: ${limit} MB)"; + + static m37(username) => "O nome de usuário @${username} já está em uso"; + + static m38(searchQuery) => "Nenhum emoji encontrado para \'${searchQuery}\'."; + + static m39(searchQuery) => "Nenhuma lista encontrada para \'${searchQuery}\'"; + + static m40(prettyUsersCount) => "${prettyUsersCount} contas"; + + static m41(prettyUsersCount) => "${prettyUsersCount} Contas"; + + static m42(groupName) => "Ver ${groupName}"; + + static m43(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 m44(username) => "Entrou com o nome de usuário @${username}"; + + static m45(email) => "Pendente, convite enviado para o email ${email}"; + + static m46(maxLength) => "O nome da lista não deve ter mais de ${maxLength} caracteres."; + + static m47(maxLength) => "A bio não pode ser maior que ${maxLength} caracteres."; + + static m48(maxLength) => "O local não pode ser maior que ${maxLength} caracteres."; + + static m49(takenConnectionsCircleName) => "O nome de círculo \'${takenConnectionsCircleName}\' já está em uso"; + + static m50(listName) => "O nome de lista \'${listName}\' já está sendo usado"; + + static m51(searchQuery) => "Nada encontrado para \'${searchQuery}\'."; + + static m52(resourcePluralName) => "Sem ${resourcePluralName}."; + + static m53(resourcePluralName) => "Pesquisar ${resourcePluralName} ..."; + + static m54(searchQuery) => "Nenhuma comunidade encontrada para \'${searchQuery}\'."; + + static m55(searchQuery) => "Nenhum resultado para \'${searchQuery}\'."; + + static m56(searchQuery) => "Nenhum usuário encontrado para \'${searchQuery}\'."; + + static m57(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"), + "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__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__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__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" : m24, + "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" : m25, + "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" : m26, + "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" : m27, + "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" : m28, + "post__usernames_circles" : m29, + "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" : m30, + "user__circle_peoples_count" : m31, + "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" : m32, + "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" : m33, + "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" : m34, + "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" : m35, + "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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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" : m40, + "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" : m41, + "user__groups_see_all" : m42, + "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" : m43, + "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" : m44, + "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" : m45, + "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" : m46, + "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" : m47, + "user__profile_location_length_error" : m48, + "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" : m49, + "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" : m50, + "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" : m51, + "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" : m52, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Atualizar"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Toque para tentar novamente."), + "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("Pesquisar..."), + "user_search__searching_for" : m57, + "user_search__users" : MessageLookupByLibrary.simpleMessage("Usuários") + }; +} 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..a6ccc73ce --- /dev/null +++ b/lib/locale/messages_tr.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 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(communityName) => "[name] [username] sizi /c/${communityName} topluluğuna davet etti."; + + static m25(maxLength) => "Yorum kısmı ${maxLength} karakterden daha uzun olamaz."; + + static m26(commentsCount) => "${commentsCount} yorumun tümünü görüntüle"; + + static m27(circlesSearchQuery) => "\'\'\'${circlesSearchQuery}\' ile eşleşen hiçbir çevre bulunamadı."; + + static m28(name) => "${name} henüz bir şey paylaşmadı."; + + static m29(postCreatorUsername) => "@${postCreatorUsername} adlı kullanıcının çevreleri"; + + static m30(maxLength) => "Çevre adı ${maxLength} karakterden daha uzun olamaz."; + + static m31(prettyUsersCount) => "${prettyUsersCount} kişi"; + + static m32(username) => "@${username} adlı kullanıcıyı engellemek istediğinizden emin misiniz?"; + + static m33(userName) => "${userName} ile bağlantıyı onaylayın"; + + static m34(userName) => "${userName} ile bağlan"; + + static m35(userName) => "${userName} ile bağlantını kes"; + + static m36(limit) => "Resim çok büyük (limit: ${limit} MB)"; + + static m37(username) => "Kullanıcı adı @${username} alındı"; + + static m38(searchQuery) => "\'${searchQuery}\' ile eşleşen hiçbir emoji bulunamadı."; + + static m39(searchQuery) => "\'${searchQuery}\' için hiç bir liste bulunamadı"; + + static m40(prettyUsersCount) => "${prettyUsersCount} hesap"; + + static m41(prettyUsersCount) => "${prettyUsersCount} Hesap"; + + static m42(groupName) => "${groupName} Tümünü gör"; + + static m43(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 m44(username) => "@${username} kullanıcı adı ile katıldı"; + + static m45(email) => "${email} adresine gönderilen e-posta davetiyesi beklemede"; + + static m46(maxLength) => "Liste adı ${maxLength} karakterden daha uzun olamaz."; + + static m47(maxLength) => "Biyografi kısmı ${maxLength} karakterden daha uzun olamaz."; + + static m48(maxLength) => "Konum adı ${maxLength} karakterden daha uzun olamaz."; + + static m49(takenConnectionsCircleName) => "Çevre adı \'${takenConnectionsCircleName}\' olarak alındı"; + + static m50(listName) => "Liste adı \'${listName}\' olarak alındı"; + + static m51(searchQuery) => "\'${searchQuery}\' ile ilgili bir eşleşme yok."; + + static m52(resourcePluralName) => "${resourcePluralName} için hiç bir bulunamadı."; + + static m53(resourcePluralName) => "${resourcePluralName} Aranıyor..."; + + static m54(searchQuery) => "\'\'${searchQuery} \'için hiç topluluk bulunamadı."; + + static m55(searchQuery) => "\'${searchQuery}\' için hiç bir sonuç bulunamadı."; + + static m56(searchQuery) => "\'\'${searchQuery}\' için hiç bir kullanıcı bulunamadı."; + + static m57(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 sosyal."), + "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"), + "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__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__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__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" : m24, + "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" : m25, + "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" : m26, + "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" : m27, + "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" : m28, + "post__usernames_circles" : m29, + "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" : m30, + "user__circle_peoples_count" : m31, + "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" : m32, + "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" : m33, + "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" : m34, + "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" : m35, + "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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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" : m40, + "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" : m41, + "user__groups_see_all" : m42, + "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" : m43, + "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" : m44, + "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" : m45, + "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" : m46, + "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" : m47, + "user__profile_location_length_error" : m48, + "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" : m49, + "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" : m50, + "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" : m51, + "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" : m52, + "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" : 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("Ara..."), + "user_search__searching_for" : m57, + "user_search__users" : MessageLookupByLibrary.simpleMessage("Kullanıcılar") + }; +} From d9a46900fc3e130c04f7b548d28b16e0099f5e82 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Fri, 9 Aug 2019 12:09:17 +0200 Subject: [PATCH 14/45] :sparkles: add pt_br delegate to main --- ...pt_br_material_localizations_delegate.dart | 62 +++++++++++++++++++ lib/main.dart | 3 + 2 files changed, 65 insertions(+) create mode 100644 lib/delegates/pt_br_material_localizations_delegate.dart 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/main.dart b/lib/main.dart index bf034f6c5..baa163c65 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -32,6 +32,8 @@ import 'package:flutter\_localizations/flutter\_localizations.dart'; import 'package:sentry/sentry.dart'; import 'dart:async'; +import 'delegates/pt_br_material_localizations_delegate.dart'; + class MyApp extends StatefulWidget { final openbookProviderKey = new GlobalKey(); @@ -90,6 +92,7 @@ class _MyAppState extends State { GlobalCupertinoLocalizations.delegate, GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, + const MaterialLocalizationPtBRDelegate(), ], theme: new ThemeData( buttonTheme: ButtonThemeData( From f9469b47458befa1adf3014433f58a2e2073be4d Mon Sep 17 00:00:00 2001 From: Shantanu Date: Fri, 9 Aug 2019 12:09:50 +0200 Subject: [PATCH 15/45] :sparkles: add new lang support and lowercase accept-lang header --- lib/services/httpie.dart | 2 +- lib/services/localization.dart | 10 +++++++++- lib/translation/constants.dart | 12 ++++++------ 3 files changed, 16 insertions(+), 8 deletions(-) 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 33dc28322..640d266ee 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']; 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; diff --git a/lib/translation/constants.dart b/lib/translation/constants.dart index 1b651364a..f817c3592 100644 --- a/lib/translation/constants.dart +++ b/lib/translation/constants.dart @@ -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'), + const Locale('tr', 'TR'), ]; var supportedLanguages = supportedLocales.map((Locale locale) => locale.languageCode).toList(); From 398109d7bad338682a0a17494447107fa3d87a0a Mon Sep 17 00:00:00 2001 From: Shantanu Date: Fri, 9 Aug 2019 12:10:08 +0200 Subject: [PATCH 16/45] :memo: add localized locale documentation to readme --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 74525c76f..4ba80f3d7 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,34 @@ flutter run --profile 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 summarise, in order to onboard a new localized locale, +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 code to the `localizedLocales` list in `localization.dart`. +3. 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. From 711198c1badd79c2465c9d27908f56c60afbc9a5 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Fri, 9 Aug 2019 13:16:08 +0200 Subject: [PATCH 17/45] :sparkles: working post comment mentions for post commenter --- .../post_comments/post_comments_page.dart | 39 +-- .../post_comments/widgets/post_commenter.dart | 16 +- .../widgets/post_participants_search_box.dart | 288 ++++++++++++++++++ .../post_participants_search_box.dart | 112 ------- 4 files changed, 320 insertions(+), 135 deletions(-) create mode 100644 lib/pages/home/pages/post_comments/widgets/post_participants_search_box.dart delete mode 100644 lib/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart 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 f9c477395..b9fc74f3c 100644 --- a/lib/pages/home/pages/post_comments/post_comments_page.dart +++ b/lib/pages/home/pages/post_comments/post_comments_page.dart @@ -5,7 +5,7 @@ import 'package:Okuna/pages/home/pages/post_comments/post_comments_page_controll 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/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart'; +import 'package:Okuna/pages/home/pages/post_comments/widgets/post_participants_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'; @@ -315,22 +315,24 @@ class OBPostCommentsPageState extends State onRefresh: () => _commentsPageController.onWantsToRefreshComments()) ]; - if (_postCommenterIsSearchingAccount) { - postCommentsStackItems.add( - Positioned( - child: OBPostParticipantsSearchBox( - post: widget.post, - controller: _postParticipantsSearchBoxController, - onPostParticipantPressed: - _onPostParticipantsSearchBoxParticipantPressed, - ), - left: 0, - right: 0, - bottom: 0, - top: 0, - ), - ); - } + postCommentsStackItems.add(Positioned( + child: IgnorePointer( + ignoring: !_postCommenterIsSearchingAccount, + child: Opacity( + opacity: _postCommenterIsSearchingAccount ? 1 : 0, + child: OBPostParticipantsSearchBox( + key: Key('postCommentsParticipantsSearchBox'), + post: widget.post, + controller: _postParticipantsSearchBoxController, + onPostParticipantPressed: + _onPostParticipantsSearchBoxParticipantPressed, + )), + ), + left: 0, + right: 0, + bottom: 0, + top: 0, + )); return Expanded( child: Stack( @@ -357,11 +359,12 @@ class OBPostCommentsPageState extends State void _onPostCommenterWantsToSearchAccount(String query) { _setPostCommenterIsSearchingAccount(true); - _postParticipantsSearchBoxController.searchPostParticipants(query); + _postParticipantsSearchBoxController.search(query); } void _onFinishedSearchingAccount() { _setPostCommenterIsSearchingAccount(false); + _postParticipantsSearchBoxController.clearSearch(); } void _onPostCommentCreated(PostComment createdPostComment) { diff --git a/lib/pages/home/pages/post_comments/widgets/post_commenter.dart b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart index b5206dfd8..3c3a220cd 100644 --- a/lib/pages/home/pages/post_comments/widgets/post_commenter.dart +++ b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart @@ -255,17 +255,19 @@ class OBPostCommenterState extends State { } void _autocompleteFoundAccountUsername(String foundAccountUsername) { - print(foundAccountUsername); if (!_isSearchingAccount) { - debugPrint( + debugLog( 'Tried to autocomplete found account username but was not searching account'); return; } + + debugLog('Autocompleting with username:$foundAccountUsername'); String lastWord = _textController.text.split(' ').last; setState(() { _textController.text = _textController.text.replaceAll(lastWord, '@$foundAccountUsername '); - _textController.selection = TextSelection.collapsed(offset: _textController.text.length); + _textController.selection = + TextSelection.collapsed(offset: _textController.text.length); }); } @@ -289,13 +291,13 @@ class OBPostCommenterState extends State { if (lastWord.startsWith('@')) { String searchQuery = lastWord.substring(1); - debugPrint('Wants to search account with searchQuery:$searchQuery'); + debugLog('Wants to search account with searchQuery:$searchQuery'); _setIsSearchingAccount(true); if (widget.onWantsToSearchAccount != null) { widget.onWantsToSearchAccount(searchQuery); } } else if (_isSearchingAccount) { - debugPrint('Finished searching account'); + debugLog('Finished searching account'); if (widget.onFinishedSearchingAccount != null) widget.onFinishedSearchingAccount(); _setIsSearchingAccount(false); @@ -325,6 +327,10 @@ class OBPostCommenterState extends State { _charactersCount = charactersCount; }); } + + void debugLog(String log) { + debugPrint('OBPostCommenter:$log'); + } } class OBPostCommenterController { diff --git a/lib/pages/home/pages/post_comments/widgets/post_participants_search_box.dart b/lib/pages/home/pages/post_comments/widgets/post_participants_search_box.dart new file mode 100644 index 000000000..9946a69bf --- /dev/null +++ b/lib/pages/home/pages/post_comments/widgets/post_participants_search_box.dart @@ -0,0 +1,288 @@ +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 OBPostParticipantsSearchBox extends StatefulWidget { + final ValueChanged onPostParticipantPressed; + final Post post; + final OBPostParticipantsSearchBoxController controller; + + const OBPostParticipantsSearchBox( + {Key key, + this.onPostParticipantPressed, + @required this.post, + this.controller}) + : super(key: key); + + @override + OBPostParticipantsSearchBoxState createState() { + return OBPostParticipantsSearchBoxState(); + } +} + +class OBPostParticipantsSearchBoxState + extends State { + UserService _userService; + LocalizationService _localizationService; + ToastService _toastService; + + bool _needsBootstrap; + + CancelableOperation _getAllParticipantsOperation; + CancelableOperation _searchParticipantsOperation; + + String _searchQuery; + List _all; + bool _getAllInProgress; + List _searchResults; + bool _searchInProgress; + + @override + void initState() { + super.initState(); + _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; + } + + 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( + 'Suggestions', + style: TextStyle(fontWeight: FontWeight.bold, fontSize: 24), + ), + ), + Expanded( + child: ListView.builder( + itemBuilder: _buildAllItem, + itemCount: _all.length, + padding: const EdgeInsets.all(0), + ), + ) + ], + ); + } + + Widget _buildSearchResultsList() { + return Column( + children: [ + Expanded( + child: ListView.builder( + itemBuilder: _buildResultItem, + itemCount: _searchResults.length + 1, + ), + ) + ], + ); + } + + 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], + onUserTilePressed: widget.onPostParticipantPressed, + ); + } + + Widget _buildAllItem(BuildContext context, int index) { + return OBUserTile( + _all[index], + onUserTilePressed: widget.onPostParticipantPressed, + ); + } + + void _bootstrap() { + debugLog('Bootstrapping'); + refreshAll(); + } + + Future refreshAll() async { + if (_getAllParticipantsOperation != null) + _getAllParticipantsOperation.cancel(); + + _setGetAllInProgress(true); + + debugLog('Refreshing all post participants'); + + try { + _getAllParticipantsOperation = CancelableOperation.fromFuture( + _userService.getPostParticipants(post: widget.post)); + UsersList all = await _getAllParticipantsOperation.value; + _setAll(all.users); + } catch (error) { + _onError(error); + } finally { + _setGetAllInProgress(false); + _getAllParticipantsOperation = null; + } + } + + Future search(String searchQuery) async { + if (_searchParticipantsOperation != null) + _searchParticipantsOperation.cancel(); + _setSearchInProgress(true); + + debugLog('Searching post participants with query:$searchQuery'); + + if (searchQuery.isEmpty) { + clearSearch(); + return null; + } + + _setSearchQuery(searchQuery); + + try { + _searchParticipantsOperation = CancelableOperation.fromFuture(_userService + .searchPostParticipants(query: searchQuery, post: widget.post)); + 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.trans('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 OBPostParticipantsSearchBoxController { + OBPostParticipantsSearchBoxState _state; + + void attach(OBPostParticipantsSearchBoxState state) { + _state = state; + } + + Future search(String searchQuery) async { + if (_state == null || !_state.mounted) { + debugLog('Tried to search without mounted state'); + return null; + } + + return _state.search(searchQuery); + } + + void clearSearch() { + _state.clearSearch(); + } + + void debugLog(String log) { + debugPrint('OBPostParticipantsSearchBoxController:$log'); + } +} diff --git a/lib/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart b/lib/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart deleted file mode 100644 index d8f5115b9..000000000 --- a/lib/pages/home/pages/post_comments/widgets/post_participants_search_box/post_participants_search_box.dart +++ /dev/null @@ -1,112 +0,0 @@ -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/user.dart'; -import 'package:Okuna/widgets/http_list.dart'; -import 'package:Okuna/widgets/theming/primary_color_container.dart'; -import 'package:Okuna/widgets/tiles/user_tile.dart'; -import 'package:flutter/material.dart'; - -class OBPostParticipantsSearchBox extends StatefulWidget { - final ValueChanged onPostParticipantPressed; - final Post post; - final OBPostParticipantsSearchBoxController controller; - - const OBPostParticipantsSearchBox( - {Key key, - this.onPostParticipantPressed, - @required this.post, - this.controller}) - : super(key: key); - - @override - OBPostParticipantsSearchBoxState createState() { - return OBPostParticipantsSearchBoxState(); - } -} - -class OBPostParticipantsSearchBoxState - extends State { - UserService _userService; - LocalizationService _localizationService; - OBHttpListController _httpListController; - - bool _needsBootstrap; - - @override - void initState() { - super.initState(); - _needsBootstrap = true; - _httpListController = OBHttpListController(); - if (widget.controller != null) widget.controller.attach(this); - } - - @override - Widget build(BuildContext context) { - if (_needsBootstrap) { - OpenbookProviderState openbookProvider = OpenbookProvider.of(context); - _userService = openbookProvider.userService; - _localizationService = openbookProvider.localizationService; - _needsBootstrap = false; - } - - return OBPrimaryColorContainer( - child: OBHttpList( - controller: _httpListController, - padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 10), - listItemBuilder: _buildPostParticipantItem, - searchResultListItemBuilder: _buildPostParticipantItem, - listRefresher: _refreshPostParticipants, - listOnScrollLoader: _loadMorePostParticipants, - listSearcher: _searchPostParticipants, - resourceSingularName: _localizationService - .post__comments_page_search_post_participant, - resourcePluralName: _localizationService - .post__comments_page_search_post_participants, - hasSearchBar: false)); - } - - Widget _buildPostParticipantItem(BuildContext context, User postParticipant) { - return OBUserTile( - postParticipant, - onUserTilePressed: widget.onPostParticipantPressed, - ); - } - - Future> _refreshPostParticipants() async { - UsersList postParticipants = - await _userService.getPostParticipants(post: widget.post); - return postParticipants.users; - } - - Future> _loadMorePostParticipants( - List postParticipantsList) async { - return []; - } - - Future> _searchPostParticipants(String query) async { - UsersList results = await _userService.searchPostParticipants( - query: query, post: widget.post); - - return results.users; - } - - Future _search(String query) { - return _httpListController.search(query); - } -} - -class OBPostParticipantsSearchBoxController { - OBPostParticipantsSearchBoxState _state; - - void attach(OBPostParticipantsSearchBoxState state) { - _state = state; - } - - Future searchPostParticipants(String searchQuery) async { - if(_state == null || !_state.mounted) return null; - return _state._search(searchQuery); - } -} From 42b6d6ede8139dda2316bac9f7715c1969c44f05 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Fri, 9 Aug 2019 13:32:48 +0200 Subject: [PATCH 18/45] :bug: fix bug with replace found username --- lib/pages/home/pages/post_comments/widgets/post_commenter.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/home/pages/post_comments/widgets/post_commenter.dart b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart index 3c3a220cd..63e9fdb57 100644 --- a/lib/pages/home/pages/post_comments/widgets/post_commenter.dart +++ b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart @@ -265,7 +265,7 @@ class OBPostCommenterState extends State { String lastWord = _textController.text.split(' ').last; setState(() { _textController.text = - _textController.text.replaceAll(lastWord, '@$foundAccountUsername '); + _textController.text.substring(0, _textController.text.length - lastWord.length) + '@$foundAccountUsername '; _textController.selection = TextSelection.collapsed(offset: _textController.text.length); }); From 62b70e4a8b83655d0b38d487635fa51764582a43 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Fri, 9 Aug 2019 21:10:41 +0200 Subject: [PATCH 19/45] :recycle: move autocomplete detection and replace to service --- ....dart => post_comment_reply_expanded.dart} | 1 - ...nded.dart => post_commenter_expanded.dart} | 65 ++++++++++++++++--- .../post_comments/widgets/post_commenter.dart | 22 ++++--- lib/provider.dart | 6 +- lib/services/modal_service.dart | 4 +- lib/services/text_account_autocompletion.dart | 33 ++++++++++ 6 files changed, 109 insertions(+), 22 deletions(-) rename lib/pages/home/modals/post_comment/{post-comment-reply-expanded.dart => post_comment_reply_expanded.dart} (99%) rename lib/pages/home/modals/post_comment/{post-commenter-expanded.dart => post_commenter_expanded.dart} (76%) create mode 100644 lib/services/text_account_autocompletion.dart 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 similarity index 99% rename from lib/pages/home/modals/post_comment/post-comment-reply-expanded.dart rename to lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart index 1c6413e0a..33d1c8830 100644 --- a/lib/pages/home/modals/post_comment/post-comment-reply-expanded.dart +++ b/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart @@ -6,7 +6,6 @@ import 'package:Okuna/pages/home/pages/post_comments/widgets/post_comment/post_c 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'; 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 76% 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..d8c08b9e5 100644 --- a/lib/pages/home/modals/post_comment/post-commenter-expanded.dart +++ b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart @@ -8,6 +8,7 @@ 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 +51,8 @@ class OBPostCommenterExpandedModalState String _originalText; bool _requestInProgress; bool _needsBootstrap; + bool _isSearchingAccount; + TextAccountAutocompletionService _textAccountAutocompletionService; CancelableOperation _postCommentOperation; @@ -64,6 +67,7 @@ class OBPostCommenterExpandedModalState _isPostCommentTextOriginal = false; _originalText = widget.postComment.text; _requestInProgress = false; + _isSearchingAccount = false; _needsBootstrap = true; } @@ -76,13 +80,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; @@ -113,7 +119,7 @@ class OBPostCommenterExpandedModalState Navigator.pop(context); }, ), - title:_localizationService.post__commenter_expanded_edit_comment, + title: _localizationService.post__commenter_expanded_edit_comment, trailing: _buildPrimaryActionButton(isEnabled: isPrimaryActionButtonIsEnabled), ); @@ -188,6 +194,7 @@ class OBPostCommenterExpandedModalState void _onPostCommentTextChanged() { String text = _textController.text; + _checkAutocomplete(); setState(() { _charactersCount = text.length; _isPostCommentTextAllowedLength = @@ -196,6 +203,43 @@ class OBPostCommenterExpandedModalState }); } + 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 _checkAutocomplete() { + TextAccountAutocompletionResult result = _textAccountAutocompletionService + .checkTextForAutocompletion(_textController.text); + + if (result.isAutocompleting) { + debugLog('Wants to search account with searchQuery:' + + result.autocompleteQuery); + _setIsSearchingAccount(true); + } else if (_isSearchingAccount) { + debugLog('Finished searching account'); + _setIsSearchingAccount(false); + } + } + + void _setIsSearchingAccount(bool isSearchingAccount) { + setState(() { + _isSearchingAccount = isSearchingAccount; + }); + } + void _onError(error) async { if (error is HttpieConnectionRefusedError) { _toastService.error( @@ -204,7 +248,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 +259,8 @@ class OBPostCommenterExpandedModalState _requestInProgress = requestInProgress; }); } + + void debugLog(String log) { + debugPrint('OBPostCommenterExpandedModal:$log'); + } } diff --git a/lib/pages/home/pages/post_comments/widgets/post_commenter.dart b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart index 63e9fdb57..6f2fcdd2a 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'; @@ -56,11 +57,10 @@ class OBPostCommenterState extends State { ToastService _toastService; ValidationService _validationService; LocalizationService _localizationService; + TextAccountAutocompletionService _textAccountAutocompletionService; CancelableOperation _submitFormOperation; - String _beganSearchingAccount; - final _formKey = GlobalKey(); @override @@ -74,7 +74,6 @@ class OBPostCommenterState extends State { _isMultiline = false; _isSearchingAccount = false; _textController.addListener(_onPostCommentChanged); - _beganSearchingAccount = null; if (widget.controller != null) widget.controller.attach(this); } @@ -93,6 +92,8 @@ class OBPostCommenterState extends State { _toastService = provider.toastService; _validationService = provider.validationService; _localizationService = provider.localizationService; + _textAccountAutocompletionService = + provider.textAccountAutocompletionService; _needsBootstrap = false; } @@ -262,10 +263,10 @@ class OBPostCommenterState extends State { } debugLog('Autocompleting with username:$foundAccountUsername'); - String lastWord = _textController.text.split(' ').last; setState(() { _textController.text = - _textController.text.substring(0, _textController.text.length - lastWord.length) + '@$foundAccountUsername '; + _textAccountAutocompletionService.autocompleteTextWithUsername( + _textController.text, foundAccountUsername); _textController.selection = TextSelection.collapsed(offset: _textController.text.length); }); @@ -287,14 +288,15 @@ class OBPostCommenterState extends State { } void _checkAutocomplete() { - String lastWord = _textController.text.split(' ').last; + TextAccountAutocompletionResult result = _textAccountAutocompletionService + .checkTextForAutocompletion(_textController.text); - if (lastWord.startsWith('@')) { - String searchQuery = lastWord.substring(1); - debugLog('Wants to search account with searchQuery:$searchQuery'); + if (result.isAutocompleting) { + debugLog('Wants to search account with searchQuery:' + + result.autocompleteQuery); _setIsSearchingAccount(true); if (widget.onWantsToSearchAccount != null) { - widget.onWantsToSearchAccount(searchQuery); + widget.onWantsToSearchAccount(result.autocompleteQuery); } } else if (_isSearchingAccount) { debugLog('Finished searching account'); 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/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/text_account_autocompletion.dart b/lib/services/text_account_autocompletion.dart new file mode 100644 index 000000000..f933eb794 --- /dev/null +++ b/lib/services/text_account_autocompletion.dart @@ -0,0 +1,33 @@ +import 'package:flutter/cupertino.dart'; + +class TextAccountAutocompletionService { + TextAccountAutocompletionResult checkTextForAutocompletion(String text) { + String lastWord = text.split(' ').last; + + if (lastWord.startsWith('@')) { + 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}); +} From 99f13d3e3526573fd1dc6c9292e7dcf9d2b38820 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 13:09:25 +0200 Subject: [PATCH 20/45] :sparkles: add autocomplete prototype to post commenter expanded --- .../post_comment/post_commenter_expanded.dart | 127 +++++++++++------- .../post_comments/post_comments_page.dart | 8 +- ...art => contextual_account_search_box.dart} | 20 +-- .../post_comments/widgets/post_commenter.dart | 2 +- lib/services/text_account_autocompletion.dart | 9 +- 5 files changed, 96 insertions(+), 70 deletions(-) rename lib/pages/home/pages/post_comments/widgets/{post_participants_search_box.dart => contextual_account_search_box.dart} (93%) diff --git a/lib/pages/home/modals/post_comment/post_commenter_expanded.dart b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart index d8c08b9e5..de5cb7368 100644 --- a/lib/pages/home/modals/post_comment/post_commenter_expanded.dart +++ b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart @@ -1,8 +1,10 @@ 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/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart'; import 'package:Okuna/provider.dart'; import 'package:Okuna/services/bottom_sheet.dart'; import 'package:Okuna/services/httpie.dart'; @@ -53,6 +55,7 @@ class OBPostCommenterExpandedModalState bool _needsBootstrap; bool _isSearchingAccount; TextAccountAutocompletionService _textAccountAutocompletionService; + OBContextualAccountSearchBoxController _contextualAccountSearchBoxController; CancelableOperation _postCommentOperation; @@ -69,6 +72,7 @@ class OBPostCommenterExpandedModalState _requestInProgress = false; _isSearchingAccount = false; _needsBootstrap = true; + _contextualAccountSearchBoxController = OBContextualAccountSearchBoxController(); } @override @@ -103,7 +107,10 @@ class OBPostCommenterExpandedModalState navigationBar: _buildNavigationBar(), child: OBPrimaryColorContainer( child: Column( - children: [_buildPostCommentContent()], + children: [ + _buildPostCommentEditor(), + _isSearchingAccount ? _buildAccountSearchBox() : const SizedBox() + ], ))); } @@ -135,61 +142,52 @@ class OBPostCommenterExpandedModalState ); } - void _onWantsToSaveComment() async { - if (_requestInProgress) return; - _setRequestInProgress(true); - try { - _postCommentOperation = CancelableOperation.fromFuture( - _userService.editPostComment( - post: widget.post, - postComment: widget.postComment, - text: _textController.text)); - - PostComment comment = await _postCommentOperation.value; - Navigator.pop(context, comment); - } catch (error) { - _onError(error); - } finally { - _setRequestInProgress(false); - _postCommentOperation = null; - } - } - - Widget _buildPostCommentContent() { + Widget _buildPostCommentEditor() { return Expanded( + flex: _isSearchingAccount ? 3 : null, child: Padding( - padding: EdgeInsets.only(left: 20.0, top: 20.0), - child: Row( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Column( + padding: EdgeInsets.only(left: 20.0, top: 20.0), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, children: [ - OBLoggedInUserAvatar( - size: OBAvatarSize.medium, - ), - const SizedBox( - height: 12.0, - ), - OBRemainingPostCharacters( - maxCharacters: ValidationService.POST_COMMENT_MAX_LENGTH, - currentCharacters: _charactersCount, + 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)), + ), + ) ], ), - 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, + )); } void _onPostCommentTextChanged() { @@ -222,24 +220,49 @@ class OBPostCommenterExpandedModalState void _checkAutocomplete() { TextAccountAutocompletionResult result = _textAccountAutocompletionService - .checkTextForAutocompletion(_textController.text); + .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 account'); + debugLog('Finished searching accoun'); _setIsSearchingAccount(false); } } + void _onAccountSearchBoxUserPressed(User user) { + _autocompleteFoundAccountUsername(user.username); + } + void _setIsSearchingAccount(bool isSearchingAccount) { setState(() { _isSearchingAccount = isSearchingAccount; }); } + void _onWantsToSaveComment() async { + if (_requestInProgress) return; + _setRequestInProgress(true); + try { + _postCommentOperation = CancelableOperation.fromFuture( + _userService.editPostComment( + post: widget.post, + postComment: widget.postComment, + text: _textController.text)); + + PostComment comment = await _postCommentOperation.value; + Navigator.pop(context, comment); + } catch (error) { + _onError(error); + } finally { + _setRequestInProgress(false); + _postCommentOperation = null; + } + } + void _onError(error) async { if (error is HttpieConnectionRefusedError) { _toastService.error( 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 b9fc74f3c..38980a62d 100644 --- a/lib/pages/home/pages/post_comments/post_comments_page.dart +++ b/lib/pages/home/pages/post_comments/post_comments_page.dart @@ -5,7 +5,7 @@ import 'package:Okuna/pages/home/pages/post_comments/post_comments_page_controll 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/pages/home/pages/post_comments/widgets/post_participants_search_box.dart'; +import 'package:Okuna/pages/home/pages/post_comments/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'; @@ -78,7 +78,7 @@ class OBPostCommentsPageState extends State Map _pageTextMap; OBPostCommenterController _postCommenterController; - OBPostParticipantsSearchBoxController _postParticipantsSearchBoxController; + OBContextualAccountSearchBoxController _postParticipantsSearchBoxController; bool _postCommenterIsSearchingAccount; static const int MAX_POST_TEXT_LENGTH_LIMIT = 1300; @@ -127,7 +127,7 @@ class OBPostCommentsPageState extends State _animation.addStatusListener(_onAnimationStatusChanged); _postCommenterController = OBPostCommenterController(); _postParticipantsSearchBoxController = - OBPostParticipantsSearchBoxController(); + OBContextualAccountSearchBoxController(); _postCommenterIsSearchingAccount = false; } @@ -320,7 +320,7 @@ class OBPostCommentsPageState extends State ignoring: !_postCommenterIsSearchingAccount, child: Opacity( opacity: _postCommenterIsSearchingAccount ? 1 : 0, - child: OBPostParticipantsSearchBox( + child: OBContextualAccountSearchBox( key: Key('postCommentsParticipantsSearchBox'), post: widget.post, controller: _postParticipantsSearchBoxController, diff --git a/lib/pages/home/pages/post_comments/widgets/post_participants_search_box.dart b/lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart similarity index 93% rename from lib/pages/home/pages/post_comments/widgets/post_participants_search_box.dart rename to lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart index 9946a69bf..1222cf514 100644 --- a/lib/pages/home/pages/post_comments/widgets/post_participants_search_box.dart +++ b/lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart @@ -13,12 +13,12 @@ import 'package:Okuna/widgets/tiles/user_tile.dart'; import 'package:flutter/material.dart'; import 'package:async/async.dart'; -class OBPostParticipantsSearchBox extends StatefulWidget { +class OBContextualAccountSearchBox extends StatefulWidget { final ValueChanged onPostParticipantPressed; final Post post; - final OBPostParticipantsSearchBoxController controller; + final OBContextualAccountSearchBoxController controller; - const OBPostParticipantsSearchBox( + const OBContextualAccountSearchBox( {Key key, this.onPostParticipantPressed, @required this.post, @@ -26,13 +26,13 @@ class OBPostParticipantsSearchBox extends StatefulWidget { : super(key: key); @override - OBPostParticipantsSearchBoxState createState() { - return OBPostParticipantsSearchBoxState(); + OBContextualAccountSearchBoxState createState() { + return OBContextualAccountSearchBoxState(); } } -class OBPostParticipantsSearchBoxState - extends State { +class OBContextualAccountSearchBoxState + extends State { UserService _userService; LocalizationService _localizationService; ToastService _toastService; @@ -262,10 +262,10 @@ class OBPostParticipantsSearchBoxState } } -class OBPostParticipantsSearchBoxController { - OBPostParticipantsSearchBoxState _state; +class OBContextualAccountSearchBoxController { + OBContextualAccountSearchBoxState _state; - void attach(OBPostParticipantsSearchBoxState state) { + void attach(OBContextualAccountSearchBoxState state) { _state = state; } diff --git a/lib/pages/home/pages/post_comments/widgets/post_commenter.dart b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart index 6f2fcdd2a..92ff23442 100644 --- a/lib/pages/home/pages/post_comments/widgets/post_commenter.dart +++ b/lib/pages/home/pages/post_comments/widgets/post_commenter.dart @@ -289,7 +289,7 @@ class OBPostCommenterState extends State { void _checkAutocomplete() { TextAccountAutocompletionResult result = _textAccountAutocompletionService - .checkTextForAutocompletion(_textController.text); + .checkTextForAutocompletion(_textController); if (result.isAutocompleting) { debugLog('Wants to search account with searchQuery:' + diff --git a/lib/services/text_account_autocompletion.dart b/lib/services/text_account_autocompletion.dart index f933eb794..7171614e2 100644 --- a/lib/services/text_account_autocompletion.dart +++ b/lib/services/text_account_autocompletion.dart @@ -1,10 +1,13 @@ import 'package:flutter/cupertino.dart'; class TextAccountAutocompletionService { - TextAccountAutocompletionResult checkTextForAutocompletion(String text) { - String lastWord = text.split(' ').last; + TextAccountAutocompletionResult checkTextForAutocompletion(TextEditingController textController) { + String lastWord = textController.text.replaceAll('\n', ' ').split(' ').last; + int cursorPosition = textController.selection.baseOffset; + + print('Last word: $lastWord cursorPosition:' + cursorPosition.toString() + ' textLength:' + textController.text.length.toString()); - if (lastWord.startsWith('@')) { + if (lastWord.startsWith('@') && cursorPosition == textController.text.length) { String searchQuery = lastWord.substring(1); return TextAccountAutocompletionResult( isAutocompleting: true, autocompleteQuery: searchQuery); From 3c2241d2561fd52518e99063aa69bc72b0157699 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 13:27:08 +0200 Subject: [PATCH 21/45] :sparkles: kickass account suggestion on edit comment --- .../post_comment/post_commenter_expanded.dart | 1 + .../contextual_account_search_box.dart | 31 +++++++++++++++---- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/lib/pages/home/modals/post_comment/post_commenter_expanded.dart b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart index de5cb7368..e144ac7c6 100644 --- a/lib/pages/home/modals/post_comment/post_commenter_expanded.dart +++ b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart @@ -187,6 +187,7 @@ class OBPostCommenterExpandedModalState post: widget.post, controller: _contextualAccountSearchBoxController, onPostParticipantPressed: _onAccountSearchBoxUserPressed, + initialSearchQuery: _contextualAccountSearchBoxController.getLastSearchQuery(), )); } diff --git a/lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart b/lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart index 1222cf514..fa1d6c2d8 100644 --- a/lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart +++ b/lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart @@ -17,12 +17,14 @@ class OBContextualAccountSearchBox extends StatefulWidget { final ValueChanged onPostParticipantPressed; final Post post; final OBContextualAccountSearchBoxController controller; + final String initialSearchQuery; const OBContextualAccountSearchBox( {Key key, this.onPostParticipantPressed, @required this.post, - this.controller}) + this.controller, + this.initialSearchQuery}) : super(key: key); @override @@ -74,6 +76,14 @@ class OBContextualAccountSearchBoxState _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( @@ -137,6 +147,7 @@ class OBContextualAccountSearchBoxState return OBUserTile( _searchResults[index], + key: Key(_searchResults[index].id.toString()), onUserTilePressed: widget.onPostParticipantPressed, ); } @@ -144,6 +155,7 @@ class OBContextualAccountSearchBoxState Widget _buildAllItem(BuildContext context, int index) { return OBUserTile( _all[index], + key: Key(_all[index].id.toString()), onUserTilePressed: widget.onPostParticipantPressed, ); } @@ -181,7 +193,7 @@ class OBContextualAccountSearchBoxState debugLog('Searching post participants with query:$searchQuery'); - if (searchQuery.isEmpty) { + if (searchQuery == null || searchQuery.isEmpty) { clearSearch(); return null; } @@ -210,8 +222,7 @@ class OBContextualAccountSearchBoxState _toastService.error(message: errorMessage, context: context); } else { _toastService.error( - message: _localizationService.trans('error__unknown_error'), - context: context); + message: _localizationService.error__unknown_error, context: context); throw error; } } @@ -240,7 +251,6 @@ class OBContextualAccountSearchBoxState }); } - void _setGetAllInProgress(bool getAllInProgress) { setState(() { _getAllInProgress = getAllInProgress; @@ -250,7 +260,8 @@ class OBContextualAccountSearchBoxState void clearSearch() { debugLog('Clearing search'); setState(() { - if (_searchParticipantsOperation != null) _searchParticipantsOperation.cancel(); + if (_searchParticipantsOperation != null) + _searchParticipantsOperation.cancel(); _searchInProgress = false; _searchQuery = ''; _searchResults = []; @@ -264,12 +275,15 @@ class OBContextualAccountSearchBoxState 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; @@ -279,9 +293,14 @@ class OBContextualAccountSearchBoxController { } void clearSearch() { + _lastSearchQuery = null; _state.clearSearch(); } + String getLastSearchQuery() { + return _lastSearchQuery; + } + void debugLog(String log) { debugPrint('OBPostParticipantsSearchBoxController:$log'); } From 73cb6bcf8c0c31a182b40e3be62b002d982a187b Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 13:53:03 +0200 Subject: [PATCH 22/45] :mute: remove debugging logs --- lib/services/text_account_autocompletion.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/services/text_account_autocompletion.dart b/lib/services/text_account_autocompletion.dart index 7171614e2..6952b7cd9 100644 --- a/lib/services/text_account_autocompletion.dart +++ b/lib/services/text_account_autocompletion.dart @@ -5,8 +5,6 @@ class TextAccountAutocompletionService { String lastWord = textController.text.replaceAll('\n', ' ').split(' ').last; int cursorPosition = textController.selection.baseOffset; - print('Last word: $lastWord cursorPosition:' + cursorPosition.toString() + ' textLength:' + textController.text.length.toString()); - if (lastWord.startsWith('@') && cursorPosition == textController.text.length) { String searchQuery = lastWord.substring(1); return TextAccountAutocompletionResult( From 23ab1b88b1e190c6d3c3141d3fe3fa94e3cfe2bd Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 14:26:50 +0200 Subject: [PATCH 23/45] :sparkles: add account search to comment replies --- .../post_comment_reply_expanded.dart | 155 +++++++++++++----- .../post_comment/post_commenter_expanded.dart | 42 ++--- .../post_comments/post_comments_page.dart | 2 +- .../contextual_account_search_box.dart | 54 +++--- 4 files changed, 176 insertions(+), 77 deletions(-) rename lib/{pages/home/pages/post_comments => }/widgets/contextual_account_search_box.dart (84%) 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 index 33d1c8830..03fe7c038 100644 --- a/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart +++ b/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart @@ -1,17 +1,20 @@ 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/page_scaffold.dart'; @@ -27,12 +30,11 @@ class OBPostCommentReplyExpandedModal extends StatefulWidget { final Function(PostComment) onReplyAdded; final Function(PostComment) onReplyDeleted; - const OBPostCommentReplyExpandedModal( - {Key key, - this.post, - this.postComment, - this.onReplyAdded, - this.onReplyDeleted}) + const OBPostCommentReplyExpandedModal({Key key, + this.post, + this.postComment, + this.onReplyAdded, + this.onReplyDeleted}) : super(key: key); @override @@ -56,16 +58,25 @@ class OBPostCommentReplyExpandedModalState 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 @@ -77,37 +88,49 @@ class OBPostCommentReplyExpandedModalState @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), - ); - }); + 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; + } return OBCupertinoPageScaffold( backgroundColor: Colors.transparent, navigationBar: _buildNavigationBar(), child: OBPrimaryColorContainer( child: Column( - children: [_buildPostCommentContent()], - ))); + children: [ + _buildPostCommentEditor(), + _isSearchingAccount + ? _buildAccountSearchBox() + : const SizedBox() + ], + ))); } Widget _buildNavigationBar() { bool isPrimaryActionButtonIsEnabled = - (_isPostCommentTextAllowedLength && _charactersCount > 0); + (_isPostCommentTextAllowedLength && _charactersCount > 0); return OBThemedNavigationBar( leading: GestureDetector( @@ -118,7 +141,7 @@ class OBPostCommentReplyExpandedModalState ), title: _localizationService.post__comment_reply_expanded_reply_comment, trailing: - _buildPrimaryActionButton(isEnabled: isPrimaryActionButtonIsEnabled), + _buildPrimaryActionButton(isEnabled: isPrimaryActionButtonIsEnabled), ); } @@ -153,13 +176,11 @@ class OBPostCommentReplyExpandedModalState } } - Widget _buildPostCommentContent() { + Widget _buildPostCommentEditor() { return Expanded( + flex: _isSearchingAccount ? 3 : null, child: SingleChildScrollView( - controller: _scrollController, - padding: EdgeInsets.only(left: 0.0, top: 0.0), - child: Padding( - padding: EdgeInsets.only(left: 0.0, top: 20.0), + controller: _scrollController, child: Column( children: [ OBPostComment( @@ -186,7 +207,7 @@ class OBPostCommentReplyExpandedModalState ), OBRemainingPostCharacters( maxCharacters: - ValidationService.POST_COMMENT_MAX_LENGTH, + ValidationService.POST_COMMENT_MAX_LENGTH, currentCharacters: _charactersCount, ), ], @@ -209,12 +230,25 @@ class OBPostCommentReplyExpandedModalState ), ) ], - )), - )); + ), + )); + } + + 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 = @@ -230,14 +264,61 @@ class OBPostCommentReplyExpandedModalState 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; } } + 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 index e144ac7c6..83937259d 100644 --- a/lib/pages/home/modals/post_comment/post_commenter_expanded.dart +++ b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart @@ -4,7 +4,7 @@ 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/contextual_account_search_box.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'; @@ -72,7 +72,8 @@ class OBPostCommenterExpandedModalState _requestInProgress = false; _isSearchingAccount = false; _needsBootstrap = true; - _contextualAccountSearchBoxController = OBContextualAccountSearchBoxController(); + _contextualAccountSearchBoxController = + OBContextualAccountSearchBoxController(); } @override @@ -187,7 +188,8 @@ class OBPostCommenterExpandedModalState post: widget.post, controller: _contextualAccountSearchBoxController, onPostParticipantPressed: _onAccountSearchBoxUserPressed, - initialSearchQuery: _contextualAccountSearchBoxController.getLastSearchQuery(), + initialSearchQuery: + _contextualAccountSearchBoxController.getLastSearchQuery(), )); } @@ -202,23 +204,6 @@ class OBPostCommenterExpandedModalState }); } - 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 _checkAutocomplete() { TextAccountAutocompletionResult result = _textAccountAutocompletionService .checkTextForAutocompletion(_textController); @@ -238,6 +223,23 @@ class OBPostCommenterExpandedModalState _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; 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 38980a62d..415230a5a 100644 --- a/lib/pages/home/pages/post_comments/post_comments_page.dart +++ b/lib/pages/home/pages/post_comments/post_comments_page.dart @@ -5,7 +5,7 @@ import 'package:Okuna/pages/home/pages/post_comments/post_comments_page_controll 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/pages/home/pages/post_comments/widgets/contextual_account_search_box.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'; diff --git a/lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart b/lib/widgets/contextual_account_search_box.dart similarity index 84% rename from lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart rename to lib/widgets/contextual_account_search_box.dart index fa1d6c2d8..66cd34fa4 100644 --- a/lib/pages/home/pages/post_comments/widgets/contextual_account_search_box.dart +++ b/lib/widgets/contextual_account_search_box.dart @@ -22,7 +22,8 @@ class OBContextualAccountSearchBox extends StatefulWidget { const OBContextualAccountSearchBox( {Key key, this.onPostParticipantPressed, - @required this.post, + // If passed, searches for post participants, if not all users using the global search API + this.post, this.controller, this.initialSearchQuery}) : super(key: key); @@ -41,7 +42,7 @@ class OBContextualAccountSearchBoxState bool _needsBootstrap; - CancelableOperation _getAllParticipantsOperation; + CancelableOperation _getAllOperation; CancelableOperation _searchParticipantsOperation; String _searchQuery; @@ -49,10 +50,12 @@ class OBContextualAccountSearchBoxState 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 = []; @@ -103,13 +106,15 @@ class OBContextualAccountSearchBoxState style: TextStyle(fontWeight: FontWeight.bold, fontSize: 24), ), ), - Expanded( - child: ListView.builder( - itemBuilder: _buildAllItem, - itemCount: _all.length, - padding: const EdgeInsets.all(0), - ), - ) + _all.isNotEmpty && !_getAllInProgress + ? Expanded( + child: ListView.builder( + itemBuilder: _buildAllItem, + itemCount: _all.length, + padding: const EdgeInsets.all(0), + ), + ) + : _buildProgressIndicator() ], ); } @@ -121,6 +126,7 @@ class OBContextualAccountSearchBoxState child: ListView.builder( itemBuilder: _buildResultItem, itemCount: _searchResults.length + 1, + padding: const EdgeInsets.all(0), ), ) ], @@ -160,29 +166,36 @@ class OBContextualAccountSearchBoxState ); } + Widget _buildProgressIndicator() { + return Padding( + padding: EdgeInsets.all(10), + child: Center(child: OBProgressIndicator()), + ); + } + void _bootstrap() { debugLog('Bootstrapping'); refreshAll(); } Future refreshAll() async { - if (_getAllParticipantsOperation != null) - _getAllParticipantsOperation.cancel(); + if (_getAllOperation != null) _getAllOperation.cancel(); _setGetAllInProgress(true); - debugLog('Refreshing all post participants'); + debugLog('Refreshing all accounts'); try { - _getAllParticipantsOperation = CancelableOperation.fromFuture( - _userService.getPostParticipants(post: widget.post)); - UsersList all = await _getAllParticipantsOperation.value; + _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); - _getAllParticipantsOperation = null; + _getAllOperation = null; } } @@ -201,8 +214,11 @@ class OBContextualAccountSearchBoxState _setSearchQuery(searchQuery); try { - _searchParticipantsOperation = CancelableOperation.fromFuture(_userService - .searchPostParticipants(query: searchQuery, post: widget.post)); + _searchParticipantsOperation = CancelableOperation.fromFuture( + _isInPostContext + ? _userService.searchPostParticipants( + query: searchQuery, post: widget.post) + : _userService.getUsersWithQuery(searchQuery)); UsersList searchResults = await _searchParticipantsOperation.value; _setSearchResults(searchResults.users); } catch (error) { @@ -302,6 +318,6 @@ class OBContextualAccountSearchBoxController { } void debugLog(String log) { - debugPrint('OBPostParticipantsSearchBoxController:$log'); + debugPrint('OBContextualAccountSearchBox:$log'); } } From a4463885019c446127869d989da59ea096c92d1e Mon Sep 17 00:00:00 2001 From: Komposten Date: Sun, 11 Aug 2019 18:49:32 +0200 Subject: [PATCH 24/45] :bug: Selecting Connections on share now selects all circles It basically works like when World is selected, by selecting and disabling the other circles (except World). --- .../pages/share_post_with_circles.dart | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) 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..6d198a0c5 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) { @@ -218,6 +226,9 @@ class OBSharePostWithCirclesPageState _setDisabledCircles([]); _setSelectedCircles([]); _setFakeWorlCircleSelected(false); + } else if (pressedCircle == _connectionsCircle) { + _setDisabledCircles([]); + _setSelectedCircles([]); } else { _removeSelectedCircle(pressedCircle); } @@ -230,6 +241,13 @@ class OBSharePostWithCirclesPageState disabledCircles.remove(_fakeWorldCircle); _setDisabledCircles(disabledCircles); _setFakeWorlCircleSelected(true); + } else if (pressedCircle == _connectionsCircle) { + var circles = _circles.toList(); + circles.remove(_fakeWorldCircle); + _setSelectedCircles(circles); + circles = new List.from(circles); + 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); From aa139a54e7ce2d47d2f5d3292263a8f9fe2fee93 Mon Sep 17 00:00:00 2001 From: Komposten Date: Sun, 11 Aug 2019 18:52:36 +0200 Subject: [PATCH 25/45] :pencil2: Fix typo in _setFakeWorldCircleSelected --- .../pages/share_post/pages/share_post_with_circles.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 6d198a0c5..61be0b65b 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 @@ -225,7 +225,7 @@ class OBSharePostWithCirclesPageState // Enable all other circles _setDisabledCircles([]); _setSelectedCircles([]); - _setFakeWorlCircleSelected(false); + _setFakeWorldCircleSelected(false); } else if (pressedCircle == _connectionsCircle) { _setDisabledCircles([]); _setSelectedCircles([]); @@ -240,7 +240,7 @@ 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); @@ -333,7 +333,7 @@ class OBSharePostWithCirclesPageState }); } - void _setFakeWorlCircleSelected(bool fakeWorldCircleSelected) { + void _setFakeWorldCircleSelected(bool fakeWorldCircleSelected) { setState(() { _fakeWorldCircleSelected = fakeWorldCircleSelected; }); From 896188481e00670db7e12dc683044465931a5984 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 19:11:10 +0200 Subject: [PATCH 26/45] :bug: ARGGGGG flutter API SPEC BUG --- .../post_comment_reply_expanded.dart | 139 +++++++++--------- .../post_comment/post_commenter_expanded.dart | 2 +- 2 files changed, 74 insertions(+), 67 deletions(-) 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 index 03fe7c038..8f84352e5 100644 --- a/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart +++ b/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart @@ -114,17 +114,27 @@ class OBPostCommentReplyExpandedModalState _needsBootstrap = false; } + List bodyItems = [ + Expanded( + flex: _isSearchingAccount ? 3 : 10, + child: _buildPostCommentEditor(), + ) + ]; + + if(_isSearchingAccount){ + bodyItems.add(Expanded( + flex: _isSearchingAccount ? 7 : null, + child: _buildAccountSearchBox() + )); + } + return OBCupertinoPageScaffold( backgroundColor: Colors.transparent, navigationBar: _buildNavigationBar(), child: OBPrimaryColorContainer( child: Column( - children: [ - _buildPostCommentEditor(), - _isSearchingAccount - ? _buildAccountSearchBox() - : const SizedBox() - ], + mainAxisSize: MainAxisSize.max, + children: bodyItems ))); } @@ -177,73 +187,70 @@ class OBPostCommentReplyExpandedModalState } Widget _buildPostCommentEditor() { - return Expanded( - flex: _isSearchingAccount ? 3 : null, - child: SingleChildScrollView( - controller: _scrollController, - 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, + 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: [ - Column( - children: [ - OBLoggedInUserAvatar( - size: OBAvatarSize.medium, - ), - const SizedBox( - height: 12.0, - ), - OBRemainingPostCharacters( - maxCharacters: - ValidationService.POST_COMMENT_MAX_LENGTH, - currentCharacters: _charactersCount, - ), - ], + 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)), - ), - ) ], ), - ) - ], - ), - )); + 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 Expanded( - flex: 7, - child: OBContextualAccountSearchBox( - post: widget.post, - controller: _contextualAccountSearchBoxController, - onPostParticipantPressed: _onAccountSearchBoxUserPressed, - initialSearchQuery: - _contextualAccountSearchBoxController.getLastSearchQuery(), - )); + return OBContextualAccountSearchBox( + post: widget.post, + controller: _contextualAccountSearchBoxController, + onPostParticipantPressed: _onAccountSearchBoxUserPressed, + initialSearchQuery: + _contextualAccountSearchBoxController.getLastSearchQuery(), + ); } void _onPostCommentTextChanged() { diff --git a/lib/pages/home/modals/post_comment/post_commenter_expanded.dart b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart index 83937259d..221f87353 100644 --- a/lib/pages/home/modals/post_comment/post_commenter_expanded.dart +++ b/lib/pages/home/modals/post_comment/post_commenter_expanded.dart @@ -145,7 +145,7 @@ class OBPostCommenterExpandedModalState Widget _buildPostCommentEditor() { return Expanded( - flex: _isSearchingAccount ? 3 : null, + flex: _isSearchingAccount ? 3 : 10, child: Padding( padding: EdgeInsets.only(left: 20.0, top: 20.0), child: Row( From 670583dcc00b3d1dd69c232317e0401b7f00b672 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 19:12:35 +0200 Subject: [PATCH 27/45] :bug: WOHOO cupertino scaffold bug was fixed --- .../home/modals/post_comment/post_comment_reply_expanded.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 8f84352e5..aa5dad0b4 100644 --- a/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart +++ b/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart @@ -128,7 +128,7 @@ class OBPostCommentReplyExpandedModalState )); } - return OBCupertinoPageScaffold( + return CupertinoPageScaffold( backgroundColor: Colors.transparent, navigationBar: _buildNavigationBar(), child: OBPrimaryColorContainer( From 29957ffaae199b1fedfb6f9d67c2b2420c26841d Mon Sep 17 00:00:00 2001 From: Komposten Date: Sun, 11 Aug 2019 19:56:04 +0200 Subject: [PATCH 28/45] :bug: Connections as timeline filter now selects all circles Also, all other circle checkboxes are disabled while Connections is selected --- .../pages/share_post_with_circles.dart | 2 +- lib/pages/home/modals/timeline_filters.dart | 48 ++++++++++++++++++- 2 files changed, 47 insertions(+), 3 deletions(-) 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 61be0b65b..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 @@ -245,7 +245,7 @@ class OBSharePostWithCirclesPageState var circles = _circles.toList(); circles.remove(_fakeWorldCircle); _setSelectedCircles(circles); - circles = new List.from(circles); + circles = circles.toList(); circles.remove(_connectionsCircle); _setDisabledCircles(circles); } else { 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); From c72a9257c18864466010b0de09987ec4134e0389 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 20:26:03 +0200 Subject: [PATCH 29/45] :sparkles: add account search box in create post --- .../home/modals/create_post/create_post.dart | 227 ++++++++++++------ .../post_comment_reply_expanded.dart | 1 - 2 files changed, 157 insertions(+), 71 deletions(-) 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/post_comment/post_comment_reply_expanded.dart b/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart index aa5dad0b4..c3991e7dc 100644 --- a/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart +++ b/lib/pages/home/modals/post_comment/post_comment_reply_expanded.dart @@ -17,7 +17,6 @@ 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/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'; From 4cf7b1b3639211d8ae515a5fac0557d620a2ec66 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 20:43:38 +0200 Subject: [PATCH 30/45] :bug: fix no suggestions for create post --- lib/services/user.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/user.dart b/lib/services/user.dart index a2a281348..aed248ad6 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)); } From 99cd4ceca8cc0442aac5e26bc7986e82c5356499 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Sun, 11 Aug 2019 21:23:33 +0200 Subject: [PATCH 31/45] :sparkles: add post & comment mention notification tiles --- lib/services/localization.dart | 12 +++ .../notification_tile/notification_tile.dart | 18 ++++ .../post_comment_notification_tile.dart | 2 - ...omment_user_mention_notification_tile.dart | 90 +++++++++++++++++++ .../post_user_mention_notification_tile.dart | 79 ++++++++++++++++ 5 files changed, 199 insertions(+), 2 deletions(-) create mode 100644 lib/widgets/tiles/notification_tile/widgets/post_comment_user_mention_notification_tile.dart create mode 100644 lib/widgets/tiles/notification_tile/widgets/post_user_mention_notification_tile.dart diff --git a/lib/services/localization.dart b/lib/services/localization.dart index b0f0377dd..c56043f5b 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -2879,6 +2879,18 @@ class LocalizationService { name: 'notifications__reacted_to_post_comment_tile'); } + String get notifications__mentioned_in_post_comment_tile { + return Intl.message("[name] [username] mentioned you on a comment.", + desc: "Eg.: James @jamest mentioned you on a comment.", + 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 notifications__following_you_tile { return Intl.message("[name] [username] is now following you.", desc: "Eg.: James @jamest is now following you.", 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/post_comment_notification_tile.dart b/lib/widgets/tiles/notification_tile/widgets/post_comment_notification_tile.dart index 6400ccf5e..f521827bd 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); 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..c3bb87473 --- /dev/null +++ b/lib/widgets/tiles/notification_tile/widgets/post_comment_user_mention_notification_tile.dart @@ -0,0 +1,90 @@ +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; + + 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), + onUsernamePressed: navigateToMentionerProfile, + user: postCommentUserMention.postComment.commenter, + ), + subtitle: OBSecondaryText( + utilsService.timeAgo(notification.created), + size: OBTextSize.small, + ), + ); + } +} 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..c726d9e7c --- /dev/null +++ b/lib/widgets/tiles/notification_tile/widgets/post_user_mention_notification_tile.dart @@ -0,0 +1,79 @@ +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/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 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; + + return OBNotificationTileSkeleton( + onTap: () { + if (onPressed != null) onPressed(); + OpenbookProviderState openbookProvider = OpenbookProvider.of(context); + openbookProvider.navigationService + .navigateToPost(post: postUserMention.post, context: context); + }, + leading: OBAvatar( + onPressed: navigateToMentionerProfile, + size: OBAvatarSize.medium, + avatarUrl: postUserMention.post.creator.getProfileAvatar(), + ), + title: OBNotificationTileTitle( + text: TextSpan(text: _localizationService.notifications__mentioned_in_post_tile), + onUsernamePressed: navigateToMentionerProfile, + user: postUserMention.post.creator, + ), + subtitle: OBSecondaryText( + utilsService.timeAgo(notification.created), + size: OBTextSize.small, + ), + ); + } +} From 40f5349c0acb9987ddaa002fae901aed88b98375 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Mon, 12 Aug 2019 10:55:24 +0200 Subject: [PATCH 32/45] :globe_with_meridians: make suggestions search box title translatabe --- lib/services/localization.dart | 1327 +++++++++-------- .../contextual_account_search_box.dart | 2 +- 2 files changed, 709 insertions(+), 620 deletions(-) diff --git a/lib/services/localization.dart b/lib/services/localization.dart index c56043f5b..60f5f5da1 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -18,7 +18,8 @@ class LocalizationService { final Locale locale; Future load() { - final String name = locale.countryCode == null ? locale.languageCode : locale.toString(); + final String name = + locale.countryCode == null ? locale.languageCode : locale.toString(); final String localeName = Intl.canonicalizedLocale(name); return initializeMessages(localeName).then((bool _) { @@ -32,13 +33,17 @@ class LocalizationService { var openbookProvider = OpenbookProvider.of(context); _onLoggedInUserChangeSubscription = openbookProvider.userService.loggedInUserChange.listen((User newUser) { - String _userLanguageCode = newUser != null && newUser.hasLanguage() ? newUser.language.code: null; + String _userLanguageCode = newUser != null && newUser.hasLanguage() + ? newUser.language.code + : null; Locale _currentLocale = Localizations.localeOf(context); - if (_userLanguageCode != null - && supportedLanguages.contains(_userLanguageCode) - && _userLanguageCode != _currentLocale.languageCode) { - Locale supportedMatchedLocale = supportedLocales.firstWhere((Locale locale) => locale.languageCode == _userLanguageCode); - print('Overriding locale $_currentLocale with user locale: $supportedMatchedLocale'); + if (_userLanguageCode != null && + supportedLanguages.contains(_userLanguageCode) && + _userLanguageCode != _currentLocale.languageCode) { + Locale supportedMatchedLocale = supportedLocales.firstWhere( + (Locale locale) => locale.languageCode == _userLanguageCode); + print( + 'Overriding locale $_currentLocale with user locale: $supportedMatchedLocale'); MyApp.setLocale(context, supportedMatchedLocale); } _onLoggedInUserChangeSubscription.cancel(); @@ -54,488 +59,703 @@ class LocalizationService { String get auth__headline { return Intl.message("Better social.", name: 'auth__headline'); } + String get auth__login { return Intl.message("Log in", name: 'auth__login'); } + String get auth__email_empty_error { return Intl.message("Email cannot be empty.", name: 'auth__email_empty_error'); } + String get auth__email_invalid_error { return Intl.message("Please provide a valid email.", name: 'auth__email_invalid_error'); } + String get auth__username_empty_error { return Intl.message("Username cannot be empty.", name: 'auth__username_empty_error'); } + String get auth__username_characters_error { - return Intl.message("A username can only contain alphanumeric characters and underscores.", + return Intl.message( + "A username can only contain alphanumeric characters and underscores.", name: 'auth__username_characters_error'); } + String auth__username_maxlength_error(int maxLength) { - return Intl.message("A username can't be longer than $maxLength characters.", + return Intl.message( + "A username can't be longer than $maxLength characters.", args: [maxLength], name: 'auth__username_maxlength_error'); } + String get auth__create_account { return Intl.message("Sign up", name: 'auth__create_account'); } + String get auth__create_acc__lets_get_started { - return Intl.message("Let's get started", name: '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'); + return Intl.message("Welcome to the Alpha!", + name: 'auth__create_acc__welcome_to_alpha'); } + String get auth__create_acc__previous { return Intl.message("Back", name: 'auth__create_acc__previous'); } + String get auth__create_acc__next { return Intl.message("Next", name: 'auth__create_acc__next'); } + String get auth__create_acc__create_account { - return Intl.message("Create account", name: 'auth__create_acc__create_account'); + return Intl.message("Create account", + name: 'auth__create_acc__create_account'); } + String get auth__create_acc__paste_link { - return Intl.message("Paste your registration link below", name: 'auth__create_acc__paste_link'); + return Intl.message("Paste your registration link below", + name: 'auth__create_acc__paste_link'); } + String get auth__create_acc__paste_password_reset_link { - return Intl.message("Paste your password reset link below", name: 'auth__create_acc__paste_password_reset_link'); + return Intl.message("Paste your password reset link below", + name: 'auth__create_acc__paste_password_reset_link'); } + String get auth__create_acc__paste_link_help_text { - return Intl.message("Use the link from the Join Openbook button in your invitation email.", name: 'auth__create_acc__paste_link_help_text'); + return Intl.message( + "Use the link from the Join Openbook button in your invitation email.", + name: 'auth__create_acc__paste_link_help_text'); } + String get auth__create_acc__link_empty_error { return Intl.message("Link cannot be empty.", name: 'auth__create_acc__link_empty_error'); } + String get auth__create_acc__link_invalid_error { return Intl.message("This link appears to be invalid.", name: 'auth__create_acc__link_invalid_error'); } + String get auth__password_empty_error { return Intl.message("Password cannot be empty.", name: 'auth__password_empty_error'); } + String auth__password_range_error(int minLength, int maxLength) { - return Intl.message("Password must be between $minLength and $maxLength characters.", + return Intl.message( + "Password must be between $minLength and $maxLength characters.", args: [minLength, maxLength], name: 'auth__password_range_error'); } + String get auth__name_empty_error { return Intl.message("Name cannot be empty.", name: 'auth__name_empty_error'); } + String auth__name_range_error(int minLength, int maxLength) { - return Intl.message("Name must be between $minLength and $maxLength characters.", + return Intl.message( + "Name must be between $minLength and $maxLength characters.", args: [minLength, maxLength], name: 'auth__name_range_error'); } + String get auth__description_empty_error { return Intl.message("Description cannot be empty.", name: 'auth__description_empty_error'); } + String auth__description_range_error(int minLength, int maxLength) { - return Intl.message("Description must be between $minLength and $maxLength characters.", + return Intl.message( + "Description must be between $minLength and $maxLength characters.", args: [minLength, maxLength], name: 'auth__description_range_error'); } + String get auth__reset_password_success_title { - return Intl.message("All set!", - name: 'auth__reset_password_success_title'); + return Intl.message("All set!", name: 'auth__reset_password_success_title'); } + String get auth__reset_password_success_info { return Intl.message("Your password has been updated successfully", name: 'auth__reset_password_success_info'); } + String get auth__create_acc__request_invite { - return Intl.message("No invite? Request one here.", name: 'auth__create_acc__request_invite'); + return Intl.message("No invite? Request one here.", + name: 'auth__create_acc__request_invite'); } + String get auth__create_acc__subscribe { return Intl.message("Request", name: 'auth__create_acc__subscribe'); } + String get auth__create_acc__subscribe_to_waitlist_text { - return Intl.message("Request an invite!", name: 'auth__create_acc__subscribe_to_waitlist_text'); + return Intl.message("Request an invite!", + name: 'auth__create_acc__subscribe_to_waitlist_text'); } + String get auth__create_acc__congratulations { - return Intl.message("Congratulations!", name: 'auth__create_acc__congratulations'); + return Intl.message("Congratulations!", + name: 'auth__create_acc__congratulations'); } + String get auth__create_acc__your_subscribed { - return Intl.message("You're {0} on the waitlist.", name: 'auth__create_acc__your_subscribed'); + return Intl.message("You're {0} on the waitlist.", + name: 'auth__create_acc__your_subscribed'); } + String get auth__create_acc__almost_there { - return Intl.message("Almost there...", name: 'auth__create_acc__almost_there'); + return Intl.message("Almost there...", + name: 'auth__create_acc__almost_there'); } + String get auth__create_acc__what_name { - return Intl.message("What's your name?", name: 'auth__create_acc__what_name'); + return Intl.message("What's your name?", + name: 'auth__create_acc__what_name'); } + String get auth__create_acc__name_placeholder { - return Intl.message("James Bond", name: 'auth__create_acc__name_placeholder'); + return Intl.message("James Bond", + name: 'auth__create_acc__name_placeholder'); } + String get auth__create_acc__name_empty_error { - return Intl.message("😱 Your name can't be empty.", name: 'auth__create_acc__name_empty_error'); + return Intl.message("😱 Your name can't be empty.", + name: 'auth__create_acc__name_empty_error'); } + String get auth__create_acc__name_length_error { - return Intl.message("😱 Your name can't be longer than 50 characters. (If it is, we're very sorry.)", name: 'auth__create_acc__name_length_error'); + return Intl.message( + "😱 Your name can't be longer than 50 characters. (If it is, we're very sorry.)", + name: 'auth__create_acc__name_length_error'); } + String get auth__create_acc__name_characters_error { - return Intl.message("😅 A name can only contain alphanumeric characters (for now).", name: 'auth__create_acc__name_characters_error'); + return Intl.message( + "😅 A name can only contain alphanumeric characters (for now).", + name: 'auth__create_acc__name_characters_error'); } + String get auth__create_acc__what_username { - return Intl.message("Choose a username", name: 'auth__create_acc__what_username'); + return Intl.message("Choose a username", + name: 'auth__create_acc__what_username'); } + String get auth__create_acc__username_placeholder { - return Intl.message("pablopicasso", name: 'auth__create_acc__username_placeholder'); + return Intl.message("pablopicasso", + name: 'auth__create_acc__username_placeholder'); } + String get auth__create_acc__username_empty_error { - return Intl.message("😱 The username can't be empty.", name: 'auth__create_acc__username_empty_error'); + return Intl.message("😱 The username can't be empty.", + name: 'auth__create_acc__username_empty_error'); } + String get auth__create_acc__username_length_error { - return Intl.message("😅 A username can't be longer than 30 characters.", name: 'auth__create_acc__username_length_error'); + return Intl.message("😅 A username can't be longer than 30 characters.", + name: 'auth__create_acc__username_length_error'); } + String get auth__create_acc__username_characters_error { - return Intl.message("😅 A username can only contain alphanumeric characters and underscores.", name: 'auth__create_acc__username_characters_error'); + return Intl.message( + "😅 A username can only contain alphanumeric characters and underscores.", + name: 'auth__create_acc__username_characters_error'); } + String get auth__create_acc__username_taken_error { - return Intl.message("😩 The username @%s is taken.", name: 'auth__create_acc__username_taken_error'); + return Intl.message("😩 The username @%s is taken.", + name: 'auth__create_acc__username_taken_error'); } + String get auth__create_acc__username_server_error { - return Intl.message("😭 We're experiencing issues with our servers, please try again in a couple of minutes.", name: 'auth__create_acc__username_server_error'); + return Intl.message( + "😭 We're experiencing issues with our servers, please try again in a couple of minutes.", + name: 'auth__create_acc__username_server_error'); } + String get auth__create_acc__what_email { - return Intl.message("What's your email?", name: 'auth__create_acc__what_email'); + return Intl.message("What's your email?", + name: 'auth__create_acc__what_email'); } + String get auth__create_acc__email_placeholder { - return Intl.message("john_travolta@mail.com", name: 'auth__create_acc__email_placeholder'); + return Intl.message("john_travolta@mail.com", + name: 'auth__create_acc__email_placeholder'); } + String get auth__create_acc__email_empty_error { - return Intl.message("😱 Your email can't be empty", name: 'auth__create_acc__email_empty_error'); + return Intl.message("😱 Your email can't be empty", + name: 'auth__create_acc__email_empty_error'); } + String get auth__create_acc__email_invalid_error { - return Intl.message("😅 Please provide a valid email address.", name: 'auth__create_acc__email_invalid_error'); + return Intl.message("😅 Please provide a valid email address.", + name: 'auth__create_acc__email_invalid_error'); } + String get auth__create_acc__email_taken_error { - return Intl.message("🤔 An account already exists for that email.", name: 'auth__create_acc__email_taken_error'); + return Intl.message("🤔 An account already exists for that email.", + name: 'auth__create_acc__email_taken_error'); } + String get auth__create_acc__email_server_error { - return Intl.message("😭 We're experiencing issues with our servers, please try again in a couple of minutes.", name: 'auth__create_acc__email_server_error'); + return Intl.message( + "😭 We're experiencing issues with our servers, please try again in a couple of minutes.", + name: 'auth__create_acc__email_server_error'); } + String get auth__create_acc__what_password { - return Intl.message("Choose a password", name: 'auth__create_acc__what_password'); + return Intl.message("Choose a password", + name: 'auth__create_acc__what_password'); } + String auth__create_acc_password_hint_text(int minLength, int maxLength) { return Intl.message("($minLength-$maxLength characters)", args: [minLength, maxLength], name: 'auth__create_acc_password_hint_text'); } + String get auth__create_acc__what_password_subtext { - return Intl.message("(min 10 chars.)", name: 'auth__create_acc__what_password_subtext'); + return Intl.message("(min 10 chars.)", + name: 'auth__create_acc__what_password_subtext'); } + String get auth__create_acc__password_empty_error { - return Intl.message("😱 Your password can't be empty", name: 'auth__create_acc__password_empty_error'); + return Intl.message("😱 Your password can't be empty", + name: 'auth__create_acc__password_empty_error'); } + String get auth__create_acc__password_length_error { - return Intl.message("😅 A password must be between 8 and 64 characters.", name: 'auth__create_acc__password_length_error'); + return Intl.message("😅 A password must be between 8 and 64 characters.", + name: 'auth__create_acc__password_length_error'); } + String get auth__create_acc__what_avatar { - return Intl.message("Choose a profile picture", name: 'auth__create_acc__what_avatar'); + return Intl.message("Choose a profile picture", + name: 'auth__create_acc__what_avatar'); } + String get auth__create_acc__avatar_tap_to_change { - return Intl.message("Tap to change", name: 'auth__create_acc__avatar_tap_to_change'); + return Intl.message("Tap to change", + name: 'auth__create_acc__avatar_tap_to_change'); } + String get auth__create_acc__avatar_choose_camera { - return Intl.message("Take a photo", name: 'auth__create_acc__avatar_choose_camera'); + return Intl.message("Take a photo", + name: 'auth__create_acc__avatar_choose_camera'); } + String get auth__create_acc__avatar_choose_gallery { - return Intl.message("Use an existing photo", name: 'auth__create_acc__avatar_choose_gallery'); + return Intl.message("Use an existing photo", + name: 'auth__create_acc__avatar_choose_gallery'); } + String get auth__create_acc__avatar_remove_photo { - return Intl.message("Remove photo", name: 'auth__create_acc__avatar_remove_photo'); + return Intl.message("Remove photo", + name: 'auth__create_acc__avatar_remove_photo'); } + String get auth__create_acc__done { return Intl.message("Create account", name: 'auth__create_acc__done'); } + String get auth__create_acc__done_subtext { - return Intl.message("You can change this in your profile settings.", name: 'auth__create_acc__done_subtext'); + return Intl.message("You can change this in your profile settings.", + name: 'auth__create_acc__done_subtext'); } + String get auth__create_acc__done_created { - return Intl.message("Your account has been created with username ", name: 'auth__create_acc__done_created'); + return Intl.message("Your account has been created with username ", + name: 'auth__create_acc__done_created'); } + String get auth__create_acc__submit_loading_title { - return Intl.message("Hang in there!", name: 'auth__create_acc__submit_loading_title'); + return Intl.message("Hang in there!", + name: 'auth__create_acc__submit_loading_title'); } + String get auth__create_acc__submit_loading_desc { - return Intl.message("We're creating your account.", name: 'auth__create_acc__submit_loading_desc'); + return Intl.message("We're creating your account.", + name: 'auth__create_acc__submit_loading_desc'); } + String get auth__create_acc__submit_error_title { - return Intl.message("Oh no...", name: 'auth__create_acc__submit_error_title'); + return Intl.message("Oh no...", + name: 'auth__create_acc__submit_error_title'); } + String get auth__create_acc__submit_error_desc_server { - return Intl.message("😭 We're experiencing issues with our servers, please try again in a couple of minutes.", name: 'auth__create_acc__submit_error_desc_server'); + return Intl.message( + "😭 We're experiencing issues with our servers, please try again in a couple of minutes.", + name: 'auth__create_acc__submit_error_desc_server'); } + String get auth__create_acc__submit_error_desc_validation { - return Intl.message("😅 It looks like some of the information was not right, please check and try again.", name: 'auth__create_acc__submit_error_desc_validation'); + return Intl.message( + "😅 It looks like some of the information was not right, please check and try again.", + name: 'auth__create_acc__submit_error_desc_validation'); } + String get auth__create_acc__done_title { return Intl.message("Hooray!", name: 'auth__create_acc__done_title'); } + String get auth__create_acc__done_description { - return Intl.message("Your account has been created.", name: 'auth__create_acc__done_description'); + return Intl.message("Your account has been created.", + name: 'auth__create_acc__done_description'); } + String get auth__create_acc__your_username_is { - return Intl.message("Your user name is ", name: 'auth__create_acc__your_username_is'); + return Intl.message("Your user name is ", + name: 'auth__create_acc__your_username_is'); } + String get auth__create_acc__can_change_username { - return Intl.message("If you wish, you can change it anytime via your profile page.", name: 'auth__create_acc__can_change_username'); + return Intl.message( + "If you wish, you can change it anytime via your profile page.", + name: 'auth__create_acc__can_change_username'); } + String get auth__create_acc__done_continue { return Intl.message("Login", name: 'auth__create_acc__done_continue'); } + String get auth__create_acc__one_last_thing { - return Intl.message("One last thing...", name: 'auth__create_acc__one_last_thing'); + return Intl.message("One last thing...", + name: 'auth__create_acc__one_last_thing'); } + String get auth__create_acc__register { return Intl.message("Register", name: 'auth__create_acc__register'); } + String get auth__create_acc__are_you_legal_age { - return Intl.message("Are you older than 16 years?", name: 'auth__create_acc__are_you_legal_age'); + return Intl.message("Are you older than 16 years?", + name: 'auth__create_acc__are_you_legal_age'); } + String get auth__login__login { return Intl.message("Continue", name: 'auth__login__login'); } + String get auth__login__previous { return Intl.message("Previous", name: 'auth__login__previous'); } + String get auth__login__title { return Intl.message("Welcome back!", name: 'auth__login__title'); } + String get auth__login__subtitle { - return Intl.message("Enter your credentials to continue.", name: 'auth__login__subtitle'); + return Intl.message("Enter your credentials to continue.", + name: 'auth__login__subtitle'); } + String get auth__login__forgot_password { - return Intl.message("Forgot password", name: 'auth__login__forgot_password'); + return Intl.message("Forgot password", + name: 'auth__login__forgot_password'); } + String get auth__login__forgot_password_subtitle { - return Intl.message("Enter your username or email", name: 'auth__login__forgot_password_subtitle'); + return Intl.message("Enter your username or email", + name: 'auth__login__forgot_password_subtitle'); } + String get auth__login__username_label { return Intl.message("Username", name: 'auth__login__username_label'); } + String get auth__login__password_label { return Intl.message("Password", name: 'auth__login__password_label'); } + String get auth__login__email_label { return Intl.message("Email", name: 'auth__login__email_label'); } + String get auth__login__or_text { return Intl.message("Or", name: 'auth__login__or_text'); } + String get auth__login__password_empty_error { - return Intl.message("Password is required.", name: 'auth__login__password_empty_error'); + return Intl.message("Password is required.", + name: 'auth__login__password_empty_error'); } + String get auth__login__password_length_error { - return Intl.message("Password must be between 8 and 64 characters.", name: 'auth__login__password_length_error'); + return Intl.message("Password must be between 8 and 64 characters.", + name: 'auth__login__password_length_error'); } + String get auth__login__username_empty_error { - return Intl.message("Username is required.", name: 'auth__login__username_empty_error'); + return Intl.message("Username is required.", + name: 'auth__login__username_empty_error'); } + String get auth__login__username_length_error { - return Intl.message("Username can't be longer than 30 characters.", name: 'auth__login__username_length_error'); + return Intl.message("Username can't be longer than 30 characters.", + name: 'auth__login__username_length_error'); } + String get auth__login__username_characters_error { - return Intl.message("Username can only contain alphanumeric characters and underscores.", name: 'auth__login__username_characters_error'); + return Intl.message( + "Username can only contain alphanumeric characters and underscores.", + name: 'auth__login__username_characters_error'); } + String get auth__login__credentials_mismatch_error { - return Intl.message("The provided credentials do not match.", name: 'auth__login__credentials_mismatch_error'); + return Intl.message("The provided credentials do not match.", + name: 'auth__login__credentials_mismatch_error'); } + String get auth__login__server_error { - return Intl.message("Uh oh.. We're experiencing server issues. Please try again in a few minutes.", name: 'auth__login__server_error'); + return Intl.message( + "Uh oh.. We're experiencing server issues. Please try again in a few minutes.", + name: 'auth__login__server_error'); } + String get auth__login__connection_error { - return Intl.message("We can't reach our servers. Are you connected to the internet?", name: 'auth__login__connection_error'); + return Intl.message( + "We can't reach our servers. Are you connected to the internet?", + name: 'auth__login__connection_error'); } + String get auth__change_password_title { - return Intl.message("Change password", - name: 'auth__change_password_title'); + return Intl.message("Change password", name: 'auth__change_password_title'); } + String get auth__change_password_current_pwd { return Intl.message("Current password", name: 'auth__change_password_current_pwd'); } + String get auth__change_password_current_pwd_hint { return Intl.message("Enter your current password", name: 'auth__change_password_current_pwd_hint'); } + String get auth__change_password_current_pwd_incorrect { return Intl.message("Entered password was incorrect", name: 'auth__change_password_current_pwd_incorrect'); } + String get auth__change_password_new_pwd { - return Intl.message("New password", - name: 'auth__change_password_new_pwd'); + return Intl.message("New password", name: 'auth__change_password_new_pwd'); } + String get auth__change_password_new_pwd_hint { return Intl.message("Enter your new password", name: 'auth__change_password_new_pwd_hint'); } + String get auth__change_password_new_pwd_error { - return Intl.message("Please ensure password is between 10 and 100 characters long", + return Intl.message( + "Please ensure password is between 10 and 100 characters long", name: 'auth__change_password_new_pwd_error'); } + String get auth__change_password_save_text { - return Intl.message("Save", - name: 'auth__change_password_save_text'); + return Intl.message("Save", name: 'auth__change_password_save_text'); } + String get auth__change_password_save_success { return Intl.message("All good! Your password has been updated", name: 'auth__change_password_save_success'); } String get drawer__menu_title { - return Intl.message("Menu", - name: 'drawer__menu_title'); + return Intl.message("Menu", name: 'drawer__menu_title'); } + String get drawer__main_title { - return Intl.message("My Okuna", - name: 'drawer__main_title'); + return Intl.message("My Okuna", name: 'drawer__main_title'); } + String get drawer__my_circles { - return Intl.message("My circles", - name: 'drawer__my_circles'); + return Intl.message("My circles", name: 'drawer__my_circles'); } + String get drawer__my_lists { - return Intl.message("My lists", - name: 'drawer__my_lists'); + return Intl.message("My lists", name: 'drawer__my_lists'); } + String get drawer__my_followers { - return Intl.message("My followers", - name: 'drawer__my_followers'); + return Intl.message("My followers", name: 'drawer__my_followers'); } + String get drawer__my_following { - return Intl.message("My following", - name: 'drawer__my_following'); + return Intl.message("My following", name: 'drawer__my_following'); } + String get drawer__my_invites { - return Intl.message("My invites", - name: 'drawer__my_invites'); + return Intl.message("My invites", name: 'drawer__my_invites'); } + String get drawer__my_pending_mod_tasks { return Intl.message("My pending moderation tasks", name: 'drawer__my_pending_mod_tasks'); } + String get drawer__my_mod_penalties { return Intl.message("My moderation penalties", name: 'drawer__my_mod_penalties'); } + String get drawer__app_account_text { - return Intl.message("App & Account", - name: 'drawer__app_account_text'); + return Intl.message("App & Account", name: 'drawer__app_account_text'); } + String get drawer__themes { - return Intl.message("Themes", - name: 'drawer__themes'); + return Intl.message("Themes", name: 'drawer__themes'); } + String get drawer__global_moderation { - return Intl.message("Global moderation", - name: 'drawer__global_moderation'); + return Intl.message("Global moderation", name: 'drawer__global_moderation'); } + String get drawer__profile { return Intl.message("Profile", name: 'drawer__profile'); } + String get drawer__connections { return Intl.message("My connections", name: 'drawer__connections'); } + String get drawer__lists { return Intl.message("My lists", name: 'drawer__lists'); } + String get drawer__settings { return Intl.message("Settings", name: 'drawer__settings'); } + String get drawer__application_settings { - return Intl.message("Application Settings", name: 'drawer__application_settings'); + return Intl.message("Application Settings", + name: 'drawer__application_settings'); } + String get drawer__account_settings { return Intl.message("Account Settings", name: 'drawer__account_settings'); } + String get drawer__account_settings_change_email { - return Intl.message("Change Email", name: 'drawer__account_settings_change_email'); + return Intl.message("Change Email", + name: 'drawer__account_settings_change_email'); } + String get drawer__account_settings_change_password { - return Intl.message("Change Password", name: 'drawer__account_settings_change_password'); + return Intl.message("Change Password", + name: 'drawer__account_settings_change_password'); } + String get drawer__account_settings_notifications { - return Intl.message("Notifications", name: 'drawer__account_settings_notifications'); + return Intl.message("Notifications", + name: 'drawer__account_settings_notifications'); } + String get drawer__account_settings_language_text { - return Intl.message("Language", name: 'drawer__account_settings_language_text'); + return Intl.message("Language", + name: 'drawer__account_settings_language_text'); } + String drawer__account_settings_language(String currentUserLanguage) { return Intl.message("Language ($currentUserLanguage)", - args: [currentUserLanguage], - name: 'drawer__account_settings_language'); + args: [currentUserLanguage], name: 'drawer__account_settings_language'); } + String get drawer__account_settings_blocked_users { - return Intl.message("Blocked users", name: 'drawer__account_settings_blocked_users'); + return Intl.message("Blocked users", + name: 'drawer__account_settings_blocked_users'); } + String get drawer__account_settings_delete_account { - return Intl.message("Delete account", name: 'drawer__account_settings_delete_account'); + return Intl.message("Delete account", + name: 'drawer__account_settings_delete_account'); } + String get drawer__help { return Intl.message("Support & Feedback", name: 'drawer__help'); } + String get drawer__customize { return Intl.message("Customize", name: 'drawer__customize'); } + String get drawer__logout { return Intl.message("Log out", name: 'drawer__logout'); } + String get drawer__useful_links_title { return Intl.message("Useful links", name: 'drawer__useful_links_title'); } + String get drawer__useful_links_guidelines { return Intl.message("Okuna guidelines", name: 'drawer__useful_links_guidelines'); } + String get drawer__useful_links_guidelines_desc { - return Intl.message("The guidelines we're all expected to follow for a healthy and friendly co-existence.", + return Intl.message( + "The guidelines we're all expected to follow for a healthy and friendly co-existence.", name: 'drawer__useful_links_guidelines_desc'); } + String get drawer__useful_links_guidelines_github { return Intl.message("Github project board", name: 'drawer__useful_links_guidelines_github'); } + String get drawer__useful_links_guidelines_github_desc { return Intl.message("Take a look at what we're currently working on", name: 'drawer__useful_links_guidelines_github_desc'); } + String get drawer__useful_links_guidelines_feature_requests { return Intl.message("Feature requests", name: 'drawer__useful_links_guidelines_feature_requests'); } + String get drawer__useful_links_guidelines_feature_requests_desc { return Intl.message("Request a feature or upvote existing requests", name: 'drawer__useful_links_guidelines_feature_requests_desc'); } + String get drawer__useful_links_guidelines_bug_tracker { return Intl.message("Bug tracker", name: 'drawer__useful_links_guidelines_bug_tracker'); } + String get drawer__useful_links_guidelines_bug_tracker_desc { return Intl.message("Report a bug or upvote existing bugs", name: 'drawer__useful_links_guidelines_bug_tracker_desc'); } + String get drawer__useful_links_guidelines_handbook { return Intl.message("Okuna user guide", name: 'drawer__useful_links_guidelines_handbook'); } + String get drawer__useful_links_guidelines_handbook_desc { - return Intl.message("A book with everything there is to know about using the platform", + 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_slack_channel { return Intl.message("Community Slack channel", name: 'drawer__useful_links_slack_channel'); } + String get drawer__useful_links_slack_channel_desc { return Intl.message("A place to discuss everything about Okuna", name: 'drawer__useful_links_slack_channel_desc'); @@ -546,7 +766,8 @@ class LocalizationService { } String get error__no_internet_connection { - return Intl.message("No internet connection", name: 'error__no_internet_connection'); + return Intl.message("No internet connection", + name: 'error__no_internet_connection'); } String get community__no { @@ -582,65 +803,65 @@ class LocalizationService { } String get community__member_capitalized { - return Intl.message("Member", - name: 'community__member_capitalized'); + return Intl.message("Member", name: 'community__member_capitalized'); } String get community__members_capitalized { - return Intl.message("Members", - name: 'community__members_capitalized'); + return Intl.message("Members", name: 'community__members_capitalized'); } String get community__admin_desc { - return Intl.message("This will allow the member to edit the community details, administrators, moderators and banned users.", + return Intl.message( + "This will allow the member to edit the community details, administrators, moderators and banned users.", name: 'community__admin_desc'); } String get community__confirmation_title { - return Intl.message("Confirmation", - name: 'community__confirmation_title'); + return Intl.message("Confirmation", name: 'community__confirmation_title'); } String community__admin_add_confirmation(String username) { - return Intl.message("Are you sure you want to add @$username as a community administrator?", + return Intl.message( + "Are you sure you want to add @$username as a community administrator?", args: [username], name: 'community__admin_add_confirmation'); } String community__ban_confirmation(String username) { return Intl.message("Are you sure you want to ban @$username?", - args: [username], - name: 'community__ban_confirmation'); + args: [username], name: 'community__ban_confirmation'); } String get community__ban_desc { - return Intl.message("This will remove the user from the community and disallow them from joining again.", + return Intl.message( + "This will remove the user from the community and disallow them from joining again.", name: 'community__ban_desc'); } String community__moderator_add_confirmation(String username) { - return Intl.message("Are you sure you want to add @$username as a community moderator?", + return Intl.message( + "Are you sure you want to add @$username as a community moderator?", args: [username], name: 'community__moderator_add_confirmation'); } String get community__moderator_desc { - return Intl.message("This will allow the member to edit the community details, moderators and banned users.", + return Intl.message( + "This will allow the member to edit the community details, moderators and banned users.", name: 'community__moderator_desc'); } String get community__moderators_you { - return Intl.message("You", - name: 'community__moderators_you'); + return Intl.message("You", name: 'community__moderators_you'); } String get community__moderators_title { - return Intl.message("Moderators", - name: 'community__moderators_title'); + return Intl.message("Moderators", name: 'community__moderators_title'); } String get community__leave_desc { - return Intl.message("You won't see its posts in your timeline nor will be able to post to it anymore.", + return Intl.message( + "You won't see its posts in your timeline nor will be able to post to it anymore.", name: 'community__leave_desc'); } @@ -670,23 +891,21 @@ class LocalizationService { } String get community__delete_desc { - return Intl.message("You won't see it's posts in your timeline nor will be able to post to it anymore.", + return Intl.message( + "You won't see it's posts in your timeline nor will be able to post to it anymore.", name: 'community__delete_desc'); } String get community__actions_manage_text { - return Intl.message("Manage", - name: 'community__actions_manage_text'); + return Intl.message("Manage", name: 'community__actions_manage_text'); } String get community__manage_title { - return Intl.message("Manage community", - name: 'community__manage_title'); + return Intl.message("Manage community", name: 'community__manage_title'); } String get community__manage_details_title { - return Intl.message("Details", - name: 'community__manage_details_title'); + return Intl.message("Details", name: 'community__manage_details_title'); } String get community__manage_details_desc { @@ -705,8 +924,7 @@ class LocalizationService { } String get community__manage_mods_title { - return Intl.message("Moderators", - name: 'community__manage_mods_title'); + return Intl.message("Moderators", name: 'community__manage_mods_title'); } String get community__manage_mods_desc { @@ -715,8 +933,7 @@ class LocalizationService { } String get community__manage_banned_title { - return Intl.message("Banned users", - name: 'community__manage_banned_title'); + return Intl.message("Banned users", name: 'community__manage_banned_title'); } String get community__manage_banned_desc { @@ -750,7 +967,8 @@ class LocalizationService { } String get community__manage_invite_desc { - return Intl.message("Invite your connections and followers to join the community.", + return Intl.message( + "Invite your connections and followers to join the community.", name: 'community__manage_invite_desc'); } @@ -760,7 +978,7 @@ class LocalizationService { } String get community__manage_delete_desc { - return Intl.message("Delete the community, forever." , + return Intl.message("Delete the community, forever.", name: 'community__manage_delete_desc'); } @@ -770,7 +988,7 @@ class LocalizationService { } String get community__manage_leave_desc { - return Intl.message("Leave the community." , + return Intl.message("Leave the community.", name: 'community__manage_leave_desc'); } @@ -800,28 +1018,23 @@ class LocalizationService { } String get community__refreshing { - return Intl.message("Refreshing community", - name: 'community__refreshing'); + return Intl.message("Refreshing community", name: 'community__refreshing'); } String get community__posts { - return Intl.message("Posts", - name: 'community__posts'); + return Intl.message("Posts", name: 'community__posts'); } String get community__about { - return Intl.message("About", - name: 'community__about'); + return Intl.message("About", name: 'community__about'); } String get community__category { - return Intl.message("category.", - name: 'community__category'); + return Intl.message("category.", name: 'community__category'); } String get community__categories { - return Intl.message("categories.", - name: 'community__categories'); + return Intl.message("categories.", name: 'community__categories'); } String get community__add_administrators_title { @@ -836,7 +1049,8 @@ class LocalizationService { String get community__member { return Intl.message("member", - desc: 'Currently not used in app, reserved for potential use. Could be used as: Showing 1 member', + desc: + 'Currently not used in app, reserved for potential use. Could be used as: Showing 1 member', name: 'community__member'); } @@ -853,82 +1067,83 @@ class LocalizationService { String get community__administrator_text { return Intl.message("administrator", - desc: 'Currently unsused, reserved for potential use. Could be used as Showing 1 administrator', + desc: + 'Currently unsused, reserved for potential use. Could be used as Showing 1 administrator', name: 'community__administrator_text'); } String get community__administrator_plural { return Intl.message("administrators", - desc: 'Egs. Search administrators, See list_search_text in user_search.arb ', + desc: + 'Egs. Search administrators, See list_search_text in user_search.arb ', name: 'community__administrator_plural'); } String get community__administrator_you { - return Intl.message("You", - name: 'community__administrator_you'); + return Intl.message("You", name: 'community__administrator_you'); } String get community__user_you_text { - return Intl.message("You", - name: 'community__user_you_text'); + return Intl.message("You", name: 'community__user_you_text'); } String community__pick_upto_max(int max) { return Intl.message("Pick up to $max categories", - args:[max], - name: 'community__pick_upto_max'); + args: [max], name: 'community__pick_upto_max'); } String community__pick_atleast_min_category(int min) { return Intl.message("You must pick at least $min category.", - args:[min], + args: [min], desc: 'You must pick at least 1 category', name: 'community__pick_atleast_min_category'); } String community__pick_atleast_min_categories(int min) { return Intl.message("You must pick at least $min categories.", - args:[min], - desc: 'Eg. Variable min will be 3-5. You must pick at least (3-5) categories', + args: [min], + desc: + 'Eg. Variable min will be 3-5. You must pick at least (3-5) categories', name: 'community__pick_atleast_min_categories'); } String get community__ban_user_title { - return Intl.message("Ban user", - name: 'community__ban_user_title'); + return Intl.message("Ban user", name: 'community__ban_user_title'); } String get community__banned_users_title { - return Intl.message("Banned users", - name: 'community__banned_users_title'); + return Intl.message("Banned users", name: 'community__banned_users_title'); } String get community__banned_user_text { return Intl.message("banned user", - desc: 'Currently unsused, reserved for potential use. Could be used as Showing 1 banned user', + desc: + 'Currently unsused, reserved for potential use. Could be used as Showing 1 banned user', name: 'community__banned_user_text'); } String get community__banned_users_text { return Intl.message("banned users", - desc: 'Egs. Search banned users, See list_search_text in user_search.arb ', + desc: + 'Egs. Search banned users, See list_search_text in user_search.arb ', name: 'community__banned_users_text'); } String get community__favorites_title { - return Intl.message("Favorites", - name: 'community__favorites_title'); + return Intl.message("Favorites", name: 'community__favorites_title'); } String get community__favorite_community { return Intl.message("favorite community", - desc: 'Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community', + desc: + 'Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community', name: 'community__favorite_community'); } String get community__favorite_communities { return Intl.message("favorite communities", - desc: 'Egs. Search favorite communities, See list_search_text in user_search.arb ', + desc: + 'Egs. Search favorite communities, See list_search_text in user_search.arb ', name: 'community__favorite_communities'); } @@ -939,47 +1154,51 @@ class LocalizationService { String get community__administrated_community { return Intl.message("administrated community", - desc: 'Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community', + desc: + 'Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community', name: 'community__administrated_community'); } String get community__administrated_communities { return Intl.message("administrated communities", - desc: 'Egs. Search administrated communities, See list_search_text in user_search.arb ', + desc: + 'Egs. Search administrated communities, See list_search_text in user_search.arb ', name: 'community__administrated_communities'); } String get community__moderated_title { - return Intl.message("Moderated", - name: 'community__moderated_title'); + return Intl.message("Moderated", name: 'community__moderated_title'); } String get community__moderated_community { return Intl.message("moderated community", - desc: 'Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community', + desc: + 'Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community', name: 'community__moderated_community'); } String get community__moderated_communities { return Intl.message("moderated communities", - desc: 'Egs. Search moderated communities, See list_search_text in user_search.arb ', + desc: + 'Egs. Search moderated communities, See list_search_text in user_search.arb ', name: 'community__moderated_communities'); } String get community__joined_title { - return Intl.message("Joined", - name: 'community__joined_title'); + return Intl.message("Joined", name: 'community__joined_title'); } String get community__joined_community { return Intl.message("joined community", - desc: 'Currently unsused, reserved for potential use. Could be used as Showing 1 joined community', + desc: + 'Currently unsused, reserved for potential use. Could be used as Showing 1 joined community', name: 'community__joined_community'); } String get community__joined_communities { return Intl.message("joined communities", - desc: 'Egs. Search joined communities, See list_search_text in user_search.arb ', + desc: + 'Egs. Search joined communities, See list_search_text in user_search.arb ', name: 'community__joined_communities'); } @@ -989,18 +1208,17 @@ class LocalizationService { } String get community__refresh_text { - return Intl.message("Refresh", - name: 'community__refresh_text'); + return Intl.message("Refresh", name: 'community__refresh_text'); } String get community__trending_none_found { - return Intl.message("No trending communities found. Try again in a few minutes.", + return Intl.message( + "No trending communities found. Try again in a few minutes.", name: 'community__trending_none_found'); } String get community__trending_refresh { - return Intl.message("Refresh", - name: 'community__trending_refresh'); + return Intl.message("Refresh", name: 'community__trending_refresh'); } String get community__trending_in_all { @@ -1010,28 +1228,25 @@ class LocalizationService { String community__trending_in_category(String categoryName) { return Intl.message("Trending in $categoryName", - args: [categoryName], - name: 'community__trending_in_category'); + args: [categoryName], name: 'community__trending_in_category'); } String get community__communities_title { - return Intl.message("Communities", - name: 'community__communities_title'); + return Intl.message("Communities", name: 'community__communities_title'); } String get community__communities_no_category_found { - return Intl.message("No categories found. Please try again in a few minutes.", + return Intl.message( + "No categories found. Please try again in a few minutes.", name: 'community__communities_no_category_found'); } String get community__communities_refresh_text { - return Intl.message("Refresh", - name: 'community__communities_refresh_text'); + return Intl.message("Refresh", name: 'community__communities_refresh_text'); } String get community__communities_all_text { - return Intl.message("All", - name: 'community__communities_all_text'); + return Intl.message("All", name: 'community__communities_all_text'); } String get community__invite_to_community_title { @@ -1041,13 +1256,15 @@ class LocalizationService { String get community__invite_to_community_resource_singular { return Intl.message("connection or follower", - desc: 'Currently unsused, reserved for potential use. Could be used as Showing 1 connection or follower', + desc: + 'Currently unsused, reserved for potential use. Could be used as Showing 1 connection or follower', name: 'community__invite_to_community_resource_singular'); } String get community__invite_to_community_resource_plural { return Intl.message("connections and followers", - desc: 'Egs. Search connections and followers, See list_search_text in user_search.arb ', + desc: + 'Egs. Search connections and followers, See list_search_text in user_search.arb ', name: 'community__invite_to_community_resource_plural'); } @@ -1062,8 +1279,7 @@ class LocalizationService { } String get community__save_community_label_title { - return Intl.message("Title", - name: 'community__save_community_label_title'); + return Intl.message("Title", name: 'community__save_community_label_title'); } String get community__save_community_label_title_hint_text { @@ -1072,8 +1288,7 @@ class LocalizationService { } String get community__save_community_name_title { - return Intl.message("Name", - name: 'community__save_community_name_title'); + return Intl.message("Name", name: 'community__save_community_name_title'); } String get community__save_community_name_title_hint_text { @@ -1083,8 +1298,7 @@ class LocalizationService { String community__save_community_name_taken(String takenName) { return Intl.message("Community name '$takenName' is taken", - args: [takenName], - name: 'community__save_community_name_taken'); + args: [takenName], name: 'community__save_community_name_taken'); } String get community__save_community_name_label_color { @@ -1149,7 +1363,8 @@ class LocalizationService { String get community__save_community_name_label_member_adjective_hint_text { return Intl.message("e.g. traveler, photographer, gamer.", - name: 'community__save_community_name_label_member_adjective_hint_text'); + name: + 'community__save_community_name_label_member_adjective_hint_text'); } String get community__save_community_name_label_members_adjective { @@ -1159,7 +1374,8 @@ class LocalizationService { String get community__save_community_name_label_members_adjective_hint_text { return Intl.message("e.g. travelers, photographers, gamers.", - name: 'community__save_community_name_label_members_adjective_hint_text'); + name: + 'community__save_community_name_label_members_adjective_hint_text'); } String get community__save_community_edit_community { @@ -1173,8 +1389,7 @@ class LocalizationService { } String get community__save_community_save_text { - return Intl.message("Save", - name: 'community__save_community_save_text'); + return Intl.message("Save", name: 'community__save_community_save_text'); } String get community__save_community_create_text { @@ -1188,49 +1403,42 @@ class LocalizationService { } String get community__join_community { - return Intl.message("Join", - name: 'community__join_community'); + return Intl.message("Join", name: 'community__join_community'); } String get community__leave_community { - return Intl.message("Leave", - name: 'community__leave_community'); + return Intl.message("Leave", name: 'community__leave_community'); } String get community__community_staff { - return Intl.message("Community staff", - name: 'community__community_staff'); + return Intl.message("Community staff", name: 'community__community_staff'); } String get community__post_singular { - return Intl.message("post", - name: 'community__post_singular'); + return Intl.message("post", name: 'community__post_singular'); } String get community__post_plural { - return Intl.message("posts", - name: 'community__post_plural'); + return Intl.message("posts", name: 'community__post_plural'); } String get community__rules_title { - return Intl.message("Community rules", - name: 'community__rules_title'); + return Intl.message("Community rules", name: 'community__rules_title'); } String get community__rules_text { - return Intl.message("Rules", - name: 'community__rules_text'); + return Intl.message("Rules", name: 'community__rules_text'); } String get community__name_characters_error { - return Intl.message("Name can only contain alphanumeric characters and underscores.", + return Intl.message( + "Name can only contain alphanumeric characters and underscores.", name: 'community__name_characters_error'); } String community__name_range_error(int maxLength) { return Intl.message("Name can't be longer than $maxLength characters.", - args: [maxLength], - name: 'community__name_range_error'); + args: [maxLength], name: 'community__name_range_error'); } String get community__name_empty_error { @@ -1240,8 +1448,7 @@ class LocalizationService { String community__title_range_error(int maxLength) { return Intl.message("Title can't be longer than $maxLength characters.", - args: [maxLength], - name: 'community__title_range_error'); + args: [maxLength], name: 'community__title_range_error'); } String get community__title_empty_error { @@ -1251,8 +1458,7 @@ class LocalizationService { String community__rules_range_error(int maxLength) { return Intl.message("Rules can't be longer than $maxLength characters.", - args: [maxLength], - name: 'community__rules_range_error'); + args: [maxLength], name: 'community__rules_range_error'); } String get community__rules_empty_error { @@ -1261,104 +1467,95 @@ class LocalizationService { } String community__description_range_error(int maxLength) { - return Intl.message("Description can't be longer than $maxLength characters.", + return Intl.message( + "Description can't be longer than $maxLength characters.", args: [maxLength], name: 'community__description_range_error'); } String community__adjectives_range_error(int maxLength) { - return Intl.message("Adjectives can't be longer than $maxLength characters.", + return Intl.message( + "Adjectives can't be longer than $maxLength characters.", args: [maxLength], - desc: 'This refers to the customisable adjectives assigned to community members,eg. 1k travellers,5k photographers', + desc: + 'This refers to the customisable adjectives assigned to community members,eg. 1k travellers,5k photographers', name: 'community__adjectives_range_error'); } String get user_search__search_text { - return Intl.message("Search...", - name: 'user_search__search_text'); + return Intl.message("Search...", name: 'user_search__search_text'); } String get user_search__communities { - return Intl.message("Communities", - name: 'user_search__communities'); + return Intl.message("Communities", name: 'user_search__communities'); } String get user_search__users { - return Intl.message("Users", - name: 'user_search__users'); + return Intl.message("Users", name: 'user_search__users'); } String user_search__list_search_text(String resourcePluralName) { return Intl.message("Search $resourcePluralName ...", args: [resourcePluralName], - desc: 'resourcePluralName can take many forms foreg. Search members... , Search accepted invites, Search communities.. etc.', + desc: + 'resourcePluralName can take many forms foreg. Search members... , Search accepted invites, Search communities.. etc.', name: 'user_search__list_search_text'); } String user_search__list_no_results_found(String resourcePluralName) { return Intl.message("No $resourcePluralName found.", args: [resourcePluralName], - desc: 'Used in a generic list widget. Can be No users found. No communities found. No pending invites found. Its always a plural. ', + desc: + 'Used in a generic list widget. Can be No users found. No communities found. No pending invites found. Its always a plural. ', name: 'user_search__list_no_results_found'); } String get user_search__list_refresh_text { - return Intl.message("Refresh", - name: 'user_search__list_refresh_text'); + return Intl.message("Refresh", name: 'user_search__list_refresh_text'); } String get user_search__list_retry { - return Intl.message("Tap to retry.", - name: 'user_search__list_retry'); + return Intl.message("Tap to retry.", name: 'user_search__list_retry'); } String get user_search__cancel { - return Intl.message("Cancel", - name: 'user_search__cancel'); + return Intl.message("Cancel", name: 'user_search__cancel'); } String user_search__searching_for(String searchQuery) { return Intl.message("Searching for '$searchQuery'", - args: [searchQuery], - name: 'user_search__searching_for'); + args: [searchQuery], name: 'user_search__searching_for'); } String user_search__no_results_for(String searchQuery) { return Intl.message("No results for '$searchQuery'.", - args: [searchQuery], - name: 'user_search__no_results_for'); + args: [searchQuery], name: 'user_search__no_results_for'); } String user_search__no_communities_for(String searchQuery) { return Intl.message("No communities found for '$searchQuery'.", - args: [searchQuery], - name: 'user_search__no_communities_for'); + args: [searchQuery], name: 'user_search__no_communities_for'); } String user_search__no_users_for(String searchQuery) { return Intl.message("No users found for '$searchQuery'.", - args: [searchQuery], - name: 'user_search__no_users_for'); + args: [searchQuery], name: 'user_search__no_users_for'); } String get post__open_post { - return Intl.message("Open post", - name: 'post__open_post'); + return Intl.message("Open post", name: 'post__open_post'); } String get post__close_post { - return Intl.message("Close post", - name: 'post__close_post'); + return Intl.message("Close post", name: 'post__close_post'); } String get post__post_opened { - return Intl.message("Post opened", - name: 'post__post_opened'); + return Intl.message("Post opened", name: 'post__post_opened'); } String get post__post_closed { - return Intl.message("Post closed ", - name: 'post__post_closed'); + return Intl.message("Post closed ", name: 'post__post_closed'); } String get post__comment_required_error { @@ -1368,8 +1565,7 @@ class LocalizationService { String post__comment_maxlength_error(int maxLength) { return Intl.message("A comment can't be longer than $maxLength characters.", - args: [maxLength], - name: 'post__comment_maxlength_error'); + args: [maxLength], name: 'post__comment_maxlength_error'); } String get post__timeline_posts_all_loaded { @@ -1424,100 +1620,83 @@ class LocalizationService { String post__no_circles_for(String circlesSearchQuery) { return Intl.message("No circles found matching '$circlesSearchQuery'.", - args: [circlesSearchQuery], - name: 'post__no_circles_for'); + args: [circlesSearchQuery], name: 'post__no_circles_for'); } String get post__share_to_circles { - return Intl.message("Share to circles", - name: 'post__share_to_circles'); + return Intl.message("Share to circles", name: 'post__share_to_circles'); } String get post__profile_counts_post { - return Intl.message(" Post", - name: 'post__profile_counts_post'); + return Intl.message(" Post", name: 'post__profile_counts_post'); } String get post__profile_counts_posts { - return Intl.message(" Posts", - name: 'post__profile_counts_posts'); + return Intl.message(" Posts", name: 'post__profile_counts_posts'); } String get post__profile_counts_followers { - return Intl.message(" Followers", - name: 'post__profile_counts_followers'); + return Intl.message(" Followers", name: 'post__profile_counts_followers'); } String get post__profile_counts_following { - return Intl.message(" Following", - name: 'post__profile_counts_following'); + return Intl.message(" Following", name: 'post__profile_counts_following'); } String get post__profile_counts_follower { - return Intl.message(" Follower", - name: 'post__profile_counts_follower'); + return Intl.message(" Follower", name: 'post__profile_counts_follower'); } String get post__action_comment { - return Intl.message("Comment", - name: 'post__action_comment'); + return Intl.message("Comment", name: 'post__action_comment'); } String get post__action_react { - return Intl.message("React", - name: 'post__action_react'); + return Intl.message("React", name: 'post__action_react'); } String get post__action_reply { - return Intl.message("Reply", - name: 'post__action_reply'); + return Intl.message("Reply", name: 'post__action_reply'); } String get post__share { - return Intl.message("Share", - name: 'post__share'); + return Intl.message("Share", name: 'post__share'); } String get post__share_to { - return Intl.message("Share to", - name: 'post__share_to'); + return Intl.message("Share to", name: 'post__share_to'); } String get post__sharing_post_to { - return Intl.message("Sharing post to", - name: 'post__sharing_post_to'); + return Intl.message("Sharing post to", name: 'post__sharing_post_to'); } String get post__you_shared_with { - return Intl.message("You shared with", - name: 'post__you_shared_with'); + return Intl.message("You shared with", name: 'post__you_shared_with'); } String get post__shared_privately_on { return Intl.message("Shared privately on", - desc: 'Eg. Shared privately on @shantanu\'s circles. See following string, usernames_circles . Will combine this in future, needs refactoring.', + desc: + 'Eg. Shared privately on @shantanu\'s circles. See following string, usernames_circles . Will combine this in future, needs refactoring.', name: 'post__shared_privately_on'); } String post__usernames_circles(String postCreatorUsername) { return Intl.message("@$postCreatorUsername's circles", - args: [postCreatorUsername], - name: 'post__usernames_circles'); + args: [postCreatorUsername], name: 'post__usernames_circles'); } String get post__share_community { - return Intl.message("Share", - name: 'post__share_community'); + return Intl.message("Share", name: 'post__share_community'); } String get post__share_to_community { - return Intl.message("Share to community", - name: 'post__share_to_community'); + return Intl.message("Share to community", name: 'post__share_to_community'); } String get post__share_community_title { - return Intl.message("A community", - name: 'post__share_community_title'); + return Intl.message("A community", name: 'post__share_community_title'); } String get post__share_community_desc { @@ -1526,8 +1705,7 @@ class LocalizationService { } String get post__my_circles { - return Intl.message("My circles", - name: 'post__my_circles'); + return Intl.message("My circles", name: 'post__my_circles'); } String get post__my_circles_desc { @@ -1536,13 +1714,11 @@ class LocalizationService { } String get post__world_circle_name { - return Intl.message("World", - name: 'post__world_circle_name'); + return Intl.message("World", name: 'post__world_circle_name'); } String get post__search_circles { - return Intl.message("Search circles...", - name: 'post__search_circles'); + return Intl.message("Search circles...", name: 'post__search_circles'); } String get post__reaction_list_tap_retry { @@ -1551,23 +1727,19 @@ class LocalizationService { } String get post__create_new { - return Intl.message("New post", - name: 'post__create_new'); + return Intl.message("New post", name: 'post__create_new'); } String get post__create_next { - return Intl.message("Next", - name: 'post__create_next'); + return Intl.message("Next", name: 'post__create_next'); } String get post__create_photo { - return Intl.message("Photo", - name: 'post__create_photo'); + return Intl.message("Photo", name: 'post__create_photo'); } String get post__commenter_post_text { - return Intl.message("Post", - name: 'post__commenter_post_text'); + return Intl.message("Post", name: 'post__commenter_post_text'); } String get post__commenter_write_something { @@ -1576,18 +1748,15 @@ class LocalizationService { } String get post__edit_title { - return Intl.message("Edit post", - name: 'post__edit_title'); + return Intl.message("Edit post", name: 'post__edit_title'); } String get post__edit_save { - return Intl.message("Save", - name: 'post__edit_save'); + return Intl.message("Save", name: 'post__edit_save'); } String get post__commenter_expanded_save { - return Intl.message("Save", - name: 'post__commenter_expanded_save'); + return Intl.message("Save", name: 'post__commenter_expanded_save'); } String get post__commenter_expanded_join_conversation { @@ -1606,8 +1775,7 @@ class LocalizationService { } String get post__is_closed { - return Intl.message("Closed post", - name: 'post__is_closed'); + return Intl.message("Closed post", name: 'post__is_closed'); } String get post__comment_reply_expanded_reply_comment { @@ -1616,8 +1784,7 @@ class LocalizationService { } String get post__comment_reply_expanded_post { - return Intl.message("Post", - name: 'post__comment_reply_expanded_post'); + return Intl.message("Post", name: 'post__comment_reply_expanded_post'); } String get post__comment_reply_expanded_reply_hint_text { @@ -1626,44 +1793,38 @@ class LocalizationService { } String get post__trending_posts_title { - return Intl.message("Trending posts", - name: 'post__trending_posts_title'); + return Intl.message("Trending posts", name: 'post__trending_posts_title'); } String get post__trending_posts_no_trending_posts { - return Intl.message("There are no trending posts. Try refreshing in a couple seconds.", + return Intl.message( + "There are no trending posts. Try refreshing in a couple seconds.", name: 'post__trending_posts_no_trending_posts'); } String get post__trending_posts_refresh { - return Intl.message("Refresh", - name: 'post__trending_posts_refresh'); + return Intl.message("Refresh", name: 'post__trending_posts_refresh'); } String post__comments_view_all_comments(int commentsCount) { return Intl.message("View all $commentsCount comments", - args: [commentsCount], - name: 'post__comments_view_all_comments'); + args: [commentsCount], name: 'post__comments_view_all_comments'); } String get post__comments_closed_post { - return Intl.message("Closed post", - name: 'post__comments_closed_post'); + return Intl.message("Closed post", name: 'post__comments_closed_post'); } String get post__comments_disabled { - return Intl.message("Comments disabled", - name: 'post__comments_disabled'); + return Intl.message("Comments disabled", name: 'post__comments_disabled'); } String get post__text_copied { - return Intl.message("Text copied!", - name: 'post__text_copied'); + return Intl.message("Text copied!", name: 'post__text_copied'); } String get post__post_reactions_title { - return Intl.message("Post reactions", - name: 'post__post_reactions_title'); + return Intl.message("Post reactions", name: 'post__post_reactions_title'); } String get post__have_not_shared_anything { @@ -1673,8 +1834,7 @@ class LocalizationService { String post__user_has_not_shared_anything(String name) { return Intl.message("$name has not shared anything yet.", - args: [name], - name: 'post__user_has_not_shared_anything'); + args: [name], name: 'post__user_has_not_shared_anything'); } String get post__comments_header_newest_replies { @@ -1683,8 +1843,7 @@ class LocalizationService { } String get post__comments_header_newer { - return Intl.message("Newer", - name: 'post__comments_header_newer'); + return Intl.message("Newer", name: 'post__comments_header_newer'); } String get post__comments_header_view_newest_replies { @@ -1703,8 +1862,7 @@ class LocalizationService { } String get post__comments_header_older { - return Intl.message("Older", - name: 'post__comments_header_older'); + return Intl.message("Older", name: 'post__comments_header_older'); } String get post__comments_header_view_oldest_replies { @@ -1758,8 +1916,7 @@ class LocalizationService { } String get post__comments_page_title { - return Intl.message("Post comments", - name: 'post__comments_page_title'); + return Intl.message("Post comments", name: 'post__comments_page_title'); } String get post__comments_page_no_more_to_load { @@ -1808,23 +1965,19 @@ class LocalizationService { } String get post__actions_delete { - return Intl.message("Delete post", - name: 'post__actions_delete'); + return Intl.message("Delete post", name: 'post__actions_delete'); } String get post__actions_deleted { - return Intl.message("Post deleted", - name: 'post__actions_deleted'); + return Intl.message("Post deleted", name: 'post__actions_deleted'); } String get post__actions_delete_comment { - return Intl.message("Delete comment", - name: 'post__actions_delete_comment'); + return Intl.message("Delete comment", name: 'post__actions_delete_comment'); } String get post__actions_edit_comment { - return Intl.message("Edit comment", - name: 'post__actions_edit_comment'); + return Intl.message("Edit comment", name: 'post__actions_edit_comment'); } String get post__actions_comment_deleted { @@ -1833,13 +1986,11 @@ class LocalizationService { } String get post__actions_report_text { - return Intl.message("Report", - name: 'post__actions_report_text'); + return Intl.message("Report", name: 'post__actions_report_text'); } String get post__actions_reported_text { - return Intl.message("Reported", - name: 'post__actions_reported_text'); + return Intl.message("Reported", name: 'post__actions_reported_text'); } String get user__thousand_postfix { @@ -1850,8 +2001,7 @@ class LocalizationService { String get user__million_postfix { return Intl.message("m", - desc: 'For eg. user has 3m followers', - name: 'user__million_postfix'); + desc: 'For eg. user has 3m followers', name: 'user__million_postfix'); } String get user__billion_postfix { @@ -1861,7 +2011,8 @@ class LocalizationService { } String get user__translate_see_translation { - return Intl.message("See translation", name: 'user__translate_see_translation'); + return Intl.message("See translation", + name: 'user__translate_see_translation'); } String get user__translate_show_original { @@ -1869,21 +2020,20 @@ class LocalizationService { } String get user__follows_lists_account { - return Intl.message("1 Account", - name: 'user__follows_lists_account'); + return Intl.message("1 Account", name: 'user__follows_lists_account'); } String user__follows_lists_accounts(String prettyUsersCount) { return Intl.message("$prettyUsersCount Accounts", args: [prettyUsersCount], - desc: 'prettyUsersCount will be 3m, 50k etc.. so we endup with final string 3k Accounts', + desc: + 'prettyUsersCount will be 3m, 50k etc.. so we endup with final string 3k Accounts', name: 'user__follows_lists_accounts'); } String user__edit_profile_user_name_taken(String username) { return Intl.message("Username @$username is taken", - args: [username], - name: 'user__edit_profile_user_name_taken'); + args: [username], name: 'user__edit_profile_user_name_taken'); } String get user__profile_action_deny_connection { @@ -1913,29 +2063,24 @@ class LocalizationService { String user__profile_location_length_error(int maxLength) { return Intl.message("Location can't be longer than $maxLength characters.", - args: [maxLength], - name: 'user__profile_location_length_error'); + args: [maxLength], name: 'user__profile_location_length_error'); } String user__profile_bio_length_error(int maxLength) { return Intl.message("Bio can't be longer than $maxLength characters.", - args: [maxLength], - name: 'user__profile_bio_length_error'); + args: [maxLength], name: 'user__profile_bio_length_error'); } String get user__follow_button_follow_text { - return Intl.message("Follow", - name: 'user__follow_button_follow_text'); + return Intl.message("Follow", name: 'user__follow_button_follow_text'); } String get user__follow_button_unfollow_text { - return Intl.message("Unfollow", - name: 'user__follow_button_unfollow_text'); + return Intl.message("Unfollow", name: 'user__follow_button_unfollow_text'); } String get user__edit_profile_username { - return Intl.message("Username", - name: 'user__edit_profile_username'); + return Intl.message("Username", name: 'user__edit_profile_username'); } String get user__add_account_update_account_lists { @@ -1949,23 +2094,19 @@ class LocalizationService { } String get user__add_account_update_lists { - return Intl.message("Update lists", - name: 'user__add_account_update_lists'); + return Intl.message("Update lists", name: 'user__add_account_update_lists'); } String get user__add_account_save { - return Intl.message("Save", - name: 'user__add_account_save'); + return Intl.message("Save", name: 'user__add_account_save'); } String get user__add_account_done { - return Intl.message("Done", - name: 'user__add_account_done'); + return Intl.message("Done", name: 'user__add_account_done'); } String get user__add_account_success { - return Intl.message("Success", - name: 'user__add_account_success'); + return Intl.message("Success", name: 'user__add_account_success'); } String get user__emoji_field_none_selected { @@ -1975,8 +2116,7 @@ class LocalizationService { String user__emoji_search_none_found(String searchQuery) { return Intl.message("No emoji found matching '$searchQuery'.", - args: [searchQuery], - name: 'user__emoji_search_none_found'); + args: [searchQuery], name: 'user__emoji_search_none_found'); } String get user__list_name_empty_error { @@ -1985,7 +2125,8 @@ class LocalizationService { } String user__list_name_range_error(int maxLength) { - return Intl.message("List name must be no longer than $maxLength characters.", + return Intl.message( + "List name must be no longer than $maxLength characters.", args: [maxLength], name: 'user__list_name_range_error'); } @@ -1996,14 +2137,14 @@ class LocalizationService { } String user__circle_name_range_error(int maxLength) { - return Intl.message("Circle name must be no longer than $maxLength characters.", + return Intl.message( + "Circle name must be no longer than $maxLength characters.", args: [maxLength], name: 'user__circle_name_range_error'); } String get user__save_follows_list_name { - return Intl.message("Name", - name: 'user__save_follows_list_name'); + return Intl.message("Name", name: 'user__save_follows_list_name'); } String get user__save_follows_list_hint_text { @@ -2011,35 +2152,29 @@ class LocalizationService { name: 'user__save_follows_list_hint_text'); } - String user__save_follows_list_name_taken (String listName){ + String user__save_follows_list_name_taken(String listName) { return Intl.message("List name '$listName' is taken", - args: [listName], - name: 'user__save_follows_list_name_taken'); + args: [listName], name: 'user__save_follows_list_name_taken'); } String get user__save_follows_list_emoji { - return Intl.message("Emoji", - name: 'user__save_follows_list_emoji'); + return Intl.message("Emoji", name: 'user__save_follows_list_emoji'); } String get user__save_follows_list_users { - return Intl.message("Users", - name: 'user__save_follows_list_users'); + return Intl.message("Users", name: 'user__save_follows_list_users'); } String get user__save_follows_list_edit { - return Intl.message("Edit list", - name: 'user__save_follows_list_edit'); + return Intl.message("Edit list", name: 'user__save_follows_list_edit'); } String get user__save_follows_list_create { - return Intl.message("Create list", - name: 'user__save_follows_list_create'); + return Intl.message("Create list", name: 'user__save_follows_list_create'); } String get user__save_follows_list_save { - return Intl.message("Save", - name: 'user__save_follows_list_save'); + return Intl.message("Save", name: 'user__save_follows_list_save'); } String get user__save_follows_list_emoji_required_error { @@ -2048,33 +2183,27 @@ class LocalizationService { } String get user__follows_list_edit { - return Intl.message("Edit", - name: 'user__follows_list_edit'); + return Intl.message("Edit", name: 'user__follows_list_edit'); } String get user__follows_list_header_title { - return Intl.message("Users", - name: 'user__follows_list_header_title'); + return Intl.message("Users", name: 'user__follows_list_header_title'); } String get user__edit_profile_name { - return Intl.message("Name", - name: 'user__edit_profile_name'); + return Intl.message("Name", name: 'user__edit_profile_name'); } String get user__edit_profile_url { - return Intl.message("Url", - name: 'user__edit_profile_url'); + return Intl.message("Url", name: 'user__edit_profile_url'); } String get user__edit_profile_location { - return Intl.message("Location", - name: 'user__edit_profile_location'); + return Intl.message("Location", name: 'user__edit_profile_location'); } String get user__edit_profile_bio { - return Intl.message("Bio", - name: 'user__edit_profile_bio'); + return Intl.message("Bio", name: 'user__edit_profile_bio'); } String get user__edit_profile_followers_count { @@ -2083,58 +2212,50 @@ class LocalizationService { } String get user__edit_profile_title { - return Intl.message("Edit profile", - name: 'user__edit_profile_title'); + return Intl.message("Edit profile", name: 'user__edit_profile_title'); } String get user__edit_profile_save_text { - return Intl.message("Save", - name: 'user__edit_profile_save_text'); + return Intl.message("Save", name: 'user__edit_profile_save_text'); } String get user__edit_profile_pick_image { - return Intl.message("Pick image", - name: 'user__edit_profile_pick_image'); + return Intl.message("Pick image", name: 'user__edit_profile_pick_image'); } String get user__edit_profile_delete { - return Intl.message("Delete", - name: 'user__edit_profile_delete'); + return Intl.message("Delete", name: 'user__edit_profile_delete'); } String user__edit_profile_pick_image_error_too_large(int limit) { return Intl.message("Image too large (limit: $limit MB)", - args: [limit], - name: 'user__edit_profile_pick_image_error_too_large'); + args: [limit], name: 'user__edit_profile_pick_image_error_too_large'); } String get user__tile_following { - return Intl.message(" · Following", - name: 'user__tile_following'); + return Intl.message(" · Following", name: 'user__tile_following'); } String get user__tile_delete { - return Intl.message("Delete", - name: 'user__tile_delete'); + return Intl.message("Delete", name: 'user__tile_delete'); } String get user__invite { - return Intl.message("Invite", - name: 'user__invite'); + return Intl.message("Invite", name: 'user__invite'); } String get user__uninvite { - return Intl.message("Uninvite", - name: 'user__uninvite'); + return Intl.message("Uninvite", name: 'user__uninvite'); } String get user__invite_member { - return Intl.message("Member", - name: 'user__invite_member'); + return Intl.message("Member", name: 'user__invite_member'); } - String user__invite_someone_message(String iosLink, String androidLink, String inviteLink) { - return Intl.message("Hey, I'd like to invite you to Okuna. First, Download the app on iTunes ($iosLink) or the Play store ($androidLink). " + String user__invite_someone_message( + String iosLink, String androidLink, String inviteLink) { + return Intl.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", args: [iosLink, androidLink, inviteLink], name: 'user__invite_someone_message'); @@ -2146,28 +2267,23 @@ class LocalizationService { } String get user__connections_header_users { - return Intl.message("Users", - name: 'user__connections_header_users'); + return Intl.message("Users", name: 'user__connections_header_users'); } String get user__connection_pending { - return Intl.message("Pending", - name: 'user__connection_pending'); + return Intl.message("Pending", name: 'user__connection_pending'); } String get user__connection_circle_edit { - return Intl.message("Edit", - name: 'user__connection_circle_edit'); + return Intl.message("Edit", name: 'user__connection_circle_edit'); } String get user__connections_circle_delete { - return Intl.message("Delete", - name: 'user__connections_circle_delete'); + return Intl.message("Delete", name: 'user__connections_circle_delete'); } String get user__save_connection_circle_name { - return Intl.message("Name", - name: 'user__save_connection_circle_name'); + return Intl.message("Name", name: 'user__save_connection_circle_name'); } String get user__save_connection_circle_hint { @@ -2186,8 +2302,7 @@ class LocalizationService { } String get user__save_connection_circle_users { - return Intl.message("Users", - name: 'user__save_connection_circle_users'); + return Intl.message("Users", name: 'user__save_connection_circle_users'); } String get user__save_connection_circle_edit { @@ -2201,13 +2316,11 @@ class LocalizationService { } String get user__save_connection_circle_save { - return Intl.message("Save", - name: 'user__save_connection_circle_save'); + return Intl.message("Save", name: 'user__save_connection_circle_save'); } String get user__update_connection_circle_save { - return Intl.message("Save", - name: 'user__update_connection_circle_save'); + return Intl.message("Save", name: 'user__update_connection_circle_save'); } String get user__update_connection_circle_updated { @@ -2222,8 +2335,7 @@ class LocalizationService { String user__confirm_connection_with(String userName) { return Intl.message("Confirm connection with $userName", - args: [userName], - name: 'user__confirm_connection_with'); + args: [userName], name: 'user__confirm_connection_with'); } String get user__confirm_connection_add_connection { @@ -2241,10 +2353,9 @@ class LocalizationService { name: 'user__confirm_connection_confirm_text'); } - String user__connect_to_user_connect_with_username (String userName) { + String user__connect_to_user_connect_with_username(String userName) { return Intl.message("Connect with $userName", - args: [userName], - name: 'user__connect_to_user_connect_with_username'); + args: [userName], name: 'user__connect_to_user_connect_with_username'); } String get user__connect_to_user_add_connection { @@ -2253,8 +2364,7 @@ class LocalizationService { } String get user__connect_to_user_done { - return Intl.message("Done", - name: 'user__connect_to_user_done'); + return Intl.message("Done", name: 'user__connect_to_user_done'); } String get user__connect_to_user_request_sent { @@ -2273,23 +2383,21 @@ class LocalizationService { } String get user__confirm_block_user_title { - return Intl.message("Confirmation", - name: 'user__confirm_block_user_title'); + return Intl.message("Confirmation", name: 'user__confirm_block_user_title'); } String get user__confirm_block_user_info { - return Intl.message("You won't see each other posts nor be able to interact in any way.", + return Intl.message( + "You won't see each other posts nor be able to interact in any way.", name: 'user__confirm_block_user_info'); } String get user__confirm_block_user_yes { - return Intl.message("Yes", - name: 'user__confirm_block_user_yes'); + return Intl.message("Yes", name: 'user__confirm_block_user_yes'); } String get user__confirm_block_user_no { - return Intl.message("No", - name: 'user__confirm_block_user_no'); + return Intl.message("No", name: 'user__confirm_block_user_no'); } String get user__confirm_block_user_blocked { @@ -2299,11 +2407,11 @@ class LocalizationService { String user__confirm_block_user_question(String username) { return Intl.message("Are you sure you want to block @$username?", - args: [username], - name: 'user__confirm_block_user_question'); + args: [username], name: 'user__confirm_block_user_question'); } - String user__save_connection_circle_name_taken(String takenConnectionsCircleName) { + String user__save_connection_circle_name_taken( + String takenConnectionsCircleName) { return Intl.message("Circle name '$takenConnectionsCircleName' is taken", args: [takenConnectionsCircleName], name: 'user__save_connection_circle_name_taken'); @@ -2320,8 +2428,7 @@ class LocalizationService { } String get user__timeline_filters_clear_all { - return Intl.message("Clear all", - name: 'user__timeline_filters_clear_all'); + return Intl.message("Clear all", name: 'user__timeline_filters_clear_all'); } String get user__timeline_filters_apply_all { @@ -2330,33 +2437,27 @@ class LocalizationService { } String get user__timeline_filters_circles { - return Intl.message("Circles", - name: 'user__timeline_filters_circles'); + return Intl.message("Circles", name: 'user__timeline_filters_circles'); } String get user__timeline_filters_lists { - return Intl.message("Lists", - name: 'user__timeline_filters_lists'); + return Intl.message("Lists", name: 'user__timeline_filters_lists'); } String get user__followers_title { - return Intl.message("Followers", - name: 'user__followers_title'); + return Intl.message("Followers", name: 'user__followers_title'); } String get user__follower_singular { - return Intl.message("follower", - name: 'user__follower_singular'); + return Intl.message("follower", name: 'user__follower_singular'); } String get user__follower_plural { - return Intl.message("followers", - name: 'user__follower_plural'); + return Intl.message("followers", name: 'user__follower_plural'); } String get user__delete_account_title { - return Intl.message("Delete account", - name: 'user__delete_account_title'); + return Intl.message("Delete account", name: 'user__delete_account_title'); } String get user__delete_account_current_pwd { @@ -2370,8 +2471,7 @@ class LocalizationService { } String get user__delete_account_next { - return Intl.message("Next", - name: 'user__delete_account_next'); + return Intl.message("Next", name: 'user__delete_account_next'); } String get user__delete_account_confirmation_title { @@ -2390,13 +2490,11 @@ class LocalizationService { } String get user__delete_account_confirmation_no { - return Intl.message("No", - name: 'user__delete_account_confirmation_no'); + return Intl.message("No", name: 'user__delete_account_confirmation_no'); } String get user__delete_account_confirmation_yes { - return Intl.message("Yes", - name: 'user__delete_account_confirmation_yes'); + return Intl.message("Yes", name: 'user__delete_account_confirmation_yes'); } String get user__delete_account_confirmation_goodbye { @@ -2410,23 +2508,19 @@ class LocalizationService { } String get user__invites_create_edit_title { - return Intl.message("Edit invite", - name: 'user__invites_create_edit_title'); + return Intl.message("Edit invite", name: 'user__invites_create_edit_title'); } String get user__invites_create_save { - return Intl.message("Save", - name: 'user__invites_create_save'); + return Intl.message("Save", name: 'user__invites_create_save'); } String get user__invites_create_create { - return Intl.message("Create", - name: 'user__invites_create_create'); + return Intl.message("Create", name: 'user__invites_create_create'); } String get user__invites_create_name_title { - return Intl.message("Nickname", - name: 'user__invites_create_name_title'); + return Intl.message("Nickname", name: 'user__invites_create_name_title'); } String get user__invites_create_name_hint { @@ -2435,18 +2529,15 @@ class LocalizationService { } String get user__invites_pending { - return Intl.message("Pending", - name: 'user__invites_pending'); + return Intl.message("Pending", name: 'user__invites_pending'); } String get user__invites_delete { - return Intl.message("Delete", - name: 'user__invites_delete'); + return Intl.message("Delete", name: 'user__invites_delete'); } String get user__invites_invite_text { - return Intl.message("Invite", - name: 'user__invites_invite_text'); + return Intl.message("Invite", name: 'user__invites_invite_text'); } String get user__invites_share_yourself { @@ -2465,8 +2556,7 @@ class LocalizationService { } String get user__invites_email_text { - return Intl.message("Email", - name: 'user__invites_email_text'); + return Intl.message("Email", name: 'user__invites_email_text'); } String get user__invites_email_hint { @@ -2480,8 +2570,7 @@ class LocalizationService { } String get user__invites_email_send_text { - return Intl.message("Send", - name: 'user__invites_email_send_text'); + return Intl.message("Send", name: 'user__invites_email_send_text'); } String get user__invites_email_sent_text { @@ -2490,28 +2579,27 @@ class LocalizationService { } String get user__invites_share_email_desc { - return Intl.message("We will send an invitation email with instructions on your behalf", + return Intl.message( + "We will send an invitation email with instructions on your behalf", name: 'user__invites_share_email_desc'); } String get user__invites_edit_text { - return Intl.message("Edit", - name: 'user__invites_edit_text'); + return Intl.message("Edit", name: 'user__invites_edit_text'); } String get user__invites_title { - return Intl.message("My invites", - name: 'user__invites_title'); + return Intl.message("My invites", name: 'user__invites_title'); } String get user__invites_accepted_title { - return Intl.message("Accepted", - name: 'user__invites_accepted_title'); + return Intl.message("Accepted", name: 'user__invites_accepted_title'); } String get user__invites_accepted_group_name { return Intl.message("accepted invites", - desc: 'Egs where this will end up: Accepted invites (capitalised title), Search accepted invites, See all accepted invites ', + desc: + 'Egs where this will end up: Accepted invites (capitalised title), Search accepted invites, See all accepted invites ', name: 'user__invites_accepted_group_name'); } @@ -2546,12 +2634,12 @@ class LocalizationService { } String get user__invites_refresh { - return Intl.message("Refresh", - name: 'user__invites_refresh'); + return Intl.message("Refresh", name: 'user__invites_refresh'); } String get user__language_settings_title { - return Intl.message("Language settings", name: 'user__language_settings_title'); + return Intl.message("Language settings", + name: 'user__language_settings_title'); } String get user__language_settings_save { @@ -2559,52 +2647,56 @@ class LocalizationService { } String get user__language_settings_saved_success { - return Intl.message("Language changed successfully", name: 'user__language_settings_saved_success'); + return Intl.message("Language changed successfully", + name: 'user__language_settings_saved_success'); } String user__groups_see_all(String groupName) { return Intl.message("See all $groupName", args: [groupName], - desc: 'Can be, See all joined communities, See all pending invites, See all moderated communities etc. ', + desc: + 'Can be, See all joined communities, See all pending invites, See all moderated communities etc. ', name: 'user__groups_see_all'); } String user__invites_joined_with(String username) { return Intl.message("Joined with username @$username", - args: [username], - name: 'user__invites_joined_with'); + args: [username], name: 'user__invites_joined_with'); } String user__invites_pending_email(String email) { return Intl.message("Pending, invite email sent to $email", - args: [email], - name: 'user__invites_pending_email'); + args: [email], name: 'user__invites_pending_email'); } String user__timeline_filters_no_match(String searchQuery) { return Intl.message("No match for '$searchQuery'.", - args: [searchQuery], - name: 'user__timeline_filters_no_match'); + args: [searchQuery], name: 'user__timeline_filters_no_match'); } String get user__clear_application_cache_text { - return Intl.message("Clear cache", name: 'user__clear_application_cache_text'); + return Intl.message("Clear cache", + name: 'user__clear_application_cache_text'); } String get user__clear_application_cache_desc { - return Intl.message("Clear cached posts, accounts, images & more.", name: 'user__clear_application_cache_desc'); + return Intl.message("Clear cached posts, accounts, images & more.", + name: 'user__clear_application_cache_desc'); } String get user__clear_application_cache_success { - return Intl.message("Cleared cache successfully", name: 'user__clear_application_cache_success'); + return Intl.message("Cleared cache successfully", + name: 'user__clear_application_cache_success'); } String get user__clear_application_cache_failure { - return Intl.message("Could not clear cache", name: 'user__clear_application_cache_failure'); + return Intl.message("Could not clear cache", + name: 'user__clear_application_cache_failure'); } String get user__confirm_guidelines_reject_title { - return Intl.message("Guidelines Rejection", name: 'user__confirm_guidelines_reject_title'); + return Intl.message("Guidelines Rejection", + name: 'user__confirm_guidelines_reject_title'); } String get user__confirm_guidelines_reject_info { @@ -2627,44 +2719,41 @@ class LocalizationService { name: 'user__confirm_guidelines_reject_chat_community'); } - String get user__confirm_guidelines_reject_join_slack{ + String get user__confirm_guidelines_reject_join_slack { return Intl.message("Join the Slack channel.", name: 'user__confirm_guidelines_reject_join_slack'); } - String get user__confirm_guidelines_reject_go_back{ + String get user__confirm_guidelines_reject_go_back { return Intl.message("Go back", name: 'user__confirm_guidelines_reject_go_back'); } - String get user__confirm_guidelines_reject_delete_account{ + String get user__confirm_guidelines_reject_delete_account { return Intl.message("Delete account", name: 'user__confirm_guidelines_reject_delete_account'); } String get user__guidelines_desc { - return Intl.message("Please take a moment to read and accept our guidelines.", + return Intl.message( + "Please take a moment to read and accept our guidelines.", name: 'user__guidelines_desc'); } String get user__guidelines_accept { - return Intl.message("Accept", - name: 'user__guidelines_accept'); + return Intl.message("Accept", name: 'user__guidelines_accept'); } String get user__guidelines_reject { - return Intl.message("Reject", - name: 'user__guidelines_reject'); + return Intl.message("Reject", name: 'user__guidelines_reject'); } String get user__change_email_title { - return Intl.message("Change Email", - name: 'user__change_email_title'); + return Intl.message("Change Email", name: 'user__change_email_title'); } String get user__change_email_email_text { - return Intl.message("Email", - name: 'user__change_email_email_text'); + return Intl.message("Email", name: 'user__change_email_email_text'); } String get user__change_email_hint_text { @@ -2678,12 +2767,12 @@ class LocalizationService { } String get user__change_email_save { - return Intl.message("Save", - name: 'user__change_email_save'); + return Intl.message("Save", name: 'user__change_email_save'); } String get user__change_email_success_info { - return Intl.message("We've sent a confirmation link to your new email address, click it to verify your new email", + return Intl.message( + "We've sent a confirmation link to your new email address, click it to verify your new email", name: 'user__change_email_success_info'); } @@ -2693,7 +2782,8 @@ class LocalizationService { } String get user__clear_app_preferences_desc { - return Intl.message("Clear the application preferences. Currently this is only the preferred order of comments.", + return Intl.message( + "Clear the application preferences. Currently this is only the preferred order of comments.", name: 'user__clear_app_preferences_desc'); } @@ -2708,7 +2798,8 @@ class LocalizationService { } String get user__email_verification_error { - return Intl.message("Oops! Your token was not valid or expired, please try again", + return Intl.message( + "Oops! Your token was not valid or expired, please try again", name: 'user__email_verification_error'); } @@ -2723,31 +2814,26 @@ class LocalizationService { } String get user__block_user { - return Intl.message("Block user", - name: 'user__block_user'); + return Intl.message("Block user", name: 'user__block_user'); } String get user__unblock_user { - return Intl.message("Unblock user", - name: 'user__unblock_user'); + return Intl.message("Unblock user", name: 'user__unblock_user'); } String user__disconnect_from_user(String userName) { return Intl.message("Disconnect from $userName", - args: [userName], - name: 'user__disconnect_from_user'); + args: [userName], name: 'user__disconnect_from_user'); } String user__circle_peoples_count(String prettyUsersCount) { return Intl.message("$prettyUsersCount people", - args: [prettyUsersCount], - name: 'user__circle_peoples_count'); + args: [prettyUsersCount], name: 'user__circle_peoples_count'); } String user__follows_list_accounts_count(String prettyUsersCount) { return Intl.message("$prettyUsersCount accounts", - args: [prettyUsersCount], - name: 'user__follows_list_accounts_count'); + args: [prettyUsersCount], name: 'user__follows_list_accounts_count'); } String get notifications__settings_title { @@ -2756,8 +2842,7 @@ class LocalizationService { } String get notifications__general_title { - return Intl.message("Notifications", - name: 'notifications__general_title'); + return Intl.message("Notifications", name: 'notifications__general_title'); } String get notifications__general_desc { @@ -2766,8 +2851,7 @@ class LocalizationService { } String get notifications__follow_title { - return Intl.message("Follow", - name: 'notifications__follow_title'); + return Intl.message("Follow", name: 'notifications__follow_title'); } String get notifications__follow_desc { @@ -2786,12 +2870,12 @@ class LocalizationService { } String get notifications__comment_title { - return Intl.message("Post comment", - name: 'notifications__comment_title'); + return Intl.message("Post comment", name: 'notifications__comment_title'); } String get notifications__comment_desc { - return Intl.message("Be notified when someone comments on one of your posts or one you also commented", + return Intl.message( + "Be notified when someone comments on one of your posts or one you also commented", name: 'notifications__comment_desc'); } @@ -2801,7 +2885,8 @@ class LocalizationService { } String get notifications__comment_reply_desc { - return Intl.message("Be notified when someone replies to one of your comments or one you also replied to", + return Intl.message( + "Be notified when someone replies to one of your comments or one you also replied to", name: 'notifications__comment_reply_desc'); } @@ -2811,7 +2896,8 @@ class LocalizationService { } String get notifications__comment_reaction_desc { - return Intl.message("Be notified when someone reacts to one of your post commments", + return Intl.message( + "Be notified when someone reacts to one of your post commments", name: 'notifications__comment_reaction_desc'); } @@ -2831,7 +2917,8 @@ class LocalizationService { } String get notifications__community_invite_desc { - return Intl.message("Be notified when someone invites you to join a community", + return Intl.message( + "Be notified when someone invites you to join a community", name: 'notifications__community_invite_desc'); } @@ -2898,35 +2985,44 @@ class LocalizationService { } String notifications__user_community_invite_tile(String communityName) { - return Intl.message("[name] [username] has invited you to join community /c/$communityName.", + return Intl.message( + "[name] [username] has invited you to join community /c/$communityName.", args: [communityName], desc: "Eg.: James @jamest has invited you to join community /c/okuna.", name: 'notifications__user_community_invite_tile'); } - String notifications__comment_reply_notification_tile_user_replied(String postCommentText) { + String notifications__comment_reply_notification_tile_user_replied( + String postCommentText) { return Intl.message("[name] [username] replied: $postCommentText", desc: 'For.eg. James @jamest replied.', args: [postCommentText], name: 'notifications__comment_reply_notification_tile_user_replied'); } - String notifications__comment_reply_notification_tile_user_also_replied(String postCommentText) { + String notifications__comment_reply_notification_tile_user_also_replied( + String postCommentText) { return Intl.message("[name] [username] also replied: $postCommentText", args: [postCommentText], - name: 'notifications__comment_reply_notification_tile_user_also_replied'); + name: + 'notifications__comment_reply_notification_tile_user_also_replied'); } - String notifications__comment_comment_notification_tile_user_commented(String postCommentText) { - return Intl.message("[name] [username] commented on your post: $postCommentText", + String notifications__comment_comment_notification_tile_user_commented( + String postCommentText) { + return Intl.message( + "[name] [username] commented on your post: $postCommentText", args: [postCommentText], - name: 'notifications__comment_comment_notification_tile_user_commented'); + name: + 'notifications__comment_comment_notification_tile_user_commented'); } - String notifications__comment_comment_notification_tile_user_also_commented(String postCommentText) { + String notifications__comment_comment_notification_tile_user_also_commented( + String postCommentText) { return Intl.message("[name] [username] also commented: $postCommentText", args: [postCommentText], - name: 'notifications__comment_comment_notification_tile_user_also_commented'); + name: + 'notifications__comment_comment_notification_tile_user_also_commented'); } String get moderation__filters_title { @@ -2935,38 +3031,31 @@ class LocalizationService { } String get moderation__filters_reset { - return Intl.message("Reset", - name: 'moderation__filters_reset'); + return Intl.message("Reset", name: 'moderation__filters_reset'); } String get moderation__filters_verified { - return Intl.message("Verified", - name: 'moderation__filters_verified'); + return Intl.message("Verified", name: 'moderation__filters_verified'); } String get moderation__filters_apply { - return Intl.message("Apply filters", - name: 'moderation__filters_apply'); + return Intl.message("Apply filters", name: 'moderation__filters_apply'); } String get moderation__filters_type { - return Intl.message("Type", - name: 'moderation__filters_type'); + return Intl.message("Type", name: 'moderation__filters_type'); } String get moderation__filters_status { - return Intl.message("Status", - name: 'moderation__filters_status'); + return Intl.message("Status", name: 'moderation__filters_status'); } String get moderation__filters_other { - return Intl.message("Other", - name: 'moderation__filters_other'); + return Intl.message("Other", name: 'moderation__filters_other'); } String get moderation__actions_review { - return Intl.message("Review", - name: 'moderation__actions_review'); + return Intl.message("Review", name: 'moderation__actions_review'); } String get moderation__actions_chat_with_team { @@ -2980,13 +3069,11 @@ class LocalizationService { } String get moderation__update_category_save { - return Intl.message("Save", - name: 'moderation__update_category_save'); + return Intl.message("Save", name: 'moderation__update_category_save'); } String get moderation__update_description_save { - return Intl.message("Save", - name: 'moderation__update_description_save'); + return Intl.message("Save", name: 'moderation__update_description_save'); } String get moderation__update_description_title { @@ -3005,8 +3092,7 @@ class LocalizationService { } String get moderation__update_status_save { - return Intl.message("Save", - name: 'moderation__update_status_save'); + return Intl.message("Save", name: 'moderation__update_status_save'); } String get moderation__update_status_title { @@ -3020,13 +3106,11 @@ class LocalizationService { } String get moderation__moderated_object_title { - return Intl.message("Object", - name: 'moderation__moderated_object_title'); + return Intl.message("Object", name: 'moderation__moderated_object_title'); } String get moderation__moderated_object_status { - return Intl.message("Status", - name: 'moderation__moderated_object_status'); + return Intl.message("Status", name: 'moderation__moderated_object_status'); } String get moderation__moderated_object_reports_count { @@ -3057,8 +3141,7 @@ class LocalizationService { } String get moderation__community_review_object { - return Intl.message("Object", - name: 'moderation__community_review_object'); + return Intl.message("Object", name: 'moderation__community_review_object'); } String get moderation__community_review_approve { @@ -3067,8 +3150,7 @@ class LocalizationService { } String get moderation__community_review_reject { - return Intl.message("reject", - name: 'moderation__community_review_reject'); + return Intl.message("reject", name: 'moderation__community_review_reject'); } String get moderation__community_review_item_verified { @@ -3102,7 +3184,8 @@ class LocalizationService { } String get moderation__confirm_report_provide_details { - return Intl.message("Can you provide extra details that might be relevant to the report?", + return Intl.message( + "Can you provide extra details that might be relevant to the report?", name: 'moderation__confirm_report_provide_details'); } @@ -3122,8 +3205,9 @@ class LocalizationService { } String get moderation__confirm_report_provide_happen_next_desc { - return Intl.message("- Your report will be submitted anonymously. \n" - "- If you are reporting a post or comment, the report will be sent to the Okuna staff and the community moderators if applicable and the post will be hidden from your feed. \n" + return Intl.message( + "- Your report will be submitted anonymously. \n" + "- If you are reporting a post or comment, the report will be sent to the Okuna staff and the community moderators if applicable and the post will be hidden from your feed. \n" "- If you are reporting an account or community, it will be sent to the Okuna staff. \n" "- We'll review it, if approved, content will be deleted and penalties delivered to the people involved ranging from a temporary suspension to deletion of the account depending on the severity of the transgression. \n" "- If the report is found to be made in an attempt to damage the reputation of another member or community in the platform with no infringement of the stated reason, penalties will be applied to you. \n", @@ -3176,8 +3260,7 @@ class LocalizationService { } String get moderation__report_post_text { - return Intl.message("Report post", - name: 'moderation__report_post_text'); + return Intl.message("Report post", name: 'moderation__report_post_text'); } String get moderation__you_have_reported_post_text { @@ -3225,6 +3308,12 @@ class LocalizationService { name: 'post__comments_page_search_post_participants'); } + 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() { return locale; diff --git a/lib/widgets/contextual_account_search_box.dart b/lib/widgets/contextual_account_search_box.dart index 66cd34fa4..d4e049ccc 100644 --- a/lib/widgets/contextual_account_search_box.dart +++ b/lib/widgets/contextual_account_search_box.dart @@ -102,7 +102,7 @@ class OBContextualAccountSearchBoxState padding: const EdgeInsets.only(left: 20, right: 20, top: 10, bottom: 10), child: OBText( - 'Suggestions', + _localizationService.contextual_account_search_box__suggestions, style: TextStyle(fontWeight: FontWeight.bold, fontSize: 24), ), ), From 33bef1b9100b80845dcfe8e23a7cce3e2784e838 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Mon, 12 Aug 2019 14:10:20 +0200 Subject: [PATCH 33/45] :sparkles: add new localization strings in english --- README.md | 2 +- assets/i18n/en/contextual_account_search_box.arb | 8 ++++++++ assets/i18n/en/notifications.arb | 12 ++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 assets/i18n/en/contextual_account_search_box.arb diff --git a/README.md b/README.md index 4ba80f3d7..d3bab86e9 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ 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` 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/notifications.arb b/assets/i18n/en/notifications.arb index 6a8f01dff..1880fcd33 100644 --- a/assets/i18n/en/notifications.arb +++ b/assets/i18n/en/notifications.arb @@ -170,5 +170,17 @@ "placeholders": { "postCommentText": {} } + }, + "mentioned_in_post_comment_tile": "[name] [username] mentioned you on a comment.", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment.", + "type": "text", + "placeholders": {} + }, + "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 From 1e75a3419bf7adeab75c231d8f96f4fe8128ab1f Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Mon, 12 Aug 2019 15:38:20 +0200 Subject: [PATCH 34/45] :sparkles: add notification settings for mentions --- lib/models/user_notifications_settings.dart | 14 +++ .../pages/notifications_settings.dart | 106 +++++++++++++++--- lib/services/auth_api.dart | 15 ++- lib/services/localization.dart | 20 ++++ lib/services/user.dart | 4 + lib/widgets/fields/toggle_field.dart | 10 +- 6 files changed, 140 insertions(+), 29 deletions(-) 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/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/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/localization.dart b/lib/services/localization.dart index a9c577a5b..adf5524e6 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -2931,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'); diff --git a/lib/services/user.dart b/lib/services/user.dart index aed248ad6..374462684 100644 --- a/lib/services/user.dart +++ b/lib/services/user.dart @@ -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, diff --git a/lib/widgets/fields/toggle_field.dart b/lib/widgets/fields/toggle_field.dart index 06129f04c..34c108f30 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}) : super(key: key); + @override Widget build(BuildContext context) { From abf3365102da70c1117f411f8f918f5c3578c511 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Mon, 12 Aug 2019 15:43:03 +0200 Subject: [PATCH 35/45] :globe_with_meridians: add more strings --- assets/i18n/en/notifications.arb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/i18n/en/notifications.arb b/assets/i18n/en/notifications.arb index 1880fcd33..cb8875283 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", From b387604563fd897b83d7967199826cce92441672 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Tue, 13 Aug 2019 17:05:00 +0200 Subject: [PATCH 36/45] :bug: add missing localised locales :grimacing: --- .gitignore | 1 + Makefile | 13 ++++ Pipfile | 0 README.md | 10 ++- assets/i18n/{es => es-ES}/auth.arb | 0 assets/i18n/{es => es-ES}/community.arb | 0 assets/i18n/{es => es-ES}/drawer.arb | 0 assets/i18n/{es => es-ES}/error.arb | 0 assets/i18n/{es => es-ES}/moderation.arb | 0 assets/i18n/{es => es-ES}/notifications.arb | 0 assets/i18n/{es => es-ES}/post.arb | 0 assets/i18n/{es => es-ES}/user.arb | 0 assets/i18n/{es => es-ES}/user_search.arb | 0 assets/i18n/{sv => sv-SE}/auth.arb | 0 assets/i18n/{sv => sv-SE}/community.arb | 0 assets/i18n/{sv => sv-SE}/drawer.arb | 0 assets/i18n/{sv => sv-SE}/error.arb | 0 assets/i18n/{sv => sv-SE}/moderation.arb | 0 assets/i18n/{sv => sv-SE}/notifications.arb | 0 assets/i18n/{sv => sv-SE}/post.arb | 0 assets/i18n/{sv => sv-SE}/user.arb | 0 assets/i18n/{sv => sv-SE}/user_search.arb | 0 ...es_es_material_localizations_delegate.dart | 62 +++++++++++++++++++ ...sv_se_material_localizations_delegate.dart | 62 +++++++++++++++++++ lib/services/localization.dart | 2 +- lib/translation/constants.dart | 4 +- 26 files changed, 148 insertions(+), 6 deletions(-) create mode 100644 Pipfile rename assets/i18n/{es => es-ES}/auth.arb (100%) rename assets/i18n/{es => es-ES}/community.arb (100%) rename assets/i18n/{es => es-ES}/drawer.arb (100%) rename assets/i18n/{es => es-ES}/error.arb (100%) rename assets/i18n/{es => es-ES}/moderation.arb (100%) rename assets/i18n/{es => es-ES}/notifications.arb (100%) rename assets/i18n/{es => es-ES}/post.arb (100%) rename assets/i18n/{es => es-ES}/user.arb (100%) rename assets/i18n/{es => es-ES}/user_search.arb (100%) rename assets/i18n/{sv => sv-SE}/auth.arb (100%) rename assets/i18n/{sv => sv-SE}/community.arb (100%) rename assets/i18n/{sv => sv-SE}/drawer.arb (100%) rename assets/i18n/{sv => sv-SE}/error.arb (100%) rename assets/i18n/{sv => sv-SE}/moderation.arb (100%) rename assets/i18n/{sv => sv-SE}/notifications.arb (100%) rename assets/i18n/{sv => sv-SE}/post.arb (100%) rename assets/i18n/{sv => sv-SE}/user.arb (100%) rename assets/i18n/{sv => sv-SE}/user_search.arb (100%) create mode 100644 lib/delegates/es_es_material_localizations_delegate.dart create mode 100644 lib/delegates/sv_se_material_localizations_delegate.dart 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/Makefile b/Makefile index 34d5c9c7c..9d1e95ed7 100644 --- a/Makefile +++ b/Makefile @@ -27,3 +27,16 @@ generate_locale: build_locale: node bin/buildLocales flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/locale --no-use-deferred-loading lib/services/localization.dart assets/i18n/intl_*.arb + +upload_crowdin_locales: + crowdin upload sources + +download_crowdin_locales: + crowdin download -l de + crowdin download -l es-ES + crowdin download -l fr + crowdin download -l it + crowdin download -l pt-BR + crowdin download -l sv-SE + crowdin download -l tr + diff --git a/Pipfile b/Pipfile new file mode 100644 index 000000000..e69de29bb diff --git a/README.md b/README.md index d3bab86e9..1c366fedf 100644 --- a/README.md +++ b/README.md @@ -214,10 +214,14 @@ localization service to only pass along `pt_BR`to `intl` when it encounters a lo 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 summarise, in order to onboard a new localized locale, +## 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 code to the `localizedLocales` list in `localization.dart`. -3. Run `make build_locale` as is standard. +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! diff --git a/assets/i18n/es/auth.arb b/assets/i18n/es-ES/auth.arb similarity index 100% rename from assets/i18n/es/auth.arb rename to assets/i18n/es-ES/auth.arb diff --git a/assets/i18n/es/community.arb b/assets/i18n/es-ES/community.arb similarity index 100% rename from assets/i18n/es/community.arb rename to assets/i18n/es-ES/community.arb diff --git a/assets/i18n/es/drawer.arb b/assets/i18n/es-ES/drawer.arb similarity index 100% rename from assets/i18n/es/drawer.arb rename to assets/i18n/es-ES/drawer.arb diff --git a/assets/i18n/es/error.arb b/assets/i18n/es-ES/error.arb similarity index 100% rename from assets/i18n/es/error.arb rename to assets/i18n/es-ES/error.arb diff --git a/assets/i18n/es/moderation.arb b/assets/i18n/es-ES/moderation.arb similarity index 100% rename from assets/i18n/es/moderation.arb rename to assets/i18n/es-ES/moderation.arb diff --git a/assets/i18n/es/notifications.arb b/assets/i18n/es-ES/notifications.arb similarity index 100% rename from assets/i18n/es/notifications.arb rename to assets/i18n/es-ES/notifications.arb diff --git a/assets/i18n/es/post.arb b/assets/i18n/es-ES/post.arb similarity index 100% rename from assets/i18n/es/post.arb rename to assets/i18n/es-ES/post.arb diff --git a/assets/i18n/es/user.arb b/assets/i18n/es-ES/user.arb similarity index 100% rename from assets/i18n/es/user.arb rename to assets/i18n/es-ES/user.arb 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/sv/auth.arb b/assets/i18n/sv-SE/auth.arb similarity index 100% rename from assets/i18n/sv/auth.arb rename to assets/i18n/sv-SE/auth.arb diff --git a/assets/i18n/sv/community.arb b/assets/i18n/sv-SE/community.arb similarity index 100% rename from assets/i18n/sv/community.arb rename to assets/i18n/sv-SE/community.arb diff --git a/assets/i18n/sv/drawer.arb b/assets/i18n/sv-SE/drawer.arb similarity index 100% rename from assets/i18n/sv/drawer.arb rename to assets/i18n/sv-SE/drawer.arb diff --git a/assets/i18n/sv/error.arb b/assets/i18n/sv-SE/error.arb similarity index 100% rename from assets/i18n/sv/error.arb rename to assets/i18n/sv-SE/error.arb diff --git a/assets/i18n/sv/moderation.arb b/assets/i18n/sv-SE/moderation.arb similarity index 100% rename from assets/i18n/sv/moderation.arb rename to assets/i18n/sv-SE/moderation.arb diff --git a/assets/i18n/sv/notifications.arb b/assets/i18n/sv-SE/notifications.arb similarity index 100% rename from assets/i18n/sv/notifications.arb rename to assets/i18n/sv-SE/notifications.arb diff --git a/assets/i18n/sv/post.arb b/assets/i18n/sv-SE/post.arb similarity index 100% rename from assets/i18n/sv/post.arb rename to assets/i18n/sv-SE/post.arb diff --git a/assets/i18n/sv/user.arb b/assets/i18n/sv-SE/user.arb similarity index 100% rename from assets/i18n/sv/user.arb rename to assets/i18n/sv-SE/user.arb diff --git a/assets/i18n/sv/user_search.arb b/assets/i18n/sv-SE/user_search.arb similarity index 100% rename from assets/i18n/sv/user_search.arb rename to assets/i18n/sv-SE/user_search.arb 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/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/services/localization.dart b/lib/services/localization.dart index adf5524e6..9c49f1cbf 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -19,7 +19,7 @@ class LocalizationService { /// 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']; + static const localizedLocales = ['pt-BR', 'es-ES', 'sv-SE']; Future load() { final String name = locale.countryCode == null ? locale.languageCode : locale.toString(); diff --git a/lib/translation/constants.dart b/lib/translation/constants.dart index f817c3592..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'), @@ -25,7 +25,7 @@ const supportedLocales = [ // const Locale('pl', 'PL'), const Locale('pt-BR', 'BR'), // const Locale('ru', 'RU'), - const Locale('sv', 'SE'), + const Locale('sv-SE', 'SE'), const Locale('tr', 'TR'), ]; From 72b31b6d6bfad0d1910f96612a427fd4069b441f Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Tue, 13 Aug 2019 17:40:01 +0200 Subject: [PATCH 37/45] :globe_with_meridians: update localisation files --- Makefile | 13 - assets/i18n/de/auth.arb | 16 +- assets/i18n/de/community.arb | 8 +- .../i18n/de/contextual_account_search_box.arb | 10 + assets/i18n/de/drawer.arb | 6 +- assets/i18n/de/moderation.arb | 14 +- assets/i18n/de/notifications.arb | 46 ++- assets/i18n/de/post.arb | 24 +- assets/i18n/de/user.arb | 8 +- .../es-ES/contextual_account_search_box.arb | 10 + assets/i18n/es-ES/notifications.arb | 44 +++ .../i18n/fr/contextual_account_search_box.arb | 10 + assets/i18n/fr/notifications.arb | 44 +++ .../i18n/it/contextual_account_search_box.arb | 10 + assets/i18n/it/notifications.arb | 44 +++ assets/i18n/pt-BR/auth.arb | 206 +++++----- assets/i18n/pt-BR/community.arb | 280 +++++++------- .../pt-BR/contextual_account_search_box.arb | 10 + assets/i18n/pt-BR/drawer.arb | 86 ++--- assets/i18n/pt-BR/error.arb | 4 +- assets/i18n/pt-BR/moderation.arb | 134 +++---- assets/i18n/pt-BR/notifications.arb | 106 +++-- assets/i18n/pt-BR/post.arb | 214 +++++------ assets/i18n/pt-BR/user.arb | 362 +++++++++--------- assets/i18n/pt-BR/user_search.arb | 24 +- assets/i18n/tr/auth.arb | 2 +- .../i18n/tr/contextual_account_search_box.arb | 10 + assets/i18n/tr/notifications.arb | 44 +++ 28 files changed, 1050 insertions(+), 739 deletions(-) create mode 100644 assets/i18n/de/contextual_account_search_box.arb create mode 100644 assets/i18n/es-ES/contextual_account_search_box.arb create mode 100644 assets/i18n/fr/contextual_account_search_box.arb create mode 100644 assets/i18n/it/contextual_account_search_box.arb create mode 100644 assets/i18n/pt-BR/contextual_account_search_box.arb create mode 100644 assets/i18n/tr/contextual_account_search_box.arb diff --git a/Makefile b/Makefile index 9d1e95ed7..34d5c9c7c 100644 --- a/Makefile +++ b/Makefile @@ -27,16 +27,3 @@ generate_locale: build_locale: node bin/buildLocales flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/locale --no-use-deferred-loading lib/services/localization.dart assets/i18n/intl_*.arb - -upload_crowdin_locales: - crowdin upload sources - -download_crowdin_locales: - crowdin download -l de - crowdin download -l es-ES - crowdin download -l fr - crowdin download -l it - crowdin download -l pt-BR - crowdin download -l sv-SE - crowdin download -l tr - diff --git a/assets/i18n/de/auth.arb b/assets/i18n/de/auth.arb index 02c742b9d..8e118ed0f 100644 --- a/assets/i18n/de/auth.arb +++ b/assets/i18n/de/auth.arb @@ -57,7 +57,7 @@ } }, - "create_acc__lets_get_started": "Fangen wir an", + "create_acc__lets_get_started": "Los geht's", "@create_acc__lets_get_started": { "type": "text", "placeholders": { @@ -261,7 +261,7 @@ } }, - "create_acc__name_length_error": "😱 Dein Name darf maximal 50 Zeichen haben. (Falls er länger ist, tut es uns sehr Leid)", + "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,14 +317,14 @@ } }, - "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": "Wie lautet deine E-Mail-Adresse?", + "create_acc__what_email": "Wie lautet deine E-Mail?", "@create_acc__what_email": { "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 c78a960b7..aa7452d79 100644 --- a/assets/i18n/de/community.arb +++ b/assets/i18n/de/community.arb @@ -13,7 +13,7 @@ } }, - "button_staff": "Moderatoren", + "button_staff": "Team", "@button_staff": { "type": "text", "placeholders": { @@ -493,7 +493,7 @@ } } }, - "ban_user_title": "Benutzer aussperren", + "ban_user_title": "Benutzer bannen", "@ban_user_title": { "type": "text", "placeholders": { @@ -530,7 +530,7 @@ } }, - "favorite_community": "Meine Community", + "favorite_community": "favorisierte Community", "@favorite_community": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 favorite community", "type": "text", @@ -915,7 +915,7 @@ } }, - "community_staff": "Community-Moderatoren", + "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 095e7cd5c..322f58bf3 100644 --- a/assets/i18n/de/drawer.arb +++ b/assets/i18n/de/drawer.arb @@ -55,7 +55,7 @@ } }, - "my_mod_penalties": "Gegen mich verhängte Strafen", + "my_mod_penalties": "Meine Strafen", "@my_mod_penalties": { "type": "text", "placeholders": { @@ -260,14 +260,14 @@ } }, - "useful_links_guidelines_handbook": "Okuna Bedienungsanleitung", + "useful_links_guidelines_handbook": "Okuna Benutzerhandbuch", "@useful_links_guidelines_handbook": { "type": "text", "placeholders": { } }, - "useful_links_guidelines_handbook_desc": "Eine Anleitung mit allem, was man wissen muss, um das Okuna-Netzwerk zu nutzen", + "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": { diff --git a/assets/i18n/de/moderation.arb b/assets/i18n/de/moderation.arb index d9acd4165..528a4f45b 100644 --- a/assets/i18n/de/moderation.arb +++ b/assets/i18n/de/moderation.arb @@ -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": { @@ -456,21 +456,21 @@ } }, - "my_moderation_tasks_title": "Offene Moderationsaufgaben", + "my_moderation_tasks_title": "Offene Moderatoraufgaben", "@my_moderation_tasks_title": { "type": "text", "placeholders": { } }, - "pending_moderation_tasks_singular": "offene Moderationsaufgaben", + "pending_moderation_tasks_singular": "offene Moderatoraufgabe", "@pending_moderation_tasks_singular": { "type": "text", "placeholders": { } }, - "pending_moderation_tasks_plural": "offene Moderationsaufgaben", + "pending_moderation_tasks_plural": "offene Moderatoraufgaben", "@pending_moderation_tasks_plural": { "description": "Eg. No pending moderation tasks found", "type": "text", @@ -478,14 +478,14 @@ } }, - "my_moderation_penalties_title": "Gegen mich verhängte Strafen", + "my_moderation_penalties_title": "Meine Strafen", "@my_moderation_penalties_title": { "type": "text", "placeholders": { } }, - "my_moderation_penalties_resouce_singular": "gegen mich verhängte Strafen", + "my_moderation_penalties_resouce_singular": "gegen mich verhängte Strafe", "@my_moderation_penalties_resouce_singular": { "type": "text", "placeholders": { diff --git a/assets/i18n/de/notifications.arb b/assets/i18n/de/notifications.arb index 840b98663..1e808a6f1 100644 --- a/assets/i18n/de/notifications.arb +++ b/assets/i18n/de/notifications.arb @@ -13,7 +13,7 @@ } }, - "general_desc": "Werde benachrichtigt wenn etwas passiert", + "general_desc": "Werde benachrichtigt, wenn etwas passiert", "@general_desc": { "type": "text", "placeholders": { @@ -76,6 +76,34 @@ } }, + "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-Reaktionen", "@comment_reaction_title": { "type": "text", @@ -232,5 +260,21 @@ } } + }, + "mentioned_in_post_comment_tile": "[name] [username] hat dich in einem Kommentar erwähnt.", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment.", + "type": "text", + "placeholders": { + + } + }, + "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 40f1c4e8a..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": "Versuche, die Timeline zu aktualisieren.", + "timeline_posts_default_drhoo_subtitle": "Versuche die Timeline zu aktualisieren.", "@timeline_posts_default_drhoo_subtitle": { "type": "text", "placeholders": { @@ -711,7 +711,7 @@ } }, - "time_short_years": "J.", + "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", @@ -719,7 +719,7 @@ } }, - "time_short_one_year": "1J.", + "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", @@ -727,7 +727,7 @@ } }, - "time_short_weeks": "W.", + "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", @@ -735,7 +735,7 @@ } }, - "time_short_one_week": "1W.", + "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", @@ -743,7 +743,7 @@ } }, - "time_short_days": "Tage", + "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", @@ -751,7 +751,7 @@ } }, - "time_short_one_day": "1Tag", + "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", @@ -759,7 +759,7 @@ } }, - "time_short_hours": "h", + "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", @@ -775,7 +775,7 @@ } }, - "time_short_minutes": "m", + "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", @@ -783,7 +783,7 @@ } }, - "time_short_seconds": "s", + "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", @@ -791,7 +791,7 @@ } }, - "time_short_one_minute": "1m", + "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", diff --git a/assets/i18n/de/user.arb b/assets/i18n/de/user.arb index bacd4c351..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", @@ -733,7 +733,7 @@ } }, - "timeline_filters_apply_all": "Filtern", + "timeline_filters_apply_all": "Anwenden", "@timeline_filters_apply_all": { "type": "text", "placeholders": { @@ -1212,7 +1212,7 @@ } }, - "change_email_title": "E-Mail-Adresse ändern", + "change_email_title": "E-Mail ändern", "@change_email_title": { "type": "text", "placeholders": { @@ -1226,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": { 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-ES/notifications.arb b/assets/i18n/es-ES/notifications.arb index daf2f4678..8f5662c4d 100644 --- a/assets/i18n/es-ES/notifications.arb +++ b/assets/i18n/es-ES/notifications.arb @@ -76,6 +76,34 @@ } }, + "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", @@ -232,5 +260,21 @@ } } + }, + "mentioned_in_post_comment_tile": "[name] [username] te mencionó en un comentario.", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment.", + "type": "text", + "placeholders": { + + } + }, + "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/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/notifications.arb b/assets/i18n/fr/notifications.arb index 095054cc5..b928eff2e 100644 --- a/assets/i18n/fr/notifications.arb +++ b/assets/i18n/fr/notifications.arb @@ -76,6 +76,34 @@ } }, + "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", @@ -232,5 +260,21 @@ } } + }, + "mentioned_in_post_comment_tile": "[name] [username] vous a mentionné.e sur un commentaire.", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment.", + "type": "text", + "placeholders": { + + } + }, + "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/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/notifications.arb b/assets/i18n/it/notifications.arb index 2747c57f3..5f11c415b 100644 --- a/assets/i18n/it/notifications.arb +++ b/assets/i18n/it/notifications.arb @@ -76,6 +76,34 @@ } }, + "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", @@ -232,5 +260,21 @@ } } + }, + "mentioned_in_post_comment_tile": "[name] [username] ti ha menzionato in un commento.", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment.", + "type": "text", + "placeholders": { + + } + }, + "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/pt-BR/auth.arb b/assets/i18n/pt-BR/auth.arb index e90e7a1f9..683981096 100644 --- a/assets/i18n/pt-BR/auth.arb +++ b/assets/i18n/pt-BR/auth.arb @@ -1,47 +1,47 @@ { - "headline": "Uma rede social melhor.", + "headline": "Better social.", "@headline": { "type": "text", "placeholders": { } }, - "login": "Entrar", + "login": "Logga in", "@login": { "type": "text", "placeholders": { } }, - "email_empty_error": "O email não pode ficar vazio.", + "email_empty_error": "Du måste ange en e-postadress.", "@email_empty_error": { "type": "text", "placeholders": { } }, - "email_invalid_error": "Por favor, forneça um email válido.", + "email_invalid_error": "Vänligen ange en giltig e-postadress.", "@email_invalid_error": { "type": "text", "placeholders": { } }, - "username_empty_error": "O nome de usuário não pode ficar vazio.", + "username_empty_error": "Du måste ange ett användarnamn.", "@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": "Ett användarnamn kan bara innehålla alfanumeriska tecken och understreck.", "@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": "Ett användarnamn kan inte vara längre än {maxLength} tecken.", "@username_maxlength_error": { "type": "text", "placeholders": { @@ -50,91 +50,91 @@ } } }, - "create_account": "Cadastrar-se", + "create_account": "Registrera dig", "@create_account": { "type": "text", "placeholders": { } }, - "create_acc__lets_get_started": "Vamos começar", + "create_acc__lets_get_started": "Låt oss komma igång", "@create_acc__lets_get_started": { "type": "text", "placeholders": { } }, - "create_acc__welcome_to_beta": "Bem-vindo(a) à Beta!", + "create_acc__welcome_to_beta": "Välkommen till betan!", "@create_acc__welcome_to_beta": { "type": "text", "placeholders": { } }, - "create_acc__previous": "Voltar", + "create_acc__previous": "Tillbaka", "@create_acc__previous": { "type": "text", "placeholders": { } }, - "create_acc__next": "Avançar", + "create_acc__next": "Nästa", "@create_acc__next": { "type": "text", "placeholders": { } }, - "create_acc__create_account": "Criar uma conta", + "create_acc__create_account": "Skapa konto", "@create_acc__create_account": { "type": "text", "placeholders": { } }, - "create_acc__paste_link": "Cole seu link de registro abaixo", + "create_acc__paste_link": "Klistra in din registreringslänk nedan", "@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": "Klistra in din lösenordsåterställningslänk nedan", "@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": "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": "O campo de link não pode ficar vazio.", + "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": "Este link parece ser inválido.", + "create_acc__link_invalid_error": "Länken verkar vara ogiltig.", "@create_acc__link_invalid_error": { "type": "text", "placeholders": { } }, - "password_empty_error": "A senha não pode ficar vazia.", + "password_empty_error": "Du måste ange ett lösenord.", "@password_empty_error": { "type": "text", "placeholders": { } }, - "password_range_error": "A senha deve ter entre {minLength} e {maxLength} caracteres.", + "password_range_error": "Lösenordet måste vara mellan {minLength} och {maxLength} tecken.", "@password_range_error": { "type": "text", "placeholders": { @@ -146,14 +146,14 @@ } } }, - "name_empty_error": "O nome não pode ficar vazio.", + "name_empty_error": "Du måste ange ett namn.", "@name_empty_error": { "type": "text", "placeholders": { } }, - "name_range_error": "O nome deve ter entre {minLength} e {maxLength} caracteres.", + "name_range_error": "Namnet måste vara mellan {minLength} och {maxLength} tecken.", "@name_range_error": { "type": "text", "placeholders": { @@ -165,14 +165,14 @@ } } }, - "description_empty_error": "A descrição não pode ficar vazia.", + "description_empty_error": "Du måste skriva en beskrivning.", "@description_empty_error": { "type": "text", "placeholders": { } }, - "description_range_error": "A descrição deve ter entre {minLength} e {maxLength} caracteres.", + "description_range_error": "Beskrivningen måste vara mellan {minLength} och {maxLength} tecken.", "@description_range_error": { "type": "text", "placeholders": { @@ -184,196 +184,196 @@ } } }, - "reset_password_success_title": "Tudo pronto!", + "reset_password_success_title": "Allt klart!", "@reset_password_success_title": { "type": "text", "placeholders": { } }, - "reset_password_success_info": "Sua senha foi alterada com sucesso", + "reset_password_success_info": "Ditt lösenord har uppdaterats", "@reset_password_success_info": { "type": "text", "placeholders": { } }, - "create_acc__request_invite": "Sem convite? Solicite um aqui.", + "create_acc__request_invite": "Ingen inbjudan? Be om en här.", "@create_acc__request_invite": { "type": "text", "placeholders": { } }, - "create_acc__subscribe": "Solicitar", + "create_acc__subscribe": "Begär", "@create_acc__subscribe": { "type": "text", "placeholders": { } }, - "create_acc__subscribe_to_waitlist_text": "Solicitar um convite!", + "create_acc__subscribe_to_waitlist_text": "Be om en inbjudan!", "@create_acc__subscribe_to_waitlist_text": { "type": "text", "placeholders": { } }, - "create_acc__congratulations": "Parabéns!", + "create_acc__congratulations": "Gratulerar!", "@create_acc__congratulations": { "type": "text", "placeholders": { } }, - "create_acc__your_subscribed": "Você é o número {0} da lista de espera.", + "create_acc__your_subscribed": "Du är {0} på väntelistan.", "@create_acc__your_subscribed": { "type": "text", "placeholders": { } }, - "create_acc__almost_there": "Quase lá...", + "create_acc__almost_there": "Nästan klart...", "@create_acc__almost_there": { "type": "text", "placeholders": { } }, - "create_acc__what_name": "Qual é o seu nome?", + "create_acc__what_name": "Vad heter du?", "@create_acc__what_name": { "type": "text", "placeholders": { } }, - "create_acc__name_placeholder": "Ayrton Senna", + "create_acc__name_placeholder": "James Bond", "@create_acc__name_placeholder": { "type": "text", "placeholders": { } }, - "create_acc__name_empty_error": "😱 Seu nome não pode ficar vazio.", + "create_acc__name_empty_error": "😱 Du måste ange ett namn.", "@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": "😱 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": "😅 Um nome só pode conter caracteres alfanuméricos (por enquanto).", + "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": "Escolha um nome de usuário", + "create_acc__what_username": "Välj ett användarnamn", "@create_acc__what_username": { "type": "text", "placeholders": { } }, - "create_acc__username_placeholder": "santosdumont", + "create_acc__username_placeholder": "pablopicasso", "@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": "😱 Du måste ange ett användarnamn.", "@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": "😅 Ett användarnamn kan inte vara längre än 30 tecken.", "@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": "😅 Ett användarnamn kan bara innehålla alfanumeriska tecken och understreck.", "@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": "😩 Användarnamnet @%s är upptaget.", "@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": "😭 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": "Qual é o seu email?", + "create_acc__what_email": "Vad är din e-post?", "@create_acc__what_email": { "type": "text", "placeholders": { } }, - "create_acc__email_placeholder": "gisele_bundchen@mail.com", + "create_acc__email_placeholder": "john_travolta@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": "😱 Du måste ange en e-postadress", "@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": "😅 Vänligen ange en giltig e-postadress.", "@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": "🤔 Det finns redan ett konto med den e-postadressen.", "@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": "😭 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": "Escolha uma senha", + "create_acc__what_password": "Välj ett lösenord", "@create_acc__what_password": { "type": "text", "placeholders": { } }, - "create_acc_password_hint_text": "({minLength}-{maxLength} caracteres)", + "create_acc_password_hint_text": "({minLength}-{maxLength} tecken)", "@create_acc_password_hint_text": { "type": "text", "placeholders": { @@ -385,357 +385,357 @@ } } }, - "create_acc__what_password_subtext": "(mín. 10 caracteres)", + "create_acc__what_password_subtext": "(minst 10 tecken)", "@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": "😱 Du måste ange ett lösenord", "@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": "😅 Ett lösenord måste vara mellan 8 och 64 tecken.", "@create_acc__password_length_error": { "type": "text", "placeholders": { } }, - "create_acc__what_avatar": "Escolha uma imagem de perfil", + "create_acc__what_avatar": "Välj en profilbild", "@create_acc__what_avatar": { "type": "text", "placeholders": { } }, - "create_acc__avatar_tap_to_change": "Toque para alterar", + "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": "Tirar uma foto", + "create_acc__avatar_choose_camera": "Ta ett foto", "@create_acc__avatar_choose_camera": { "type": "text", "placeholders": { } }, - "create_acc__avatar_choose_gallery": "Usar uma foto existente", + "create_acc__avatar_choose_gallery": "Använd ett existerande foto", "@create_acc__avatar_choose_gallery": { "type": "text", "placeholders": { } }, - "create_acc__avatar_remove_photo": "Remover foto", + "create_acc__avatar_remove_photo": "Ta bort foto", "@create_acc__avatar_remove_photo": { "type": "text", "placeholders": { } }, - "create_acc__done": "Criar conta", + "create_acc__done": "Skapa konto", "@create_acc__done": { "type": "text", "placeholders": { } }, - "create_acc__done_subtext": "Você pode mudar isso nas configurações de perfil.", + "create_acc__done_subtext": "Du kan ändra detta i dina profilinställningar.", "@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": "Ditt konto har skapats med användarnamnet ", "@create_acc__done_created": { "type": "text", "placeholders": { } }, - "create_acc__submit_loading_title": "Segura aí!", + "create_acc__submit_loading_title": "Håll ut!", "@create_acc__submit_loading_title": { "type": "text", "placeholders": { } }, - "create_acc__submit_loading_desc": "Estamos criando sua conta.", + "create_acc__submit_loading_desc": "Vi skapar ditt konto.", "@create_acc__submit_loading_desc": { "type": "text", "placeholders": { } }, - "create_acc__submit_error_title": "Ah não...", + "create_acc__submit_error_title": "Åh, nej...", "@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": "😭 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": "😅 Parece que algumas das informações não estavam corretas, por favor, verifique e tente novamente.", + "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": "Aeee!", + "create_acc__done_title": "Hurra!", "@create_acc__done_title": { "type": "text", "placeholders": { } }, - "create_acc__done_description": "Sua conta foi criada com sucesso.", + "create_acc__done_description": "Ditt konto har skapats.", "@create_acc__done_description": { "type": "text", "placeholders": { } }, - "create_acc__your_username_is": "Seu nome de usuário é ", + "create_acc__your_username_is": "Ditt användarnamn är ", "@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": "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": "Entrar", + "create_acc__done_continue": "Logga in", "@create_acc__done_continue": { "type": "text", "placeholders": { } }, - "create_acc__one_last_thing": "Uma última coisa...", + "create_acc__one_last_thing": "En sista sak...", "@create_acc__one_last_thing": { "type": "text", "placeholders": { } }, - "create_acc__register": "Criar uma conta", + "create_acc__register": "Registrera", "@create_acc__register": { "type": "text", "placeholders": { } }, - "create_acc__are_you_legal_age": "Você tem mais de 16 anos?", + "create_acc__are_you_legal_age": "Är du äldre än 16 år?", "@create_acc__are_you_legal_age": { "type": "text", "placeholders": { } }, - "login__login": "Continuar", + "login__login": "Fortsätt", "@login__login": { "type": "text", "placeholders": { } }, - "login__previous": "Voltar", + "login__previous": "Tillbaka", "@login__previous": { "type": "text", "placeholders": { } }, - "login__title": "Bem-vindo(a) de volta!", + "login__title": "Välkommen tillbaka!", "@login__title": { "type": "text", "placeholders": { } }, - "login__subtitle": "Insira suas credenciais para continuar.", + "login__subtitle": "Ange dina inloggningsuppgifter för att fortsätta.", "@login__subtitle": { "type": "text", "placeholders": { } }, - "login__forgot_password": "Esqueci a senha", + "login__forgot_password": "Glömt lösenordet", "@login__forgot_password": { "type": "text", "placeholders": { } }, - "login__forgot_password_subtitle": "Digite seu nome de usuário ou email", + "login__forgot_password_subtitle": "Ange ditt användarnamn eller e-postadress", "@login__forgot_password_subtitle": { "type": "text", "placeholders": { } }, - "login__username_label": "Nome de usuário", + "login__username_label": "Användarnamn", "@login__username_label": { "type": "text", "placeholders": { } }, - "login__password_label": "Senha", + "login__password_label": "Lösenord", "@login__password_label": { "type": "text", "placeholders": { } }, - "login__email_label": "Email", + "login__email_label": "E-postadress", "@login__email_label": { "type": "text", "placeholders": { } }, - "login__or_text": "Ou", + "login__or_text": "Eller", "@login__or_text": { "type": "text", "placeholders": { } }, - "login__password_empty_error": "A senha é necessária.", + "login__password_empty_error": "Ett lösenord krävs.", "@login__password_empty_error": { "type": "text", "placeholders": { } }, - "login__password_length_error": "Sua senha deve ter entre 8 e 64 caracteres.", + "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": "O nome de usuário é necessário.", + "login__username_empty_error": "Ett användarnamn krävs.", "@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": "Användarnamnet kan inte vara längre än 30 tecken.", "@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": "Användarnamnet kan bara innehålla alfanumeriska tecken och understreck.", "@login__username_characters_error": { "type": "text", "placeholders": { } }, - "login__credentials_mismatch_error": "As credenciais fornecidas não coincidem.", + "login__credentials_mismatch_error": "De angivna uppgifterna matchar inte.", "@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": "Åh nej.. Vi har serverproblem. Vänligen försök igen om några minuter.", "@login__server_error": { "type": "text", "placeholders": { } }, - "login__connection_error": "Não conseguimos alcançar nossos servidores. Você está conectado à internet?", + "login__connection_error": "Vi kan inte nå våra servrar. Är du uppkopplad mot internet?", "@login__connection_error": { "type": "text", "placeholders": { } }, - "change_password_title": "Alterar senha", + "change_password_title": "Ändra lösenord", "@change_password_title": { "type": "text", "placeholders": { } }, - "change_password_current_pwd": "Senha atual", + "change_password_current_pwd": "Nuvarande lösenord", "@change_password_current_pwd": { "type": "text", "placeholders": { } }, - "change_password_current_pwd_hint": "Digite a sua senha atual", + "change_password_current_pwd_hint": "Ange ditt nuvarande lösenord", "@change_password_current_pwd_hint": { "type": "text", "placeholders": { } }, - "change_password_current_pwd_incorrect": "A senha inserida está incorreta", + "change_password_current_pwd_incorrect": "Det angivna lösenordet var felaktigt", "@change_password_current_pwd_incorrect": { "type": "text", "placeholders": { } }, - "change_password_new_pwd": "Nova senha", + "change_password_new_pwd": "Nytt lösenord", "@change_password_new_pwd": { "type": "text", "placeholders": { } }, - "change_password_new_pwd_hint": "Digite a sua nova senha", + "change_password_new_pwd_hint": "Ange ditt nya lösenord", "@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": "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": "Salvar", + "change_password_save_text": "Spara", "@change_password_save_text": { "type": "text", "placeholders": { } }, - "change_password_save_success": "Tudo certo! Sua senha foi atualizada", + "change_password_save_success": "Allt klart! Ditt lösenord har uppdaterats", "@change_password_save_success": { "type": "text", "placeholders": { diff --git a/assets/i18n/pt-BR/community.arb b/assets/i18n/pt-BR/community.arb index a39f25e9c..ca388fb2e 100644 --- a/assets/i18n/pt-BR/community.arb +++ b/assets/i18n/pt-BR/community.arb @@ -1,89 +1,89 @@ { - "no": "Não", + "no": "Nej", "@no": { "type": "text", "placeholders": { } }, - "yes": "Sim", + "yes": "Ja", "@yes": { "type": "text", "placeholders": { } }, - "button_staff": "Equipe", + "button_staff": "Personal", "@button_staff": { "type": "text", "placeholders": { } }, - "button_rules": "Regras", + "button_rules": "Regler", "@button_rules": { "type": "text", "placeholders": { } }, - "community": "comunidade", + "community": "gemenskap", "@community": { "type": "text", "placeholders": { } }, - "communities": "comunidades", + "communities": "gemenskaper", "@communities": { "type": "text", "placeholders": { } }, - "type_public": "Pública", + "type_public": "Offentlig", "@type_public": { "type": "text", "placeholders": { } }, - "type_private": "Privada", + "type_private": "Privat", "@type_private": { "type": "text", "placeholders": { } }, - "member_capitalized": "Membro", + "member_capitalized": "Medlem", "@member_capitalized": { "type": "text", "placeholders": { } }, - "members_capitalized": "Membros", + "members_capitalized": "Medlemmar", "@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": "Detta kommer tillåta medlemmen att redigera gemenskapens information, administratörer, moderatorer och bannade användare.", "@admin_desc": { "type": "text", "placeholders": { } }, - "confirmation_title": "Confirmação", + "confirmation_title": "Bekräftelse", "@confirmation_title": { "type": "text", "placeholders": { } }, - "admin_add_confirmation": "Você tem certeza de que deseja adicionar @{username} como administrador da comunidade?", + "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": { @@ -92,7 +92,7 @@ } } }, - "ban_confirmation": "Você tem certeza de que deseja banir @{username}?", + "ban_confirmation": "Är du säker på att du vill banna @{username}?", "@ban_confirmation": { "type": "text", "placeholders": { @@ -101,14 +101,14 @@ } } }, - "ban_desc": "Isso removerá o usuário da comunidade e impedirá que ele entre novamente.", + "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": "Você tem certeza de que deseja adicionar @{username} como moderador da comunidade?", + "moderator_add_confirmation": "Är du säker på att du vill lägga till @{username} som gemenskapsmoderator?", "@moderator_add_confirmation": { "type": "text", "placeholders": { @@ -117,301 +117,301 @@ } } }, - "moderator_desc": "Isso permitirá que o membro edite os detalhes da comunidade, moderadores e usuários banidos.", + "moderator_desc": "Detta kommer tillåta medlemmen att redigera gemenskapens information, moderatorer och bannade användare.", "@moderator_desc": { "type": "text", "placeholders": { } }, - "moderators_you": "Você", + "moderators_you": "Du", "@moderators_you": { "type": "text", "placeholders": { } }, - "moderators_title": "Moderadores", + "moderators_title": "Moderatorer", "@moderators_title": { "type": "text", "placeholders": { } }, - "leave_desc": "Você não poderá mais ver as publicações desta comunidade, nem publicar nela.", + "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": "Você tem certeza de que deseja sair da comunidade?", + "leave_confirmation": "Är du säker på att du vill lämna gemenskapen?", "@leave_confirmation": { "type": "text", "placeholders": { } }, - "moderator_resource_name": "moderador", + "moderator_resource_name": "moderator", "@moderator_resource_name": { "type": "text", "placeholders": { } }, - "moderators_resource_name": "moderadores", + "moderators_resource_name": "moderatorer", "@moderators_resource_name": { "type": "text", "placeholders": { } }, - "add_moderator_title": "Adicionar moderador", + "add_moderator_title": "Lägg till moderator", "@add_moderator_title": { "type": "text", "placeholders": { } }, - "delete_confirmation": "Você tem certeza de que deseja excluir a comunidade?", + "delete_confirmation": "Är du säker på att du vill ta bort gemenskapen?", "@delete_confirmation": { "type": "text", "placeholders": { } }, - "delete_desc": "Você não poderá mais ver as publicações desta comunidade, nem publicar nela.", + "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": "Gerenciar", + "actions_manage_text": "Hantera", "@actions_manage_text": { "type": "text", "placeholders": { } }, - "manage_title": "Gerenciar comunidade", + "manage_title": "Hantera gemenskap", "@manage_title": { "type": "text", "placeholders": { } }, - "manage_details_title": "Detalhes", + "manage_details_title": "Detaljer", "@manage_details_title": { "type": "text", "placeholders": { } }, - "manage_details_desc": "Alterar título, nome, avatar, foto de capa e mais.", + "manage_details_desc": "Ändra titel, namn, avatar, omslagsfoto och mer.", "@manage_details_desc": { "type": "text", "placeholders": { } }, - "manage_admins_title": "Administradores", + "manage_admins_title": "Administratörer", "@manage_admins_title": { "type": "text", "placeholders": { } }, - "manage_admins_desc": "Ver, adicionar e remover administradores.", + "manage_admins_desc": "Se, lägg till och ta bort administratörer.", "@manage_admins_desc": { "type": "text", "placeholders": { } }, - "manage_mods_title": "Moderadores", + "manage_mods_title": "Moderatorer", "@manage_mods_title": { "type": "text", "placeholders": { } }, - "manage_mods_desc": "Ver, adicionar e remover moderadores.", + "manage_mods_desc": "Se, lägg till och ta bort moderatorer.", "@manage_mods_desc": { "type": "text", "placeholders": { } }, - "manage_banned_title": "Usuários banidos", + "manage_banned_title": "Bannade användare", "@manage_banned_title": { "type": "text", "placeholders": { } }, - "manage_banned_desc": "Ver, adicionar e remover usuários banidos.", + "manage_banned_desc": "Se, lägg till och ta bort bannade användare.", "@manage_banned_desc": { "type": "text", "placeholders": { } }, - "manage_mod_reports_title": "Reportado à moderação", + "manage_mod_reports_title": "Anmälningar", "@manage_mod_reports_title": { "type": "text", "placeholders": { } }, - "manage_mod_reports_desc": "Revise as denúncias à moderação da comunidade.", + "manage_mod_reports_desc": "Granska gemenskapens anmälningar.", "@manage_mod_reports_desc": { "type": "text", "placeholders": { } }, - "manage_closed_posts_title": "Posts fechados", + "manage_closed_posts_title": "Stängda inlägg", "@manage_closed_posts_title": { "type": "text", "placeholders": { } }, - "manage_closed_posts_desc": "Ver e gerenciar os posts fechados", + "manage_closed_posts_desc": "Se och hantera stängda inlägg", "@manage_closed_posts_desc": { "type": "text", "placeholders": { } }, - "manage_invite_title": "Convidar pessoas", + "manage_invite_title": "Bjud in folk", "@manage_invite_title": { "type": "text", "placeholders": { } }, - "manage_invite_desc": "Convide suas conexões e seguidores para se juntar à comunidade.", + "manage_invite_desc": "Bjud in dina kontakter och följare till gemenskapen.", "@manage_invite_desc": { "type": "text", "placeholders": { } }, - "manage_delete_title": "Excluir comunidade", + "manage_delete_title": "Ta bort gemenskapen", "@manage_delete_title": { "type": "text", "placeholders": { } }, - "manage_delete_desc": "Excluir a comunidade, para sempre.", + "manage_delete_desc": "Ta bort gemenskapen, för alltid.", "@manage_delete_desc": { "type": "text", "placeholders": { } }, - "manage_leave_title": "Sair da comunidade", + "manage_leave_title": "Lämna gemenskapen", "@manage_leave_title": { "type": "text", "placeholders": { } }, - "manage_leave_desc": "Sair da comunidade.", + "manage_leave_desc": "Lämna gemenskapen.", "@manage_leave_desc": { "type": "text", "placeholders": { } }, - "manage_add_favourite": "Adicionar a comunidade às suas favoritas", + "manage_add_favourite": "Lägg till gemenskapen bland dina favoriter", "@manage_add_favourite": { "type": "text", "placeholders": { } }, - "manage_remove_favourite": "Remover a comunidade de suas favoritas", + "manage_remove_favourite": "Ta bort gemenskapen från dina favoriter", "@manage_remove_favourite": { "type": "text", "placeholders": { } }, - "is_private": "Essa comunidade é privada.", + "is_private": "Den här gemenskapen är privat.", "@is_private": { "type": "text", "placeholders": { } }, - "invited_by_member": "Você deve ser convidado(a) por um membro.", + "invited_by_member": "Du måste bli inbjuden av en medlem.", "@invited_by_member": { "type": "text", "placeholders": { } }, - "invited_by_moderator": "Você deve ser convidado(a) por um moderador.", + "invited_by_moderator": "Du måste bli inbjuden av en moderator.", "@invited_by_moderator": { "type": "text", "placeholders": { } }, - "refreshing": "Atualizando a comunidade", + "refreshing": "Uppdaterar gemenskap", "@refreshing": { "type": "text", "placeholders": { } }, - "posts": "Posts", + "posts": "Inlägg", "@posts": { "type": "text", "placeholders": { } }, - "about": "Sobre", + "about": "Om", "@about": { "type": "text", "placeholders": { } }, - "category": "categoria.", + "category": "kategori.", "@category": { "type": "text", "placeholders": { } }, - "categories": "categorias.", + "categories": "kategorier.", "@categories": { "type": "text", "placeholders": { } }, - "add_administrators_title": "Adicionar administrador.", + "add_administrators_title": "Lägg till administratör.", "@add_administrators_title": { "type": "text", "placeholders": { } }, - "community_members": "Membros da comunidade", + "community_members": "Gemenskapens medlemmar", "@community_members": { "type": "text", "placeholders": { } }, - "member": "membro", + "member": "medlem", "@member": { "description": "Currently not used in app, reserved for potential use. Could be used as: Showing 1 member", "type": "text", @@ -419,7 +419,7 @@ } }, - "member_plural": "membros", + "member_plural": "medlemmar", "@member_plural": { "description": "See all members ,Search all members", "type": "text", @@ -427,14 +427,14 @@ } }, - "administrators_title": "Administradores", + "administrators_title": "Administratörer", "@administrators_title": { "type": "text", "placeholders": { } }, - "administrator_text": "administrador", + "administrator_text": "administratör", "@administrator_text": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrator", "type": "text", @@ -442,7 +442,7 @@ } }, - "administrator_plural": "administradores", + "administrator_plural": "administratörer", "@administrator_plural": { "description": "Egs. Search administrators, See list_search_text in user_search.arb ", "type": "text", @@ -450,21 +450,21 @@ } }, - "administrator_you": "Você", + "administrator_you": "Du", "@administrator_you": { "type": "text", "placeholders": { } }, - "user_you_text": "Você", + "user_you_text": "Du", "@user_you_text": { "type": "text", "placeholders": { } }, - "pick_upto_max": "Escolha até {max} categorias", + "pick_upto_max": "Välj upp till {max} kategorier", "@pick_upto_max": { "type": "text", "placeholders": { @@ -473,7 +473,7 @@ } } }, - "pick_atleast_min_category": "Você deve escolher pelo menos {min} categoria.", + "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", @@ -483,7 +483,7 @@ } } }, - "pick_atleast_min_categories": "Você deve escolher pelo menos {min} categorias.", + "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", @@ -493,21 +493,21 @@ } } }, - "ban_user_title": "Banir usuário", + "ban_user_title": "Banna användare", "@ban_user_title": { "type": "text", "placeholders": { } }, - "banned_users_title": "Usuários banidos", + "banned_users_title": "Bannade användare", "@banned_users_title": { "type": "text", "placeholders": { } }, - "banned_user_text": "usuário banido", + "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", @@ -515,7 +515,7 @@ } }, - "banned_users_text": "usuários banidos", + "banned_users_text": "bannade användare", "@banned_users_text": { "description": "Egs. Search banned users, See list_search_text in user_search.arb ", "type": "text", @@ -523,14 +523,14 @@ } }, - "favorites_title": "Favoritas", + "favorites_title": "Favoriter", "@favorites_title": { "type": "text", "placeholders": { } }, - "favorite_community": "comunidade favorita", + "favorite_community": "favoritgemenskap", "@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": "comunidades favoritas", + "favorite_communities": "favoritgemenskaper", "@favorite_communities": { "description": "Egs. Search favorite communities, See list_search_text in user_search.arb ", "type": "text", @@ -546,14 +546,14 @@ } }, - "administrated_title": "Administradas", + "administrated_title": "Administrerade", "@administrated_title": { "type": "text", "placeholders": { } }, - "administrated_community": "comunidade administrada", + "administrated_community": "administrerad gemenskap", "@administrated_community": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community", "type": "text", @@ -561,7 +561,7 @@ } }, - "administrated_communities": "comunidades administradas", + "administrated_communities": "administrerade gemenskaper", "@administrated_communities": { "description": "Egs. Search administrated communities, See list_search_text in user_search.arb ", "type": "text", @@ -569,14 +569,14 @@ } }, - "moderated_title": "Moderadas", + "moderated_title": "Modererade", "@moderated_title": { "type": "text", "placeholders": { } }, - "moderated_community": "comunidade moderada", + "moderated_community": "modererad gemenskap", "@moderated_community": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community", "type": "text", @@ -584,7 +584,7 @@ } }, - "moderated_communities": "comunidades moderadas", + "moderated_communities": "modererade gemenskaper", "@moderated_communities": { "description": "Egs. Search moderated communities, See list_search_text in user_search.arb ", "type": "text", @@ -592,14 +592,14 @@ } }, - "joined_title": "Ingressadas", + "joined_title": "Medlem i", "@joined_title": { "type": "text", "placeholders": { } }, - "joined_community": "comunidade ingressada", + "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", @@ -607,7 +607,7 @@ } }, - "joined_communities": "comunidades ingressadas", + "joined_communities": "gemenskaper du är medlem i", "@joined_communities": { "description": "Egs. Search joined communities, See list_search_text in user_search.arb ", "type": "text", @@ -615,42 +615,42 @@ } }, - "join_communities_desc": "Entre nas comunidades para ver esta aba ganhar vida!", + "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": "Atualizar", + "refresh_text": "Uppdatera", "@refresh_text": { "type": "text", "placeholders": { } }, - "trending_none_found": "Nenhuma comunidade em alta encontrada. Tente novamente em alguns minutos.", + "trending_none_found": "Inga trendiga gemenskaper hittades. Försök igen om några minuter.", "@trending_none_found": { "type": "text", "placeholders": { } }, - "trending_refresh": "Atualizar", + "trending_refresh": "Uppdatera", "@trending_refresh": { "type": "text", "placeholders": { } }, - "trending_in_all": "Em alta em todas as categorias", + "trending_in_all": "Trendiga från alla kategorier", "@trending_in_all": { "type": "text", "placeholders": { } }, - "trending_in_category": "Em alta em {categoryName}", + "trending_in_category": "Trendiga i {categoryName}", "@trending_in_category": { "type": "text", "placeholders": { @@ -659,42 +659,42 @@ } } }, - "communities_title": "Comunidades", + "communities_title": "Gemenskaper", "@communities_title": { "type": "text", "placeholders": { } }, - "communities_no_category_found": "Nenhuma categoria encontrada. Por favor, tente novamente em alguns minutos.", + "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": "Atualizar", + "communities_refresh_text": "Uppdatera", "@communities_refresh_text": { "type": "text", "placeholders": { } }, - "communities_all_text": "Todas", + "communities_all_text": "Alla", "@communities_all_text": { "type": "text", "placeholders": { } }, - "invite_to_community_title": "Convidar para a comunidade", + "invite_to_community_title": "Bjud in till gemenskapen", "@invite_to_community_title": { "type": "text", "placeholders": { } }, - "invite_to_community_resource_singular": "conexão ou seguidor", + "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", @@ -702,7 +702,7 @@ } }, - "invite_to_community_resource_plural": "conexões e seguidores", + "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", @@ -710,49 +710,49 @@ } }, - "favorite_action": "Favoritar comunidade", + "favorite_action": "Markera gemenskap som favorit", "@favorite_action": { "type": "text", "placeholders": { } }, - "unfavorite_action": "Desfavoritar comunidade", + "unfavorite_action": "Ta bort gemenskap från favoriter", "@unfavorite_action": { "type": "text", "placeholders": { } }, - "save_community_label_title": "Título", + "save_community_label_title": "Titel", "@save_community_label_title": { "type": "text", "placeholders": { } }, - "save_community_label_title_hint_text": "ex: Viagem, Fotografia, Jogos.", + "save_community_label_title_hint_text": "t. ex. Resor, Fotografering, Datorspel.", "@save_community_label_title_hint_text": { "type": "text", "placeholders": { } }, - "save_community_name_title": "Nome", + "save_community_name_title": "Namn", "@save_community_name_title": { "type": "text", "placeholders": { } }, - "save_community_name_title_hint_text": " ex: viagem, fotografia, jogos.", + "save_community_name_title_hint_text": " t. ex. resor, fotografering, datorspel.", "@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": "Gemenskapsnamnet '{takenName}' är upptaget", "@save_community_name_taken": { "type": "text", "placeholders": { @@ -761,203 +761,203 @@ } } }, - "save_community_name_label_color": "Cor", + "save_community_name_label_color": "Färg", "@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": "(Tryck för att ändra)", "@save_community_name_label_color_hint_text": { "type": "text", "placeholders": { } }, - "save_community_name_label_type": "Tipo", + "save_community_name_label_type": "Typ", "@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": "(Tryck för att ändra)", "@save_community_name_label_type_hint_text": { "type": "text", "placeholders": { } }, - "save_community_name_member_invites": "Convites de membros", + "save_community_name_member_invites": "Medlemsinbjudningar", "@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": "Medlemmar kan bjuda in folk till gemenskapen", "@save_community_name_member_invites_subtitle": { "type": "text", "placeholders": { } }, - "save_community_name_category": "Categoria", + "save_community_name_category": "Kategori", "@save_community_name_category": { "type": "text", "placeholders": { } }, - "save_community_name_label_desc_optional": "Descrição · Opcional", + "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": "Sobre o que é a sua comunidade?", + "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": "Regras · Opcional", + "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": "Há algo que você gostaria que seus usuários soubessem?", + "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": "Adjetivo para membro · Opcional", + "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": "ex: viajante, fotógrafo, gamer.", + "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": "Adjetivo para membros · Opcional", + "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": "ex: viajantes, fotógrafos, gamers.", + "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": "Editar comunidade", + "save_community_edit_community": "Redigera gemenskap", "@save_community_edit_community": { "type": "text", "placeholders": { } }, - "save_community_create_community": "Criar comunidade", + "save_community_create_community": "Skapa gemenskap", "@save_community_create_community": { "type": "text", "placeholders": { } }, - "save_community_save_text": "Salvar", + "save_community_save_text": "Spara", "@save_community_save_text": { "type": "text", "placeholders": { } }, - "save_community_create_text": "Criar", + "save_community_create_text": "Skapa", "@save_community_create_text": { "type": "text", "placeholders": { } }, - "actions_invite_people_title": "Convide pessoas para a comunidade", + "actions_invite_people_title": "Bjud in folk till gemenskapen", "@actions_invite_people_title": { "type": "text", "placeholders": { } }, - "join_community": "Entrar", + "join_community": "Gå med", "@join_community": { "type": "text", "placeholders": { } }, - "leave_community": "Sair", + "leave_community": "Lämna", "@leave_community": { "type": "text", "placeholders": { } }, - "community_staff": "Equipe da comunidade", + "community_staff": "Gemenskapens personal", "@community_staff": { "type": "text", "placeholders": { } }, - "post_singular": "post", + "post_singular": "inlägg", "@post_singular": { "type": "text", "placeholders": { } }, - "post_plural": "posts", + "post_plural": "inlägg", "@post_plural": { "type": "text", "placeholders": { } }, - "rules_title": "Regras da comunidade", + "rules_title": "Gemenskapens regler", "@rules_title": { "type": "text", "placeholders": { } }, - "rules_text": "Regras", + "rules_text": "Regler", "@rules_text": { "type": "text", "placeholders": { } }, - "name_characters_error": "O nome só pode conter caracteres alfanuméricos e underlines (_).", + "name_characters_error": "Ett namn kan bara innehålla alfanumeriska tecken och understreck.", "@name_characters_error": { "type": "text", "placeholders": { } }, - "name_range_error": "O nome não pode ser maior que {maxLength} caracteres.", + "name_range_error": "Namnet får inte vara längre än {maxLength} tecken.", "@name_range_error": { "type": "text", "placeholders": { @@ -966,14 +966,14 @@ } } }, - "name_empty_error": "O nome não pode ficar vazio.", + "name_empty_error": "Du måste ange ett namn.", "@name_empty_error": { "type": "text", "placeholders": { } }, - "title_range_error": "O título não pode ser maior que {maxLength} caracteres.", + "title_range_error": "Titeln får inte vara längre än {maxLength} tecken.", "@title_range_error": { "type": "text", "placeholders": { @@ -982,14 +982,14 @@ } } }, - "title_empty_error": "O título não pode ficar vazio.", + "title_empty_error": "Du måste ange en titel.", "@title_empty_error": { "type": "text", "placeholders": { } }, - "rules_range_error": "As regras não podem ser maiores que {maxLength} caracteres.", + "rules_range_error": "Reglerna får inte vara längre än {maxLength} tecken.", "@rules_range_error": { "type": "text", "placeholders": { @@ -998,14 +998,14 @@ } } }, - "rules_empty_error": "As regras não podem ficar vazias.", + "rules_empty_error": "Regelfältet kan inte vara tomt.", "@rules_empty_error": { "type": "text", "placeholders": { } }, - "description_range_error": "A descrição não pode ser maior que {maxLength} caracteres.", + "description_range_error": "Beskrivningen kan inte vara längre än {maxLength} tecken.", "@description_range_error": { "type": "text", "placeholders": { @@ -1014,7 +1014,7 @@ } } }, - "adjectives_range_error": "Os adjetivos não podem ser mais longos que {maxLength} caracteres.", + "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", 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..5291c367d --- /dev/null +++ b/assets/i18n/pt-BR/contextual_account_search_box.arb @@ -0,0 +1,10 @@ +{ + "suggestions": "Förslag", + "@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 index b3ddcd3e8..dae115338 100644 --- a/assets/i18n/pt-BR/drawer.arb +++ b/assets/i18n/pt-BR/drawer.arb @@ -1,159 +1,159 @@ { - "menu_title": "Menu", + "menu_title": "Meny", "@menu_title": { "type": "text", "placeholders": { } }, - "main_title": "Minha Okuna", + "main_title": "Mitt Okuna", "@main_title": { "type": "text", "placeholders": { } }, - "my_circles": "Meus círculos", + "my_circles": "Mina cirklar", "@my_circles": { "type": "text", "placeholders": { } }, - "my_lists": "Minhas listas", + "my_lists": "Mina listor", "@my_lists": { "type": "text", "placeholders": { } }, - "my_followers": "Meus seguidores", + "my_followers": "Mina följare", "@my_followers": { "type": "text", "placeholders": { } }, - "my_following": "Meus seguidos", + "my_following": "Mitt följande", "@my_following": { "type": "text", "placeholders": { } }, - "my_invites": "Meus convites", + "my_invites": "Mina inbjudningar", "@my_invites": { "type": "text", "placeholders": { } }, - "my_pending_mod_tasks": "Minhas tarefas de moderação pendentes", + "my_pending_mod_tasks": "Mina väntande modereringsuppgifter", "@my_pending_mod_tasks": { "type": "text", "placeholders": { } }, - "my_mod_penalties": "Minhas penalidades", + "my_mod_penalties": "Mina modereringsstraff", "@my_mod_penalties": { "type": "text", "placeholders": { } }, - "app_account_text": "Aplicativo & Conta", + "app_account_text": "App & Konto", "@app_account_text": { "type": "text", "placeholders": { } }, - "themes": "Temas", + "themes": "Teman", "@themes": { "type": "text", "placeholders": { } }, - "global_moderation": "Moderação global", + "global_moderation": "Global moderering", "@global_moderation": { "type": "text", "placeholders": { } }, - "profile": "Perfil", + "profile": "Profil", "@profile": { "type": "text", "placeholders": { } }, - "connections": "Minhas conexões", + "connections": "Mina kontakter", "@connections": { "type": "text", "placeholders": { } }, - "lists": "Minhas listas", + "lists": "Mina listor", "@lists": { "type": "text", "placeholders": { } }, - "settings": "Configurações", + "settings": "Inställningar", "@settings": { "type": "text", "placeholders": { } }, - "application_settings": "Configurações do aplicativo", + "application_settings": "Programinställningar", "@application_settings": { "type": "text", "placeholders": { } }, - "account_settings": "Configurações da conta", + "account_settings": "Kontoinställningar", "@account_settings": { "type": "text", "placeholders": { } }, - "account_settings_change_email": "Alterar Email", + "account_settings_change_email": "Ändra e-post", "@account_settings_change_email": { "type": "text", "placeholders": { } }, - "account_settings_change_password": "Alterar Senha", + "account_settings_change_password": "Ändra lösenord", "@account_settings_change_password": { "type": "text", "placeholders": { } }, - "account_settings_notifications": "Notificações", + "account_settings_notifications": "Aviseringar", "@account_settings_notifications": { "type": "text", "placeholders": { } }, - "account_settings_language_text": "Idioma", + "account_settings_language_text": "Språk", "@account_settings_language_text": { "type": "text", "placeholders": { } }, - "account_settings_language": "Idioma ({currentUserLanguage})", + "account_settings_language": "Språk ({currentUserLanguage})", "@account_settings_language": { "type": "text", "placeholders": { @@ -162,140 +162,140 @@ } } }, - "account_settings_blocked_users": "Usuários bloqueados", + "account_settings_blocked_users": "Blockerade användare", "@account_settings_blocked_users": { "type": "text", "placeholders": { } }, - "account_settings_delete_account": "Excluir a minha conta", + "account_settings_delete_account": "Ta bort konto", "@account_settings_delete_account": { "type": "text", "placeholders": { } }, - "help": "Suporte e Feedback", + "help": "Hjälp och feedback", "@help": { "type": "text", "placeholders": { } }, - "customize": "Personalizar", + "customize": "Anpassa", "@customize": { "type": "text", "placeholders": { } }, - "logout": "Sair", + "logout": "Logga ut", "@logout": { "type": "text", "placeholders": { } }, - "useful_links_title": "Links úteis", + "useful_links_title": "Användbara länkar", "@useful_links_title": { "type": "text", "placeholders": { } }, - "useful_links_guidelines": "Diretrizes da Okuna", + "useful_links_guidelines": "Okunas riktlinjer", "@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": "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": "Projeto no Github", + "useful_links_guidelines_github": "Projekttavla på 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": "Ta en titt på vad vi arbetar på just nu", "@useful_links_guidelines_github_desc": { "type": "text", "placeholders": { } }, - "useful_links_guidelines_feature_requests": "Sugestões de recursos", + "useful_links_guidelines_feature_requests": "Funktionsförslag", "@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": "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": "Rastreador de bugs", + "useful_links_guidelines_bug_tracker": "Felrapportering", "@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": "Rapportera ett fel eller rösta för existerande rapporter", "@useful_links_guidelines_bug_tracker_desc": { "type": "text", "placeholders": { } }, - "useful_links_guidelines_handbook": "Manual da Okuna", + "useful_links_guidelines_handbook": "Okunas handbok", "@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": "En bok med allt du behöver veta om att använda plattformen", "@useful_links_guidelines_handbook_desc": { "type": "text", "placeholders": { } }, - "useful_links_support": "Apoie a Okuna", + "useful_links_support": "Stöd Okuna", "@useful_links_support": { "type": "text", "placeholders": { } }, - "useful_links_support_desc": "Encontre uma maneira de nos apoiar em nossa jornada!", + "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": "Canal da comunidade no Slack", + "useful_links_slack_channel": "Gemenskapens Slack-kanal", "@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": "En plats för diskussioner om allt om Okuna", "@useful_links_slack_channel_desc": { "type": "text", "placeholders": { diff --git a/assets/i18n/pt-BR/error.arb b/assets/i18n/pt-BR/error.arb index 63f691a4e..d368cb835 100644 --- a/assets/i18n/pt-BR/error.arb +++ b/assets/i18n/pt-BR/error.arb @@ -1,12 +1,12 @@ { - "unknown_error": "Erro desconhecido", + "unknown_error": "Okänt fel", "@unknown_error": { "type": "text", "placeholders": { } }, - "no_internet_connection": "Sem conexão com a internet", + "no_internet_connection": "Ingen internetuppkoppling", "@no_internet_connection": { "type": "text", "placeholders": { diff --git a/assets/i18n/pt-BR/moderation.arb b/assets/i18n/pt-BR/moderation.arb index 8e4f23cd3..6d9c87088 100644 --- a/assets/i18n/pt-BR/moderation.arb +++ b/assets/i18n/pt-BR/moderation.arb @@ -1,33 +1,33 @@ { - "filters_title": "Filtros de moderação", + "filters_title": "Modereringsfilter", "@filters_title": { "type": "text", "placeholders": { } }, - "filters_reset": "Redefinir", + "filters_reset": "Återställ", "@filters_reset": { "type": "text", "placeholders": { } }, - "filters_verified": "Verificado", + "filters_verified": "Verifierad", "@filters_verified": { "type": "text", "placeholders": { } }, - "filters_apply": "Aplicar filtros", + "filters_apply": "Applicera filter", "@filters_apply": { "type": "text", "placeholders": { } }, - "filters_type": "Tipo", + "filters_type": "Typ", "@filters_type": { "type": "text", "placeholders": { @@ -41,91 +41,91 @@ } }, - "filters_other": "Outros", + "filters_other": "Övrigt", "@filters_other": { "type": "text", "placeholders": { } }, - "actions_review": "Revisar", + "actions_review": "Granska", "@actions_review": { "type": "text", "placeholders": { } }, - "actions_chat_with_team": "Converse com a equipe", + "actions_chat_with_team": "Chatta med teamet", "@actions_chat_with_team": { "type": "text", "placeholders": { } }, - "update_category_title": "Atualizar categoria", + "update_category_title": "Uppdatera kategori", "@update_category_title": { "type": "text", "placeholders": { } }, - "update_category_save": "Salvar", + "update_category_save": "Spara", "@update_category_save": { "type": "text", "placeholders": { } }, - "update_description_save": "Salvar", + "update_description_save": "Spara", "@update_description_save": { "type": "text", "placeholders": { } }, - "update_description_title": "Editar descrição", + "update_description_title": "Redigera beskrivning", "@update_description_title": { "type": "text", "placeholders": { } }, - "update_description_report_desc": "Descrição da denúncia", + "update_description_report_desc": "Anmäl beskrivning", "@update_description_report_desc": { "type": "text", "placeholders": { } }, - "update_description_report_hint_text": "ex: O motivo da denúncia é...", + "update_description_report_hint_text": "t. ex. anmälan var...", "@update_description_report_hint_text": { "type": "text", "placeholders": { } }, - "update_status_save": "Salvar", + "update_status_save": "Spara", "@update_status_save": { "type": "text", "placeholders": { } }, - "update_status_title": "Atualizar status", + "update_status_title": "Uppdatera status", "@update_status_title": { "type": "text", "placeholders": { } }, - "community_review_title": "Revisar objeto moderado", + "community_review_title": "Granska modererat objekt", "@community_review_title": { "type": "text", "placeholders": { } }, - "moderated_object_title": "Objeto", + "moderated_object_title": "Objekt", "@moderated_object_title": { "type": "text", "placeholders": { @@ -139,28 +139,28 @@ } }, - "moderated_object_reports_count": "Número de denúncias", + "moderated_object_reports_count": "Antal anmälningar", "@moderated_object_reports_count": { "type": "text", "placeholders": { } }, - "moderated_object_verified_by_staff": "Verificado pela equipe da Okuna", + "moderated_object_verified_by_staff": "Verifierad av Okunas personal", "@moderated_object_verified_by_staff": { "type": "text", "placeholders": { } }, - "moderated_object_verified": "Verificado", + "moderated_object_verified": "Verifierad", "@moderated_object_verified": { "type": "text", "placeholders": { } }, - "moderated_object_true_text": "Verdadeiro", + "moderated_object_true_text": "Sant", "@moderated_object_true_text": { "description": "Eg. Moderated object verified by staff? true \/ false", "type": "text", @@ -168,7 +168,7 @@ } }, - "moderated_object_false_text": "Falso", + "moderated_object_false_text": "Falskt", "@moderated_object_false_text": { "description": "Eg. Moderated object verified by staff? true \/ false", "type": "text", @@ -176,259 +176,259 @@ } }, - "community_review_object": "Objeto", + "community_review_object": "Objekt", "@community_review_object": { "type": "text", "placeholders": { } }, - "community_review_approve": "Aprovar", + "community_review_approve": "Godkänn", "@community_review_approve": { "type": "text", "placeholders": { } }, - "community_review_reject": "rejeitar", + "community_review_reject": "avvisa", "@community_review_reject": { "type": "text", "placeholders": { } }, - "community_review_item_verified": "Este item foi verificado", + "community_review_item_verified": "Den här anmälan har verifierats", "@community_review_item_verified": { "type": "text", "placeholders": { } }, - "global_review_title": "Revisar objeto moderado", + "global_review_title": "Granska modererat objekt", "@global_review_title": { "type": "text", "placeholders": { } }, - "global_review_object_text": "Objeto", + "global_review_object_text": "Objekt", "@global_review_object_text": { "type": "text", "placeholders": { } }, - "global_review_verify_text": "Verificar", + "global_review_verify_text": "Verifiera", "@global_review_verify_text": { "type": "text", "placeholders": { } }, - "global_review_unverify_text": "Desverificar", + "global_review_unverify_text": "Av-verifiera", "@global_review_unverify_text": { "type": "text", "placeholders": { } }, - "confirm_report_title": "Enviar denúncia", + "confirm_report_title": "Skicka anmälan", "@confirm_report_title": { "type": "text", "placeholders": { } }, - "confirm_report_provide_details": "Você pode fornecer mais detalhes relevantes para a denúncia?", + "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": "(Opcional)", + "confirm_report_provide_optional_info": "(Valfritt)", "@confirm_report_provide_optional_info": { "type": "text", "placeholders": { } }, - "confirm_report_provide_optional_hint_text": "Digite aqui...", + "confirm_report_provide_optional_hint_text": "Skriv här...", "@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": "Detta kommer hända härnäst:", "@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": "- 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": "Eu entendo, envie.", + "confirm_report_submit": "Jag förstår, skicka.", "@confirm_report_submit": { "type": "text", "placeholders": { } }, - "confirm_report_user_reported": "Usuário denunciado", + "confirm_report_user_reported": "Användare anmäld", "@confirm_report_user_reported": { "type": "text", "placeholders": { } }, - "confirm_report_community_reported": "Comunidade denunciada", + "confirm_report_community_reported": "Gemenskap anmäld", "@confirm_report_community_reported": { "type": "text", "placeholders": { } }, - "confirm_report_post_reported": "Publicação denunciada", + "confirm_report_post_reported": "Inlägg anmält", "@confirm_report_post_reported": { "type": "text", "placeholders": { } }, - "confirm_report_post_comment_reported": "Comentário denunciado", + "confirm_report_post_comment_reported": "Inläggskommentar anmäld", "@confirm_report_post_comment_reported": { "type": "text", "placeholders": { } }, - "confirm_report_item_reported": "Item denunciado", + "confirm_report_item_reported": "Objekt anmält", "@confirm_report_item_reported": { "type": "text", "placeholders": { } }, - "community_moderated_objects": "Itens moderados por comunidades", + "community_moderated_objects": "Gemenskapens modererade objekt", "@community_moderated_objects": { "type": "text", "placeholders": { } }, - "globally_moderated_objects": "Itens moderados globalmente", + "globally_moderated_objects": "Globalt modererade objekt", "@globally_moderated_objects": { "type": "text", "placeholders": { } }, - "tap_to_retry": "Toque para tentar carregar os itens novamente", + "tap_to_retry": "Tryck för att försöka läsa in poster igen", "@tap_to_retry": { "type": "text", "placeholders": { } }, - "report_post_text": "Denunciar publicação", + "report_post_text": "Anmäl inlägg", "@report_post_text": { "type": "text", "placeholders": { } }, - "you_have_reported_post_text": "Você denunciou esta publicação", + "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": "Denunciar conta", + "report_account_text": "Anmäl konto", "@report_account_text": { "type": "text", "placeholders": { } }, - "you_have_reported_account_text": "Você denunciou esta conta", + "you_have_reported_account_text": "Du har anmält det här kontot", "@you_have_reported_account_text": { "type": "text", "placeholders": { } }, - "report_community_text": "Denunciar comunidade", + "report_community_text": "Anmäl gemenskap", "@report_community_text": { "type": "text", "placeholders": { } }, - "you_have_reported_community_text": "Você denunciou esta comunidade", + "you_have_reported_community_text": "Du har anmält den här gemenskapen", "@you_have_reported_community_text": { "type": "text", "placeholders": { } }, - "report_comment_text": "Denunciar comentário", + "report_comment_text": "Anmäl kommentar", "@report_comment_text": { "type": "text", "placeholders": { } }, - "you_have_reported_comment_text": "Você denunciou este comentário", + "you_have_reported_comment_text": "Du har anmält den här kommentaren", "@you_have_reported_comment_text": { "type": "text", "placeholders": { } }, - "description_text": "Descrição", + "description_text": "Beskrivning", "@description_text": { "type": "text", "placeholders": { } }, - "no_description_text": "Sem descrição", + "no_description_text": "Ingen beskrivning", "@no_description_text": { "type": "text", "placeholders": { } }, - "category_text": "Categoria", + "category_text": "Kategori", "@category_text": { "type": "text", "placeholders": { } }, - "reporter_text": "Denunciante", + "reporter_text": "Anmälare", "@reporter_text": { "type": "text", "placeholders": { } }, - "reports_preview_title": "Denúncias", + "reports_preview_title": "Anmälningar", "@reports_preview_title": { "type": "text", "placeholders": { } }, - "reports_preview_resource_reports": "denúncias", + "reports_preview_resource_reports": "anmälningar", "@reports_preview_resource_reports": { "description": "Usage: See all reports..", "type": "text", @@ -436,7 +436,7 @@ } }, - "reports_see_all": "Ver todas as {resourceCount} {resourceName}", + "reports_see_all": "Visa alla {resourceCount} {resourceName}", "@reports_see_all": { "description": "Usage: See all 4 reports.", "type": "text", @@ -456,21 +456,21 @@ } }, - "my_moderation_tasks_title": "Tarefas de moderação pendentes", + "my_moderation_tasks_title": "Väntande modereringsuppgifter", "@my_moderation_tasks_title": { "type": "text", "placeholders": { } }, - "pending_moderation_tasks_singular": "tarefa de moderação pendente", + "pending_moderation_tasks_singular": "väntande modereringsuppgift", "@pending_moderation_tasks_singular": { "type": "text", "placeholders": { } }, - "pending_moderation_tasks_plural": "tarefas de moderação pendentes", + "pending_moderation_tasks_plural": "väntande modereringsuppgifter", "@pending_moderation_tasks_plural": { "description": "Eg. No pending moderation tasks found", "type": "text", @@ -478,21 +478,21 @@ } }, - "my_moderation_penalties_title": "Penalidades de moderação", + "my_moderation_penalties_title": "Modereringsstraff", "@my_moderation_penalties_title": { "type": "text", "placeholders": { } }, - "my_moderation_penalties_resouce_singular": "penalidade de moderação", + "my_moderation_penalties_resouce_singular": "modereringsstraff", "@my_moderation_penalties_resouce_singular": { "type": "text", "placeholders": { } }, - "my_moderation_penalties_resource_plural": "penalidades de moderação", + "my_moderation_penalties_resource_plural": "modereringsstraff", "@my_moderation_penalties_resource_plural": { "description": "See all moderation penalties, No moderation penalties found etc..", "type": "text", diff --git a/assets/i18n/pt-BR/notifications.arb b/assets/i18n/pt-BR/notifications.arb index 9e914d137..685a20187 100644 --- a/assets/i18n/pt-BR/notifications.arb +++ b/assets/i18n/pt-BR/notifications.arb @@ -1,152 +1,180 @@ { - "settings_title": "Configurações de notificação", + "settings_title": "Aviseringsinställningar", "@settings_title": { "type": "text", "placeholders": { } }, - "general_title": "Notificações", + "general_title": "Aviseringar", "@general_title": { "type": "text", "placeholders": { } }, - "general_desc": "Seja notificado(a) quando algo acontecer", + "general_desc": "Bli meddelad när något händer", "@general_desc": { "type": "text", "placeholders": { } }, - "follow_title": "Seguidores", + "follow_title": "Följare", "@follow_title": { "type": "text", "placeholders": { } }, - "follow_desc": "Seja notificado(a) quando alguém começar a segui-lo(a)", + "follow_desc": "Bli meddelad när någon börjar följa dig", "@follow_desc": { "type": "text", "placeholders": { } }, - "connection_title": "Pedidos de conexão", + "connection_title": "Kontaktförfrågan", "@connection_title": { "type": "text", "placeholders": { } }, - "connection_desc": "Seja notificado(a) quando alguém quiser se conectar com você", + "connection_desc": "Bli meddelad när någon vill ha dig som kontakt", "@connection_desc": { "type": "text", "placeholders": { } }, - "comment_title": "Comentários", + "comment_title": "Kommentar på inlägg", "@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": "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": "Respostas aos comentários", + "comment_reply_title": "Svar på kommentar", "@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": "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_reaction_title": "Reações a comentários", + "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": "Seja notificado(a) quando alguém reage a um dos seus comentários.", + "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": "Reações aos posts", + "post_reaction_title": "Reaktion på inlägg", "@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": "Bli meddelad när någon reagerar på ett av dina inlägg.", "@post_reaction_desc": { "type": "text", "placeholders": { } }, - "community_invite_title": "Convites para comunidades", + "community_invite_title": "Gemenskapsinbjudan", "@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": "Bli meddelad när någon bjuder in dig till en gemenskap.", "@community_invite_desc": { "type": "text", "placeholders": { } }, - "mute_post_turn_on_post_notifications": "Ativar notificações do post", + "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": "Desativar notificações do post", + "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": "Ativar notificações do comentário", + "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": "Desativar notificações do comentário", + "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] quer se conectar com você.", + "connection_request_tile": "[name] [username] vill knyta kontakt med dig.", "@connection_request_tile": { "description": "Eg.: James @jamest wants to connect with you.", "type": "text", @@ -154,7 +182,7 @@ } }, - "accepted_connection_request_tile": "[name] [username] aceitou seu pedido de conexão.", + "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", @@ -162,7 +190,7 @@ } }, - "reacted_to_post_tile": "[name] [username] reagiu à sua publicação.", + "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", @@ -170,7 +198,7 @@ } }, - "reacted_to_post_comment_tile": "[name] [username] reagiu ao seu comentário.", + "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", @@ -178,7 +206,7 @@ } }, - "following_you_tile": "[name] [username] está te seguindo agora.", + "following_you_tile": "[name] [username] har börjat följa dig.", "@following_you_tile": { "description": "Eg.: James @jamest is now following you.", "type": "text", @@ -186,7 +214,7 @@ } }, - "user_community_invite_tile": "[name] [username] convidou você para se juntar à comunidade \/c\/{communityName}.", + "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", @@ -196,7 +224,7 @@ } } }, - "comment_reply_notification_tile_user_replied": "[name] [username] respondeu: {postCommentText}", + "comment_reply_notification_tile_user_replied": "[name] [username] svarade: {postCommentText}", "@comment_reply_notification_tile_user_replied": { "description": "For.eg. James @jamest replied.", "type": "text", @@ -206,7 +234,7 @@ } } }, - "comment_reply_notification_tile_user_also_replied": "[name] [username] também respondeu: {postCommentText}", + "comment_reply_notification_tile_user_also_replied": "[name] [username] svarade också: {postCommentText}", "@comment_reply_notification_tile_user_also_replied": { "type": "text", "placeholders": { @@ -215,7 +243,7 @@ } } }, - "comment_comment_notification_tile_user_commented": "[name] [username] comentou no seu post: {postCommentText}", + "comment_comment_notification_tile_user_commented": "[name] [username] kommenterade på ditt inlägg: {postCommentText}", "@comment_comment_notification_tile_user_commented": { "type": "text", "placeholders": { @@ -224,7 +252,7 @@ } } }, - "comment_comment_notification_tile_user_also_commented": "[name] [username] também comentou: {postCommentText}", + "comment_comment_notification_tile_user_also_commented": "[name] [username] kommenterade också: {postCommentText}", "@comment_comment_notification_tile_user_also_commented": { "type": "text", "placeholders": { @@ -232,5 +260,21 @@ } } + }, + "mentioned_in_post_comment_tile": "[name] [username] nämnde dig i en kommentar.", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment.", + "type": "text", + "placeholders": { + + } + }, + "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/pt-BR/post.arb b/assets/i18n/pt-BR/post.arb index c7c150aef..802ec094c 100644 --- a/assets/i18n/pt-BR/post.arb +++ b/assets/i18n/pt-BR/post.arb @@ -1,40 +1,40 @@ { - "open_post": "Abrir post", + "open_post": "Öppna inlägg", "@open_post": { "type": "text", "placeholders": { } }, - "close_post": "Fechar post", + "close_post": "Stäng inlägg", "@close_post": { "type": "text", "placeholders": { } }, - "post_opened": "Post aberto", + "post_opened": "Inlägg öppnat", "@post_opened": { "type": "text", "placeholders": { } }, - "post_closed": "Post fechado ", + "post_closed": "Inlägg stängt ", "@post_closed": { "type": "text", "placeholders": { } }, - "comment_required_error": "O comentário não pode ficar vazio.", + "comment_required_error": "Kommentaren kan inte vara tom.", "@comment_required_error": { "type": "text", "placeholders": { } }, - "comment_maxlength_error": "Um comentário não pode ter mais de {maxLength} caracteres.", + "comment_maxlength_error": "En kommentar kan inte vara längre än {maxLength} tecken.", "@comment_maxlength_error": { "type": "text", "placeholders": { @@ -43,77 +43,77 @@ } } }, - "timeline_posts_all_loaded": "🎉 Todas as publicações carregadas", + "timeline_posts_all_loaded": "🎉 Alla inlägg inlästa", "@timeline_posts_all_loaded": { "type": "text", "placeholders": { } }, - "timeline_posts_refreshing_drhoo_title": "Aguenta aí!", + "timeline_posts_refreshing_drhoo_title": "Håll ut!", "@timeline_posts_refreshing_drhoo_title": { "type": "text", "placeholders": { } }, - "timeline_posts_refreshing_drhoo_subtitle": "Carregando sua linha do tempo.", + "timeline_posts_refreshing_drhoo_subtitle": "Läser in din tidslinje.", "@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": "Din tidslinje är tom.", "@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": "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": "Não foi possível carregar sua linha do tempo.", + "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": "Tente novamente em alguns segundos", + "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": "Algo não está certo.", + "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": "Tente atualizar a linha do tempo.", + "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": "Atualizar publicações", + "timeline_posts_refresh_posts": "Läs in inlägg", "@timeline_posts_refresh_posts": { "type": "text", "placeholders": { } }, - "no_circles_for": "'Nenhum círculo encontrado para '{circlesSearchQuery}'.", + "no_circles_for": "Inga kretsar hittades som matchar '{circlesSearchQuery}'.", "@no_circles_for": { "type": "text", "placeholders": { @@ -122,98 +122,98 @@ } } }, - "share_to_circles": "Compartilhar nos círculos", + "share_to_circles": "Dela med kretsar", "@share_to_circles": { "type": "text", "placeholders": { } }, - "profile_counts_post": " Post", + "profile_counts_post": " Inlägg", "@profile_counts_post": { "type": "text", "placeholders": { } }, - "profile_counts_posts": " Posts", + "profile_counts_posts": " Inlägg", "@profile_counts_posts": { "type": "text", "placeholders": { } }, - "profile_counts_followers": " Seguidores", + "profile_counts_followers": " Följare", "@profile_counts_followers": { "type": "text", "placeholders": { } }, - "profile_counts_following": " Seguindo", + "profile_counts_following": " Följer", "@profile_counts_following": { "type": "text", "placeholders": { } }, - "profile_counts_follower": " Seguidor", + "profile_counts_follower": " Följare", "@profile_counts_follower": { "type": "text", "placeholders": { } }, - "action_comment": "Comentar", + "action_comment": "Kommentera", "@action_comment": { "type": "text", "placeholders": { } }, - "action_react": "Reagir", + "action_react": "Reagera", "@action_react": { "type": "text", "placeholders": { } }, - "action_reply": "Responder", + "action_reply": "Svara", "@action_reply": { "type": "text", "placeholders": { } }, - "share": "Compartilhar", + "share": "Dela", "@share": { "type": "text", "placeholders": { } }, - "share_to": "Compartilhar em", + "share_to": "Dela med", "@share_to": { "type": "text", "placeholders": { } }, - "sharing_post_to": "Compartilhando post em", + "sharing_post_to": "Delar inlägg med", "@sharing_post_to": { "type": "text", "placeholders": { } }, - "you_shared_with": "Você compartilhou com", + "you_shared_with": "Du delade med", "@you_shared_with": { "type": "text", "placeholders": { } }, - "shared_privately_on": "Compartilhado nos", + "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", @@ -221,7 +221,7 @@ } }, - "usernames_circles": "círculos de @{postCreatorUsername}", + "usernames_circles": "@{postCreatorUsername}s kretsar", "@usernames_circles": { "type": "text", "placeholders": { @@ -230,196 +230,196 @@ } } }, - "share_community": "Compartilhar", + "share_community": "Dela", "@share_community": { "type": "text", "placeholders": { } }, - "share_to_community": "Compartilhar na comunidade", + "share_to_community": "Dela med en gemenskap", "@share_to_community": { "type": "text", "placeholders": { } }, - "share_community_title": "Uma comunidade", + "share_community_title": "En gemenskap", "@share_community_title": { "type": "text", "placeholders": { } }, - "share_community_desc": "Compartilhe a publicação com uma comunidade da qual você faz parte.", + "share_community_desc": "Dela inlägget med en gemenskap du är del av.", "@share_community_desc": { "type": "text", "placeholders": { } }, - "my_circles": "Meus círculos", + "my_circles": "Mina kretsar", "@my_circles": { "type": "text", "placeholders": { } }, - "my_circles_desc": "Compartilhe a publicação para um ou vários dos seus círculos.", + "my_circles_desc": "Dela inlägget med en eller flera av dina kretsar.", "@my_circles_desc": { "type": "text", "placeholders": { } }, - "world_circle_name": "Mundo", + "world_circle_name": "Världen", "@world_circle_name": { "type": "text", "placeholders": { } }, - "search_circles": "Procurar círculos...", + "search_circles": "Sök kretsar...", "@search_circles": { "type": "text", "placeholders": { } }, - "reaction_list_tap_retry": "Toque para tentar carregar as reações novamente.", + "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": "Novo post", + "create_new": "Nytt inlägg", "@create_new": { "type": "text", "placeholders": { } }, - "create_next": "Avançar", + "create_next": "Nästa", "@create_next": { "type": "text", "placeholders": { } }, - "create_photo": "Imagem", + "create_photo": "Foto", "@create_photo": { "type": "text", "placeholders": { } }, - "commenter_post_text": "Enviar", + "commenter_post_text": "Skicka", "@commenter_post_text": { "type": "text", "placeholders": { } }, - "commenter_write_something": "Escreva algo...", + "commenter_write_something": "Skriv något...", "@commenter_write_something": { "type": "text", "placeholders": { } }, - "edit_title": "Editar publicação", + "edit_title": "Redigera inlägg", "@edit_title": { "type": "text", "placeholders": { } }, - "edit_save": "Salvar", + "edit_save": "Spara", "@edit_save": { "type": "text", "placeholders": { } }, - "commenter_expanded_save": "Salvar", + "commenter_expanded_save": "Spara", "@commenter_expanded_save": { "type": "text", "placeholders": { } }, - "commenter_expanded_join_conversation": "Entrar na conversa...", + "commenter_expanded_join_conversation": "Gå med i konversationen...", "@commenter_expanded_join_conversation": { "type": "text", "placeholders": { } }, - "commenter_expanded_start_conversation": "Começar uma conversa...", + "commenter_expanded_start_conversation": "Starta en konversation...", "@commenter_expanded_start_conversation": { "type": "text", "placeholders": { } }, - "commenter_expanded_edit_comment": "Editar comentário", + "commenter_expanded_edit_comment": "Redigera kommentar", "@commenter_expanded_edit_comment": { "type": "text", "placeholders": { } }, - "is_closed": "Post fechado", + "is_closed": "Stängt inlägg", "@is_closed": { "type": "text", "placeholders": { } }, - "comment_reply_expanded_reply_comment": "Responder comentário", + "comment_reply_expanded_reply_comment": "Svar på kommentar", "@comment_reply_expanded_reply_comment": { "type": "text", "placeholders": { } }, - "comment_reply_expanded_post": "Enviar", + "comment_reply_expanded_post": "Skicka", "@comment_reply_expanded_post": { "type": "text", "placeholders": { } }, - "comment_reply_expanded_reply_hint_text": "Sua resposta...", + "comment_reply_expanded_reply_hint_text": "Ditt svar...", "@comment_reply_expanded_reply_hint_text": { "type": "text", "placeholders": { } }, - "trending_posts_title": "Posts em alta", + "trending_posts_title": "Trendiga inlägg", "@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": "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": "Atualizar", + "trending_posts_refresh": "Uppdatera", "@trending_posts_refresh": { "type": "text", "placeholders": { } }, - "comments_view_all_comments": "Ver todos os {commentsCount} comentários", + "comments_view_all_comments": "Visa alla {commentsCount} kommentarer", "@comments_view_all_comments": { "type": "text", "placeholders": { @@ -428,42 +428,42 @@ } } }, - "comments_closed_post": "Post fechado", + "comments_closed_post": "Stängt inlägg", "@comments_closed_post": { "type": "text", "placeholders": { } }, - "comments_disabled": "Comentários desativados", + "comments_disabled": "Kommentarsfältet avstängt", "@comments_disabled": { "type": "text", "placeholders": { } }, - "text_copied": "Texto copiado!", + "text_copied": "Text kopierad!", "@text_copied": { "type": "text", "placeholders": { } }, - "post_reactions_title": "Reações ao post", + "post_reactions_title": "Reaktioner på inlägget", "@post_reactions_title": { "type": "text", "placeholders": { } }, - "have_not_shared_anything": "Você ainda não compartilhou nada.", + "have_not_shared_anything": "Du har inte delat något ännu.", "@have_not_shared_anything": { "type": "text", "placeholders": { } }, - "user_has_not_shared_anything": "{name} ainda não compartilhou nada.", + "user_has_not_shared_anything": "{name} har inte delat något ännu.", "@user_has_not_shared_anything": { "type": "text", "placeholders": { @@ -472,238 +472,238 @@ } } }, - "comments_header_newest_replies": "Novas respostas", + "comments_header_newest_replies": "Senaste svaren", "@comments_header_newest_replies": { "type": "text", "placeholders": { } }, - "comments_header_newer": "Mais recentes", + "comments_header_newer": "Senare", "@comments_header_newer": { "type": "text", "placeholders": { } }, - "comments_header_view_newest_replies": "Ver respostas mais recentes", + "comments_header_view_newest_replies": "Visa de senaste svaren", "@comments_header_view_newest_replies": { "type": "text", "placeholders": { } }, - "comments_header_see_newest_replies": "Ver respostas mais recentes", + "comments_header_see_newest_replies": "Visa de senaste svaren", "@comments_header_see_newest_replies": { "type": "text", "placeholders": { } }, - "comments_header_oldest_replies": "Respostas mais antigas", + "comments_header_oldest_replies": "Äldsta svaren", "@comments_header_oldest_replies": { "type": "text", "placeholders": { } }, - "comments_header_older": "Mais antigos", + "comments_header_older": "Äldre", "@comments_header_older": { "type": "text", "placeholders": { } }, - "comments_header_view_oldest_replies": "Ver respostas mais antigas", + "comments_header_view_oldest_replies": "Visa de äldsta svaren", "@comments_header_view_oldest_replies": { "type": "text", "placeholders": { } }, - "comments_header_see_oldest_replies": "Ver respostas mais antigas", + "comments_header_see_oldest_replies": "Visa de äldsta svaren", "@comments_header_see_oldest_replies": { "type": "text", "placeholders": { } }, - "comments_header_be_the_first_replies": "Mande a primeira resposta", + "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": "Comentários mais recentes", + "comments_header_newest_comments": "Senaste kommentarerna", "@comments_header_newest_comments": { "type": "text", "placeholders": { } }, - "comments_header_view_newest_comments": "Ver comentários mais recentes", + "comments_header_view_newest_comments": "Visa de senaste kommentarerna", "@comments_header_view_newest_comments": { "type": "text", "placeholders": { } }, - "comments_header_see_newest_comments": "Ver comentários mais recentes", + "comments_header_see_newest_comments": "Visa de senaste kommentarerna", "@comments_header_see_newest_comments": { "type": "text", "placeholders": { } }, - "comments_header_oldest_comments": "Comentários mais antigos", + "comments_header_oldest_comments": "Äldsta kommentarerna", "@comments_header_oldest_comments": { "type": "text", "placeholders": { } }, - "comments_header_view_oldest_comments": "Ver comentários mais antigos", + "comments_header_view_oldest_comments": "Visa de äldsta kommentarerna", "@comments_header_view_oldest_comments": { "type": "text", "placeholders": { } }, - "comments_header_see_oldest_comments": "Ver comentários mais antigos", + "comments_header_see_oldest_comments": "Visa de äldsta kommentarerna", "@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": "Bli den första som skriver en kommentar", "@comments_header_be_the_first_comments": { "type": "text", "placeholders": { } }, - "comments_page_title": "Comentários", + "comments_page_title": "Inläggskommentarer", "@comments_page_title": { "type": "text", "placeholders": { } }, - "comments_page_no_more_to_load": "Sem mais comentários para carregar", + "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": "Toque para tentar atualizar os comentários novamente.", + "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": "Toque para tentar atualizar as respostas novamente.", + "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": "Sem mais respostas para carregar", + "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": "Respostas", + "comments_page_replies_title": "Inläggssvar", "@comments_page_replies_title": { "type": "text", "placeholders": { } }, - "disable_post_comments": "Desativar comentários do post", + "disable_post_comments": "Stäng kommentarsfältet", "@disable_post_comments": { "type": "text", "placeholders": { } }, - "enable_post_comments": "Ativar comentários do post", + "enable_post_comments": "Öppna kommentarsfältet", "@enable_post_comments": { "type": "text", "placeholders": { } }, - "comments_enabled_message": "Comentários ativados no post", + "comments_enabled_message": "Kommentarer aktiverade för inlägget", "@comments_enabled_message": { "type": "text", "placeholders": { } }, - "comments_disabled_message": "Comentários desativados no post", + "comments_disabled_message": "Kommentarer inaktiverade för inlägget", "@comments_disabled_message": { "type": "text", "placeholders": { } }, - "actions_delete": "Excluir post", + "actions_delete": "Ta bort inlägg", "@actions_delete": { "type": "text", "placeholders": { } }, - "actions_deleted": "Post excluído", + "actions_deleted": "Inlägg borttaget", "@actions_deleted": { "type": "text", "placeholders": { } }, - "actions_delete_comment": "Excluir comentário", + "actions_delete_comment": "Ta bort kommentar", "@actions_delete_comment": { "type": "text", "placeholders": { } }, - "actions_edit_comment": "Editar comentário", + "actions_edit_comment": "Redigera kommentar", "@actions_edit_comment": { "type": "text", "placeholders": { } }, - "actions_comment_deleted": "Comentário excluído", + "actions_comment_deleted": "Kommentar borttagen", "@actions_comment_deleted": { "type": "text", "placeholders": { } }, - "actions_report_text": "Denunciar", + "actions_report_text": "Anmäl", "@actions_report_text": { "type": "text", "placeholders": { } }, - "actions_reported_text": "Denunciado", + "actions_reported_text": "Anmäld", "@actions_reported_text": { "type": "text", "placeholders": { } }, - "actions_show_more_text": "Ver mais", + "actions_show_more_text": "Visa mer", "@actions_show_more_text": { "description": "Shown for posts with long text to expand the entire text.", "type": "text", @@ -711,7 +711,7 @@ } }, - "time_short_years": "a", + "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", @@ -719,7 +719,7 @@ } }, - "time_short_one_year": "1a", + "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", @@ -727,7 +727,7 @@ } }, - "time_short_weeks": "sem", + "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", @@ -735,7 +735,7 @@ } }, - "time_short_one_week": "1sem", + "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", @@ -775,7 +775,7 @@ } }, - "time_short_minutes": "min", + "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", @@ -791,7 +791,7 @@ } }, - "time_short_one_minute": "1min", + "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", @@ -799,7 +799,7 @@ } }, - "time_short_now_text": "agora", + "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", diff --git a/assets/i18n/pt-BR/user.arb b/assets/i18n/pt-BR/user.arb index 632411b8e..4a5c91733 100644 --- a/assets/i18n/pt-BR/user.arb +++ b/assets/i18n/pt-BR/user.arb @@ -1,5 +1,5 @@ { - "thousand_postfix": "k", + "thousand_postfix": "t", "@thousand_postfix": { "description": "For eg. communty has 3k members", "type": "text", @@ -7,7 +7,7 @@ } }, - "million_postfix": "M", + "million_postfix": "mn", "@million_postfix": { "description": "For eg. user has 3m followers", "type": "text", @@ -15,7 +15,7 @@ } }, - "billion_postfix": "b", + "billion_postfix": "md", "@billion_postfix": { "description": "For eg. World circle has 7.5b people", "type": "text", @@ -23,28 +23,28 @@ } }, - "translate_see_translation": "Mostrar tradução", + "translate_see_translation": "Visa översättning", "@translate_see_translation": { "type": "text", "placeholders": { } }, - "translate_show_original": "Mostrar original", + "translate_show_original": "Visa original", "@translate_show_original": { "type": "text", "placeholders": { } }, - "follows_lists_account": "1 Conta", + "follows_lists_account": "1 Konto", "@follows_lists_account": { "type": "text", "placeholders": { } }, - "follows_lists_accounts": "{prettyUsersCount} Contas", + "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", @@ -54,7 +54,7 @@ } } }, - "edit_profile_user_name_taken": "O nome de usuário @{username} já está em uso", + "edit_profile_user_name_taken": "Användarnamnet @{username} är upptaget", "@edit_profile_user_name_taken": { "type": "text", "placeholders": { @@ -63,42 +63,42 @@ } } }, - "profile_action_deny_connection": "Recusar pedido de conexão", + "profile_action_deny_connection": "Neka kontaktförfrågan", "@profile_action_deny_connection": { "type": "text", "placeholders": { } }, - "profile_action_user_blocked": "Usuário bloqueado", + "profile_action_user_blocked": "Användare blockerad", "@profile_action_user_blocked": { "type": "text", "placeholders": { } }, - "profile_action_user_unblocked": "Usuário desbloqueado", + "profile_action_user_unblocked": "Användare avblockerad", "@profile_action_user_unblocked": { "type": "text", "placeholders": { } }, - "profile_action_cancel_connection": "Cancelar pedido de conexão", + "profile_action_cancel_connection": "Avbryt kontaktförfrågan", "@profile_action_cancel_connection": { "type": "text", "placeholders": { } }, - "profile_url_invalid_error": "Por favor, forneça uma url válida.", + "profile_url_invalid_error": "Vänligen ange en giltig URL.", "@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": "En plats kan inte vara längre än {maxLength} tecken.", "@profile_location_length_error": { "type": "text", "placeholders": { @@ -107,7 +107,7 @@ } } }, - "profile_bio_length_error": "A bio não pode ser maior que {maxLength} caracteres.", + "profile_bio_length_error": "Bion kan inte vara längre än {maxLength} tecken.", "@profile_bio_length_error": { "type": "text", "placeholders": { @@ -116,77 +116,77 @@ } } }, - "follow_button_follow_text": "Seguir", + "follow_button_follow_text": "Följ", "@follow_button_follow_text": { "type": "text", "placeholders": { } }, - "follow_button_unfollow_text": "Parar de seguir", + "follow_button_unfollow_text": "Sluta följa", "@follow_button_unfollow_text": { "type": "text", "placeholders": { } }, - "edit_profile_username": "Nome de usuário", + "edit_profile_username": "Användarnamn", "@edit_profile_username": { "type": "text", "placeholders": { } }, - "add_account_update_account_lists": "Atualizar listas de contas", + "add_account_update_account_lists": "Uppdatera kontolistor", "@add_account_update_account_lists": { "type": "text", "placeholders": { } }, - "add_account_to_lists": "Adicionar conta à lista", + "add_account_to_lists": "Lägg till konto i lista", "@add_account_to_lists": { "type": "text", "placeholders": { } }, - "add_account_update_lists": "Atualizar listas", + "add_account_update_lists": "Uppdatera listor", "@add_account_update_lists": { "type": "text", "placeholders": { } }, - "add_account_save": "Salvar", + "add_account_save": "Spara", "@add_account_save": { "type": "text", "placeholders": { } }, - "add_account_done": "Concluído", + "add_account_done": "Klar", "@add_account_done": { "type": "text", "placeholders": { } }, - "add_account_success": "Sucesso", + "add_account_success": "Kontot lades till", "@add_account_success": { "type": "text", "placeholders": { } }, - "emoji_field_none_selected": "Nenhum emoji selecionado", + "emoji_field_none_selected": "Ingen emoji vald", "@emoji_field_none_selected": { "type": "text", "placeholders": { } }, - "emoji_search_none_found": "Nenhum emoji encontrado para '{searchQuery}'.", + "emoji_search_none_found": "Ingen emoji hittades som matchar '{searchQuery}'.", "@emoji_search_none_found": { "type": "text", "placeholders": { @@ -195,28 +195,28 @@ } } }, - "follow_lists_title": "Minhas listas", + "follow_lists_title": "Mina listor", "@follow_lists_title": { "type": "text", "placeholders": { } }, - "follow_lists_search_for": "Procurar por uma lista...", + "follow_lists_search_for": "Sök efter en lista...", "@follow_lists_search_for": { "type": "text", "placeholders": { } }, - "follow_lists_no_list_found": "Nenhuma lista encontrada.", + "follow_lists_no_list_found": "Inga listor hittades.", "@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": "Inga listor hittades för '{searchQuery}'", "@follow_lists_no_list_found_for": { "type": "text", "placeholders": { @@ -225,14 +225,14 @@ } } }, - "list_name_empty_error": "O nome da lista não pode ficar vazio.", + "list_name_empty_error": "Du måste ge listan ett namn.", "@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": "Listans namn får inte vara längre än {maxLength} tecken.", "@list_name_range_error": { "type": "text", "placeholders": { @@ -241,14 +241,14 @@ } } }, - "circle_name_empty_error": "O nome do círculo não pode ficar vazio.", + "circle_name_empty_error": "Du måste ge kretsen ett namn.", "@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": "Kretsens namn får inte vara längre än {maxLength} tecken.", "@circle_name_range_error": { "type": "text", "placeholders": { @@ -257,21 +257,21 @@ } } }, - "save_follows_list_name": "Nome", + "save_follows_list_name": "Namn", "@save_follows_list_name": { "type": "text", "placeholders": { } }, - "save_follows_list_hint_text": "ex: Viagem, Fotografia", + "save_follows_list_hint_text": "t. ex. Resor, Fotografering", "@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": "Listnamnet '{listName}' är upptaget", "@save_follows_list_name_taken": { "type": "text", "placeholders": { @@ -287,56 +287,56 @@ } }, - "save_follows_list_users": "Usuários", + "save_follows_list_users": "Användare", "@save_follows_list_users": { "type": "text", "placeholders": { } }, - "save_follows_list_edit": "Editar lista", + "save_follows_list_edit": "Redigera lista", "@save_follows_list_edit": { "type": "text", "placeholders": { } }, - "save_follows_list_create": "Criar lista", + "save_follows_list_create": "Skapa lista", "@save_follows_list_create": { "type": "text", "placeholders": { } }, - "save_follows_list_save": "Salvar", + "save_follows_list_save": "Spara", "@save_follows_list_save": { "type": "text", "placeholders": { } }, - "save_follows_list_emoji_required_error": "Emoji necessário", + "save_follows_list_emoji_required_error": "En emoji krävs", "@save_follows_list_emoji_required_error": { "type": "text", "placeholders": { } }, - "follows_list_edit": "Editar", + "follows_list_edit": "Redigera", "@follows_list_edit": { "type": "text", "placeholders": { } }, - "follows_list_header_title": "Usuários", + "follows_list_header_title": "Användare", "@follows_list_header_title": { "type": "text", "placeholders": { } }, - "edit_profile_name": "Nome", + "edit_profile_name": "Namn", "@edit_profile_name": { "type": "text", "placeholders": { @@ -350,7 +350,7 @@ } }, - "edit_profile_location": "Localização", + "edit_profile_location": "Plats", "@edit_profile_location": { "type": "text", "placeholders": { @@ -364,42 +364,42 @@ } }, - "edit_profile_followers_count": "Número de seguidores", + "edit_profile_followers_count": "Följarantal", "@edit_profile_followers_count": { "type": "text", "placeholders": { } }, - "edit_profile_title": "Editar perfil", + "edit_profile_title": "Redigera profil", "@edit_profile_title": { "type": "text", "placeholders": { } }, - "edit_profile_save_text": "Salvar", + "edit_profile_save_text": "Spara", "@edit_profile_save_text": { "type": "text", "placeholders": { } }, - "edit_profile_pick_image": "Escolher imagem", + "edit_profile_pick_image": "Välj bild", "@edit_profile_pick_image": { "type": "text", "placeholders": { } }, - "edit_profile_delete": "Excluir", + "edit_profile_delete": "Ta bort", "@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": "Bilden är för stor (gräns: {limit} MB)", "@edit_profile_pick_image_error_too_large": { "type": "text", "placeholders": { @@ -408,21 +408,21 @@ } } }, - "tile_following": " · Seguindo", + "tile_following": " · Följer", "@tile_following": { "type": "text", "placeholders": { } }, - "following_text": "Seguindo", + "following_text": "Följer", "@following_text": { "type": "text", "placeholders": { } }, - "following_resource_name": "usuários seguidos", + "following_resource_name": "följda användare", "@following_resource_name": { "description": "Eg: Search followed users.., No followed users found. etc ", "type": "text", @@ -430,35 +430,35 @@ } }, - "tile_delete": "Excluir", + "tile_delete": "Ta bort", "@tile_delete": { "type": "text", "placeholders": { } }, - "invite": "Convidar", + "invite": "Bjud in", "@invite": { "type": "text", "placeholders": { } }, - "uninvite": "Cancelar convite", + "uninvite": "Avbryt inbjudan", "@uninvite": { "type": "text", "placeholders": { } }, - "invite_member": "Membro", + "invite_member": "Medlem", "@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": "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": { @@ -473,119 +473,119 @@ } } }, - "connections_header_circle_desc": "O círculo com todas as suas conexões é adicionado.", + "connections_header_circle_desc": "Kretsen alla dina kontakter läggs till i.", "@connections_header_circle_desc": { "type": "text", "placeholders": { } }, - "connections_header_users": "Usuários", + "connections_header_users": "Användare", "@connections_header_users": { "type": "text", "placeholders": { } }, - "connection_pending": "Pendente", + "connection_pending": "Väntande", "@connection_pending": { "type": "text", "placeholders": { } }, - "connection_circle_edit": "Editar", + "connection_circle_edit": "Redigera", "@connection_circle_edit": { "type": "text", "placeholders": { } }, - "connections_circle_delete": "Excluir", + "connections_circle_delete": "Ta bort", "@connections_circle_delete": { "type": "text", "placeholders": { } }, - "save_connection_circle_name": "Nome", + "save_connection_circle_name": "Namn", "@save_connection_circle_name": { "type": "text", "placeholders": { } }, - "save_connection_circle_hint": "ex: Amigos, Família, Trabalho.", + "save_connection_circle_hint": "t. ex. Vänner, Familj, Jobb.", "@save_connection_circle_hint": { "type": "text", "placeholders": { } }, - "save_connection_circle_color_name": "Cor", + "save_connection_circle_color_name": "Färg", "@save_connection_circle_color_name": { "type": "text", "placeholders": { } }, - "save_connection_circle_color_hint": "(Toque para alterar)", + "save_connection_circle_color_hint": "(Tryck för att ändra)", "@save_connection_circle_color_hint": { "type": "text", "placeholders": { } }, - "save_connection_circle_users": "Usuários", + "save_connection_circle_users": "Användare", "@save_connection_circle_users": { "type": "text", "placeholders": { } }, - "save_connection_circle_edit": "Editar círculo", + "save_connection_circle_edit": "Redigera krets", "@save_connection_circle_edit": { "type": "text", "placeholders": { } }, - "save_connection_circle_create": "Criar círculo", + "save_connection_circle_create": "Skapa krets", "@save_connection_circle_create": { "type": "text", "placeholders": { } }, - "save_connection_circle_save": "Salvar", + "save_connection_circle_save": "Spara", "@save_connection_circle_save": { "type": "text", "placeholders": { } }, - "update_connection_circle_save": "Salvar", + "update_connection_circle_save": "Spara", "@update_connection_circle_save": { "type": "text", "placeholders": { } }, - "update_connection_circle_updated": "Conexão atualizada", + "update_connection_circle_updated": "Kontakt uppdaterad", "@update_connection_circle_updated": { "type": "text", "placeholders": { } }, - "update_connection_circles_title": "Atualizar círculos de conexão", + "update_connection_circles_title": "Uppdatera kontaktkretsar", "@update_connection_circles_title": { "type": "text", "placeholders": { } }, - "confirm_connection_with": "Confirmar a conexão com {userName}", + "confirm_connection_with": "Bekräfta {userName}s kontaktförfrågan", "@confirm_connection_with": { "type": "text", "placeholders": { @@ -594,28 +594,28 @@ } } }, - "confirm_connection_add_connection": "Adicionar conexão ao círculo", + "confirm_connection_add_connection": "Lägg till kontakt i krets", "@confirm_connection_add_connection": { "type": "text", "placeholders": { } }, - "confirm_connection_connection_confirmed": "Conexão confirmada", + "confirm_connection_connection_confirmed": "Kontaktförfrågan bekräftad", "@confirm_connection_connection_confirmed": { "type": "text", "placeholders": { } }, - "confirm_connection_confirm_text": "Confirmar", + "confirm_connection_confirm_text": "Bekräfta", "@confirm_connection_confirm_text": { "type": "text", "placeholders": { } }, - "connect_to_user_connect_with_username": "Conectar-se com {userName}", + "connect_to_user_connect_with_username": "Lägg till {userName} som kontakt", "@connect_to_user_connect_with_username": { "type": "text", "placeholders": { @@ -624,77 +624,77 @@ } } }, - "connect_to_user_add_connection": "Adicionar conexão ao círculo", + "connect_to_user_add_connection": "Lägg till kontakt i krets", "@connect_to_user_add_connection": { "type": "text", "placeholders": { } }, - "connect_to_user_done": "Pronto", + "connect_to_user_done": "Klar", "@connect_to_user_done": { "type": "text", "placeholders": { } }, - "connect_to_user_request_sent": "Pedido de conexão enviado", + "connect_to_user_request_sent": "Kontaktförfrågan skickad", "@connect_to_user_request_sent": { "type": "text", "placeholders": { } }, - "remove_account_from_list": "Remover conta das listas", + "remove_account_from_list": "Ta bort konto från listor", "@remove_account_from_list": { "type": "text", "placeholders": { } }, - "remove_account_from_list_success": "Sucesso", + "remove_account_from_list_success": "Konto borttaget från listor", "@remove_account_from_list_success": { "type": "text", "placeholders": { } }, - "confirm_block_user_title": "Confirmação", + "confirm_block_user_title": "Bekräftelse", "@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": "Ni kommer inte kunna se varandras inlägg eller kunna interagera med varandra.", "@confirm_block_user_info": { "type": "text", "placeholders": { } }, - "confirm_block_user_yes": "Sim", + "confirm_block_user_yes": "Ja", "@confirm_block_user_yes": { "type": "text", "placeholders": { } }, - "confirm_block_user_no": "Não", + "confirm_block_user_no": "Nej", "@confirm_block_user_no": { "type": "text", "placeholders": { } }, - "confirm_block_user_blocked": "Usuário bloqueado.", + "confirm_block_user_blocked": "Användare blockerad.", "@confirm_block_user_blocked": { "type": "text", "placeholders": { } }, - "confirm_block_user_question": "Tem certeza de que deseja bloquear @{username}?", + "confirm_block_user_question": "Är du säker på att du vill blockera @{username}?", "@confirm_block_user_question": { "type": "text", "placeholders": { @@ -703,7 +703,7 @@ } } }, - "save_connection_circle_name_taken": "O nome de círculo '{takenConnectionsCircleName}' já está em uso", + "save_connection_circle_name_taken": "Kretsnamnet '{takenConnectionsCircleName}' är upptaget", "@save_connection_circle_name_taken": { "type": "text", "placeholders": { @@ -712,287 +712,287 @@ } } }, - "timeline_filters_title": "Filtros da linha do tempo", + "timeline_filters_title": "Tidslinjefilter", "@timeline_filters_title": { "type": "text", "placeholders": { } }, - "timeline_filters_search_desc": "Procurar por círculos e listas...", + "timeline_filters_search_desc": "Sök efter kretsar och listor...", "@timeline_filters_search_desc": { "type": "text", "placeholders": { } }, - "timeline_filters_clear_all": "Limpar tudo", + "timeline_filters_clear_all": "Återställ", "@timeline_filters_clear_all": { "type": "text", "placeholders": { } }, - "timeline_filters_apply_all": "Aplicar filtros", + "timeline_filters_apply_all": "Applicera filter", "@timeline_filters_apply_all": { "type": "text", "placeholders": { } }, - "timeline_filters_circles": "Círculos", + "timeline_filters_circles": "Kretsar", "@timeline_filters_circles": { "type": "text", "placeholders": { } }, - "timeline_filters_lists": "Listas", + "timeline_filters_lists": "Listor", "@timeline_filters_lists": { "type": "text", "placeholders": { } }, - "followers_title": "Seguidores", + "followers_title": "Följare", "@followers_title": { "type": "text", "placeholders": { } }, - "follower_singular": "seguidor", + "follower_singular": "följare", "@follower_singular": { "type": "text", "placeholders": { } }, - "follower_plural": "seguidores", + "follower_plural": "följare", "@follower_plural": { "type": "text", "placeholders": { } }, - "delete_account_title": "Excluir a minha conta", + "delete_account_title": "Ta bort konto", "@delete_account_title": { "type": "text", "placeholders": { } }, - "delete_account_current_pwd": "Senha atual", + "delete_account_current_pwd": "Nuvarande lösenord", "@delete_account_current_pwd": { "type": "text", "placeholders": { } }, - "delete_account_current_pwd_hint": "Digite a sua senha atual", + "delete_account_current_pwd_hint": "Ange ditt nuvarande lösenord", "@delete_account_current_pwd_hint": { "type": "text", "placeholders": { } }, - "delete_account_next": "Avançar", + "delete_account_next": "Nästa", "@delete_account_next": { "type": "text", "placeholders": { } }, - "delete_account_confirmation_title": "Confirmação", + "delete_account_confirmation_title": "Bekräftelse", "@delete_account_confirmation_title": { "type": "text", "placeholders": { } }, - "delete_account_confirmation_desc": "Tem certeza de que deseja excluir sua conta?", + "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": "Esta é uma ação permanente e não pode ser desfeita.", + "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": "Não", + "delete_account_confirmation_no": "Nej", "@delete_account_confirmation_no": { "type": "text", "placeholders": { } }, - "delete_account_confirmation_yes": "Sim", + "delete_account_confirmation_yes": "Ja", "@delete_account_confirmation_yes": { "type": "text", "placeholders": { } }, - "delete_account_confirmation_goodbye": "Adeus 😢", + "delete_account_confirmation_goodbye": "Hej då 😢", "@delete_account_confirmation_goodbye": { "type": "text", "placeholders": { } }, - "invites_create_create_title": "Criar convite", + "invites_create_create_title": "Skapa inbjudan", "@invites_create_create_title": { "type": "text", "placeholders": { } }, - "invites_create_edit_title": "Editar convite", + "invites_create_edit_title": "Redigera inbjudan", "@invites_create_edit_title": { "type": "text", "placeholders": { } }, - "invites_create_save": "Salvar", + "invites_create_save": "Spara", "@invites_create_save": { "type": "text", "placeholders": { } }, - "invites_create_create": "Criar", + "invites_create_create": "Skapa", "@invites_create_create": { "type": "text", "placeholders": { } }, - "invites_create_name_title": "Apelido", + "invites_create_name_title": "Smeknamn", "@invites_create_name_title": { "type": "text", "placeholders": { } }, - "invites_create_name_hint": "ex: Joãozinho", + "invites_create_name_hint": "t. ex. Sven Svensson", "@invites_create_name_hint": { "type": "text", "placeholders": { } }, - "invites_pending": "Pendente", + "invites_pending": "Väntande", "@invites_pending": { "type": "text", "placeholders": { } }, - "invites_delete": "Excluir", + "invites_delete": "Ta bort", "@invites_delete": { "type": "text", "placeholders": { } }, - "invites_invite_text": "Convidar", + "invites_invite_text": "Bjud in", "@invites_invite_text": { "type": "text", "placeholders": { } }, - "invites_share_yourself": "Compartilhe o convite você mesmo", + "invites_share_yourself": "Dela inbjudan själv", "@invites_share_yourself": { "type": "text", "placeholders": { } }, - "invites_share_yourself_desc": "Escolha um app de mensagens, etc.", + "invites_share_yourself_desc": "Välj mellan meddelandeappar, etc.", "@invites_share_yourself_desc": { "type": "text", "placeholders": { } }, - "invites_share_email": "Compartilhe o convite por email", + "invites_share_email": "Dela inbjudan via e-post", "@invites_share_email": { "type": "text", "placeholders": { } }, - "invites_email_text": "Email", + "invites_email_text": "E-post", "@invites_email_text": { "type": "text", "placeholders": { } }, - "invites_email_hint": "ex: joaozinho@email.com", + "invites_email_hint": "t. ex. svensvensson@email.com", "@invites_email_hint": { "type": "text", "placeholders": { } }, - "invites_email_invite_text": "Convite por email", + "invites_email_invite_text": "E-postinbjudan", "@invites_email_invite_text": { "type": "text", "placeholders": { } }, - "invites_email_send_text": "Enviar", + "invites_email_send_text": "Skicka", "@invites_email_send_text": { "type": "text", "placeholders": { } }, - "invites_email_sent_text": "Email de convite enviado", + "invites_email_sent_text": "E-postinbjudan skickad", "@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": "Vi kommer skicka en inbjudan med instruktioner å dina vägnar", "@invites_share_email_desc": { "type": "text", "placeholders": { } }, - "invites_edit_text": "Editar", + "invites_edit_text": "Redigera", "@invites_edit_text": { "type": "text", "placeholders": { } }, - "invites_title": "Meus convites", + "invites_title": "Mina inbjudningar", "@invites_title": { "type": "text", "placeholders": { } }, - "invites_accepted_title": "Aceitos", + "invites_accepted_title": "Accepterade", "@invites_accepted_title": { "type": "text", "placeholders": { } }, - "invites_accepted_group_name": "convites aceitos", + "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", @@ -1000,77 +1000,77 @@ } }, - "invites_accepted_group_item_name": "convite aceito", + "invites_accepted_group_item_name": "accepterad inbjudan", "@invites_accepted_group_item_name": { "type": "text", "placeholders": { } }, - "invites_pending_group_name": "convites pendentes", + "invites_pending_group_name": "väntande inbjudningar", "@invites_pending_group_name": { "type": "text", "placeholders": { } }, - "invites_pending_group_item_name": "convite pendente", + "invites_pending_group_item_name": "väntande inbjudan", "@invites_pending_group_item_name": { "type": "text", "placeholders": { } }, - "invites_none_used": "Parece que você não usou nenhum convite.", + "invites_none_used": "Det ser ut som att du inte använt några inbjudningar.", "@invites_none_used": { "type": "text", "placeholders": { } }, - "invites_none_left": "Você não tem convites disponíveis.", + "invites_none_left": "Du har inga inbjudningar tillgängliga.", "@invites_none_left": { "type": "text", "placeholders": { } }, - "invites_invite_a_friend": "Convidar um amigo", + "invites_invite_a_friend": "Bjud in en vän", "@invites_invite_a_friend": { "type": "text", "placeholders": { } }, - "invites_refresh": "Atualizar", + "invites_refresh": "Uppdatera", "@invites_refresh": { "type": "text", "placeholders": { } }, - "language_settings_title": "Configurações de idioma", + "language_settings_title": "Språkinställningar", "@language_settings_title": { "type": "text", "placeholders": { } }, - "language_settings_save": "Salvar", + "language_settings_save": "Spara", "@language_settings_save": { "type": "text", "placeholders": { } }, - "language_settings_saved_success": "Idioma alterado com sucesso", + "language_settings_saved_success": "Språket har uppdaterats", "@language_settings_saved_success": { "type": "text", "placeholders": { } }, - "groups_see_all": "Ver {groupName}", + "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", @@ -1080,7 +1080,7 @@ } } }, - "invites_joined_with": "Entrou com o nome de usuário @{username}", + "invites_joined_with": "Gick med under användarnamnet @{username}", "@invites_joined_with": { "type": "text", "placeholders": { @@ -1089,7 +1089,7 @@ } } }, - "invites_pending_email": "Pendente, convite enviado para o email {email}", + "invites_pending_email": "Väntande, inbjudan skickad till {email}", "@invites_pending_email": { "type": "text", "placeholders": { @@ -1098,7 +1098,7 @@ } } }, - "timeline_filters_no_match": "Nada encontrado para '{searchQuery}'.", + "timeline_filters_no_match": "Inga resultat hittades för '{searchQuery}'.", "@timeline_filters_no_match": { "type": "text", "placeholders": { @@ -1107,217 +1107,217 @@ } } }, - "clear_application_cache_text": "Limpar cache", + "clear_application_cache_text": "Rensa cacheminnet", "@clear_application_cache_text": { "type": "text", "placeholders": { } }, - "clear_application_cache_desc": "Limpar cache de posts, contas, imagens e mais.", + "clear_application_cache_desc": "Rensa cachelagrade inlägg, konton, bilder & mer.", "@clear_application_cache_desc": { "type": "text", "placeholders": { } }, - "clear_application_cache_success": "Cache limpo com sucesso", + "clear_application_cache_success": "Cacheminnet har rensats", "@clear_application_cache_success": { "type": "text", "placeholders": { } }, - "clear_application_cache_failure": "Não foi possível limpar o cache", + "clear_application_cache_failure": "Kunde inte rensa cacheminnet", "@clear_application_cache_failure": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_title": "Rejeição das diretrizes", + "confirm_guidelines_reject_title": "Avvisande av riktlinjer", "@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": "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": "Converse com a equipe.", + "confirm_guidelines_reject_chat_with_team": "Chatta med teamet.", "@confirm_guidelines_reject_chat_with_team": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_chat_immediately": "Inicie o chat agora.", + "confirm_guidelines_reject_chat_immediately": "Starta en chat direkt.", "@confirm_guidelines_reject_chat_immediately": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_chat_community": "Converse com a comunidade.", + "confirm_guidelines_reject_chat_community": "Chatta med gemenskapen.", "@confirm_guidelines_reject_chat_community": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_join_slack": "Junte-se ao canal no Slack.", + "confirm_guidelines_reject_join_slack": "Gå med i Slack-kanalen.", "@confirm_guidelines_reject_join_slack": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_go_back": "Voltar", + "confirm_guidelines_reject_go_back": "Tillbaka", "@confirm_guidelines_reject_go_back": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_delete_account": "Excluir a minha conta", + "confirm_guidelines_reject_delete_account": "Ta bort konto", "@confirm_guidelines_reject_delete_account": { "type": "text", "placeholders": { } }, - "guidelines_desc": "Por favor, dedique este momento para ler e aceitar as nossas diretrizes.", + "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": "Aceitar", + "guidelines_accept": "Godkänn", "@guidelines_accept": { "type": "text", "placeholders": { } }, - "guidelines_reject": "Rejeitar", + "guidelines_reject": "Avvisa", "@guidelines_reject": { "type": "text", "placeholders": { } }, - "change_email_title": "Alterar Email", + "change_email_title": "Ändra e-postadress", "@change_email_title": { "type": "text", "placeholders": { } }, - "change_email_email_text": "Email", + "change_email_email_text": "E-post", "@change_email_email_text": { "type": "text", "placeholders": { } }, - "change_email_hint_text": "Digite seu novo email", + "change_email_hint_text": "Ange din nya e-postadress", "@change_email_hint_text": { "type": "text", "placeholders": { } }, - "change_email_error": "Este email já está registrado", + "change_email_error": "E-postadressen är redan registrerad", "@change_email_error": { "type": "text", "placeholders": { } }, - "change_email_save": "Salvar", + "change_email_save": "Spara", "@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": "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": "Limpar preferências", + "clear_app_preferences_title": "Rensa inställningar", "@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": "Rensa applikationsinställningarna. Just nu är detta enbart den föredragna kommentarsordningen.", "@clear_app_preferences_desc": { "type": "text", "placeholders": { } }, - "clear_app_preferences_cleared_successfully": "Preferências limpas com sucesso", + "clear_app_preferences_cleared_successfully": "Inställningarna har rensats", "@clear_app_preferences_cleared_successfully": { "type": "text", "placeholders": { } }, - "email_verification_successful": "Incrível! Seu email foi verificado", + "email_verification_successful": "Häftigt! Din e-post har verifierats", "@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": "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": "Não foi possível limpar as preferências", + "clear_app_preferences_error": "Inställningarna kunde inte rensas", "@clear_app_preferences_error": { "type": "text", "placeholders": { } }, - "disconnect_from_user_success": "Desconectado com sucesso", + "disconnect_from_user_success": "Er kontakt har brutits", "@disconnect_from_user_success": { "type": "text", "placeholders": { } }, - "block_user": "Bloquear usuário", + "block_user": "Blockera användare", "@block_user": { "type": "text", "placeholders": { } }, - "unblock_user": "Desbloquear usuário", + "unblock_user": "Avblockera användare", "@unblock_user": { "type": "text", "placeholders": { } }, - "disconnect_from_user": "Desconectar-se de {userName}", + "disconnect_from_user": "Ta bort {userName} som kontakt", "@disconnect_from_user": { "type": "text", "placeholders": { @@ -1326,7 +1326,7 @@ } } }, - "circle_peoples_count": "{prettyUsersCount} pessoas", + "circle_peoples_count": "{prettyUsersCount} personer", "@circle_peoples_count": { "type": "text", "placeholders": { @@ -1335,7 +1335,7 @@ } } }, - "follows_list_accounts_count": "{prettyUsersCount} contas", + "follows_list_accounts_count": "{prettyUsersCount} konton", "@follows_list_accounts_count": { "type": "text", "placeholders": { diff --git a/assets/i18n/pt-BR/user_search.arb b/assets/i18n/pt-BR/user_search.arb index 900468509..0b334df6b 100644 --- a/assets/i18n/pt-BR/user_search.arb +++ b/assets/i18n/pt-BR/user_search.arb @@ -1,26 +1,26 @@ { - "search_text": "Pesquisar...", + "search_text": "Sök...", "@search_text": { "type": "text", "placeholders": { } }, - "communities": "Comunidades", + "communities": "Gemenskaper", "@communities": { "type": "text", "placeholders": { } }, - "users": "Usuários", + "users": "Användare", "@users": { "type": "text", "placeholders": { } }, - "list_search_text": "Pesquisar {resourcePluralName} ...", + "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", @@ -30,7 +30,7 @@ } } }, - "list_no_results_found": "Sem {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", @@ -40,28 +40,28 @@ } } }, - "list_refresh_text": "Atualizar", + "list_refresh_text": "Uppdatera", "@list_refresh_text": { "type": "text", "placeholders": { } }, - "list_retry": "Toque para tentar novamente.", + "list_retry": "Tryck för att försöka igen.", "@list_retry": { "type": "text", "placeholders": { } }, - "cancel": "Cancelar", + "cancel": "Avbryt", "@cancel": { "type": "text", "placeholders": { } }, - "searching_for": "Procurando por '{searchQuery}'", + "searching_for": "Söker efter '{searchQuery}'", "@searching_for": { "type": "text", "placeholders": { @@ -70,7 +70,7 @@ } } }, - "no_results_for": "Nenhum resultado para '{searchQuery}'.", + "no_results_for": "Inga resultat hittades för '{searchQuery}'.", "@no_results_for": { "type": "text", "placeholders": { @@ -79,7 +79,7 @@ } } }, - "no_communities_for": "Nenhuma comunidade encontrada para '{searchQuery}'.", + "no_communities_for": "Inga gemenskaper hittades för '{searchQuery}'.", "@no_communities_for": { "type": "text", "placeholders": { @@ -88,7 +88,7 @@ } } }, - "no_users_for": "Nenhum usuário encontrado para '{searchQuery}'.", + "no_users_for": "Inga användare hittades för '{searchQuery}'.", "@no_users_for": { "type": "text", "placeholders": { diff --git a/assets/i18n/tr/auth.arb b/assets/i18n/tr/auth.arb index 4a790be85..d0f3f0fe0 100644 --- a/assets/i18n/tr/auth.arb +++ b/assets/i18n/tr/auth.arb @@ -1,5 +1,5 @@ { - "headline": "Daha iyi sosyal.", + "headline": "Daha iyi bir sosyal ağ.", "@headline": { "type": "text", "placeholders": { 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/notifications.arb b/assets/i18n/tr/notifications.arb index 28ced21e0..f3c66da13 100644 --- a/assets/i18n/tr/notifications.arb +++ b/assets/i18n/tr/notifications.arb @@ -76,6 +76,34 @@ } }, + "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", @@ -232,5 +260,21 @@ } } + }, + "mentioned_in_post_comment_tile": "[name] [username] bir yorumda sizden bahsetti.", + "@mentioned_in_post_comment_tile": { + "description": "Eg.: James @jamest mentioned you on a comment.", + "type": "text", + "placeholders": { + + } + }, + "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 From 5c7ad9beb134b3008c79db4a0617de860183b47a Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Tue, 13 Aug 2019 17:49:53 +0200 Subject: [PATCH 38/45] :globe_with_meridians: add mentions locales --- lib/locale/messages_all.dart | 16 +- lib/locale/messages_de.dart | 85 +- lib/locale/messages_en.dart | 7 + lib/locale/messages_es-ES.dart | 846 ++++++++++++++++++++ lib/locale/messages_fr.dart | 7 + lib/locale/messages_it.dart | 7 + lib/locale/messages_pt-BR.dart | 1379 ++++++++++++++++---------------- lib/locale/messages_sv-SE.dart | 839 +++++++++++++++++++ lib/locale/messages_tr.dart | 9 +- lib/main.dart | 32 +- 10 files changed, 2481 insertions(+), 746 deletions(-) create mode 100644 lib/locale/messages_es-ES.dart create mode 100644 lib/locale/messages_sv-SE.dart diff --git a/lib/locale/messages_all.dart b/lib/locale/messages_all.dart index 62b15e161..a293f364f 100644 --- a/lib/locale/messages_all.dart +++ b/lib/locale/messages_all.dart @@ -11,11 +11,11 @@ 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.dart' as messages_sv; +import 'messages_sv-SE.dart' as messages_sv_se; import 'messages_tr.dart' as messages_tr; typedef Future LibraryLoader(); @@ -25,7 +25,7 @@ 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 @@ -33,7 +33,7 @@ Map _deferredLibraries = { // ignore: unnecessary_new 'pt_BR': () => new Future.value(null), // ignore: unnecessary_new - 'sv': () => new Future.value(null), + 'sv_SE': () => new Future.value(null), // ignore: unnecessary_new 'tr': () => new Future.value(null), }; @@ -44,16 +44,16 @@ 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': - return messages_sv.messages; + case 'sv_SE': + return messages_sv_se.messages; case 'tr': return messages_tr.messages; default: diff --git a/lib/locale/messages_de.dart b/lib/locale/messages_de.dart index b7d2ae419..4484a23b5 100644 --- a/lib/locale/messages_de.dart +++ b/lib/locale/messages_de.dart @@ -70,7 +70,7 @@ class MessageLookup extends MessageLookupByLibrary { static m24(communityName) => "[name] [username] hat dich in die Community /c/${communityName} eingeladen."; - static m25(maxLength) => "Ein Kommentar darf nicht mehr als ${maxLength} Zeichen haben."; + static m25(maxLength) => "Ein Kommentar darf nicht länger als ${maxLength} Zeichen lang sein."; static m26(commentsCount) => "Alle ${commentsCount} Kommentare anzeigen"; @@ -153,7 +153,7 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -167,12 +167,12 @@ class MessageLookup extends MessageLookupByLibrary { "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 maximal 50 Zeichen haben. (Falls er länger ist, tut es uns sehr Leid)"), + "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..."), @@ -184,8 +184,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!"), @@ -195,11 +195,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_beta" : MessageLookupByLibrary.simpleMessage("Willkommen zur Beta!"), "auth__create_acc__what_avatar" : MessageLookupByLibrary.simpleMessage("Wähle ein Profilbild"), - "auth__create_acc__what_email" : MessageLookupByLibrary.simpleMessage("Wie lautet deine E-Mail-Adresse?"), + "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)"), @@ -231,7 +231,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."), @@ -258,12 +258,12 @@ 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 aussperren"), + "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("Moderatoren"), + "community__button_staff" : MessageLookupByLibrary.simpleMessage("Team"), "community__categories" : MessageLookupByLibrary.simpleMessage("Kategorien."), "community__category" : MessageLookupByLibrary.simpleMessage("Kategorie."), "community__communities" : MessageLookupByLibrary.simpleMessage("Communities"), @@ -273,14 +273,14 @@ class MessageLookup extends MessageLookupByLibrary { "community__communities_title" : MessageLookupByLibrary.simpleMessage("Communities"), "community__community" : MessageLookupByLibrary.simpleMessage("Community"), "community__community_members" : MessageLookupByLibrary.simpleMessage("Community-Mitglieder"), - "community__community_staff" : MessageLookupByLibrary.simpleMessage("Community-Moderatoren"), + "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 dieser Community teilen können."), "community__description_range_error" : m8, "community__favorite_action" : MessageLookupByLibrary.simpleMessage("Community favorisieren"), "community__favorite_communities" : MessageLookupByLibrary.simpleMessage("favorisierte Communities"), - "community__favorite_community" : MessageLookupByLibrary.simpleMessage("Meine Community"), + "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"), @@ -381,6 +381,7 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -404,7 +405,7 @@ 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("Gegen mich verhängte Strafen"), + "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"), @@ -417,8 +418,8 @@ class MessageLookup extends MessageLookupByLibrary { "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 Bedienungsanleitung"), - "drawer__useful_links_guidelines_handbook_desc" : MessageLookupByLibrary.simpleMessage("Eine Anleitung mit allem, was man wissen muss, um das Okuna-Netzwerk zu nutzen"), + "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("Hier kann man sich über Okuna austauschen"), "drawer__useful_links_support" : MessageLookupByLibrary.simpleMessage("Okuna unterstützen"), @@ -429,7 +430,7 @@ class MessageLookup extends MessageLookupByLibrary { "moderation__actions_chat_with_team" : MessageLookupByLibrary.simpleMessage("Chatte mit dem Team"), "moderation__actions_review" : MessageLookupByLibrary.simpleMessage("Überprüfen"), "moderation__category_text" : MessageLookupByLibrary.simpleMessage("Kategorie"), - "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Community moderierte Objekte"), + "moderation__community_moderated_objects" : MessageLookupByLibrary.simpleMessage("Moderierte Objekte"), "moderation__community_review_approve" : MessageLookupByLibrary.simpleMessage("Bestätigen"), "moderation__community_review_item_verified" : MessageLookupByLibrary.simpleMessage("Dieses Element wurde überprüft"), "moderation__community_review_object" : MessageLookupByLibrary.simpleMessage("Objekt"), @@ -441,7 +442,7 @@ 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."), @@ -467,14 +468,14 @@ 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__my_moderation_penalties_resouce_singular" : MessageLookupByLibrary.simpleMessage("gegen mich verhängte Strafen"), + "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("Gegen mich verhängte Strafen"), - "moderation__my_moderation_tasks_title" : MessageLookupByLibrary.simpleMessage("Offene Moderationsaufgaben"), + "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 Moderationsaufgaben"), - "moderation__pending_moderation_tasks_singular" : MessageLookupByLibrary.simpleMessage("offene Moderationsaufgaben"), + "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"), @@ -507,6 +508,8 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -515,14 +518,18 @@ class MessageLookup extends MessageLookupByLibrary { "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__mentioned_in_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] hat dich in einem Kommentar erwähnt."), + "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("Benachrichtigungen"), @@ -610,20 +617,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("Tage"), - "post__time_short_hours" : MessageLookupByLibrary.simpleMessage("h"), - "post__time_short_minutes" : MessageLookupByLibrary.simpleMessage("m"), + "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("1Tag"), + "post__time_short_one_day" : MessageLookupByLibrary.simpleMessage("1Tg"), "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("1J."), - "post__time_short_seconds" : MessageLookupByLibrary.simpleMessage("s"), - "post__time_short_weeks" : MessageLookupByLibrary.simpleMessage("W."), - "post__time_short_years" : MessageLookupByLibrary.simpleMessage("J."), + "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("Versuche, 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."), @@ -645,14 +652,14 @@ 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__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" : m30, "user__circle_peoples_count" : m31, @@ -809,7 +816,7 @@ class MessageLookup extends MessageLookupByLibrary { "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("Filtern"), + "user__timeline_filters_apply_all" : MessageLookupByLibrary.simpleMessage("Anwenden"), "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Kreise"), "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Alle aufheben"), "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listen"), diff --git a/lib/locale/messages_en.dart b/lib/locale/messages_en.dart index ddd886ae0..6704b67d7 100644 --- a/lib/locale/messages_en.dart +++ b/lib/locale/messages_en.dart @@ -381,6 +381,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"), @@ -507,6 +508,8 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -517,12 +520,16 @@ 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" : MessageLookupByLibrary.simpleMessage("[name] [username] mentioned you on a comment."), + "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"), diff --git a/lib/locale/messages_es-ES.dart b/lib/locale/messages_es-ES.dart new file mode 100644 index 000000000..3f6a4c761 --- /dev/null +++ b/lib/locale/messages_es-ES.dart @@ -0,0 +1,846 @@ +// 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(communityName) => "[name] [username] te ha invitado a unirte a la comunidad /c/${communityName}."; + + static m25(maxLength) => "Un comentario no puede ser más largo que ${maxLength} caracteres."; + + static m26(commentsCount) => "Ver los ${commentsCount} comentarios"; + + static m27(circlesSearchQuery) => "\'No se han encontrado círculos que coincidan con \'${circlesSearchQuery}\'."; + + static m28(name) => "${name} aún no ha compartido nada."; + + static m29(postCreatorUsername) => "los círculos de @${postCreatorUsername}\'s"; + + static m30(maxLength) => "El nombre del círculo no debe tener más de ${maxLength} caracteres."; + + static m31(prettyUsersCount) => "${prettyUsersCount} gente"; + + static m32(username) => "¿Seguro que quieres banear a @${username}?"; + + static m33(userName) => "Confirmar conexión con ${userName}"; + + static m34(userName) => "Conectar con ${userName}"; + + static m35(userName) => "Desconectarse de ${userName}"; + + static m36(limit) => "Imagen demasiado grande (límite: ${limit} MB)"; + + static m37(username) => "El nombre de usuario @${username} ya existe"; + + static m38(searchQuery) => "No se encontró un Emoji similar a \'${searchQuery}\'."; + + static m39(searchQuery) => "No se encontró lista con \'${searchQuery}\'"; + + static m40(prettyUsersCount) => "${prettyUsersCount} cuentas"; + + static m41(prettyUsersCount) => "${prettyUsersCount} Cuentas"; + + static m42(groupName) => "Ver ${groupName}"; + + 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(username) => "Se unió con el nombre de usuario @${username}"; + + static m45(email) => "Pendiente, email de invitación enviado a ${email}"; + + static m46(maxLength) => "El nombre de la lista no debe tener más de ${maxLength} caracteres."; + + static m47(maxLength) => "La biografía no puede contener más de ${maxLength} caracteres."; + + static m48(maxLength) => "La ubicación no puede contener más de ${maxLength} caracteres."; + + static m49(takenConnectionsCircleName) => "El nombre de lista \'${takenConnectionsCircleName}\' esta tomado"; + + static m50(listName) => "El nombre de lista \'${listName}\' esta tomado"; + + static m51(searchQuery) => "Sin resultados para \'${searchQuery}\'."; + + static m52(resourcePluralName) => "No se encontró ningun ${resourcePluralName}."; + + static m53(resourcePluralName) => "Buscar ${resourcePluralName}..."; + + static m54(searchQuery) => "No se encontraron comunidades para \'${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(_) => { + "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" : MessageLookupByLibrary.simpleMessage("[name] [username] te mencionó en un comentario."), + "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" : m24, + "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" : 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..."), + "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" : m26, + "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" : m27, + "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" : 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"), + "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" : 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"), + "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" : 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" : 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."), + "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" : 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"), + "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" : m35, + "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" : 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" : 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" : 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__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" : 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" : 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"), + "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" : 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" : 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"), + "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" : 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" : 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"), + "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" : 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"), + "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" : m50, + "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" : 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"), + "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" : m52, + "user_search__list_refresh_text" : MessageLookupByLibrary.simpleMessage("Refrescar"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Toca para reintentar."), + "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" : m57, + "user_search__users" : MessageLookupByLibrary.simpleMessage("Usuarios") + }; +} diff --git a/lib/locale/messages_fr.dart b/lib/locale/messages_fr.dart index da4933ac0..1b269bc0a 100644 --- a/lib/locale/messages_fr.dart +++ b/lib/locale/messages_fr.dart @@ -381,6 +381,7 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -507,6 +508,8 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -517,12 +520,16 @@ class MessageLookup extends MessageLookupByLibrary { "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" : MessageLookupByLibrary.simpleMessage("[name] [username] vous a mentionné.e sur un commentaire."), + "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"), diff --git a/lib/locale/messages_it.dart b/lib/locale/messages_it.dart index 379ac23e7..d7a782a2b 100644 --- a/lib/locale/messages_it.dart +++ b/lib/locale/messages_it.dart @@ -381,6 +381,7 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -507,6 +508,8 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -517,12 +520,16 @@ class MessageLookup extends MessageLookupByLibrary { "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" : MessageLookupByLibrary.simpleMessage("[name] [username] ti ha menzionato in un commento."), + "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"), diff --git a/lib/locale/messages_pt-BR.dart b/lib/locale/messages_pt-BR.dart index 8526f815a..756d4fb06 100644 --- a/lib/locale/messages_pt-BR.dart +++ b/lib/locale/messages_pt-BR.dart @@ -20,820 +20,827 @@ typedef MessageIfAbsent(String message_str, List args); class MessageLookup extends MessageLookupByLibrary { get localeName => 'pt_BR'; - static m0(minLength, maxLength) => "(${minLength}-${maxLength} caracteres)"; + static m0(minLength, maxLength) => "(${minLength}-${maxLength} tecken)"; - static m1(minLength, maxLength) => "A descrição deve ter entre ${minLength} e ${maxLength} caracteres."; + static m1(minLength, maxLength) => "Beskrivningen måste vara mellan ${minLength} och ${maxLength} tecken."; - static m2(minLength, maxLength) => "O nome deve ter entre ${minLength} e ${maxLength} caracteres."; + static m2(minLength, maxLength) => "Namnet måste vara mellan ${minLength} och ${maxLength} tecken."; - static m3(minLength, maxLength) => "A senha deve ter entre ${minLength} e ${maxLength} caracteres."; + static m3(minLength, maxLength) => "Lösenordet måste vara mellan ${minLength} och ${maxLength} tecken."; - static m4(maxLength) => "Um nome de usuário não pode ser maior que ${maxLength} caracteres."; + static m4(maxLength) => "Ett användarnamn kan inte vara längre än ${maxLength} tecken."; - static m5(maxLength) => "Os adjetivos não podem ser mais longos que ${maxLength} caracteres."; + static m5(maxLength) => "Adjektiv får inte vara längre än ${maxLength} tecken."; - static m6(username) => "Você tem certeza de que deseja adicionar @${username} como administrador da comunidade?"; + static m6(username) => "Är du säker på att du vill lägga till @${username} som administratör för gemenskapen?"; - static m7(username) => "Você tem certeza de que deseja banir @${username}?"; + static m7(username) => "Är du säker på att du vill banna @${username}?"; - static m8(maxLength) => "A descrição não pode ser maior que ${maxLength} caracteres."; + static m8(maxLength) => "Beskrivningen kan inte vara längre än ${maxLength} tecken."; - static m9(username) => "Você tem certeza de que deseja adicionar @${username} como moderador da comunidade?"; + static m9(username) => "Är du säker på att du vill lägga till @${username} som gemenskapsmoderator?"; - static m10(maxLength) => "O nome não pode ser maior que ${maxLength} caracteres."; + static m10(maxLength) => "Namnet får inte vara längre än ${maxLength} tecken."; - static m11(min) => "Você deve escolher pelo menos ${min} categorias."; + static m11(min) => "Du måste välja åtminstone ${min} kategorier."; - static m12(min) => "Você deve escolher pelo menos ${min} categoria."; + static m12(min) => "Du måste välja åtminstone ${min} kategori."; - static m13(max) => "Escolha até ${max} categorias"; + static m13(max) => "Välj upp till ${max} kategorier"; - static m14(maxLength) => "As regras não podem ser maiores que ${maxLength} caracteres."; + static m14(maxLength) => "Reglerna får inte vara längre än ${maxLength} tecken."; - static m15(takenName) => "O nome de comunidade \'${takenName}\' já está em uso"; + static m15(takenName) => "Gemenskapsnamnet \'${takenName}\' är upptaget"; - static m16(maxLength) => "O título não pode ser maior que ${maxLength} caracteres."; + static m16(maxLength) => "Titeln får inte vara längre än ${maxLength} tecken."; - static m17(categoryName) => "Em alta em ${categoryName}"; + static m17(categoryName) => "Trendiga i ${categoryName}"; - static m18(currentUserLanguage) => "Idioma (${currentUserLanguage})"; + static m18(currentUserLanguage) => "Språk (${currentUserLanguage})"; - static m19(resourceCount, resourceName) => "Ver todas as ${resourceCount} ${resourceName}"; + static m19(resourceCount, resourceName) => "Visa alla ${resourceCount} ${resourceName}"; - static m20(postCommentText) => "[name] [username] também comentou: ${postCommentText}"; + static m20(postCommentText) => "[name] [username] kommenterade också: ${postCommentText}"; - static m21(postCommentText) => "[name] [username] comentou no seu post: ${postCommentText}"; + static m21(postCommentText) => "[name] [username] kommenterade på ditt inlägg: ${postCommentText}"; - static m22(postCommentText) => "[name] [username] também respondeu: ${postCommentText}"; + static m22(postCommentText) => "[name] [username] svarade också: ${postCommentText}"; - static m23(postCommentText) => "[name] [username] respondeu: ${postCommentText}"; + static m23(postCommentText) => "[name] [username] svarade: ${postCommentText}"; - static m24(communityName) => "[name] [username] convidou você para se juntar à comunidade /c/${communityName}."; + static m24(communityName) => "[name] [username] har bjudit in dig till gemenskapen /c/${communityName}."; - static m25(maxLength) => "Um comentário não pode ter mais de ${maxLength} caracteres."; + static m25(maxLength) => "En kommentar kan inte vara längre än ${maxLength} tecken."; - static m26(commentsCount) => "Ver todos os ${commentsCount} comentários"; + static m26(commentsCount) => "Visa alla ${commentsCount} kommentarer"; - static m27(circlesSearchQuery) => "\'Nenhum círculo encontrado para \'${circlesSearchQuery}\'."; + static m27(circlesSearchQuery) => "Inga kretsar hittades som matchar \'${circlesSearchQuery}\'."; - static m28(name) => "${name} ainda não compartilhou nada."; + static m28(name) => "${name} har inte delat något ännu."; - static m29(postCreatorUsername) => "círculos de @${postCreatorUsername}"; + static m29(postCreatorUsername) => "@${postCreatorUsername}s kretsar"; - static m30(maxLength) => "O nome do círculo não deve ter mais de ${maxLength} caracteres."; + static m30(maxLength) => "Kretsens namn får inte vara längre än ${maxLength} tecken."; - static m31(prettyUsersCount) => "${prettyUsersCount} pessoas"; + static m31(prettyUsersCount) => "${prettyUsersCount} personer"; - static m32(username) => "Tem certeza de que deseja bloquear @${username}?"; + static m32(username) => "Är du säker på att du vill blockera @${username}?"; - static m33(userName) => "Confirmar a conexão com ${userName}"; + static m33(userName) => "Bekräfta ${userName}s kontaktförfrågan"; - static m34(userName) => "Conectar-se com ${userName}"; + static m34(userName) => "Lägg till ${userName} som kontakt"; - static m35(userName) => "Desconectar-se de ${userName}"; + static m35(userName) => "Ta bort ${userName} som kontakt"; - static m36(limit) => "Imagem muito grande (limite: ${limit} MB)"; + static m36(limit) => "Bilden är för stor (gräns: ${limit} MB)"; - static m37(username) => "O nome de usuário @${username} já está em uso"; + static m37(username) => "Användarnamnet @${username} är upptaget"; - static m38(searchQuery) => "Nenhum emoji encontrado para \'${searchQuery}\'."; + static m38(searchQuery) => "Ingen emoji hittades som matchar \'${searchQuery}\'."; - static m39(searchQuery) => "Nenhuma lista encontrada para \'${searchQuery}\'"; + static m39(searchQuery) => "Inga listor hittades för \'${searchQuery}\'"; - static m40(prettyUsersCount) => "${prettyUsersCount} contas"; + static m40(prettyUsersCount) => "${prettyUsersCount} konton"; - static m41(prettyUsersCount) => "${prettyUsersCount} Contas"; + static m41(prettyUsersCount) => "${prettyUsersCount} Konton"; - static m42(groupName) => "Ver ${groupName}"; + static m42(groupName) => "Visa alla ${groupName}"; - static m43(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 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) => "Entrou com o nome de usuário @${username}"; + static m44(username) => "Gick med under användarnamnet @${username}"; - static m45(email) => "Pendente, convite enviado para o email ${email}"; + static m45(email) => "Väntande, inbjudan skickad till ${email}"; - static m46(maxLength) => "O nome da lista não deve ter mais de ${maxLength} caracteres."; + static m46(maxLength) => "Listans namn får inte vara längre än ${maxLength} tecken."; - static m47(maxLength) => "A bio não pode ser maior que ${maxLength} caracteres."; + static m47(maxLength) => "Bion kan inte vara längre än ${maxLength} tecken."; - static m48(maxLength) => "O local não pode ser maior que ${maxLength} caracteres."; + static m48(maxLength) => "En plats kan inte vara längre än ${maxLength} tecken."; - static m49(takenConnectionsCircleName) => "O nome de círculo \'${takenConnectionsCircleName}\' já está em uso"; + static m49(takenConnectionsCircleName) => "Kretsnamnet \'${takenConnectionsCircleName}\' är upptaget"; - static m50(listName) => "O nome de lista \'${listName}\' já está sendo usado"; + static m50(listName) => "Listnamnet \'${listName}\' är upptaget"; - static m51(searchQuery) => "Nada encontrado para \'${searchQuery}\'."; + static m51(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; - static m52(resourcePluralName) => "Sem ${resourcePluralName}."; + static m52(resourcePluralName) => "Inga ${resourcePluralName} hittades."; - static m53(resourcePluralName) => "Pesquisar ${resourcePluralName} ..."; + static m53(resourcePluralName) => "Sök ${resourcePluralName} ..."; - static m54(searchQuery) => "Nenhuma comunidade encontrada para \'${searchQuery}\'."; + static m54(searchQuery) => "Inga gemenskaper hittades för \'${searchQuery}\'."; - static m55(searchQuery) => "Nenhum resultado para \'${searchQuery}\'."; + static m55(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; - static m56(searchQuery) => "Nenhum usuário encontrado para \'${searchQuery}\'."; + static m56(searchQuery) => "Inga användare hittades för \'${searchQuery}\'."; - static m57(searchQuery) => "Procurando por \'${searchQuery}\'"; + static m57(searchQuery) => "Söker efter \'${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__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("Cadastrar-se"), - "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("A descrição não pode ficar vazia."), + "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("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__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("Better social."), + "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("A senha não pode ficar vazia."), + "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("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__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("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__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("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__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("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__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("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__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("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__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("Não"), + "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("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__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("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__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("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__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("Em alta em todas as categorias"), + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("Trendiga från alla kategorier"), "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"), - "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"), + "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"), + "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("Förslag"), + "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("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"), + "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("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__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("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__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("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__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("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."), + "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("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_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("Respostas aos comentários"), - "notifications__comment_title" : MessageLookupByLibrary.simpleMessage("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__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__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__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" : MessageLookupByLibrary.simpleMessage("[name] [username] nämnde dig i en kommentar."), + "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" : m24, - "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__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("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__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("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__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("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__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("min"), - "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("agora"), + "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("1min"), - "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1sem"), - "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1a"), + "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("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__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("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."), + "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("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__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("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_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("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__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("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__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("Desconectado com sucesso"), + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Er kontakt har brutits"), "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_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("Salvar"), - "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Editar perfil"), + "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("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__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("Seguir"), - "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Parar de seguir"), - "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Nenhuma lista encontrada."), + "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("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__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("Editar"), - "user__follows_list_header_title" : MessageLookupByLibrary.simpleMessage("Usuários"), - "user__follows_lists_account" : MessageLookupByLibrary.simpleMessage("1 Conta"), + "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("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__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("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_accepted_group_item_name" : MessageLookupByLibrary.simpleMessage("accepterad inbjudan"), + "user__invites_accepted_group_name" : MessageLookupByLibrary.simpleMessage("accepterade inbjudningar"), + "user__invites_accepted_title" : MessageLookupByLibrary.simpleMessage("Accepterade"), + "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("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_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("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__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("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__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("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__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("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_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("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_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("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__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("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__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("Atualizar"), - "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Toque para tentar novamente."), + "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("Pesquisar..."), + "user_search__search_text" : MessageLookupByLibrary.simpleMessage("Sök..."), "user_search__searching_for" : m57, - "user_search__users" : MessageLookupByLibrary.simpleMessage("Usuários") + "user_search__users" : MessageLookupByLibrary.simpleMessage("Användare") }; } diff --git a/lib/locale/messages_sv-SE.dart b/lib/locale/messages_sv-SE.dart new file mode 100644 index 000000000..9f34125c0 --- /dev/null +++ b/lib/locale/messages_sv-SE.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_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(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 index a6ccc73ce..1f329cbd3 100644 --- a/lib/locale/messages_tr.dart +++ b/lib/locale/messages_tr.dart @@ -212,7 +212,7 @@ class MessageLookup extends MessageLookupByLibrary { "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 sosyal."), + "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."), @@ -381,6 +381,7 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -507,6 +508,8 @@ class MessageLookup extends MessageLookupByLibrary { "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"), @@ -517,12 +520,16 @@ class MessageLookup extends MessageLookupByLibrary { "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" : MessageLookupByLibrary.simpleMessage("[name] [username] bir yorumda sizden bahsetti."), + "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ı"), diff --git a/lib/main.dart b/lib/main.dart index baa163c65..99d4fcb7e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -32,8 +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(); @@ -42,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 { @@ -76,11 +75,16 @@ class _MyAppState extends State { return this.locale; } // initialise locale from device - if (deviceLocale != null && supportedLanguages.contains(deviceLocale.languageCode) && this.locale == null) { - 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; @@ -93,6 +97,8 @@ class _MyAppState extends State { GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, const MaterialLocalizationPtBRDelegate(), + const MaterialLocalizationEsESDelegate(), + const MaterialLocalizationSvSEDelegate(), ], theme: new ThemeData( buttonTheme: ButtonThemeData( @@ -185,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); } }), @@ -196,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); }); @@ -205,9 +213,9 @@ class _MyAppState extends State { UniversalLinksService universalLinksService = openbookProvider.universalLinksService; universalLinksService.digestLinksWithContext(context); - openbookProvider.validationService.setLocalizationService(localizationService); + openbookProvider.validationService + .setLocalizationService(localizationService); } - } void _setPlatformOverrideForDesktop() { From 97ad3c95c6ce7b24338c8a4e8efb6a20cd5e5702 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Tue, 13 Aug 2019 18:16:57 +0200 Subject: [PATCH 39/45] :bug: wrong portuguese translations --- assets/i18n/pt-BR/auth.arb | 206 +-- assets/i18n/pt-BR/community.arb | 280 ++-- .../pt-BR/contextual_account_search_box.arb | 2 +- assets/i18n/pt-BR/drawer.arb | 86 +- assets/i18n/pt-BR/error.arb | 4 +- assets/i18n/pt-BR/moderation.arb | 134 +- assets/i18n/pt-BR/notifications.arb | 74 +- assets/i18n/pt-BR/post.arb | 214 +-- assets/i18n/pt-BR/user.arb | 362 ++--- assets/i18n/pt-BR/user_search.arb | 24 +- lib/locale/messages_pt-BR.dart | 1386 ++++++++--------- 11 files changed, 1386 insertions(+), 1386 deletions(-) diff --git a/assets/i18n/pt-BR/auth.arb b/assets/i18n/pt-BR/auth.arb index 683981096..e90e7a1f9 100644 --- a/assets/i18n/pt-BR/auth.arb +++ b/assets/i18n/pt-BR/auth.arb @@ -1,47 +1,47 @@ { - "headline": "Better social.", + "headline": "Uma rede social melhor.", "@headline": { "type": "text", "placeholders": { } }, - "login": "Logga in", + "login": "Entrar", "@login": { "type": "text", "placeholders": { } }, - "email_empty_error": "Du måste ange en e-postadress.", + "email_empty_error": "O email não pode ficar vazio.", "@email_empty_error": { "type": "text", "placeholders": { } }, - "email_invalid_error": "Vänligen ange en giltig e-postadress.", + "email_invalid_error": "Por favor, forneça um email válido.", "@email_invalid_error": { "type": "text", "placeholders": { } }, - "username_empty_error": "Du måste ange ett användarnamn.", + "username_empty_error": "O nome de usuário não pode ficar vazio.", "@username_empty_error": { "type": "text", "placeholders": { } }, - "username_characters_error": "Ett användarnamn kan bara innehålla alfanumeriska tecken och understreck.", + "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": "Ett användarnamn kan inte vara längre än {maxLength} tecken.", + "username_maxlength_error": "Um nome de usuário não pode ser maior que {maxLength} caracteres.", "@username_maxlength_error": { "type": "text", "placeholders": { @@ -50,91 +50,91 @@ } } }, - "create_account": "Registrera dig", + "create_account": "Cadastrar-se", "@create_account": { "type": "text", "placeholders": { } }, - "create_acc__lets_get_started": "Låt oss komma igång", + "create_acc__lets_get_started": "Vamos começar", "@create_acc__lets_get_started": { "type": "text", "placeholders": { } }, - "create_acc__welcome_to_beta": "Välkommen till betan!", + "create_acc__welcome_to_beta": "Bem-vindo(a) à Beta!", "@create_acc__welcome_to_beta": { "type": "text", "placeholders": { } }, - "create_acc__previous": "Tillbaka", + "create_acc__previous": "Voltar", "@create_acc__previous": { "type": "text", "placeholders": { } }, - "create_acc__next": "Nästa", + "create_acc__next": "Avançar", "@create_acc__next": { "type": "text", "placeholders": { } }, - "create_acc__create_account": "Skapa konto", + "create_acc__create_account": "Criar uma conta", "@create_acc__create_account": { "type": "text", "placeholders": { } }, - "create_acc__paste_link": "Klistra in din registreringslänk nedan", + "create_acc__paste_link": "Cole seu link de registro abaixo", "@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": "Cole o link de redefinição de senha abaixo", "@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": "Use o link do seu convite recebido por email.", "@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": "O campo de link não pode ficar vazio.", "@create_acc__link_empty_error": { "type": "text", "placeholders": { } }, - "create_acc__link_invalid_error": "Länken verkar vara ogiltig.", + "create_acc__link_invalid_error": "Este link parece ser inválido.", "@create_acc__link_invalid_error": { "type": "text", "placeholders": { } }, - "password_empty_error": "Du måste ange ett lösenord.", + "password_empty_error": "A senha não pode ficar vazia.", "@password_empty_error": { "type": "text", "placeholders": { } }, - "password_range_error": "Lösenordet måste vara mellan {minLength} och {maxLength} tecken.", + "password_range_error": "A senha deve ter entre {minLength} e {maxLength} caracteres.", "@password_range_error": { "type": "text", "placeholders": { @@ -146,14 +146,14 @@ } } }, - "name_empty_error": "Du måste ange ett namn.", + "name_empty_error": "O nome não pode ficar vazio.", "@name_empty_error": { "type": "text", "placeholders": { } }, - "name_range_error": "Namnet måste vara mellan {minLength} och {maxLength} tecken.", + "name_range_error": "O nome deve ter entre {minLength} e {maxLength} caracteres.", "@name_range_error": { "type": "text", "placeholders": { @@ -165,14 +165,14 @@ } } }, - "description_empty_error": "Du måste skriva en beskrivning.", + "description_empty_error": "A descrição não pode ficar vazia.", "@description_empty_error": { "type": "text", "placeholders": { } }, - "description_range_error": "Beskrivningen måste vara mellan {minLength} och {maxLength} tecken.", + "description_range_error": "A descrição deve ter entre {minLength} e {maxLength} caracteres.", "@description_range_error": { "type": "text", "placeholders": { @@ -184,196 +184,196 @@ } } }, - "reset_password_success_title": "Allt klart!", + "reset_password_success_title": "Tudo pronto!", "@reset_password_success_title": { "type": "text", "placeholders": { } }, - "reset_password_success_info": "Ditt lösenord har uppdaterats", + "reset_password_success_info": "Sua senha foi alterada com sucesso", "@reset_password_success_info": { "type": "text", "placeholders": { } }, - "create_acc__request_invite": "Ingen inbjudan? Be om en här.", + "create_acc__request_invite": "Sem convite? Solicite um aqui.", "@create_acc__request_invite": { "type": "text", "placeholders": { } }, - "create_acc__subscribe": "Begär", + "create_acc__subscribe": "Solicitar", "@create_acc__subscribe": { "type": "text", "placeholders": { } }, - "create_acc__subscribe_to_waitlist_text": "Be om en inbjudan!", + "create_acc__subscribe_to_waitlist_text": "Solicitar um convite!", "@create_acc__subscribe_to_waitlist_text": { "type": "text", "placeholders": { } }, - "create_acc__congratulations": "Gratulerar!", + "create_acc__congratulations": "Parabéns!", "@create_acc__congratulations": { "type": "text", "placeholders": { } }, - "create_acc__your_subscribed": "Du är {0} på väntelistan.", + "create_acc__your_subscribed": "Você é o número {0} da lista de espera.", "@create_acc__your_subscribed": { "type": "text", "placeholders": { } }, - "create_acc__almost_there": "Nästan klart...", + "create_acc__almost_there": "Quase lá...", "@create_acc__almost_there": { "type": "text", "placeholders": { } }, - "create_acc__what_name": "Vad heter du?", + "create_acc__what_name": "Qual é o seu nome?", "@create_acc__what_name": { "type": "text", "placeholders": { } }, - "create_acc__name_placeholder": "James Bond", + "create_acc__name_placeholder": "Ayrton Senna", "@create_acc__name_placeholder": { "type": "text", "placeholders": { } }, - "create_acc__name_empty_error": "😱 Du måste ange ett namn.", + "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": "😱 Ditt namn får inte vara längre än 50 tecken. (Vi är ledsna om det är det.)", + "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": "😅 Ett namn kan bara innehålla alfanumeriska tecken (för tillfället).", + "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": "Välj ett användarnamn", + "create_acc__what_username": "Escolha um nome de usuário", "@create_acc__what_username": { "type": "text", "placeholders": { } }, - "create_acc__username_placeholder": "pablopicasso", + "create_acc__username_placeholder": "santosdumont", "@create_acc__username_placeholder": { "type": "text", "placeholders": { } }, - "create_acc__username_empty_error": "😱 Du måste ange ett användarnamn.", + "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": "😅 Ett användarnamn kan inte vara längre än 30 tecken.", + "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": "😅 Ett användarnamn kan bara innehålla alfanumeriska tecken och understreck.", + "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": "😩 Användarnamnet @%s är upptaget.", + "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": "😭 Vi har serverproblem, vänligen försök igen om några minuter.", + "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": "Vad är din e-post?", + "create_acc__what_email": "Qual é o seu email?", "@create_acc__what_email": { "type": "text", "placeholders": { } }, - "create_acc__email_placeholder": "john_travolta@mail.com", + "create_acc__email_placeholder": "gisele_bundchen@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": "😱 Seu email não pode ficar vazio", "@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": "😅 Por favor, forneça um endereço de email válido.", "@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": "🤔 Já existe uma conta associada a esse email.", "@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": "😭 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": "Välj ett lösenord", + "create_acc__what_password": "Escolha uma senha", "@create_acc__what_password": { "type": "text", "placeholders": { } }, - "create_acc_password_hint_text": "({minLength}-{maxLength} tecken)", + "create_acc_password_hint_text": "({minLength}-{maxLength} caracteres)", "@create_acc_password_hint_text": { "type": "text", "placeholders": { @@ -385,357 +385,357 @@ } } }, - "create_acc__what_password_subtext": "(minst 10 tecken)", + "create_acc__what_password_subtext": "(mín. 10 caracteres)", "@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": "😱 Sua senha não pode ficar vazia", "@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": "😅 Uma senha precisa ter entre 8 e 64 caracteres.", "@create_acc__password_length_error": { "type": "text", "placeholders": { } }, - "create_acc__what_avatar": "Välj en profilbild", + "create_acc__what_avatar": "Escolha uma imagem de perfil", "@create_acc__what_avatar": { "type": "text", "placeholders": { } }, - "create_acc__avatar_tap_to_change": "Tryck för att ändra", + "create_acc__avatar_tap_to_change": "Toque para alterar", "@create_acc__avatar_tap_to_change": { "type": "text", "placeholders": { } }, - "create_acc__avatar_choose_camera": "Ta ett foto", + "create_acc__avatar_choose_camera": "Tirar uma foto", "@create_acc__avatar_choose_camera": { "type": "text", "placeholders": { } }, - "create_acc__avatar_choose_gallery": "Använd ett existerande foto", + "create_acc__avatar_choose_gallery": "Usar uma foto existente", "@create_acc__avatar_choose_gallery": { "type": "text", "placeholders": { } }, - "create_acc__avatar_remove_photo": "Ta bort foto", + "create_acc__avatar_remove_photo": "Remover foto", "@create_acc__avatar_remove_photo": { "type": "text", "placeholders": { } }, - "create_acc__done": "Skapa konto", + "create_acc__done": "Criar conta", "@create_acc__done": { "type": "text", "placeholders": { } }, - "create_acc__done_subtext": "Du kan ändra detta i dina profilinställningar.", + "create_acc__done_subtext": "Você pode mudar isso nas configurações de perfil.", "@create_acc__done_subtext": { "type": "text", "placeholders": { } }, - "create_acc__done_created": "Ditt konto har skapats med användarnamnet ", + "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": "Håll ut!", + "create_acc__submit_loading_title": "Segura aí!", "@create_acc__submit_loading_title": { "type": "text", "placeholders": { } }, - "create_acc__submit_loading_desc": "Vi skapar ditt konto.", + "create_acc__submit_loading_desc": "Estamos criando sua conta.", "@create_acc__submit_loading_desc": { "type": "text", "placeholders": { } }, - "create_acc__submit_error_title": "Åh, nej...", + "create_acc__submit_error_title": "Ah não...", "@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": "😭 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": "😅 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": "😅 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": "Hurra!", + "create_acc__done_title": "Aeee!", "@create_acc__done_title": { "type": "text", "placeholders": { } }, - "create_acc__done_description": "Ditt konto har skapats.", + "create_acc__done_description": "Sua conta foi criada com sucesso.", "@create_acc__done_description": { "type": "text", "placeholders": { } }, - "create_acc__your_username_is": "Ditt användarnamn är ", + "create_acc__your_username_is": "Seu nome de usuário é ", "@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": "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": "Logga in", + "create_acc__done_continue": "Entrar", "@create_acc__done_continue": { "type": "text", "placeholders": { } }, - "create_acc__one_last_thing": "En sista sak...", + "create_acc__one_last_thing": "Uma última coisa...", "@create_acc__one_last_thing": { "type": "text", "placeholders": { } }, - "create_acc__register": "Registrera", + "create_acc__register": "Criar uma conta", "@create_acc__register": { "type": "text", "placeholders": { } }, - "create_acc__are_you_legal_age": "Är du äldre än 16 år?", + "create_acc__are_you_legal_age": "Você tem mais de 16 anos?", "@create_acc__are_you_legal_age": { "type": "text", "placeholders": { } }, - "login__login": "Fortsätt", + "login__login": "Continuar", "@login__login": { "type": "text", "placeholders": { } }, - "login__previous": "Tillbaka", + "login__previous": "Voltar", "@login__previous": { "type": "text", "placeholders": { } }, - "login__title": "Välkommen tillbaka!", + "login__title": "Bem-vindo(a) de volta!", "@login__title": { "type": "text", "placeholders": { } }, - "login__subtitle": "Ange dina inloggningsuppgifter för att fortsätta.", + "login__subtitle": "Insira suas credenciais para continuar.", "@login__subtitle": { "type": "text", "placeholders": { } }, - "login__forgot_password": "Glömt lösenordet", + "login__forgot_password": "Esqueci a senha", "@login__forgot_password": { "type": "text", "placeholders": { } }, - "login__forgot_password_subtitle": "Ange ditt användarnamn eller e-postadress", + "login__forgot_password_subtitle": "Digite seu nome de usuário ou email", "@login__forgot_password_subtitle": { "type": "text", "placeholders": { } }, - "login__username_label": "Användarnamn", + "login__username_label": "Nome de usuário", "@login__username_label": { "type": "text", "placeholders": { } }, - "login__password_label": "Lösenord", + "login__password_label": "Senha", "@login__password_label": { "type": "text", "placeholders": { } }, - "login__email_label": "E-postadress", + "login__email_label": "Email", "@login__email_label": { "type": "text", "placeholders": { } }, - "login__or_text": "Eller", + "login__or_text": "Ou", "@login__or_text": { "type": "text", "placeholders": { } }, - "login__password_empty_error": "Ett lösenord krävs.", + "login__password_empty_error": "A senha é necessária.", "@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": "Sua senha deve ter entre 8 e 64 caracteres.", "@login__password_length_error": { "type": "text", "placeholders": { } }, - "login__username_empty_error": "Ett användarnamn krävs.", + "login__username_empty_error": "O nome de usuário é necessário.", "@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": "O nome de usuário não pode ter mais de 30 caracteres.", "@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": "O nome de usuário só pode conter caracteres alfanuméricos e underlines (_).", "@login__username_characters_error": { "type": "text", "placeholders": { } }, - "login__credentials_mismatch_error": "De angivna uppgifterna matchar inte.", + "login__credentials_mismatch_error": "As credenciais fornecidas não coincidem.", "@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": "Ops... Estamos passando por problemas em nossos servidores. Por favor, tente novamente em alguns minutos.", "@login__server_error": { "type": "text", "placeholders": { } }, - "login__connection_error": "Vi kan inte nå våra servrar. Är du uppkopplad mot internet?", + "login__connection_error": "Não conseguimos alcançar nossos servidores. Você está conectado à internet?", "@login__connection_error": { "type": "text", "placeholders": { } }, - "change_password_title": "Ändra lösenord", + "change_password_title": "Alterar senha", "@change_password_title": { "type": "text", "placeholders": { } }, - "change_password_current_pwd": "Nuvarande lösenord", + "change_password_current_pwd": "Senha atual", "@change_password_current_pwd": { "type": "text", "placeholders": { } }, - "change_password_current_pwd_hint": "Ange ditt nuvarande lösenord", + "change_password_current_pwd_hint": "Digite a sua senha atual", "@change_password_current_pwd_hint": { "type": "text", "placeholders": { } }, - "change_password_current_pwd_incorrect": "Det angivna lösenordet var felaktigt", + "change_password_current_pwd_incorrect": "A senha inserida está incorreta", "@change_password_current_pwd_incorrect": { "type": "text", "placeholders": { } }, - "change_password_new_pwd": "Nytt lösenord", + "change_password_new_pwd": "Nova senha", "@change_password_new_pwd": { "type": "text", "placeholders": { } }, - "change_password_new_pwd_hint": "Ange ditt nya lösenord", + "change_password_new_pwd_hint": "Digite a sua nova senha", "@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": "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": "Spara", + "change_password_save_text": "Salvar", "@change_password_save_text": { "type": "text", "placeholders": { } }, - "change_password_save_success": "Allt klart! Ditt lösenord har uppdaterats", + "change_password_save_success": "Tudo certo! Sua senha foi atualizada", "@change_password_save_success": { "type": "text", "placeholders": { diff --git a/assets/i18n/pt-BR/community.arb b/assets/i18n/pt-BR/community.arb index ca388fb2e..a39f25e9c 100644 --- a/assets/i18n/pt-BR/community.arb +++ b/assets/i18n/pt-BR/community.arb @@ -1,89 +1,89 @@ { - "no": "Nej", + "no": "Não", "@no": { "type": "text", "placeholders": { } }, - "yes": "Ja", + "yes": "Sim", "@yes": { "type": "text", "placeholders": { } }, - "button_staff": "Personal", + "button_staff": "Equipe", "@button_staff": { "type": "text", "placeholders": { } }, - "button_rules": "Regler", + "button_rules": "Regras", "@button_rules": { "type": "text", "placeholders": { } }, - "community": "gemenskap", + "community": "comunidade", "@community": { "type": "text", "placeholders": { } }, - "communities": "gemenskaper", + "communities": "comunidades", "@communities": { "type": "text", "placeholders": { } }, - "type_public": "Offentlig", + "type_public": "Pública", "@type_public": { "type": "text", "placeholders": { } }, - "type_private": "Privat", + "type_private": "Privada", "@type_private": { "type": "text", "placeholders": { } }, - "member_capitalized": "Medlem", + "member_capitalized": "Membro", "@member_capitalized": { "type": "text", "placeholders": { } }, - "members_capitalized": "Medlemmar", + "members_capitalized": "Membros", "@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": "Isso permitirá que o membro edite os detalhes da comunidade, administradores, moderadores e usuários banidos.", "@admin_desc": { "type": "text", "placeholders": { } }, - "confirmation_title": "Bekräftelse", + "confirmation_title": "Confirmação", "@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": "Você tem certeza de que deseja adicionar @{username} como administrador da comunidade?", "@admin_add_confirmation": { "type": "text", "placeholders": { @@ -92,7 +92,7 @@ } } }, - "ban_confirmation": "Är du säker på att du vill banna @{username}?", + "ban_confirmation": "Você tem certeza de que deseja banir @{username}?", "@ban_confirmation": { "type": "text", "placeholders": { @@ -101,14 +101,14 @@ } } }, - "ban_desc": "Detta kommer ta bort användaren från gemenskapen och hindra dem från att gå med igen.", + "ban_desc": "Isso removerá o usuário da comunidade e impedirá que ele entre novamente.", "@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": "Você tem certeza de que deseja adicionar @{username} como moderador da comunidade?", "@moderator_add_confirmation": { "type": "text", "placeholders": { @@ -117,301 +117,301 @@ } } }, - "moderator_desc": "Detta kommer tillåta medlemmen att redigera gemenskapens information, moderatorer och bannade användare.", + "moderator_desc": "Isso permitirá que o membro edite os detalhes da comunidade, moderadores e usuários banidos.", "@moderator_desc": { "type": "text", "placeholders": { } }, - "moderators_you": "Du", + "moderators_you": "Você", "@moderators_you": { "type": "text", "placeholders": { } }, - "moderators_title": "Moderatorer", + "moderators_title": "Moderadores", "@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": "Você não poderá mais ver as publicações desta comunidade, nem publicar nela.", "@leave_desc": { "type": "text", "placeholders": { } }, - "leave_confirmation": "Är du säker på att du vill lämna gemenskapen?", + "leave_confirmation": "Você tem certeza de que deseja sair da comunidade?", "@leave_confirmation": { "type": "text", "placeholders": { } }, - "moderator_resource_name": "moderator", + "moderator_resource_name": "moderador", "@moderator_resource_name": { "type": "text", "placeholders": { } }, - "moderators_resource_name": "moderatorer", + "moderators_resource_name": "moderadores", "@moderators_resource_name": { "type": "text", "placeholders": { } }, - "add_moderator_title": "Lägg till moderator", + "add_moderator_title": "Adicionar moderador", "@add_moderator_title": { "type": "text", "placeholders": { } }, - "delete_confirmation": "Är du säker på att du vill ta bort gemenskapen?", + "delete_confirmation": "Você tem certeza de que deseja excluir a comunidade?", "@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": "Você não poderá mais ver as publicações desta comunidade, nem publicar nela.", "@delete_desc": { "type": "text", "placeholders": { } }, - "actions_manage_text": "Hantera", + "actions_manage_text": "Gerenciar", "@actions_manage_text": { "type": "text", "placeholders": { } }, - "manage_title": "Hantera gemenskap", + "manage_title": "Gerenciar comunidade", "@manage_title": { "type": "text", "placeholders": { } }, - "manage_details_title": "Detaljer", + "manage_details_title": "Detalhes", "@manage_details_title": { "type": "text", "placeholders": { } }, - "manage_details_desc": "Ändra titel, namn, avatar, omslagsfoto och mer.", + "manage_details_desc": "Alterar título, nome, avatar, foto de capa e mais.", "@manage_details_desc": { "type": "text", "placeholders": { } }, - "manage_admins_title": "Administratörer", + "manage_admins_title": "Administradores", "@manage_admins_title": { "type": "text", "placeholders": { } }, - "manage_admins_desc": "Se, lägg till och ta bort administratörer.", + "manage_admins_desc": "Ver, adicionar e remover administradores.", "@manage_admins_desc": { "type": "text", "placeholders": { } }, - "manage_mods_title": "Moderatorer", + "manage_mods_title": "Moderadores", "@manage_mods_title": { "type": "text", "placeholders": { } }, - "manage_mods_desc": "Se, lägg till och ta bort moderatorer.", + "manage_mods_desc": "Ver, adicionar e remover moderadores.", "@manage_mods_desc": { "type": "text", "placeholders": { } }, - "manage_banned_title": "Bannade användare", + "manage_banned_title": "Usuários banidos", "@manage_banned_title": { "type": "text", "placeholders": { } }, - "manage_banned_desc": "Se, lägg till och ta bort bannade användare.", + "manage_banned_desc": "Ver, adicionar e remover usuários banidos.", "@manage_banned_desc": { "type": "text", "placeholders": { } }, - "manage_mod_reports_title": "Anmälningar", + "manage_mod_reports_title": "Reportado à moderação", "@manage_mod_reports_title": { "type": "text", "placeholders": { } }, - "manage_mod_reports_desc": "Granska gemenskapens anmälningar.", + "manage_mod_reports_desc": "Revise as denúncias à moderação da comunidade.", "@manage_mod_reports_desc": { "type": "text", "placeholders": { } }, - "manage_closed_posts_title": "Stängda inlägg", + "manage_closed_posts_title": "Posts fechados", "@manage_closed_posts_title": { "type": "text", "placeholders": { } }, - "manage_closed_posts_desc": "Se och hantera stängda inlägg", + "manage_closed_posts_desc": "Ver e gerenciar os posts fechados", "@manage_closed_posts_desc": { "type": "text", "placeholders": { } }, - "manage_invite_title": "Bjud in folk", + "manage_invite_title": "Convidar pessoas", "@manage_invite_title": { "type": "text", "placeholders": { } }, - "manage_invite_desc": "Bjud in dina kontakter och följare till gemenskapen.", + "manage_invite_desc": "Convide suas conexões e seguidores para se juntar à comunidade.", "@manage_invite_desc": { "type": "text", "placeholders": { } }, - "manage_delete_title": "Ta bort gemenskapen", + "manage_delete_title": "Excluir comunidade", "@manage_delete_title": { "type": "text", "placeholders": { } }, - "manage_delete_desc": "Ta bort gemenskapen, för alltid.", + "manage_delete_desc": "Excluir a comunidade, para sempre.", "@manage_delete_desc": { "type": "text", "placeholders": { } }, - "manage_leave_title": "Lämna gemenskapen", + "manage_leave_title": "Sair da comunidade", "@manage_leave_title": { "type": "text", "placeholders": { } }, - "manage_leave_desc": "Lämna gemenskapen.", + "manage_leave_desc": "Sair da comunidade.", "@manage_leave_desc": { "type": "text", "placeholders": { } }, - "manage_add_favourite": "Lägg till gemenskapen bland dina favoriter", + "manage_add_favourite": "Adicionar a comunidade às suas favoritas", "@manage_add_favourite": { "type": "text", "placeholders": { } }, - "manage_remove_favourite": "Ta bort gemenskapen från dina favoriter", + "manage_remove_favourite": "Remover a comunidade de suas favoritas", "@manage_remove_favourite": { "type": "text", "placeholders": { } }, - "is_private": "Den här gemenskapen är privat.", + "is_private": "Essa comunidade é privada.", "@is_private": { "type": "text", "placeholders": { } }, - "invited_by_member": "Du måste bli inbjuden av en medlem.", + "invited_by_member": "Você deve ser convidado(a) por um membro.", "@invited_by_member": { "type": "text", "placeholders": { } }, - "invited_by_moderator": "Du måste bli inbjuden av en moderator.", + "invited_by_moderator": "Você deve ser convidado(a) por um moderador.", "@invited_by_moderator": { "type": "text", "placeholders": { } }, - "refreshing": "Uppdaterar gemenskap", + "refreshing": "Atualizando a comunidade", "@refreshing": { "type": "text", "placeholders": { } }, - "posts": "Inlägg", + "posts": "Posts", "@posts": { "type": "text", "placeholders": { } }, - "about": "Om", + "about": "Sobre", "@about": { "type": "text", "placeholders": { } }, - "category": "kategori.", + "category": "categoria.", "@category": { "type": "text", "placeholders": { } }, - "categories": "kategorier.", + "categories": "categorias.", "@categories": { "type": "text", "placeholders": { } }, - "add_administrators_title": "Lägg till administratör.", + "add_administrators_title": "Adicionar administrador.", "@add_administrators_title": { "type": "text", "placeholders": { } }, - "community_members": "Gemenskapens medlemmar", + "community_members": "Membros da comunidade", "@community_members": { "type": "text", "placeholders": { } }, - "member": "medlem", + "member": "membro", "@member": { "description": "Currently not used in app, reserved for potential use. Could be used as: Showing 1 member", "type": "text", @@ -419,7 +419,7 @@ } }, - "member_plural": "medlemmar", + "member_plural": "membros", "@member_plural": { "description": "See all members ,Search all members", "type": "text", @@ -427,14 +427,14 @@ } }, - "administrators_title": "Administratörer", + "administrators_title": "Administradores", "@administrators_title": { "type": "text", "placeholders": { } }, - "administrator_text": "administratör", + "administrator_text": "administrador", "@administrator_text": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrator", "type": "text", @@ -442,7 +442,7 @@ } }, - "administrator_plural": "administratörer", + "administrator_plural": "administradores", "@administrator_plural": { "description": "Egs. Search administrators, See list_search_text in user_search.arb ", "type": "text", @@ -450,21 +450,21 @@ } }, - "administrator_you": "Du", + "administrator_you": "Você", "@administrator_you": { "type": "text", "placeholders": { } }, - "user_you_text": "Du", + "user_you_text": "Você", "@user_you_text": { "type": "text", "placeholders": { } }, - "pick_upto_max": "Välj upp till {max} kategorier", + "pick_upto_max": "Escolha até {max} categorias", "@pick_upto_max": { "type": "text", "placeholders": { @@ -473,7 +473,7 @@ } } }, - "pick_atleast_min_category": "Du måste välja åtminstone {min} kategori.", + "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", @@ -483,7 +483,7 @@ } } }, - "pick_atleast_min_categories": "Du måste välja åtminstone {min} kategorier.", + "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", @@ -493,21 +493,21 @@ } } }, - "ban_user_title": "Banna användare", + "ban_user_title": "Banir usuário", "@ban_user_title": { "type": "text", "placeholders": { } }, - "banned_users_title": "Bannade användare", + "banned_users_title": "Usuários banidos", "@banned_users_title": { "type": "text", "placeholders": { } }, - "banned_user_text": "bannad användare", + "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", @@ -515,7 +515,7 @@ } }, - "banned_users_text": "bannade användare", + "banned_users_text": "usuários banidos", "@banned_users_text": { "description": "Egs. Search banned users, See list_search_text in user_search.arb ", "type": "text", @@ -523,14 +523,14 @@ } }, - "favorites_title": "Favoriter", + "favorites_title": "Favoritas", "@favorites_title": { "type": "text", "placeholders": { } }, - "favorite_community": "favoritgemenskap", + "favorite_community": "comunidade favorita", "@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": "favoritgemenskaper", + "favorite_communities": "comunidades favoritas", "@favorite_communities": { "description": "Egs. Search favorite communities, See list_search_text in user_search.arb ", "type": "text", @@ -546,14 +546,14 @@ } }, - "administrated_title": "Administrerade", + "administrated_title": "Administradas", "@administrated_title": { "type": "text", "placeholders": { } }, - "administrated_community": "administrerad gemenskap", + "administrated_community": "comunidade administrada", "@administrated_community": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 administrated community", "type": "text", @@ -561,7 +561,7 @@ } }, - "administrated_communities": "administrerade gemenskaper", + "administrated_communities": "comunidades administradas", "@administrated_communities": { "description": "Egs. Search administrated communities, See list_search_text in user_search.arb ", "type": "text", @@ -569,14 +569,14 @@ } }, - "moderated_title": "Modererade", + "moderated_title": "Moderadas", "@moderated_title": { "type": "text", "placeholders": { } }, - "moderated_community": "modererad gemenskap", + "moderated_community": "comunidade moderada", "@moderated_community": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 moderated community", "type": "text", @@ -584,7 +584,7 @@ } }, - "moderated_communities": "modererade gemenskaper", + "moderated_communities": "comunidades moderadas", "@moderated_communities": { "description": "Egs. Search moderated communities, See list_search_text in user_search.arb ", "type": "text", @@ -592,14 +592,14 @@ } }, - "joined_title": "Medlem i", + "joined_title": "Ingressadas", "@joined_title": { "type": "text", "placeholders": { } }, - "joined_community": "gemenskap du är medlem i", + "joined_community": "comunidade ingressada", "@joined_community": { "description": "Currently unsused, reserved for potential use. Could be used as Showing 1 joined community", "type": "text", @@ -607,7 +607,7 @@ } }, - "joined_communities": "gemenskaper du är medlem i", + "joined_communities": "comunidades ingressadas", "@joined_communities": { "description": "Egs. Search joined communities, See list_search_text in user_search.arb ", "type": "text", @@ -615,42 +615,42 @@ } }, - "join_communities_desc": "Gå med i gemenskaper för att se den här fliken komma till liv!", + "join_communities_desc": "Entre nas comunidades para ver esta aba ganhar vida!", "@join_communities_desc": { "type": "text", "placeholders": { } }, - "refresh_text": "Uppdatera", + "refresh_text": "Atualizar", "@refresh_text": { "type": "text", "placeholders": { } }, - "trending_none_found": "Inga trendiga gemenskaper hittades. Försök igen om några minuter.", + "trending_none_found": "Nenhuma comunidade em alta encontrada. Tente novamente em alguns minutos.", "@trending_none_found": { "type": "text", "placeholders": { } }, - "trending_refresh": "Uppdatera", + "trending_refresh": "Atualizar", "@trending_refresh": { "type": "text", "placeholders": { } }, - "trending_in_all": "Trendiga från alla kategorier", + "trending_in_all": "Em alta em todas as categorias", "@trending_in_all": { "type": "text", "placeholders": { } }, - "trending_in_category": "Trendiga i {categoryName}", + "trending_in_category": "Em alta em {categoryName}", "@trending_in_category": { "type": "text", "placeholders": { @@ -659,42 +659,42 @@ } } }, - "communities_title": "Gemenskaper", + "communities_title": "Comunidades", "@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": "Nenhuma categoria encontrada. Por favor, tente novamente em alguns minutos.", "@communities_no_category_found": { "type": "text", "placeholders": { } }, - "communities_refresh_text": "Uppdatera", + "communities_refresh_text": "Atualizar", "@communities_refresh_text": { "type": "text", "placeholders": { } }, - "communities_all_text": "Alla", + "communities_all_text": "Todas", "@communities_all_text": { "type": "text", "placeholders": { } }, - "invite_to_community_title": "Bjud in till gemenskapen", + "invite_to_community_title": "Convidar para a comunidade", "@invite_to_community_title": { "type": "text", "placeholders": { } }, - "invite_to_community_resource_singular": "kontakt eller följare", + "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", @@ -702,7 +702,7 @@ } }, - "invite_to_community_resource_plural": "kontakter och följare", + "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", @@ -710,49 +710,49 @@ } }, - "favorite_action": "Markera gemenskap som favorit", + "favorite_action": "Favoritar comunidade", "@favorite_action": { "type": "text", "placeholders": { } }, - "unfavorite_action": "Ta bort gemenskap från favoriter", + "unfavorite_action": "Desfavoritar comunidade", "@unfavorite_action": { "type": "text", "placeholders": { } }, - "save_community_label_title": "Titel", + "save_community_label_title": "Título", "@save_community_label_title": { "type": "text", "placeholders": { } }, - "save_community_label_title_hint_text": "t. ex. Resor, Fotografering, Datorspel.", + "save_community_label_title_hint_text": "ex: Viagem, Fotografia, Jogos.", "@save_community_label_title_hint_text": { "type": "text", "placeholders": { } }, - "save_community_name_title": "Namn", + "save_community_name_title": "Nome", "@save_community_name_title": { "type": "text", "placeholders": { } }, - "save_community_name_title_hint_text": " t. ex. resor, fotografering, datorspel.", + "save_community_name_title_hint_text": " ex: viagem, fotografia, jogos.", "@save_community_name_title_hint_text": { "type": "text", "placeholders": { } }, - "save_community_name_taken": "Gemenskapsnamnet '{takenName}' är upptaget", + "save_community_name_taken": "O nome de comunidade '{takenName}' já está em uso", "@save_community_name_taken": { "type": "text", "placeholders": { @@ -761,203 +761,203 @@ } } }, - "save_community_name_label_color": "Färg", + "save_community_name_label_color": "Cor", "@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": "(Toque para alterar)", "@save_community_name_label_color_hint_text": { "type": "text", "placeholders": { } }, - "save_community_name_label_type": "Typ", + "save_community_name_label_type": "Tipo", "@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": "(Toque para alterar)", "@save_community_name_label_type_hint_text": { "type": "text", "placeholders": { } }, - "save_community_name_member_invites": "Medlemsinbjudningar", + "save_community_name_member_invites": "Convites de membros", "@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": "Membros podem convidar pessoas para a comunidade", "@save_community_name_member_invites_subtitle": { "type": "text", "placeholders": { } }, - "save_community_name_category": "Kategori", + "save_community_name_category": "Categoria", "@save_community_name_category": { "type": "text", "placeholders": { } }, - "save_community_name_label_desc_optional": "Beskrivning · Valfri", + "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": "Vad handlar din gemenskap om?", + "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": "Regler · Valfritt", + "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": "Finns det något som du vill att dina användare känner till?", + "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": "Medlem-adjektiv · Valfritt", + "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": "t. ex. resenär, fotograf, gamer.", + "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": "Medlemmar-adjektiv · Valfritt", + "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": "t. ex. resenärer, fotografer, gamers.", + "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": "Redigera gemenskap", + "save_community_edit_community": "Editar comunidade", "@save_community_edit_community": { "type": "text", "placeholders": { } }, - "save_community_create_community": "Skapa gemenskap", + "save_community_create_community": "Criar comunidade", "@save_community_create_community": { "type": "text", "placeholders": { } }, - "save_community_save_text": "Spara", + "save_community_save_text": "Salvar", "@save_community_save_text": { "type": "text", "placeholders": { } }, - "save_community_create_text": "Skapa", + "save_community_create_text": "Criar", "@save_community_create_text": { "type": "text", "placeholders": { } }, - "actions_invite_people_title": "Bjud in folk till gemenskapen", + "actions_invite_people_title": "Convide pessoas para a comunidade", "@actions_invite_people_title": { "type": "text", "placeholders": { } }, - "join_community": "Gå med", + "join_community": "Entrar", "@join_community": { "type": "text", "placeholders": { } }, - "leave_community": "Lämna", + "leave_community": "Sair", "@leave_community": { "type": "text", "placeholders": { } }, - "community_staff": "Gemenskapens personal", + "community_staff": "Equipe da comunidade", "@community_staff": { "type": "text", "placeholders": { } }, - "post_singular": "inlägg", + "post_singular": "post", "@post_singular": { "type": "text", "placeholders": { } }, - "post_plural": "inlägg", + "post_plural": "posts", "@post_plural": { "type": "text", "placeholders": { } }, - "rules_title": "Gemenskapens regler", + "rules_title": "Regras da comunidade", "@rules_title": { "type": "text", "placeholders": { } }, - "rules_text": "Regler", + "rules_text": "Regras", "@rules_text": { "type": "text", "placeholders": { } }, - "name_characters_error": "Ett namn kan bara innehålla alfanumeriska tecken och understreck.", + "name_characters_error": "O nome só pode conter caracteres alfanuméricos e underlines (_).", "@name_characters_error": { "type": "text", "placeholders": { } }, - "name_range_error": "Namnet får inte vara längre än {maxLength} tecken.", + "name_range_error": "O nome não pode ser maior que {maxLength} caracteres.", "@name_range_error": { "type": "text", "placeholders": { @@ -966,14 +966,14 @@ } } }, - "name_empty_error": "Du måste ange ett namn.", + "name_empty_error": "O nome não pode ficar vazio.", "@name_empty_error": { "type": "text", "placeholders": { } }, - "title_range_error": "Titeln får inte vara längre än {maxLength} tecken.", + "title_range_error": "O título não pode ser maior que {maxLength} caracteres.", "@title_range_error": { "type": "text", "placeholders": { @@ -982,14 +982,14 @@ } } }, - "title_empty_error": "Du måste ange en titel.", + "title_empty_error": "O título não pode ficar vazio.", "@title_empty_error": { "type": "text", "placeholders": { } }, - "rules_range_error": "Reglerna får inte vara längre än {maxLength} tecken.", + "rules_range_error": "As regras não podem ser maiores que {maxLength} caracteres.", "@rules_range_error": { "type": "text", "placeholders": { @@ -998,14 +998,14 @@ } } }, - "rules_empty_error": "Regelfältet kan inte vara tomt.", + "rules_empty_error": "As regras não podem ficar vazias.", "@rules_empty_error": { "type": "text", "placeholders": { } }, - "description_range_error": "Beskrivningen kan inte vara längre än {maxLength} tecken.", + "description_range_error": "A descrição não pode ser maior que {maxLength} caracteres.", "@description_range_error": { "type": "text", "placeholders": { @@ -1014,7 +1014,7 @@ } } }, - "adjectives_range_error": "Adjektiv får inte vara längre än {maxLength} tecken.", + "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", diff --git a/assets/i18n/pt-BR/contextual_account_search_box.arb b/assets/i18n/pt-BR/contextual_account_search_box.arb index 5291c367d..9df038403 100644 --- a/assets/i18n/pt-BR/contextual_account_search_box.arb +++ b/assets/i18n/pt-BR/contextual_account_search_box.arb @@ -1,5 +1,5 @@ { - "suggestions": "Förslag", + "suggestions": "Sugestões", "@suggestions": { "description": "The title to display on the suggestions when searching for accounts when trying to mention someone.", "type": "text", diff --git a/assets/i18n/pt-BR/drawer.arb b/assets/i18n/pt-BR/drawer.arb index dae115338..b3ddcd3e8 100644 --- a/assets/i18n/pt-BR/drawer.arb +++ b/assets/i18n/pt-BR/drawer.arb @@ -1,159 +1,159 @@ { - "menu_title": "Meny", + "menu_title": "Menu", "@menu_title": { "type": "text", "placeholders": { } }, - "main_title": "Mitt Okuna", + "main_title": "Minha Okuna", "@main_title": { "type": "text", "placeholders": { } }, - "my_circles": "Mina cirklar", + "my_circles": "Meus círculos", "@my_circles": { "type": "text", "placeholders": { } }, - "my_lists": "Mina listor", + "my_lists": "Minhas listas", "@my_lists": { "type": "text", "placeholders": { } }, - "my_followers": "Mina följare", + "my_followers": "Meus seguidores", "@my_followers": { "type": "text", "placeholders": { } }, - "my_following": "Mitt följande", + "my_following": "Meus seguidos", "@my_following": { "type": "text", "placeholders": { } }, - "my_invites": "Mina inbjudningar", + "my_invites": "Meus convites", "@my_invites": { "type": "text", "placeholders": { } }, - "my_pending_mod_tasks": "Mina väntande modereringsuppgifter", + "my_pending_mod_tasks": "Minhas tarefas de moderação pendentes", "@my_pending_mod_tasks": { "type": "text", "placeholders": { } }, - "my_mod_penalties": "Mina modereringsstraff", + "my_mod_penalties": "Minhas penalidades", "@my_mod_penalties": { "type": "text", "placeholders": { } }, - "app_account_text": "App & Konto", + "app_account_text": "Aplicativo & Conta", "@app_account_text": { "type": "text", "placeholders": { } }, - "themes": "Teman", + "themes": "Temas", "@themes": { "type": "text", "placeholders": { } }, - "global_moderation": "Global moderering", + "global_moderation": "Moderação global", "@global_moderation": { "type": "text", "placeholders": { } }, - "profile": "Profil", + "profile": "Perfil", "@profile": { "type": "text", "placeholders": { } }, - "connections": "Mina kontakter", + "connections": "Minhas conexões", "@connections": { "type": "text", "placeholders": { } }, - "lists": "Mina listor", + "lists": "Minhas listas", "@lists": { "type": "text", "placeholders": { } }, - "settings": "Inställningar", + "settings": "Configurações", "@settings": { "type": "text", "placeholders": { } }, - "application_settings": "Programinställningar", + "application_settings": "Configurações do aplicativo", "@application_settings": { "type": "text", "placeholders": { } }, - "account_settings": "Kontoinställningar", + "account_settings": "Configurações da conta", "@account_settings": { "type": "text", "placeholders": { } }, - "account_settings_change_email": "Ändra e-post", + "account_settings_change_email": "Alterar Email", "@account_settings_change_email": { "type": "text", "placeholders": { } }, - "account_settings_change_password": "Ändra lösenord", + "account_settings_change_password": "Alterar Senha", "@account_settings_change_password": { "type": "text", "placeholders": { } }, - "account_settings_notifications": "Aviseringar", + "account_settings_notifications": "Notificações", "@account_settings_notifications": { "type": "text", "placeholders": { } }, - "account_settings_language_text": "Språk", + "account_settings_language_text": "Idioma", "@account_settings_language_text": { "type": "text", "placeholders": { } }, - "account_settings_language": "Språk ({currentUserLanguage})", + "account_settings_language": "Idioma ({currentUserLanguage})", "@account_settings_language": { "type": "text", "placeholders": { @@ -162,140 +162,140 @@ } } }, - "account_settings_blocked_users": "Blockerade användare", + "account_settings_blocked_users": "Usuários bloqueados", "@account_settings_blocked_users": { "type": "text", "placeholders": { } }, - "account_settings_delete_account": "Ta bort konto", + "account_settings_delete_account": "Excluir a minha conta", "@account_settings_delete_account": { "type": "text", "placeholders": { } }, - "help": "Hjälp och feedback", + "help": "Suporte e Feedback", "@help": { "type": "text", "placeholders": { } }, - "customize": "Anpassa", + "customize": "Personalizar", "@customize": { "type": "text", "placeholders": { } }, - "logout": "Logga ut", + "logout": "Sair", "@logout": { "type": "text", "placeholders": { } }, - "useful_links_title": "Användbara länkar", + "useful_links_title": "Links úteis", "@useful_links_title": { "type": "text", "placeholders": { } }, - "useful_links_guidelines": "Okunas riktlinjer", + "useful_links_guidelines": "Diretrizes da Okuna", "@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": "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": "Projekttavla på Github", + "useful_links_guidelines_github": "Projeto no 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": "Dê uma olhada no que estamos trabalhando atualmente", "@useful_links_guidelines_github_desc": { "type": "text", "placeholders": { } }, - "useful_links_guidelines_feature_requests": "Funktionsförslag", + "useful_links_guidelines_feature_requests": "Sugestões de recursos", "@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": "Sugerir um recurso ou votar em sugestões existentes", "@useful_links_guidelines_feature_requests_desc": { "type": "text", "placeholders": { } }, - "useful_links_guidelines_bug_tracker": "Felrapportering", + "useful_links_guidelines_bug_tracker": "Rastreador de bugs", "@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": "Reportar um bug ou votar em bugs existentes", "@useful_links_guidelines_bug_tracker_desc": { "type": "text", "placeholders": { } }, - "useful_links_guidelines_handbook": "Okunas handbok", + "useful_links_guidelines_handbook": "Manual da Okuna", "@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": "Um livro com tudo o que há para saber sobre usar a plataforma", "@useful_links_guidelines_handbook_desc": { "type": "text", "placeholders": { } }, - "useful_links_support": "Stöd Okuna", + "useful_links_support": "Apoie a 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": "Encontre uma maneira de nos apoiar em nossa jornada!", "@useful_links_support_desc": { "type": "text", "placeholders": { } }, - "useful_links_slack_channel": "Gemenskapens Slack-kanal", + "useful_links_slack_channel": "Canal da comunidade no Slack", "@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": "Um lugar para discutir tudo sobre a Okuna", "@useful_links_slack_channel_desc": { "type": "text", "placeholders": { diff --git a/assets/i18n/pt-BR/error.arb b/assets/i18n/pt-BR/error.arb index d368cb835..63f691a4e 100644 --- a/assets/i18n/pt-BR/error.arb +++ b/assets/i18n/pt-BR/error.arb @@ -1,12 +1,12 @@ { - "unknown_error": "Okänt fel", + "unknown_error": "Erro desconhecido", "@unknown_error": { "type": "text", "placeholders": { } }, - "no_internet_connection": "Ingen internetuppkoppling", + "no_internet_connection": "Sem conexão com a internet", "@no_internet_connection": { "type": "text", "placeholders": { diff --git a/assets/i18n/pt-BR/moderation.arb b/assets/i18n/pt-BR/moderation.arb index 6d9c87088..8e4f23cd3 100644 --- a/assets/i18n/pt-BR/moderation.arb +++ b/assets/i18n/pt-BR/moderation.arb @@ -1,33 +1,33 @@ { - "filters_title": "Modereringsfilter", + "filters_title": "Filtros de moderação", "@filters_title": { "type": "text", "placeholders": { } }, - "filters_reset": "Återställ", + "filters_reset": "Redefinir", "@filters_reset": { "type": "text", "placeholders": { } }, - "filters_verified": "Verifierad", + "filters_verified": "Verificado", "@filters_verified": { "type": "text", "placeholders": { } }, - "filters_apply": "Applicera filter", + "filters_apply": "Aplicar filtros", "@filters_apply": { "type": "text", "placeholders": { } }, - "filters_type": "Typ", + "filters_type": "Tipo", "@filters_type": { "type": "text", "placeholders": { @@ -41,91 +41,91 @@ } }, - "filters_other": "Övrigt", + "filters_other": "Outros", "@filters_other": { "type": "text", "placeholders": { } }, - "actions_review": "Granska", + "actions_review": "Revisar", "@actions_review": { "type": "text", "placeholders": { } }, - "actions_chat_with_team": "Chatta med teamet", + "actions_chat_with_team": "Converse com a equipe", "@actions_chat_with_team": { "type": "text", "placeholders": { } }, - "update_category_title": "Uppdatera kategori", + "update_category_title": "Atualizar categoria", "@update_category_title": { "type": "text", "placeholders": { } }, - "update_category_save": "Spara", + "update_category_save": "Salvar", "@update_category_save": { "type": "text", "placeholders": { } }, - "update_description_save": "Spara", + "update_description_save": "Salvar", "@update_description_save": { "type": "text", "placeholders": { } }, - "update_description_title": "Redigera beskrivning", + "update_description_title": "Editar descrição", "@update_description_title": { "type": "text", "placeholders": { } }, - "update_description_report_desc": "Anmäl beskrivning", + "update_description_report_desc": "Descrição da denúncia", "@update_description_report_desc": { "type": "text", "placeholders": { } }, - "update_description_report_hint_text": "t. ex. anmälan var...", + "update_description_report_hint_text": "ex: O motivo da denúncia é...", "@update_description_report_hint_text": { "type": "text", "placeholders": { } }, - "update_status_save": "Spara", + "update_status_save": "Salvar", "@update_status_save": { "type": "text", "placeholders": { } }, - "update_status_title": "Uppdatera status", + "update_status_title": "Atualizar status", "@update_status_title": { "type": "text", "placeholders": { } }, - "community_review_title": "Granska modererat objekt", + "community_review_title": "Revisar objeto moderado", "@community_review_title": { "type": "text", "placeholders": { } }, - "moderated_object_title": "Objekt", + "moderated_object_title": "Objeto", "@moderated_object_title": { "type": "text", "placeholders": { @@ -139,28 +139,28 @@ } }, - "moderated_object_reports_count": "Antal anmälningar", + "moderated_object_reports_count": "Número de denúncias", "@moderated_object_reports_count": { "type": "text", "placeholders": { } }, - "moderated_object_verified_by_staff": "Verifierad av Okunas personal", + "moderated_object_verified_by_staff": "Verificado pela equipe da Okuna", "@moderated_object_verified_by_staff": { "type": "text", "placeholders": { } }, - "moderated_object_verified": "Verifierad", + "moderated_object_verified": "Verificado", "@moderated_object_verified": { "type": "text", "placeholders": { } }, - "moderated_object_true_text": "Sant", + "moderated_object_true_text": "Verdadeiro", "@moderated_object_true_text": { "description": "Eg. Moderated object verified by staff? true \/ false", "type": "text", @@ -168,7 +168,7 @@ } }, - "moderated_object_false_text": "Falskt", + "moderated_object_false_text": "Falso", "@moderated_object_false_text": { "description": "Eg. Moderated object verified by staff? true \/ false", "type": "text", @@ -176,259 +176,259 @@ } }, - "community_review_object": "Objekt", + "community_review_object": "Objeto", "@community_review_object": { "type": "text", "placeholders": { } }, - "community_review_approve": "Godkänn", + "community_review_approve": "Aprovar", "@community_review_approve": { "type": "text", "placeholders": { } }, - "community_review_reject": "avvisa", + "community_review_reject": "rejeitar", "@community_review_reject": { "type": "text", "placeholders": { } }, - "community_review_item_verified": "Den här anmälan har verifierats", + "community_review_item_verified": "Este item foi verificado", "@community_review_item_verified": { "type": "text", "placeholders": { } }, - "global_review_title": "Granska modererat objekt", + "global_review_title": "Revisar objeto moderado", "@global_review_title": { "type": "text", "placeholders": { } }, - "global_review_object_text": "Objekt", + "global_review_object_text": "Objeto", "@global_review_object_text": { "type": "text", "placeholders": { } }, - "global_review_verify_text": "Verifiera", + "global_review_verify_text": "Verificar", "@global_review_verify_text": { "type": "text", "placeholders": { } }, - "global_review_unverify_text": "Av-verifiera", + "global_review_unverify_text": "Desverificar", "@global_review_unverify_text": { "type": "text", "placeholders": { } }, - "confirm_report_title": "Skicka anmälan", + "confirm_report_title": "Enviar denúncia", "@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": "Você pode fornecer mais detalhes relevantes para a denúncia?", "@confirm_report_provide_details": { "type": "text", "placeholders": { } }, - "confirm_report_provide_optional_info": "(Valfritt)", + "confirm_report_provide_optional_info": "(Opcional)", "@confirm_report_provide_optional_info": { "type": "text", "placeholders": { } }, - "confirm_report_provide_optional_hint_text": "Skriv här...", + "confirm_report_provide_optional_hint_text": "Digite aqui...", "@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": "Aqui está o que acontecerá a seguir:", "@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": "- 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": "Jag förstår, skicka.", + "confirm_report_submit": "Eu entendo, envie.", "@confirm_report_submit": { "type": "text", "placeholders": { } }, - "confirm_report_user_reported": "Användare anmäld", + "confirm_report_user_reported": "Usuário denunciado", "@confirm_report_user_reported": { "type": "text", "placeholders": { } }, - "confirm_report_community_reported": "Gemenskap anmäld", + "confirm_report_community_reported": "Comunidade denunciada", "@confirm_report_community_reported": { "type": "text", "placeholders": { } }, - "confirm_report_post_reported": "Inlägg anmält", + "confirm_report_post_reported": "Publicação denunciada", "@confirm_report_post_reported": { "type": "text", "placeholders": { } }, - "confirm_report_post_comment_reported": "Inläggskommentar anmäld", + "confirm_report_post_comment_reported": "Comentário denunciado", "@confirm_report_post_comment_reported": { "type": "text", "placeholders": { } }, - "confirm_report_item_reported": "Objekt anmält", + "confirm_report_item_reported": "Item denunciado", "@confirm_report_item_reported": { "type": "text", "placeholders": { } }, - "community_moderated_objects": "Gemenskapens modererade objekt", + "community_moderated_objects": "Itens moderados por comunidades", "@community_moderated_objects": { "type": "text", "placeholders": { } }, - "globally_moderated_objects": "Globalt modererade objekt", + "globally_moderated_objects": "Itens moderados globalmente", "@globally_moderated_objects": { "type": "text", "placeholders": { } }, - "tap_to_retry": "Tryck för att försöka läsa in poster igen", + "tap_to_retry": "Toque para tentar carregar os itens novamente", "@tap_to_retry": { "type": "text", "placeholders": { } }, - "report_post_text": "Anmäl inlägg", + "report_post_text": "Denunciar publicação", "@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": "Você denunciou esta publicação", "@you_have_reported_post_text": { "type": "text", "placeholders": { } }, - "report_account_text": "Anmäl konto", + "report_account_text": "Denunciar conta", "@report_account_text": { "type": "text", "placeholders": { } }, - "you_have_reported_account_text": "Du har anmält det här kontot", + "you_have_reported_account_text": "Você denunciou esta conta", "@you_have_reported_account_text": { "type": "text", "placeholders": { } }, - "report_community_text": "Anmäl gemenskap", + "report_community_text": "Denunciar comunidade", "@report_community_text": { "type": "text", "placeholders": { } }, - "you_have_reported_community_text": "Du har anmält den här gemenskapen", + "you_have_reported_community_text": "Você denunciou esta comunidade", "@you_have_reported_community_text": { "type": "text", "placeholders": { } }, - "report_comment_text": "Anmäl kommentar", + "report_comment_text": "Denunciar comentário", "@report_comment_text": { "type": "text", "placeholders": { } }, - "you_have_reported_comment_text": "Du har anmält den här kommentaren", + "you_have_reported_comment_text": "Você denunciou este comentário", "@you_have_reported_comment_text": { "type": "text", "placeholders": { } }, - "description_text": "Beskrivning", + "description_text": "Descrição", "@description_text": { "type": "text", "placeholders": { } }, - "no_description_text": "Ingen beskrivning", + "no_description_text": "Sem descrição", "@no_description_text": { "type": "text", "placeholders": { } }, - "category_text": "Kategori", + "category_text": "Categoria", "@category_text": { "type": "text", "placeholders": { } }, - "reporter_text": "Anmälare", + "reporter_text": "Denunciante", "@reporter_text": { "type": "text", "placeholders": { } }, - "reports_preview_title": "Anmälningar", + "reports_preview_title": "Denúncias", "@reports_preview_title": { "type": "text", "placeholders": { } }, - "reports_preview_resource_reports": "anmälningar", + "reports_preview_resource_reports": "denúncias", "@reports_preview_resource_reports": { "description": "Usage: See all reports..", "type": "text", @@ -436,7 +436,7 @@ } }, - "reports_see_all": "Visa alla {resourceCount} {resourceName}", + "reports_see_all": "Ver todas as {resourceCount} {resourceName}", "@reports_see_all": { "description": "Usage: See all 4 reports.", "type": "text", @@ -456,21 +456,21 @@ } }, - "my_moderation_tasks_title": "Väntande modereringsuppgifter", + "my_moderation_tasks_title": "Tarefas de moderação pendentes", "@my_moderation_tasks_title": { "type": "text", "placeholders": { } }, - "pending_moderation_tasks_singular": "väntande modereringsuppgift", + "pending_moderation_tasks_singular": "tarefa de moderação pendente", "@pending_moderation_tasks_singular": { "type": "text", "placeholders": { } }, - "pending_moderation_tasks_plural": "väntande modereringsuppgifter", + "pending_moderation_tasks_plural": "tarefas de moderação pendentes", "@pending_moderation_tasks_plural": { "description": "Eg. No pending moderation tasks found", "type": "text", @@ -478,21 +478,21 @@ } }, - "my_moderation_penalties_title": "Modereringsstraff", + "my_moderation_penalties_title": "Penalidades de moderação", "@my_moderation_penalties_title": { "type": "text", "placeholders": { } }, - "my_moderation_penalties_resouce_singular": "modereringsstraff", + "my_moderation_penalties_resouce_singular": "penalidade de moderação", "@my_moderation_penalties_resouce_singular": { "type": "text", "placeholders": { } }, - "my_moderation_penalties_resource_plural": "modereringsstraff", + "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", diff --git a/assets/i18n/pt-BR/notifications.arb b/assets/i18n/pt-BR/notifications.arb index 685a20187..c3b087044 100644 --- a/assets/i18n/pt-BR/notifications.arb +++ b/assets/i18n/pt-BR/notifications.arb @@ -1,180 +1,180 @@ { - "settings_title": "Aviseringsinställningar", + "settings_title": "Configurações de notificação", "@settings_title": { "type": "text", "placeholders": { } }, - "general_title": "Aviseringar", + "general_title": "Notificações", "@general_title": { "type": "text", "placeholders": { } }, - "general_desc": "Bli meddelad när något händer", + "general_desc": "Seja notificado(a) quando algo acontecer", "@general_desc": { "type": "text", "placeholders": { } }, - "follow_title": "Följare", + "follow_title": "Seguidores", "@follow_title": { "type": "text", "placeholders": { } }, - "follow_desc": "Bli meddelad när någon börjar följa dig", + "follow_desc": "Seja notificado(a) quando alguém começar a segui-lo(a)", "@follow_desc": { "type": "text", "placeholders": { } }, - "connection_title": "Kontaktförfrågan", + "connection_title": "Pedidos de conexão", "@connection_title": { "type": "text", "placeholders": { } }, - "connection_desc": "Bli meddelad när någon vill ha dig som kontakt", + "connection_desc": "Seja notificado(a) quando alguém quiser se conectar com você", "@connection_desc": { "type": "text", "placeholders": { } }, - "comment_title": "Kommentar på inlägg", + "comment_title": "Comentários", "@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": "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": "Svar på kommentar", + "comment_reply_title": "Respostas aos comentários", "@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": "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": "Omnämnande i kommentar", + "comment_user_mention_title": "Menções em comentários", "@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": "Seja notificado(a) quando alguém mencionar você em um comentário", "@comment_user_mention_desc": { "type": "text", "placeholders": { } }, - "post_user_mention_title": "Omnämnande i inlägg", + "post_user_mention_title": "Menções em publicações", "@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": "Seja notificado(a) quando alguém mencionar você em uma publicação", "@post_user_mention_desc": { "type": "text", "placeholders": { } }, - "comment_reaction_title": "Reaktion på kommentar", + "comment_reaction_title": "Reações a comentários", "@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": "Seja notificado(a) quando alguém reage a um dos seus comentários.", "@comment_reaction_desc": { "type": "text", "placeholders": { } }, - "post_reaction_title": "Reaktion på inlägg", + "post_reaction_title": "Reações aos posts", "@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": "Seja notificado(a) quando alguém reage a uma das suas publicações.", "@post_reaction_desc": { "type": "text", "placeholders": { } }, - "community_invite_title": "Gemenskapsinbjudan", + "community_invite_title": "Convites para comunidades", "@community_invite_title": { "type": "text", "placeholders": { } }, - "community_invite_desc": "Bli meddelad när någon bjuder in dig till en gemenskap.", + "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": "Aktivera aviseringar för inlägg", + "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": "Inaktivera aviseringar för inlägg", + "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": "Aktivera aviseringar för inläggskommentarer", + "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": "Inaktivera aviseringar för inläggskommentarer", + "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] vill knyta kontakt med dig.", + "connection_request_tile": "[name] [username] quer se conectar com você.", "@connection_request_tile": { "description": "Eg.: James @jamest wants to connect with you.", "type": "text", @@ -182,7 +182,7 @@ } }, - "accepted_connection_request_tile": "[name] [username] accepterade din kontaktförfrågan.", + "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", @@ -190,7 +190,7 @@ } }, - "reacted_to_post_tile": "[name] [username] reagerade på ditt inlägg.", + "reacted_to_post_tile": "[name] [username] reagiu à sua publicação.", "@reacted_to_post_tile": { "description": "Eg.: James @jamest reacted to your post.", "type": "text", @@ -198,7 +198,7 @@ } }, - "reacted_to_post_comment_tile": "[name] [username] reagerade på din inläggskommentar.", + "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", @@ -206,7 +206,7 @@ } }, - "following_you_tile": "[name] [username] har börjat följa dig.", + "following_you_tile": "[name] [username] está te seguindo agora.", "@following_you_tile": { "description": "Eg.: James @jamest is now following you.", "type": "text", @@ -214,7 +214,7 @@ } }, - "user_community_invite_tile": "[name] [username] har bjudit in dig till gemenskapen \/c\/{communityName}.", + "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", @@ -224,7 +224,7 @@ } } }, - "comment_reply_notification_tile_user_replied": "[name] [username] svarade: {postCommentText}", + "comment_reply_notification_tile_user_replied": "[name] [username] respondeu: {postCommentText}", "@comment_reply_notification_tile_user_replied": { "description": "For.eg. James @jamest replied.", "type": "text", @@ -234,7 +234,7 @@ } } }, - "comment_reply_notification_tile_user_also_replied": "[name] [username] svarade också: {postCommentText}", + "comment_reply_notification_tile_user_also_replied": "[name] [username] também respondeu: {postCommentText}", "@comment_reply_notification_tile_user_also_replied": { "type": "text", "placeholders": { @@ -243,7 +243,7 @@ } } }, - "comment_comment_notification_tile_user_commented": "[name] [username] kommenterade på ditt inlägg: {postCommentText}", + "comment_comment_notification_tile_user_commented": "[name] [username] comentou no seu post: {postCommentText}", "@comment_comment_notification_tile_user_commented": { "type": "text", "placeholders": { @@ -252,7 +252,7 @@ } } }, - "comment_comment_notification_tile_user_also_commented": "[name] [username] kommenterade också: {postCommentText}", + "comment_comment_notification_tile_user_also_commented": "[name] [username] também comentou: {postCommentText}", "@comment_comment_notification_tile_user_also_commented": { "type": "text", "placeholders": { @@ -261,7 +261,7 @@ } } }, - "mentioned_in_post_comment_tile": "[name] [username] nämnde dig i en kommentar.", + "mentioned_in_post_comment_tile": "[name] [username] mencionou você em um comentário.", "@mentioned_in_post_comment_tile": { "description": "Eg.: James @jamest mentioned you on a comment.", "type": "text", @@ -269,7 +269,7 @@ } }, - "mentioned_in_post_tile": "[name] [username] nämnde dig i ett inlägg.", + "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", diff --git a/assets/i18n/pt-BR/post.arb b/assets/i18n/pt-BR/post.arb index 802ec094c..c7c150aef 100644 --- a/assets/i18n/pt-BR/post.arb +++ b/assets/i18n/pt-BR/post.arb @@ -1,40 +1,40 @@ { - "open_post": "Öppna inlägg", + "open_post": "Abrir post", "@open_post": { "type": "text", "placeholders": { } }, - "close_post": "Stäng inlägg", + "close_post": "Fechar post", "@close_post": { "type": "text", "placeholders": { } }, - "post_opened": "Inlägg öppnat", + "post_opened": "Post aberto", "@post_opened": { "type": "text", "placeholders": { } }, - "post_closed": "Inlägg stängt ", + "post_closed": "Post fechado ", "@post_closed": { "type": "text", "placeholders": { } }, - "comment_required_error": "Kommentaren kan inte vara tom.", + "comment_required_error": "O comentário não pode ficar vazio.", "@comment_required_error": { "type": "text", "placeholders": { } }, - "comment_maxlength_error": "En kommentar kan inte vara längre än {maxLength} tecken.", + "comment_maxlength_error": "Um comentário não pode ter mais de {maxLength} caracteres.", "@comment_maxlength_error": { "type": "text", "placeholders": { @@ -43,77 +43,77 @@ } } }, - "timeline_posts_all_loaded": "🎉 Alla inlägg inlästa", + "timeline_posts_all_loaded": "🎉 Todas as publicações carregadas", "@timeline_posts_all_loaded": { "type": "text", "placeholders": { } }, - "timeline_posts_refreshing_drhoo_title": "Håll ut!", + "timeline_posts_refreshing_drhoo_title": "Aguenta aí!", "@timeline_posts_refreshing_drhoo_title": { "type": "text", "placeholders": { } }, - "timeline_posts_refreshing_drhoo_subtitle": "Läser in din tidslinje.", + "timeline_posts_refreshing_drhoo_subtitle": "Carregando sua linha do tempo.", "@timeline_posts_refreshing_drhoo_subtitle": { "type": "text", "placeholders": { } }, - "timeline_posts_no_more_drhoo_title": "Din tidslinje är tom.", + "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": "Följ användare eller gå med i en gemenskap för att komma igång!", + "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": "Din tidslinje kunde inte läsas in.", + "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": "Försök igen om några sekunder", + "timeline_posts_failed_drhoo_subtitle": "Tente novamente em alguns segundos", "@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": "Algo não está certo.", "@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": "Tente atualizar a linha do tempo.", "@timeline_posts_default_drhoo_subtitle": { "type": "text", "placeholders": { } }, - "timeline_posts_refresh_posts": "Läs in inlägg", + "timeline_posts_refresh_posts": "Atualizar publicações", "@timeline_posts_refresh_posts": { "type": "text", "placeholders": { } }, - "no_circles_for": "Inga kretsar hittades som matchar '{circlesSearchQuery}'.", + "no_circles_for": "'Nenhum círculo encontrado para '{circlesSearchQuery}'.", "@no_circles_for": { "type": "text", "placeholders": { @@ -122,98 +122,98 @@ } } }, - "share_to_circles": "Dela med kretsar", + "share_to_circles": "Compartilhar nos círculos", "@share_to_circles": { "type": "text", "placeholders": { } }, - "profile_counts_post": " Inlägg", + "profile_counts_post": " Post", "@profile_counts_post": { "type": "text", "placeholders": { } }, - "profile_counts_posts": " Inlägg", + "profile_counts_posts": " Posts", "@profile_counts_posts": { "type": "text", "placeholders": { } }, - "profile_counts_followers": " Följare", + "profile_counts_followers": " Seguidores", "@profile_counts_followers": { "type": "text", "placeholders": { } }, - "profile_counts_following": " Följer", + "profile_counts_following": " Seguindo", "@profile_counts_following": { "type": "text", "placeholders": { } }, - "profile_counts_follower": " Följare", + "profile_counts_follower": " Seguidor", "@profile_counts_follower": { "type": "text", "placeholders": { } }, - "action_comment": "Kommentera", + "action_comment": "Comentar", "@action_comment": { "type": "text", "placeholders": { } }, - "action_react": "Reagera", + "action_react": "Reagir", "@action_react": { "type": "text", "placeholders": { } }, - "action_reply": "Svara", + "action_reply": "Responder", "@action_reply": { "type": "text", "placeholders": { } }, - "share": "Dela", + "share": "Compartilhar", "@share": { "type": "text", "placeholders": { } }, - "share_to": "Dela med", + "share_to": "Compartilhar em", "@share_to": { "type": "text", "placeholders": { } }, - "sharing_post_to": "Delar inlägg med", + "sharing_post_to": "Compartilhando post em", "@sharing_post_to": { "type": "text", "placeholders": { } }, - "you_shared_with": "Du delade med", + "you_shared_with": "Você compartilhou com", "@you_shared_with": { "type": "text", "placeholders": { } }, - "shared_privately_on": "Delat privat i", + "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", @@ -221,7 +221,7 @@ } }, - "usernames_circles": "@{postCreatorUsername}s kretsar", + "usernames_circles": "círculos de @{postCreatorUsername}", "@usernames_circles": { "type": "text", "placeholders": { @@ -230,196 +230,196 @@ } } }, - "share_community": "Dela", + "share_community": "Compartilhar", "@share_community": { "type": "text", "placeholders": { } }, - "share_to_community": "Dela med en gemenskap", + "share_to_community": "Compartilhar na comunidade", "@share_to_community": { "type": "text", "placeholders": { } }, - "share_community_title": "En gemenskap", + "share_community_title": "Uma comunidade", "@share_community_title": { "type": "text", "placeholders": { } }, - "share_community_desc": "Dela inlägget med en gemenskap du är del av.", + "share_community_desc": "Compartilhe a publicação com uma comunidade da qual você faz parte.", "@share_community_desc": { "type": "text", "placeholders": { } }, - "my_circles": "Mina kretsar", + "my_circles": "Meus círculos", "@my_circles": { "type": "text", "placeholders": { } }, - "my_circles_desc": "Dela inlägget med en eller flera av dina kretsar.", + "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": "Världen", + "world_circle_name": "Mundo", "@world_circle_name": { "type": "text", "placeholders": { } }, - "search_circles": "Sök kretsar...", + "search_circles": "Procurar círculos...", "@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": "Toque para tentar carregar as reações novamente.", "@reaction_list_tap_retry": { "type": "text", "placeholders": { } }, - "create_new": "Nytt inlägg", + "create_new": "Novo post", "@create_new": { "type": "text", "placeholders": { } }, - "create_next": "Nästa", + "create_next": "Avançar", "@create_next": { "type": "text", "placeholders": { } }, - "create_photo": "Foto", + "create_photo": "Imagem", "@create_photo": { "type": "text", "placeholders": { } }, - "commenter_post_text": "Skicka", + "commenter_post_text": "Enviar", "@commenter_post_text": { "type": "text", "placeholders": { } }, - "commenter_write_something": "Skriv något...", + "commenter_write_something": "Escreva algo...", "@commenter_write_something": { "type": "text", "placeholders": { } }, - "edit_title": "Redigera inlägg", + "edit_title": "Editar publicação", "@edit_title": { "type": "text", "placeholders": { } }, - "edit_save": "Spara", + "edit_save": "Salvar", "@edit_save": { "type": "text", "placeholders": { } }, - "commenter_expanded_save": "Spara", + "commenter_expanded_save": "Salvar", "@commenter_expanded_save": { "type": "text", "placeholders": { } }, - "commenter_expanded_join_conversation": "Gå med i konversationen...", + "commenter_expanded_join_conversation": "Entrar na conversa...", "@commenter_expanded_join_conversation": { "type": "text", "placeholders": { } }, - "commenter_expanded_start_conversation": "Starta en konversation...", + "commenter_expanded_start_conversation": "Começar uma conversa...", "@commenter_expanded_start_conversation": { "type": "text", "placeholders": { } }, - "commenter_expanded_edit_comment": "Redigera kommentar", + "commenter_expanded_edit_comment": "Editar comentário", "@commenter_expanded_edit_comment": { "type": "text", "placeholders": { } }, - "is_closed": "Stängt inlägg", + "is_closed": "Post fechado", "@is_closed": { "type": "text", "placeholders": { } }, - "comment_reply_expanded_reply_comment": "Svar på kommentar", + "comment_reply_expanded_reply_comment": "Responder comentário", "@comment_reply_expanded_reply_comment": { "type": "text", "placeholders": { } }, - "comment_reply_expanded_post": "Skicka", + "comment_reply_expanded_post": "Enviar", "@comment_reply_expanded_post": { "type": "text", "placeholders": { } }, - "comment_reply_expanded_reply_hint_text": "Ditt svar...", + "comment_reply_expanded_reply_hint_text": "Sua resposta...", "@comment_reply_expanded_reply_hint_text": { "type": "text", "placeholders": { } }, - "trending_posts_title": "Trendiga inlägg", + "trending_posts_title": "Posts em alta", "@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": "Não há publicações em alta. Tente atualizar em alguns segundos.", "@trending_posts_no_trending_posts": { "type": "text", "placeholders": { } }, - "trending_posts_refresh": "Uppdatera", + "trending_posts_refresh": "Atualizar", "@trending_posts_refresh": { "type": "text", "placeholders": { } }, - "comments_view_all_comments": "Visa alla {commentsCount} kommentarer", + "comments_view_all_comments": "Ver todos os {commentsCount} comentários", "@comments_view_all_comments": { "type": "text", "placeholders": { @@ -428,42 +428,42 @@ } } }, - "comments_closed_post": "Stängt inlägg", + "comments_closed_post": "Post fechado", "@comments_closed_post": { "type": "text", "placeholders": { } }, - "comments_disabled": "Kommentarsfältet avstängt", + "comments_disabled": "Comentários desativados", "@comments_disabled": { "type": "text", "placeholders": { } }, - "text_copied": "Text kopierad!", + "text_copied": "Texto copiado!", "@text_copied": { "type": "text", "placeholders": { } }, - "post_reactions_title": "Reaktioner på inlägget", + "post_reactions_title": "Reações ao post", "@post_reactions_title": { "type": "text", "placeholders": { } }, - "have_not_shared_anything": "Du har inte delat något ännu.", + "have_not_shared_anything": "Você ainda não compartilhou nada.", "@have_not_shared_anything": { "type": "text", "placeholders": { } }, - "user_has_not_shared_anything": "{name} har inte delat något ännu.", + "user_has_not_shared_anything": "{name} ainda não compartilhou nada.", "@user_has_not_shared_anything": { "type": "text", "placeholders": { @@ -472,238 +472,238 @@ } } }, - "comments_header_newest_replies": "Senaste svaren", + "comments_header_newest_replies": "Novas respostas", "@comments_header_newest_replies": { "type": "text", "placeholders": { } }, - "comments_header_newer": "Senare", + "comments_header_newer": "Mais recentes", "@comments_header_newer": { "type": "text", "placeholders": { } }, - "comments_header_view_newest_replies": "Visa de senaste svaren", + "comments_header_view_newest_replies": "Ver respostas mais recentes", "@comments_header_view_newest_replies": { "type": "text", "placeholders": { } }, - "comments_header_see_newest_replies": "Visa de senaste svaren", + "comments_header_see_newest_replies": "Ver respostas mais recentes", "@comments_header_see_newest_replies": { "type": "text", "placeholders": { } }, - "comments_header_oldest_replies": "Äldsta svaren", + "comments_header_oldest_replies": "Respostas mais antigas", "@comments_header_oldest_replies": { "type": "text", "placeholders": { } }, - "comments_header_older": "Äldre", + "comments_header_older": "Mais antigos", "@comments_header_older": { "type": "text", "placeholders": { } }, - "comments_header_view_oldest_replies": "Visa de äldsta svaren", + "comments_header_view_oldest_replies": "Ver respostas mais antigas", "@comments_header_view_oldest_replies": { "type": "text", "placeholders": { } }, - "comments_header_see_oldest_replies": "Visa de äldsta svaren", + "comments_header_see_oldest_replies": "Ver respostas mais antigas", "@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": "Mande a primeira resposta", "@comments_header_be_the_first_replies": { "type": "text", "placeholders": { } }, - "comments_header_newest_comments": "Senaste kommentarerna", + "comments_header_newest_comments": "Comentários mais recentes", "@comments_header_newest_comments": { "type": "text", "placeholders": { } }, - "comments_header_view_newest_comments": "Visa de senaste kommentarerna", + "comments_header_view_newest_comments": "Ver comentários mais recentes", "@comments_header_view_newest_comments": { "type": "text", "placeholders": { } }, - "comments_header_see_newest_comments": "Visa de senaste kommentarerna", + "comments_header_see_newest_comments": "Ver comentários mais recentes", "@comments_header_see_newest_comments": { "type": "text", "placeholders": { } }, - "comments_header_oldest_comments": "Äldsta kommentarerna", + "comments_header_oldest_comments": "Comentários mais antigos", "@comments_header_oldest_comments": { "type": "text", "placeholders": { } }, - "comments_header_view_oldest_comments": "Visa de äldsta kommentarerna", + "comments_header_view_oldest_comments": "Ver comentários mais antigos", "@comments_header_view_oldest_comments": { "type": "text", "placeholders": { } }, - "comments_header_see_oldest_comments": "Visa de äldsta kommentarerna", + "comments_header_see_oldest_comments": "Ver comentários mais antigos", "@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": "Mande o primeiro comentário", "@comments_header_be_the_first_comments": { "type": "text", "placeholders": { } }, - "comments_page_title": "Inläggskommentarer", + "comments_page_title": "Comentários", "@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": "Sem mais comentários para carregar", "@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": "Toque para tentar atualizar os comentários novamente.", "@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": "Toque para tentar atualizar as respostas novamente.", "@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": "Sem mais respostas para carregar", "@comments_page_no_more_replies_to_load": { "type": "text", "placeholders": { } }, - "comments_page_replies_title": "Inläggssvar", + "comments_page_replies_title": "Respostas", "@comments_page_replies_title": { "type": "text", "placeholders": { } }, - "disable_post_comments": "Stäng kommentarsfältet", + "disable_post_comments": "Desativar comentários do post", "@disable_post_comments": { "type": "text", "placeholders": { } }, - "enable_post_comments": "Öppna kommentarsfältet", + "enable_post_comments": "Ativar comentários do post", "@enable_post_comments": { "type": "text", "placeholders": { } }, - "comments_enabled_message": "Kommentarer aktiverade för inlägget", + "comments_enabled_message": "Comentários ativados no post", "@comments_enabled_message": { "type": "text", "placeholders": { } }, - "comments_disabled_message": "Kommentarer inaktiverade för inlägget", + "comments_disabled_message": "Comentários desativados no post", "@comments_disabled_message": { "type": "text", "placeholders": { } }, - "actions_delete": "Ta bort inlägg", + "actions_delete": "Excluir post", "@actions_delete": { "type": "text", "placeholders": { } }, - "actions_deleted": "Inlägg borttaget", + "actions_deleted": "Post excluído", "@actions_deleted": { "type": "text", "placeholders": { } }, - "actions_delete_comment": "Ta bort kommentar", + "actions_delete_comment": "Excluir comentário", "@actions_delete_comment": { "type": "text", "placeholders": { } }, - "actions_edit_comment": "Redigera kommentar", + "actions_edit_comment": "Editar comentário", "@actions_edit_comment": { "type": "text", "placeholders": { } }, - "actions_comment_deleted": "Kommentar borttagen", + "actions_comment_deleted": "Comentário excluído", "@actions_comment_deleted": { "type": "text", "placeholders": { } }, - "actions_report_text": "Anmäl", + "actions_report_text": "Denunciar", "@actions_report_text": { "type": "text", "placeholders": { } }, - "actions_reported_text": "Anmäld", + "actions_reported_text": "Denunciado", "@actions_reported_text": { "type": "text", "placeholders": { } }, - "actions_show_more_text": "Visa mer", + "actions_show_more_text": "Ver mais", "@actions_show_more_text": { "description": "Shown for posts with long text to expand the entire text.", "type": "text", @@ -711,7 +711,7 @@ } }, - "time_short_years": "å", + "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", @@ -719,7 +719,7 @@ } }, - "time_short_one_year": "1å", + "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", @@ -727,7 +727,7 @@ } }, - "time_short_weeks": "v", + "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", @@ -735,7 +735,7 @@ } }, - "time_short_one_week": "1v", + "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", @@ -775,7 +775,7 @@ } }, - "time_short_minutes": "m", + "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", @@ -791,7 +791,7 @@ } }, - "time_short_one_minute": "1m", + "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", @@ -799,7 +799,7 @@ } }, - "time_short_now_text": "nu", + "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", diff --git a/assets/i18n/pt-BR/user.arb b/assets/i18n/pt-BR/user.arb index 4a5c91733..632411b8e 100644 --- a/assets/i18n/pt-BR/user.arb +++ b/assets/i18n/pt-BR/user.arb @@ -1,5 +1,5 @@ { - "thousand_postfix": "t", + "thousand_postfix": "k", "@thousand_postfix": { "description": "For eg. communty has 3k members", "type": "text", @@ -7,7 +7,7 @@ } }, - "million_postfix": "mn", + "million_postfix": "M", "@million_postfix": { "description": "For eg. user has 3m followers", "type": "text", @@ -15,7 +15,7 @@ } }, - "billion_postfix": "md", + "billion_postfix": "b", "@billion_postfix": { "description": "For eg. World circle has 7.5b people", "type": "text", @@ -23,28 +23,28 @@ } }, - "translate_see_translation": "Visa översättning", + "translate_see_translation": "Mostrar tradução", "@translate_see_translation": { "type": "text", "placeholders": { } }, - "translate_show_original": "Visa original", + "translate_show_original": "Mostrar original", "@translate_show_original": { "type": "text", "placeholders": { } }, - "follows_lists_account": "1 Konto", + "follows_lists_account": "1 Conta", "@follows_lists_account": { "type": "text", "placeholders": { } }, - "follows_lists_accounts": "{prettyUsersCount} Konton", + "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", @@ -54,7 +54,7 @@ } } }, - "edit_profile_user_name_taken": "Användarnamnet @{username} är upptaget", + "edit_profile_user_name_taken": "O nome de usuário @{username} já está em uso", "@edit_profile_user_name_taken": { "type": "text", "placeholders": { @@ -63,42 +63,42 @@ } } }, - "profile_action_deny_connection": "Neka kontaktförfrågan", + "profile_action_deny_connection": "Recusar pedido de conexão", "@profile_action_deny_connection": { "type": "text", "placeholders": { } }, - "profile_action_user_blocked": "Användare blockerad", + "profile_action_user_blocked": "Usuário bloqueado", "@profile_action_user_blocked": { "type": "text", "placeholders": { } }, - "profile_action_user_unblocked": "Användare avblockerad", + "profile_action_user_unblocked": "Usuário desbloqueado", "@profile_action_user_unblocked": { "type": "text", "placeholders": { } }, - "profile_action_cancel_connection": "Avbryt kontaktförfrågan", + "profile_action_cancel_connection": "Cancelar pedido de conexão", "@profile_action_cancel_connection": { "type": "text", "placeholders": { } }, - "profile_url_invalid_error": "Vänligen ange en giltig URL.", + "profile_url_invalid_error": "Por favor, forneça uma url válida.", "@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": "O local não pode ser maior que {maxLength} caracteres.", "@profile_location_length_error": { "type": "text", "placeholders": { @@ -107,7 +107,7 @@ } } }, - "profile_bio_length_error": "Bion kan inte vara längre än {maxLength} tecken.", + "profile_bio_length_error": "A bio não pode ser maior que {maxLength} caracteres.", "@profile_bio_length_error": { "type": "text", "placeholders": { @@ -116,77 +116,77 @@ } } }, - "follow_button_follow_text": "Följ", + "follow_button_follow_text": "Seguir", "@follow_button_follow_text": { "type": "text", "placeholders": { } }, - "follow_button_unfollow_text": "Sluta följa", + "follow_button_unfollow_text": "Parar de seguir", "@follow_button_unfollow_text": { "type": "text", "placeholders": { } }, - "edit_profile_username": "Användarnamn", + "edit_profile_username": "Nome de usuário", "@edit_profile_username": { "type": "text", "placeholders": { } }, - "add_account_update_account_lists": "Uppdatera kontolistor", + "add_account_update_account_lists": "Atualizar listas de contas", "@add_account_update_account_lists": { "type": "text", "placeholders": { } }, - "add_account_to_lists": "Lägg till konto i lista", + "add_account_to_lists": "Adicionar conta à lista", "@add_account_to_lists": { "type": "text", "placeholders": { } }, - "add_account_update_lists": "Uppdatera listor", + "add_account_update_lists": "Atualizar listas", "@add_account_update_lists": { "type": "text", "placeholders": { } }, - "add_account_save": "Spara", + "add_account_save": "Salvar", "@add_account_save": { "type": "text", "placeholders": { } }, - "add_account_done": "Klar", + "add_account_done": "Concluído", "@add_account_done": { "type": "text", "placeholders": { } }, - "add_account_success": "Kontot lades till", + "add_account_success": "Sucesso", "@add_account_success": { "type": "text", "placeholders": { } }, - "emoji_field_none_selected": "Ingen emoji vald", + "emoji_field_none_selected": "Nenhum emoji selecionado", "@emoji_field_none_selected": { "type": "text", "placeholders": { } }, - "emoji_search_none_found": "Ingen emoji hittades som matchar '{searchQuery}'.", + "emoji_search_none_found": "Nenhum emoji encontrado para '{searchQuery}'.", "@emoji_search_none_found": { "type": "text", "placeholders": { @@ -195,28 +195,28 @@ } } }, - "follow_lists_title": "Mina listor", + "follow_lists_title": "Minhas listas", "@follow_lists_title": { "type": "text", "placeholders": { } }, - "follow_lists_search_for": "Sök efter en lista...", + "follow_lists_search_for": "Procurar por uma lista...", "@follow_lists_search_for": { "type": "text", "placeholders": { } }, - "follow_lists_no_list_found": "Inga listor hittades.", + "follow_lists_no_list_found": "Nenhuma lista encontrada.", "@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": "Nenhuma lista encontrada para '{searchQuery}'", "@follow_lists_no_list_found_for": { "type": "text", "placeholders": { @@ -225,14 +225,14 @@ } } }, - "list_name_empty_error": "Du måste ge listan ett namn.", + "list_name_empty_error": "O nome da lista não pode ficar vazio.", "@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": "O nome da lista não deve ter mais de {maxLength} caracteres.", "@list_name_range_error": { "type": "text", "placeholders": { @@ -241,14 +241,14 @@ } } }, - "circle_name_empty_error": "Du måste ge kretsen ett namn.", + "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": "Kretsens namn får inte vara längre än {maxLength} tecken.", + "circle_name_range_error": "O nome do círculo não deve ter mais de {maxLength} caracteres.", "@circle_name_range_error": { "type": "text", "placeholders": { @@ -257,21 +257,21 @@ } } }, - "save_follows_list_name": "Namn", + "save_follows_list_name": "Nome", "@save_follows_list_name": { "type": "text", "placeholders": { } }, - "save_follows_list_hint_text": "t. ex. Resor, Fotografering", + "save_follows_list_hint_text": "ex: Viagem, Fotografia", "@save_follows_list_hint_text": { "type": "text", "placeholders": { } }, - "save_follows_list_name_taken": "Listnamnet '{listName}' är upptaget", + "save_follows_list_name_taken": "O nome de lista '{listName}' já está sendo usado", "@save_follows_list_name_taken": { "type": "text", "placeholders": { @@ -287,56 +287,56 @@ } }, - "save_follows_list_users": "Användare", + "save_follows_list_users": "Usuários", "@save_follows_list_users": { "type": "text", "placeholders": { } }, - "save_follows_list_edit": "Redigera lista", + "save_follows_list_edit": "Editar lista", "@save_follows_list_edit": { "type": "text", "placeholders": { } }, - "save_follows_list_create": "Skapa lista", + "save_follows_list_create": "Criar lista", "@save_follows_list_create": { "type": "text", "placeholders": { } }, - "save_follows_list_save": "Spara", + "save_follows_list_save": "Salvar", "@save_follows_list_save": { "type": "text", "placeholders": { } }, - "save_follows_list_emoji_required_error": "En emoji krävs", + "save_follows_list_emoji_required_error": "Emoji necessário", "@save_follows_list_emoji_required_error": { "type": "text", "placeholders": { } }, - "follows_list_edit": "Redigera", + "follows_list_edit": "Editar", "@follows_list_edit": { "type": "text", "placeholders": { } }, - "follows_list_header_title": "Användare", + "follows_list_header_title": "Usuários", "@follows_list_header_title": { "type": "text", "placeholders": { } }, - "edit_profile_name": "Namn", + "edit_profile_name": "Nome", "@edit_profile_name": { "type": "text", "placeholders": { @@ -350,7 +350,7 @@ } }, - "edit_profile_location": "Plats", + "edit_profile_location": "Localização", "@edit_profile_location": { "type": "text", "placeholders": { @@ -364,42 +364,42 @@ } }, - "edit_profile_followers_count": "Följarantal", + "edit_profile_followers_count": "Número de seguidores", "@edit_profile_followers_count": { "type": "text", "placeholders": { } }, - "edit_profile_title": "Redigera profil", + "edit_profile_title": "Editar perfil", "@edit_profile_title": { "type": "text", "placeholders": { } }, - "edit_profile_save_text": "Spara", + "edit_profile_save_text": "Salvar", "@edit_profile_save_text": { "type": "text", "placeholders": { } }, - "edit_profile_pick_image": "Välj bild", + "edit_profile_pick_image": "Escolher imagem", "@edit_profile_pick_image": { "type": "text", "placeholders": { } }, - "edit_profile_delete": "Ta bort", + "edit_profile_delete": "Excluir", "@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": "Imagem muito grande (limite: {limit} MB)", "@edit_profile_pick_image_error_too_large": { "type": "text", "placeholders": { @@ -408,21 +408,21 @@ } } }, - "tile_following": " · Följer", + "tile_following": " · Seguindo", "@tile_following": { "type": "text", "placeholders": { } }, - "following_text": "Följer", + "following_text": "Seguindo", "@following_text": { "type": "text", "placeholders": { } }, - "following_resource_name": "följda användare", + "following_resource_name": "usuários seguidos", "@following_resource_name": { "description": "Eg: Search followed users.., No followed users found. etc ", "type": "text", @@ -430,35 +430,35 @@ } }, - "tile_delete": "Ta bort", + "tile_delete": "Excluir", "@tile_delete": { "type": "text", "placeholders": { } }, - "invite": "Bjud in", + "invite": "Convidar", "@invite": { "type": "text", "placeholders": { } }, - "uninvite": "Avbryt inbjudan", + "uninvite": "Cancelar convite", "@uninvite": { "type": "text", "placeholders": { } }, - "invite_member": "Medlem", + "invite_member": "Membro", "@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": "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": { @@ -473,119 +473,119 @@ } } }, - "connections_header_circle_desc": "Kretsen alla dina kontakter läggs till i.", + "connections_header_circle_desc": "O círculo com todas as suas conexões é adicionado.", "@connections_header_circle_desc": { "type": "text", "placeholders": { } }, - "connections_header_users": "Användare", + "connections_header_users": "Usuários", "@connections_header_users": { "type": "text", "placeholders": { } }, - "connection_pending": "Väntande", + "connection_pending": "Pendente", "@connection_pending": { "type": "text", "placeholders": { } }, - "connection_circle_edit": "Redigera", + "connection_circle_edit": "Editar", "@connection_circle_edit": { "type": "text", "placeholders": { } }, - "connections_circle_delete": "Ta bort", + "connections_circle_delete": "Excluir", "@connections_circle_delete": { "type": "text", "placeholders": { } }, - "save_connection_circle_name": "Namn", + "save_connection_circle_name": "Nome", "@save_connection_circle_name": { "type": "text", "placeholders": { } }, - "save_connection_circle_hint": "t. ex. Vänner, Familj, Jobb.", + "save_connection_circle_hint": "ex: Amigos, Família, Trabalho.", "@save_connection_circle_hint": { "type": "text", "placeholders": { } }, - "save_connection_circle_color_name": "Färg", + "save_connection_circle_color_name": "Cor", "@save_connection_circle_color_name": { "type": "text", "placeholders": { } }, - "save_connection_circle_color_hint": "(Tryck för att ändra)", + "save_connection_circle_color_hint": "(Toque para alterar)", "@save_connection_circle_color_hint": { "type": "text", "placeholders": { } }, - "save_connection_circle_users": "Användare", + "save_connection_circle_users": "Usuários", "@save_connection_circle_users": { "type": "text", "placeholders": { } }, - "save_connection_circle_edit": "Redigera krets", + "save_connection_circle_edit": "Editar círculo", "@save_connection_circle_edit": { "type": "text", "placeholders": { } }, - "save_connection_circle_create": "Skapa krets", + "save_connection_circle_create": "Criar círculo", "@save_connection_circle_create": { "type": "text", "placeholders": { } }, - "save_connection_circle_save": "Spara", + "save_connection_circle_save": "Salvar", "@save_connection_circle_save": { "type": "text", "placeholders": { } }, - "update_connection_circle_save": "Spara", + "update_connection_circle_save": "Salvar", "@update_connection_circle_save": { "type": "text", "placeholders": { } }, - "update_connection_circle_updated": "Kontakt uppdaterad", + "update_connection_circle_updated": "Conexão atualizada", "@update_connection_circle_updated": { "type": "text", "placeholders": { } }, - "update_connection_circles_title": "Uppdatera kontaktkretsar", + "update_connection_circles_title": "Atualizar círculos de conexão", "@update_connection_circles_title": { "type": "text", "placeholders": { } }, - "confirm_connection_with": "Bekräfta {userName}s kontaktförfrågan", + "confirm_connection_with": "Confirmar a conexão com {userName}", "@confirm_connection_with": { "type": "text", "placeholders": { @@ -594,28 +594,28 @@ } } }, - "confirm_connection_add_connection": "Lägg till kontakt i krets", + "confirm_connection_add_connection": "Adicionar conexão ao círculo", "@confirm_connection_add_connection": { "type": "text", "placeholders": { } }, - "confirm_connection_connection_confirmed": "Kontaktförfrågan bekräftad", + "confirm_connection_connection_confirmed": "Conexão confirmada", "@confirm_connection_connection_confirmed": { "type": "text", "placeholders": { } }, - "confirm_connection_confirm_text": "Bekräfta", + "confirm_connection_confirm_text": "Confirmar", "@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": "Conectar-se com {userName}", "@connect_to_user_connect_with_username": { "type": "text", "placeholders": { @@ -624,77 +624,77 @@ } } }, - "connect_to_user_add_connection": "Lägg till kontakt i krets", + "connect_to_user_add_connection": "Adicionar conexão ao círculo", "@connect_to_user_add_connection": { "type": "text", "placeholders": { } }, - "connect_to_user_done": "Klar", + "connect_to_user_done": "Pronto", "@connect_to_user_done": { "type": "text", "placeholders": { } }, - "connect_to_user_request_sent": "Kontaktförfrågan skickad", + "connect_to_user_request_sent": "Pedido de conexão enviado", "@connect_to_user_request_sent": { "type": "text", "placeholders": { } }, - "remove_account_from_list": "Ta bort konto från listor", + "remove_account_from_list": "Remover conta das listas", "@remove_account_from_list": { "type": "text", "placeholders": { } }, - "remove_account_from_list_success": "Konto borttaget från listor", + "remove_account_from_list_success": "Sucesso", "@remove_account_from_list_success": { "type": "text", "placeholders": { } }, - "confirm_block_user_title": "Bekräftelse", + "confirm_block_user_title": "Confirmação", "@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": "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": "Ja", + "confirm_block_user_yes": "Sim", "@confirm_block_user_yes": { "type": "text", "placeholders": { } }, - "confirm_block_user_no": "Nej", + "confirm_block_user_no": "Não", "@confirm_block_user_no": { "type": "text", "placeholders": { } }, - "confirm_block_user_blocked": "Användare blockerad.", + "confirm_block_user_blocked": "Usuário bloqueado.", "@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": "Tem certeza de que deseja bloquear @{username}?", "@confirm_block_user_question": { "type": "text", "placeholders": { @@ -703,7 +703,7 @@ } } }, - "save_connection_circle_name_taken": "Kretsnamnet '{takenConnectionsCircleName}' är upptaget", + "save_connection_circle_name_taken": "O nome de círculo '{takenConnectionsCircleName}' já está em uso", "@save_connection_circle_name_taken": { "type": "text", "placeholders": { @@ -712,287 +712,287 @@ } } }, - "timeline_filters_title": "Tidslinjefilter", + "timeline_filters_title": "Filtros da linha do tempo", "@timeline_filters_title": { "type": "text", "placeholders": { } }, - "timeline_filters_search_desc": "Sök efter kretsar och listor...", + "timeline_filters_search_desc": "Procurar por círculos e listas...", "@timeline_filters_search_desc": { "type": "text", "placeholders": { } }, - "timeline_filters_clear_all": "Återställ", + "timeline_filters_clear_all": "Limpar tudo", "@timeline_filters_clear_all": { "type": "text", "placeholders": { } }, - "timeline_filters_apply_all": "Applicera filter", + "timeline_filters_apply_all": "Aplicar filtros", "@timeline_filters_apply_all": { "type": "text", "placeholders": { } }, - "timeline_filters_circles": "Kretsar", + "timeline_filters_circles": "Círculos", "@timeline_filters_circles": { "type": "text", "placeholders": { } }, - "timeline_filters_lists": "Listor", + "timeline_filters_lists": "Listas", "@timeline_filters_lists": { "type": "text", "placeholders": { } }, - "followers_title": "Följare", + "followers_title": "Seguidores", "@followers_title": { "type": "text", "placeholders": { } }, - "follower_singular": "följare", + "follower_singular": "seguidor", "@follower_singular": { "type": "text", "placeholders": { } }, - "follower_plural": "följare", + "follower_plural": "seguidores", "@follower_plural": { "type": "text", "placeholders": { } }, - "delete_account_title": "Ta bort konto", + "delete_account_title": "Excluir a minha conta", "@delete_account_title": { "type": "text", "placeholders": { } }, - "delete_account_current_pwd": "Nuvarande lösenord", + "delete_account_current_pwd": "Senha atual", "@delete_account_current_pwd": { "type": "text", "placeholders": { } }, - "delete_account_current_pwd_hint": "Ange ditt nuvarande lösenord", + "delete_account_current_pwd_hint": "Digite a sua senha atual", "@delete_account_current_pwd_hint": { "type": "text", "placeholders": { } }, - "delete_account_next": "Nästa", + "delete_account_next": "Avançar", "@delete_account_next": { "type": "text", "placeholders": { } }, - "delete_account_confirmation_title": "Bekräftelse", + "delete_account_confirmation_title": "Confirmação", "@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": "Tem certeza de que deseja excluir sua conta?", "@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": "Esta é uma ação permanente e não pode ser desfeita.", "@delete_account_confirmation_desc_info": { "type": "text", "placeholders": { } }, - "delete_account_confirmation_no": "Nej", + "delete_account_confirmation_no": "Não", "@delete_account_confirmation_no": { "type": "text", "placeholders": { } }, - "delete_account_confirmation_yes": "Ja", + "delete_account_confirmation_yes": "Sim", "@delete_account_confirmation_yes": { "type": "text", "placeholders": { } }, - "delete_account_confirmation_goodbye": "Hej då 😢", + "delete_account_confirmation_goodbye": "Adeus 😢", "@delete_account_confirmation_goodbye": { "type": "text", "placeholders": { } }, - "invites_create_create_title": "Skapa inbjudan", + "invites_create_create_title": "Criar convite", "@invites_create_create_title": { "type": "text", "placeholders": { } }, - "invites_create_edit_title": "Redigera inbjudan", + "invites_create_edit_title": "Editar convite", "@invites_create_edit_title": { "type": "text", "placeholders": { } }, - "invites_create_save": "Spara", + "invites_create_save": "Salvar", "@invites_create_save": { "type": "text", "placeholders": { } }, - "invites_create_create": "Skapa", + "invites_create_create": "Criar", "@invites_create_create": { "type": "text", "placeholders": { } }, - "invites_create_name_title": "Smeknamn", + "invites_create_name_title": "Apelido", "@invites_create_name_title": { "type": "text", "placeholders": { } }, - "invites_create_name_hint": "t. ex. Sven Svensson", + "invites_create_name_hint": "ex: Joãozinho", "@invites_create_name_hint": { "type": "text", "placeholders": { } }, - "invites_pending": "Väntande", + "invites_pending": "Pendente", "@invites_pending": { "type": "text", "placeholders": { } }, - "invites_delete": "Ta bort", + "invites_delete": "Excluir", "@invites_delete": { "type": "text", "placeholders": { } }, - "invites_invite_text": "Bjud in", + "invites_invite_text": "Convidar", "@invites_invite_text": { "type": "text", "placeholders": { } }, - "invites_share_yourself": "Dela inbjudan själv", + "invites_share_yourself": "Compartilhe o convite você mesmo", "@invites_share_yourself": { "type": "text", "placeholders": { } }, - "invites_share_yourself_desc": "Välj mellan meddelandeappar, etc.", + "invites_share_yourself_desc": "Escolha um app de mensagens, etc.", "@invites_share_yourself_desc": { "type": "text", "placeholders": { } }, - "invites_share_email": "Dela inbjudan via e-post", + "invites_share_email": "Compartilhe o convite por email", "@invites_share_email": { "type": "text", "placeholders": { } }, - "invites_email_text": "E-post", + "invites_email_text": "Email", "@invites_email_text": { "type": "text", "placeholders": { } }, - "invites_email_hint": "t. ex. svensvensson@email.com", + "invites_email_hint": "ex: joaozinho@email.com", "@invites_email_hint": { "type": "text", "placeholders": { } }, - "invites_email_invite_text": "E-postinbjudan", + "invites_email_invite_text": "Convite por email", "@invites_email_invite_text": { "type": "text", "placeholders": { } }, - "invites_email_send_text": "Skicka", + "invites_email_send_text": "Enviar", "@invites_email_send_text": { "type": "text", "placeholders": { } }, - "invites_email_sent_text": "E-postinbjudan skickad", + "invites_email_sent_text": "Email de convite enviado", "@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": "Enviaremos um email de convite com instruções em seu nome", "@invites_share_email_desc": { "type": "text", "placeholders": { } }, - "invites_edit_text": "Redigera", + "invites_edit_text": "Editar", "@invites_edit_text": { "type": "text", "placeholders": { } }, - "invites_title": "Mina inbjudningar", + "invites_title": "Meus convites", "@invites_title": { "type": "text", "placeholders": { } }, - "invites_accepted_title": "Accepterade", + "invites_accepted_title": "Aceitos", "@invites_accepted_title": { "type": "text", "placeholders": { } }, - "invites_accepted_group_name": "accepterade inbjudningar", + "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", @@ -1000,77 +1000,77 @@ } }, - "invites_accepted_group_item_name": "accepterad inbjudan", + "invites_accepted_group_item_name": "convite aceito", "@invites_accepted_group_item_name": { "type": "text", "placeholders": { } }, - "invites_pending_group_name": "väntande inbjudningar", + "invites_pending_group_name": "convites pendentes", "@invites_pending_group_name": { "type": "text", "placeholders": { } }, - "invites_pending_group_item_name": "väntande inbjudan", + "invites_pending_group_item_name": "convite pendente", "@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": "Parece que você não usou nenhum convite.", "@invites_none_used": { "type": "text", "placeholders": { } }, - "invites_none_left": "Du har inga inbjudningar tillgängliga.", + "invites_none_left": "Você não tem convites disponíveis.", "@invites_none_left": { "type": "text", "placeholders": { } }, - "invites_invite_a_friend": "Bjud in en vän", + "invites_invite_a_friend": "Convidar um amigo", "@invites_invite_a_friend": { "type": "text", "placeholders": { } }, - "invites_refresh": "Uppdatera", + "invites_refresh": "Atualizar", "@invites_refresh": { "type": "text", "placeholders": { } }, - "language_settings_title": "Språkinställningar", + "language_settings_title": "Configurações de idioma", "@language_settings_title": { "type": "text", "placeholders": { } }, - "language_settings_save": "Spara", + "language_settings_save": "Salvar", "@language_settings_save": { "type": "text", "placeholders": { } }, - "language_settings_saved_success": "Språket har uppdaterats", + "language_settings_saved_success": "Idioma alterado com sucesso", "@language_settings_saved_success": { "type": "text", "placeholders": { } }, - "groups_see_all": "Visa alla {groupName}", + "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", @@ -1080,7 +1080,7 @@ } } }, - "invites_joined_with": "Gick med under användarnamnet @{username}", + "invites_joined_with": "Entrou com o nome de usuário @{username}", "@invites_joined_with": { "type": "text", "placeholders": { @@ -1089,7 +1089,7 @@ } } }, - "invites_pending_email": "Väntande, inbjudan skickad till {email}", + "invites_pending_email": "Pendente, convite enviado para o email {email}", "@invites_pending_email": { "type": "text", "placeholders": { @@ -1098,7 +1098,7 @@ } } }, - "timeline_filters_no_match": "Inga resultat hittades för '{searchQuery}'.", + "timeline_filters_no_match": "Nada encontrado para '{searchQuery}'.", "@timeline_filters_no_match": { "type": "text", "placeholders": { @@ -1107,217 +1107,217 @@ } } }, - "clear_application_cache_text": "Rensa cacheminnet", + "clear_application_cache_text": "Limpar cache", "@clear_application_cache_text": { "type": "text", "placeholders": { } }, - "clear_application_cache_desc": "Rensa cachelagrade inlägg, konton, bilder & mer.", + "clear_application_cache_desc": "Limpar cache de posts, contas, imagens e mais.", "@clear_application_cache_desc": { "type": "text", "placeholders": { } }, - "clear_application_cache_success": "Cacheminnet har rensats", + "clear_application_cache_success": "Cache limpo com sucesso", "@clear_application_cache_success": { "type": "text", "placeholders": { } }, - "clear_application_cache_failure": "Kunde inte rensa cacheminnet", + "clear_application_cache_failure": "Não foi possível limpar o cache", "@clear_application_cache_failure": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_title": "Avvisande av riktlinjer", + "confirm_guidelines_reject_title": "Rejeição das diretrizes", "@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": "Você não pode usar a Okuna até aceitar as diretrizes.", "@confirm_guidelines_reject_info": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_chat_with_team": "Chatta med teamet.", + "confirm_guidelines_reject_chat_with_team": "Converse com a equipe.", "@confirm_guidelines_reject_chat_with_team": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_chat_immediately": "Starta en chat direkt.", + "confirm_guidelines_reject_chat_immediately": "Inicie o chat agora.", "@confirm_guidelines_reject_chat_immediately": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_chat_community": "Chatta med gemenskapen.", + "confirm_guidelines_reject_chat_community": "Converse com a comunidade.", "@confirm_guidelines_reject_chat_community": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_join_slack": "Gå med i Slack-kanalen.", + "confirm_guidelines_reject_join_slack": "Junte-se ao canal no Slack.", "@confirm_guidelines_reject_join_slack": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_go_back": "Tillbaka", + "confirm_guidelines_reject_go_back": "Voltar", "@confirm_guidelines_reject_go_back": { "type": "text", "placeholders": { } }, - "confirm_guidelines_reject_delete_account": "Ta bort konto", + "confirm_guidelines_reject_delete_account": "Excluir a minha conta", "@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": "Por favor, dedique este momento para ler e aceitar as nossas diretrizes.", "@guidelines_desc": { "type": "text", "placeholders": { } }, - "guidelines_accept": "Godkänn", + "guidelines_accept": "Aceitar", "@guidelines_accept": { "type": "text", "placeholders": { } }, - "guidelines_reject": "Avvisa", + "guidelines_reject": "Rejeitar", "@guidelines_reject": { "type": "text", "placeholders": { } }, - "change_email_title": "Ändra e-postadress", + "change_email_title": "Alterar Email", "@change_email_title": { "type": "text", "placeholders": { } }, - "change_email_email_text": "E-post", + "change_email_email_text": "Email", "@change_email_email_text": { "type": "text", "placeholders": { } }, - "change_email_hint_text": "Ange din nya e-postadress", + "change_email_hint_text": "Digite seu novo email", "@change_email_hint_text": { "type": "text", "placeholders": { } }, - "change_email_error": "E-postadressen är redan registrerad", + "change_email_error": "Este email já está registrado", "@change_email_error": { "type": "text", "placeholders": { } }, - "change_email_save": "Spara", + "change_email_save": "Salvar", "@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": "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": "Rensa inställningar", + "clear_app_preferences_title": "Limpar preferências", "@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": "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": "Inställningarna har rensats", + "clear_app_preferences_cleared_successfully": "Preferências limpas com sucesso", "@clear_app_preferences_cleared_successfully": { "type": "text", "placeholders": { } }, - "email_verification_successful": "Häftigt! Din e-post har verifierats", + "email_verification_successful": "Incrível! Seu email foi verificado", "@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": "Opa! Seu token não era válido ou expirou, por favor tente novamente", "@email_verification_error": { "type": "text", "placeholders": { } }, - "clear_app_preferences_error": "Inställningarna kunde inte rensas", + "clear_app_preferences_error": "Não foi possível limpar as preferências", "@clear_app_preferences_error": { "type": "text", "placeholders": { } }, - "disconnect_from_user_success": "Er kontakt har brutits", + "disconnect_from_user_success": "Desconectado com sucesso", "@disconnect_from_user_success": { "type": "text", "placeholders": { } }, - "block_user": "Blockera användare", + "block_user": "Bloquear usuário", "@block_user": { "type": "text", "placeholders": { } }, - "unblock_user": "Avblockera användare", + "unblock_user": "Desbloquear usuário", "@unblock_user": { "type": "text", "placeholders": { } }, - "disconnect_from_user": "Ta bort {userName} som kontakt", + "disconnect_from_user": "Desconectar-se de {userName}", "@disconnect_from_user": { "type": "text", "placeholders": { @@ -1326,7 +1326,7 @@ } } }, - "circle_peoples_count": "{prettyUsersCount} personer", + "circle_peoples_count": "{prettyUsersCount} pessoas", "@circle_peoples_count": { "type": "text", "placeholders": { @@ -1335,7 +1335,7 @@ } } }, - "follows_list_accounts_count": "{prettyUsersCount} konton", + "follows_list_accounts_count": "{prettyUsersCount} contas", "@follows_list_accounts_count": { "type": "text", "placeholders": { diff --git a/assets/i18n/pt-BR/user_search.arb b/assets/i18n/pt-BR/user_search.arb index 0b334df6b..900468509 100644 --- a/assets/i18n/pt-BR/user_search.arb +++ b/assets/i18n/pt-BR/user_search.arb @@ -1,26 +1,26 @@ { - "search_text": "Sök...", + "search_text": "Pesquisar...", "@search_text": { "type": "text", "placeholders": { } }, - "communities": "Gemenskaper", + "communities": "Comunidades", "@communities": { "type": "text", "placeholders": { } }, - "users": "Användare", + "users": "Usuários", "@users": { "type": "text", "placeholders": { } }, - "list_search_text": "Sök {resourcePluralName} ...", + "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", @@ -30,7 +30,7 @@ } } }, - "list_no_results_found": "Inga {resourcePluralName} hittades.", + "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", @@ -40,28 +40,28 @@ } } }, - "list_refresh_text": "Uppdatera", + "list_refresh_text": "Atualizar", "@list_refresh_text": { "type": "text", "placeholders": { } }, - "list_retry": "Tryck för att försöka igen.", + "list_retry": "Toque para tentar novamente.", "@list_retry": { "type": "text", "placeholders": { } }, - "cancel": "Avbryt", + "cancel": "Cancelar", "@cancel": { "type": "text", "placeholders": { } }, - "searching_for": "Söker efter '{searchQuery}'", + "searching_for": "Procurando por '{searchQuery}'", "@searching_for": { "type": "text", "placeholders": { @@ -70,7 +70,7 @@ } } }, - "no_results_for": "Inga resultat hittades för '{searchQuery}'.", + "no_results_for": "Nenhum resultado para '{searchQuery}'.", "@no_results_for": { "type": "text", "placeholders": { @@ -79,7 +79,7 @@ } } }, - "no_communities_for": "Inga gemenskaper hittades för '{searchQuery}'.", + "no_communities_for": "Nenhuma comunidade encontrada para '{searchQuery}'.", "@no_communities_for": { "type": "text", "placeholders": { @@ -88,7 +88,7 @@ } } }, - "no_users_for": "Inga användare hittades för '{searchQuery}'.", + "no_users_for": "Nenhum usuário encontrado para '{searchQuery}'.", "@no_users_for": { "type": "text", "placeholders": { diff --git a/lib/locale/messages_pt-BR.dart b/lib/locale/messages_pt-BR.dart index 756d4fb06..f3cc6013a 100644 --- a/lib/locale/messages_pt-BR.dart +++ b/lib/locale/messages_pt-BR.dart @@ -20,827 +20,827 @@ typedef MessageIfAbsent(String message_str, List args); class MessageLookup extends MessageLookupByLibrary { get localeName => 'pt_BR'; - static m0(minLength, maxLength) => "(${minLength}-${maxLength} tecken)"; + static m0(minLength, maxLength) => "(${minLength}-${maxLength} caracteres)"; - static m1(minLength, maxLength) => "Beskrivningen måste vara mellan ${minLength} och ${maxLength} tecken."; + static m1(minLength, maxLength) => "A descrição deve ter entre ${minLength} e ${maxLength} caracteres."; - static m2(minLength, maxLength) => "Namnet måste vara mellan ${minLength} och ${maxLength} tecken."; + static m2(minLength, maxLength) => "O nome deve ter entre ${minLength} e ${maxLength} caracteres."; - static m3(minLength, maxLength) => "Lösenordet måste vara mellan ${minLength} och ${maxLength} tecken."; + static m3(minLength, maxLength) => "A senha deve ter entre ${minLength} e ${maxLength} caracteres."; - static m4(maxLength) => "Ett användarnamn kan inte vara längre än ${maxLength} tecken."; + static m4(maxLength) => "Um nome de usuário não pode ser maior que ${maxLength} caracteres."; - static m5(maxLength) => "Adjektiv får inte vara längre än ${maxLength} tecken."; + static m5(maxLength) => "Os adjetivos não podem ser mais longos que ${maxLength} caracteres."; - static m6(username) => "Är du säker på att du vill lägga till @${username} som administratör för gemenskapen?"; + static m6(username) => "Você tem certeza de que deseja adicionar @${username} como administrador da comunidade?"; - static m7(username) => "Är du säker på att du vill banna @${username}?"; + static m7(username) => "Você tem certeza de que deseja banir @${username}?"; - static m8(maxLength) => "Beskrivningen kan inte vara längre än ${maxLength} tecken."; + static m8(maxLength) => "A descrição não pode ser maior que ${maxLength} caracteres."; - static m9(username) => "Är du säker på att du vill lägga till @${username} som gemenskapsmoderator?"; + static m9(username) => "Você tem certeza de que deseja adicionar @${username} como moderador da comunidade?"; - static m10(maxLength) => "Namnet får inte vara längre än ${maxLength} tecken."; + static m10(maxLength) => "O nome não pode ser maior que ${maxLength} caracteres."; - static m11(min) => "Du måste välja åtminstone ${min} kategorier."; + static m11(min) => "Você deve escolher pelo menos ${min} categorias."; - static m12(min) => "Du måste välja åtminstone ${min} kategori."; + static m12(min) => "Você deve escolher pelo menos ${min} categoria."; - static m13(max) => "Välj upp till ${max} kategorier"; + static m13(max) => "Escolha até ${max} categorias"; - static m14(maxLength) => "Reglerna får inte vara längre än ${maxLength} tecken."; + static m14(maxLength) => "As regras não podem ser maiores que ${maxLength} caracteres."; - static m15(takenName) => "Gemenskapsnamnet \'${takenName}\' är upptaget"; + static m15(takenName) => "O nome de comunidade \'${takenName}\' já está em uso"; - static m16(maxLength) => "Titeln får inte vara längre än ${maxLength} tecken."; + static m16(maxLength) => "O título não pode ser maior que ${maxLength} caracteres."; - static m17(categoryName) => "Trendiga i ${categoryName}"; + static m17(categoryName) => "Em alta em ${categoryName}"; - static m18(currentUserLanguage) => "Språk (${currentUserLanguage})"; + static m18(currentUserLanguage) => "Idioma (${currentUserLanguage})"; - static m19(resourceCount, resourceName) => "Visa alla ${resourceCount} ${resourceName}"; + static m19(resourceCount, resourceName) => "Ver todas as ${resourceCount} ${resourceName}"; - static m20(postCommentText) => "[name] [username] kommenterade också: ${postCommentText}"; + static m20(postCommentText) => "[name] [username] também comentou: ${postCommentText}"; - static m21(postCommentText) => "[name] [username] kommenterade på ditt inlägg: ${postCommentText}"; + static m21(postCommentText) => "[name] [username] comentou no seu post: ${postCommentText}"; - static m22(postCommentText) => "[name] [username] svarade också: ${postCommentText}"; + static m22(postCommentText) => "[name] [username] também respondeu: ${postCommentText}"; - static m23(postCommentText) => "[name] [username] svarade: ${postCommentText}"; + static m23(postCommentText) => "[name] [username] respondeu: ${postCommentText}"; - static m24(communityName) => "[name] [username] har bjudit in dig till gemenskapen /c/${communityName}."; + static m24(communityName) => "[name] [username] convidou você para se juntar à comunidade /c/${communityName}."; - static m25(maxLength) => "En kommentar kan inte vara längre än ${maxLength} tecken."; + static m25(maxLength) => "Um comentário não pode ter mais de ${maxLength} caracteres."; - static m26(commentsCount) => "Visa alla ${commentsCount} kommentarer"; + static m26(commentsCount) => "Ver todos os ${commentsCount} comentários"; - static m27(circlesSearchQuery) => "Inga kretsar hittades som matchar \'${circlesSearchQuery}\'."; + static m27(circlesSearchQuery) => "\'Nenhum círculo encontrado para \'${circlesSearchQuery}\'."; - static m28(name) => "${name} har inte delat något ännu."; + static m28(name) => "${name} ainda não compartilhou nada."; - static m29(postCreatorUsername) => "@${postCreatorUsername}s kretsar"; + static m29(postCreatorUsername) => "círculos de @${postCreatorUsername}"; - static m30(maxLength) => "Kretsens namn får inte vara längre än ${maxLength} tecken."; + static m30(maxLength) => "O nome do círculo não deve ter mais de ${maxLength} caracteres."; - static m31(prettyUsersCount) => "${prettyUsersCount} personer"; + static m31(prettyUsersCount) => "${prettyUsersCount} pessoas"; - static m32(username) => "Är du säker på att du vill blockera @${username}?"; + static m32(username) => "Tem certeza de que deseja bloquear @${username}?"; - static m33(userName) => "Bekräfta ${userName}s kontaktförfrågan"; + static m33(userName) => "Confirmar a conexão com ${userName}"; - static m34(userName) => "Lägg till ${userName} som kontakt"; + static m34(userName) => "Conectar-se com ${userName}"; - static m35(userName) => "Ta bort ${userName} som kontakt"; + static m35(userName) => "Desconectar-se de ${userName}"; - static m36(limit) => "Bilden är för stor (gräns: ${limit} MB)"; + static m36(limit) => "Imagem muito grande (limite: ${limit} MB)"; - static m37(username) => "Användarnamnet @${username} är upptaget"; + static m37(username) => "O nome de usuário @${username} já está em uso"; - static m38(searchQuery) => "Ingen emoji hittades som matchar \'${searchQuery}\'."; + static m38(searchQuery) => "Nenhum emoji encontrado para \'${searchQuery}\'."; - static m39(searchQuery) => "Inga listor hittades för \'${searchQuery}\'"; + static m39(searchQuery) => "Nenhuma lista encontrada para \'${searchQuery}\'"; - static m40(prettyUsersCount) => "${prettyUsersCount} konton"; + static m40(prettyUsersCount) => "${prettyUsersCount} contas"; - static m41(prettyUsersCount) => "${prettyUsersCount} Konton"; + static m41(prettyUsersCount) => "${prettyUsersCount} Contas"; - static m42(groupName) => "Visa alla ${groupName}"; + static m42(groupName) => "Ver ${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 m43(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 m44(username) => "Gick med under användarnamnet @${username}"; + static m44(username) => "Entrou com o nome de usuário @${username}"; - static m45(email) => "Väntande, inbjudan skickad till ${email}"; + static m45(email) => "Pendente, convite enviado para o email ${email}"; - static m46(maxLength) => "Listans namn får inte vara längre än ${maxLength} tecken."; + static m46(maxLength) => "O nome da lista não deve ter mais de ${maxLength} caracteres."; - static m47(maxLength) => "Bion kan inte vara längre än ${maxLength} tecken."; + static m47(maxLength) => "A bio não pode ser maior que ${maxLength} caracteres."; - static m48(maxLength) => "En plats kan inte vara längre än ${maxLength} tecken."; + static m48(maxLength) => "O local não pode ser maior que ${maxLength} caracteres."; - static m49(takenConnectionsCircleName) => "Kretsnamnet \'${takenConnectionsCircleName}\' är upptaget"; + static m49(takenConnectionsCircleName) => "O nome de círculo \'${takenConnectionsCircleName}\' já está em uso"; - static m50(listName) => "Listnamnet \'${listName}\' är upptaget"; + static m50(listName) => "O nome de lista \'${listName}\' já está sendo usado"; - static m51(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; + static m51(searchQuery) => "Nada encontrado para \'${searchQuery}\'."; - static m52(resourcePluralName) => "Inga ${resourcePluralName} hittades."; + static m52(resourcePluralName) => "Sem ${resourcePluralName}."; - static m53(resourcePluralName) => "Sök ${resourcePluralName} ..."; + static m53(resourcePluralName) => "Pesquisar ${resourcePluralName} ..."; - static m54(searchQuery) => "Inga gemenskaper hittades för \'${searchQuery}\'."; + static m54(searchQuery) => "Nenhuma comunidade encontrada para \'${searchQuery}\'."; - static m55(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; + static m55(searchQuery) => "Nenhum resultado para \'${searchQuery}\'."; - static m56(searchQuery) => "Inga användare hittades för \'${searchQuery}\'."; + static m56(searchQuery) => "Nenhum usuário encontrado para \'${searchQuery}\'."; - static m57(searchQuery) => "Söker efter \'${searchQuery}\'"; + static m57(searchQuery) => "Procurando por \'${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__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("Registrera dig"), - "auth__description_empty_error" : MessageLookupByLibrary.simpleMessage("Du måste skriva en beskrivning."), + "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("Du måste ange en e-postadress."), - "auth__email_invalid_error" : MessageLookupByLibrary.simpleMessage("Vänligen ange en giltig e-postadress."), - "auth__headline" : MessageLookupByLibrary.simpleMessage("Better social."), - "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__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("Du måste ange ett lösenord."), + "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("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__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("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__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("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__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("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__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("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__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("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__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("Nej"), + "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("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__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("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__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("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__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("Trendiga från alla kategorier"), + "community__trending_in_all" : MessageLookupByLibrary.simpleMessage("Em alta em todas as categorias"), "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"), - "contextual_account_search_box__suggestions" : MessageLookupByLibrary.simpleMessage("Förslag"), - "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"), + "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("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"), + "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("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__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("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__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("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__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("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."), + "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("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_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("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" : MessageLookupByLibrary.simpleMessage("[name] [username] nämnde dig i en kommentar."), - "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__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" : MessageLookupByLibrary.simpleMessage("[name] [username] mencionou você em um comentário."), + "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" : 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__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" : 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__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" : 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__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" : 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__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("m"), - "post__time_short_now_text" : MessageLookupByLibrary.simpleMessage("nu"), + "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("1m"), - "post__time_short_one_week" : MessageLookupByLibrary.simpleMessage("1v"), - "post__time_short_one_year" : MessageLookupByLibrary.simpleMessage("1å"), + "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("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__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" : 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."), + "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" : 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__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" : 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_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" : 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__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" : 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__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" : m35, - "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Er kontakt har brutits"), + "user__disconnect_from_user_success" : MessageLookupByLibrary.simpleMessage("Desconectado com sucesso"), "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_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" : m36, - "user__edit_profile_save_text" : MessageLookupByLibrary.simpleMessage("Spara"), - "user__edit_profile_title" : MessageLookupByLibrary.simpleMessage("Redigera profil"), + "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" : 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__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" : 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_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" : 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__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" : 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_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" : 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__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" : 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("Accepterade"), - "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_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" : 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_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" : 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__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" : 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__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" : 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__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" : 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_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("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_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" : 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__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" : 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__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" : 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_refresh_text" : MessageLookupByLibrary.simpleMessage("Atualizar"), + "user_search__list_retry" : MessageLookupByLibrary.simpleMessage("Toque para tentar novamente."), "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__search_text" : MessageLookupByLibrary.simpleMessage("Pesquisar..."), "user_search__searching_for" : m57, - "user_search__users" : MessageLookupByLibrary.simpleMessage("Användare") + "user_search__users" : MessageLookupByLibrary.simpleMessage("Usuários") }; } From 4086ca5a9a9c5caa20390292277fcb4c5e13cec8 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Wed, 14 Aug 2019 12:40:04 +0200 Subject: [PATCH 40/45] :bug: fix small bug on trending posts --- .../communities/widgets/trending_communities.dart | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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; } } From fed0e3fa99f49e243c4e4495f3443d5e334f057a Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Wed, 14 Aug 2019 19:21:54 +0200 Subject: [PATCH 41/45] :sparkles: add post comment text to mention notification --- assets/i18n/en/notifications.arb | 8 +- lib/locale/messages_de.dart | 138 ++++++++--------- lib/locale/messages_en.dart | 140 +++++++++--------- lib/locale/messages_es-ES.dart | 140 +++++++++--------- lib/locale/messages_fr.dart | 140 +++++++++--------- lib/locale/messages_it.dart | 140 +++++++++--------- lib/locale/messages_pt-BR.dart | 140 +++++++++--------- lib/locale/messages_sv-SE.dart | 136 ++++++++--------- lib/locale/messages_tr.dart | 140 +++++++++--------- lib/services/localization.dart | 7 +- .../post_comment_reply_notification_tile.dart | 1 - ...omment_user_mention_notification_tile.dart | 3 +- .../post_user_mention_notification_tile.dart | 23 ++- pubspec.yaml | 2 +- 14 files changed, 587 insertions(+), 571 deletions(-) diff --git a/assets/i18n/en/notifications.arb b/assets/i18n/en/notifications.arb index cb8875283..32ada6b5d 100644 --- a/assets/i18n/en/notifications.arb +++ b/assets/i18n/en/notifications.arb @@ -191,11 +191,13 @@ "postCommentText": {} } }, - "mentioned_in_post_comment_tile": "[name] [username] mentioned you on a comment.", + "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.", + "description": "Eg.: James @jamest mentioned you on a comment: hello @jamest", "type": "text", - "placeholders": {} + "placeholders": { + "postCommentText": {} + } }, "mentioned_in_post_tile": "[name] [username] mentioned you on a post.", "@mentioned_in_post_tile": { diff --git a/lib/locale/messages_de.dart b/lib/locale/messages_de.dart index 4484a23b5..9a0338f68 100644 --- a/lib/locale/messages_de.dart +++ b/lib/locale/messages_de.dart @@ -68,73 +68,75 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] hat geantwortet: ${postCommentText}"; - static m24(communityName) => "[name] [username] hat dich in die Community /c/${communityName} eingeladen."; + static m24(postCommentText) => "[name] [username] hat dich in einem Kommentar erwähnt."; - static m25(maxLength) => "Ein Kommentar darf nicht länger als ${maxLength} Zeichen lang sein."; + static m25(communityName) => "[name] [username] hat dich in die Community /c/${communityName} eingeladen."; - static m26(commentsCount) => "Alle ${commentsCount} Kommentare anzeigen"; + static m26(maxLength) => "Ein Kommentar darf nicht länger als ${maxLength} Zeichen lang sein."; - static m27(circlesSearchQuery) => "\'Keine Kreise mit \'${circlesSearchQuery} \' gefunden."; + static m27(commentsCount) => "Alle ${commentsCount} Kommentare anzeigen"; - static m28(name) => "${name} hat noch nichts geteilt."; + static m28(circlesSearchQuery) => "\'Keine Kreise mit \'${circlesSearchQuery} \' gefunden."; - static m29(postCreatorUsername) => "@${postCreatorUsername}\'s Kreise"; + static m29(name) => "${name} hat noch nichts geteilt."; - static m30(maxLength) => "Der Name des Kreises darf nicht länger als ${maxLength} Zeichen lang sein."; + static m30(postCreatorUsername) => "@${postCreatorUsername}\'s Kreise"; - static m31(prettyUsersCount) => "${prettyUsersCount} Personen"; + static m31(maxLength) => "Der Name des Kreises darf nicht länger als ${maxLength} Zeichen lang sein."; - static m32(username) => "Bist du dir sicher, dass du @${username} blockieren möchtest?"; + static m32(prettyUsersCount) => "${prettyUsersCount} Personen"; - static m33(userName) => "Verbindung mit ${userName} bestätigen"; + static m33(username) => "Bist du dir sicher, dass du @${username} blockieren möchtest?"; - static m34(userName) => "Mit ${userName} verbinden"; + static m34(userName) => "Verbindung mit ${userName} bestätigen"; - static m35(userName) => "Verbindung mit ${userName} trennen"; + static m35(userName) => "Mit ${userName} verbinden"; - static m36(limit) => "Bild ist zu groß (Max: ${limit} MB)"; + static m36(userName) => "Verbindung mit ${userName} trennen"; - static m37(username) => "Benutzername @${username} ist bereits vergeben"; + static m37(limit) => "Bild ist zu groß (Max: ${limit} MB)"; - static m38(searchQuery) => "Kein Emoji mit ${searchQuery} gefunden."; + static m38(username) => "Benutzername @${username} ist bereits vergeben"; - static m39(searchQuery) => "Keine Liste zu \'${searchQuery}\' gefunden"; + static m39(searchQuery) => "Kein Emoji mit ${searchQuery} gefunden."; - static m40(prettyUsersCount) => "${prettyUsersCount} Accounts"; + static m40(searchQuery) => "Keine Liste zu \'${searchQuery}\' gefunden"; static m41(prettyUsersCount) => "${prettyUsersCount} Accounts"; - static m42(groupName) => "Alle ${groupName} anzeigen"; + static m42(prettyUsersCount) => "${prettyUsersCount} Accounts"; - static m43(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 m43(groupName) => "Alle ${groupName} anzeigen"; - static m44(username) => "Mit dem Benutzernamen @${username} beigetreten"; + 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(email) => "Ausstehend, Einladung an ${email} gesendet"; + static m45(username) => "Mit dem Benutzernamen @${username} beigetreten"; - static m46(maxLength) => "Der Listenname darf nicht länger als ${maxLength} Zeichen lang sein."; + static m46(email) => "Ausstehend, Einladung an ${email} gesendet"; - static m47(maxLength) => "\'Über mich\' darf nicht länger als ${maxLength} Zeichen lang sein."; + static m47(maxLength) => "Der Listenname darf nicht länger als ${maxLength} Zeichen lang sein."; - static m48(maxLength) => "Ort darf nicht länger als ${maxLength} Zeichen lang sein."; + static m48(maxLength) => "\'Über mich\' darf nicht länger als ${maxLength} Zeichen lang sein."; - static m49(takenConnectionsCircleName) => "Kreisname \'${takenConnectionsCircleName}\' bereits vergeben"; + static m49(maxLength) => "Ort darf nicht länger als ${maxLength} Zeichen lang sein."; - static m50(listName) => "Name der Liste ${listName} bereits vergeben"; + static m50(takenConnectionsCircleName) => "Kreisname \'${takenConnectionsCircleName}\' bereits vergeben"; - static m51(searchQuery) => "Keine Ergebnisse für ${searchQuery}."; + static m51(listName) => "Name der Liste ${listName} bereits vergeben"; - static m52(resourcePluralName) => "Keine ${resourcePluralName} gefunden."; + static m52(searchQuery) => "Keine Ergebnisse für ${searchQuery}."; - static m53(resourcePluralName) => "Suche ${resourcePluralName} ..."; + static m53(resourcePluralName) => "Keine ${resourcePluralName} gefunden."; - static m54(searchQuery) => "Keine Communities zu \'${searchQuery}\' gefunden."; + static m54(resourcePluralName) => "Suche ${resourcePluralName} ..."; - static m55(searchQuery) => "Keine Suchergebnisse für \'${searchQuery}\'."; + static m55(searchQuery) => "Keine Communities zu \'${searchQuery}\' gefunden."; - static m56(searchQuery) => "Keine Benutzer für \'${searchQuery}\' gefunden."; + static m56(searchQuery) => "Keine Suchergebnisse für \'${searchQuery}\'."; - static m57(searchQuery) => "Suche nach ${searchQuery}"; + static m57(searchQuery) => "Keine Benutzer für \'${searchQuery}\' gefunden."; + + static m58(searchQuery) => "Suche nach ${searchQuery}"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -520,7 +522,7 @@ class MessageLookup extends MessageLookupByLibrary { "notifications__following_you_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] folgt dir jetzt."), "notifications__general_desc" : MessageLookupByLibrary.simpleMessage("Werde benachrichtigt, wenn etwas passiert"), "notifications__general_title" : MessageLookupByLibrary.simpleMessage("Benachrichtigungen"), - "notifications__mentioned_in_post_comment_tile" : MessageLookupByLibrary.simpleMessage("[name] [username] hat dich in einem Kommentar erwähnt."), + "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"), @@ -533,7 +535,7 @@ class MessageLookup extends MessageLookupByLibrary { "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("Benachrichtigungen"), - "notifications__user_community_invite_tile" : m24, + "notifications__user_community_invite_tile" : m25, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Kommentar"), "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagieren"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Antworten"), @@ -546,7 +548,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m25, + "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..."), @@ -583,7 +585,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m26, + "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"), @@ -595,7 +597,7 @@ class MessageLookup extends MessageLookupByLibrary { "post__is_closed" : MessageLookupByLibrary.simpleMessage("Geschlossener Beitrag"), "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" : m27, + "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"), @@ -642,8 +644,8 @@ class MessageLookup extends MessageLookupByLibrary { "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("Angesagte Beiträge"), - "post__user_has_not_shared_anything" : m28, - "post__usernames_circles" : m29, + "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"), @@ -661,8 +663,8 @@ class MessageLookup extends MessageLookupByLibrary { "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 ändern"), "user__circle_name_empty_error" : MessageLookupByLibrary.simpleMessage("Die Kreisname kann nicht leer sein."), - "user__circle_name_range_error" : m30, - "user__circle_peoples_count" : m31, + "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"), @@ -674,13 +676,13 @@ class MessageLookup extends MessageLookupByLibrary { "user__confirm_block_user_blocked" : MessageLookupByLibrary.simpleMessage("Benutzer blockiert."), "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" : m32, + "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" : m33, + "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."), @@ -690,7 +692,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m34, + "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"), @@ -708,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" : m35, + "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"), @@ -716,20 +718,20 @@ 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" : m36, + "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" : m37, + "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" : m38, + "user__emoji_search_none_found" : m39, "user__follow_button_follow_text" : MessageLookupByLibrary.simpleMessage("Folgen"), "user__follow_button_unfollow_text" : MessageLookupByLibrary.simpleMessage("Entfolgen"), "user__follow_lists_no_list_found" : MessageLookupByLibrary.simpleMessage("Keine Listen gefunden."), - "user__follow_lists_no_list_found_for" : m39, + "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"), @@ -737,18 +739,18 @@ class MessageLookup extends MessageLookupByLibrary { "user__followers_title" : MessageLookupByLibrary.simpleMessage("Follower"), "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("Nutzer, denen ich folge"), "user__following_text" : MessageLookupByLibrary.simpleMessage("Folge ich"), - "user__follows_list_accounts_count" : m40, + "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 Account"), - "user__follows_lists_accounts" : m41, - "user__groups_see_all" : m42, + "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" : m43, + "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"), @@ -767,11 +769,11 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m44, + "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" : m45, + "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"), @@ -784,14 +786,14 @@ 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" : m46, + "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" : m47, - "user__profile_location_length_error" : m48, + "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"), @@ -801,7 +803,7 @@ 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" : m49, + "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"), @@ -810,7 +812,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m50, + "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"), @@ -820,7 +822,7 @@ class MessageLookup extends MessageLookupByLibrary { "user__timeline_filters_circles" : MessageLookupByLibrary.simpleMessage("Kreise"), "user__timeline_filters_clear_all" : MessageLookupByLibrary.simpleMessage("Alle aufheben"), "user__timeline_filters_lists" : MessageLookupByLibrary.simpleMessage("Listen"), - "user__timeline_filters_no_match" : m51, + "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("Übersetzen"), @@ -832,15 +834,15 @@ class MessageLookup extends MessageLookupByLibrary { "user__update_connection_circles_title" : MessageLookupByLibrary.simpleMessage("Verbindungskreise aktualisieren"), "user_search__cancel" : MessageLookupByLibrary.simpleMessage("Abbrechen"), "user_search__communities" : MessageLookupByLibrary.simpleMessage("Communities"), - "user_search__list_no_results_found" : m52, + "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" : m53, - "user_search__no_communities_for" : m54, - "user_search__no_results_for" : m55, - "user_search__no_users_for" : m56, + "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" : m57, + "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 6704b67d7..76952b77f 100644 --- a/lib/locale/messages_en.dart +++ b/lib/locale/messages_en.dart @@ -68,73 +68,75 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] replied: ${postCommentText}"; - static m24(communityName) => "[name] [username] has invited you to join community /c/${communityName}."; + static m24(postCommentText) => "[name] [username] mentioned you on a comment: ${postCommentText}"; - static m25(maxLength) => "A comment can\'t be longer than ${maxLength} characters."; + static m25(communityName) => "[name] [username] has invited you to join community /c/${communityName}."; - static m26(commentsCount) => "View all ${commentsCount} comments"; + static m26(maxLength) => "A comment can\'t be longer than ${maxLength} characters."; - static m27(circlesSearchQuery) => "No circles found matching \'${circlesSearchQuery}\'."; + static m27(commentsCount) => "View all ${commentsCount} comments"; - static m28(name) => "${name} has not shared anything yet."; + static m28(circlesSearchQuery) => "No circles found matching \'${circlesSearchQuery}\'."; - static m29(postCreatorUsername) => "@${postCreatorUsername}\'s circles"; + static m29(name) => "${name} has not shared anything yet."; - static m30(maxLength) => "Circle name must be no longer than ${maxLength} characters."; + static m30(postCreatorUsername) => "@${postCreatorUsername}\'s circles"; - static m31(prettyUsersCount) => "${prettyUsersCount} people"; + static m31(maxLength) => "Circle name must be no longer than ${maxLength} characters."; - static m32(username) => "Are you sure you want to block @${username}?"; + static m32(prettyUsersCount) => "${prettyUsersCount} people"; - static m33(userName) => "Confirm connection with ${userName}"; + static m33(username) => "Are you sure you want to block @${username}?"; - static m34(userName) => "Connect with ${userName}"; + static m34(userName) => "Confirm connection with ${userName}"; - static m35(userName) => "Disconnect from ${userName}"; + static m35(userName) => "Connect with ${userName}"; - static m36(limit) => "Image too large (limit: ${limit} MB)"; + static m36(userName) => "Disconnect from ${userName}"; - static m37(username) => "Username @${username} is taken"; + static m37(limit) => "Image too large (limit: ${limit} MB)"; - static m38(searchQuery) => "No emoji found matching \'${searchQuery}\'."; + static m38(username) => "Username @${username} is taken"; - static m39(searchQuery) => "No list found for \'${searchQuery}\'"; + static m39(searchQuery) => "No emoji found matching \'${searchQuery}\'."; - static m40(prettyUsersCount) => "${prettyUsersCount} accounts"; + static m40(searchQuery) => "No list found for \'${searchQuery}\'"; - static m41(prettyUsersCount) => "${prettyUsersCount} Accounts"; + static m41(prettyUsersCount) => "${prettyUsersCount} accounts"; - static m42(groupName) => "See all ${groupName}"; + static m42(prettyUsersCount) => "${prettyUsersCount} Accounts"; - static m43(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 m43(groupName) => "See all ${groupName}"; - static m44(username) => "Joined with username @${username}"; + 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(email) => "Pending, invite email sent to ${email}"; + static m45(username) => "Joined with username @${username}"; - static m46(maxLength) => "List name must be no longer than ${maxLength} characters."; + static m46(email) => "Pending, invite email sent to ${email}"; - static m47(maxLength) => "Bio can\'t be longer than ${maxLength} characters."; + static m47(maxLength) => "List name must be no longer than ${maxLength} characters."; - static m48(maxLength) => "Location can\'t be longer than ${maxLength} characters."; + static m48(maxLength) => "Bio can\'t be longer than ${maxLength} characters."; - static m49(takenConnectionsCircleName) => "Circle name \'${takenConnectionsCircleName}\' is taken"; + static m49(maxLength) => "Location can\'t be longer than ${maxLength} characters."; - static m50(listName) => "List name \'${listName}\' is taken"; + static m50(takenConnectionsCircleName) => "Circle name \'${takenConnectionsCircleName}\' is taken"; - static m51(searchQuery) => "No match for \'${searchQuery}\'."; + static m51(listName) => "List name \'${listName}\' is taken"; - static m52(resourcePluralName) => "No ${resourcePluralName} found."; + static m52(searchQuery) => "No match for \'${searchQuery}\'."; - static m53(resourcePluralName) => "Search ${resourcePluralName} ..."; + static m53(resourcePluralName) => "No ${resourcePluralName} found."; - static m54(searchQuery) => "No communities found for \'${searchQuery}\'."; + static m54(resourcePluralName) => "Search ${resourcePluralName} ..."; - static m55(searchQuery) => "No results for \'${searchQuery}\'."; + static m55(searchQuery) => "No communities found for \'${searchQuery}\'."; - static m56(searchQuery) => "No users found for \'${searchQuery}\'."; + static m56(searchQuery) => "No results for \'${searchQuery}\'."; - static m57(searchQuery) => "Searching for \'${searchQuery}\'"; + static m57(searchQuery) => "No users found for \'${searchQuery}\'."; + + static m58(searchQuery) => "Searching for \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -520,7 +522,7 @@ 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" : MessageLookupByLibrary.simpleMessage("[name] [username] mentioned you on a comment."), + "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"), @@ -533,7 +535,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m24, + "notifications__user_community_invite_tile" : m25, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Comment"), "post__action_react" : MessageLookupByLibrary.simpleMessage("React"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Reply"), @@ -546,7 +548,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m25, + "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..."), @@ -583,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" : m26, + "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"), @@ -595,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" : m27, + "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"), @@ -642,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" : m28, - "post__usernames_circles" : m29, + "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"), @@ -661,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" : m30, - "user__circle_peoples_count" : m31, + "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"), @@ -674,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" : m32, + "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" : m33, + "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."), @@ -690,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" : m34, + "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"), @@ -708,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" : m35, + "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"), @@ -716,20 +718,20 @@ 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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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"), @@ -737,18 +739,18 @@ class MessageLookup extends MessageLookupByLibrary { "user__followers_title" : MessageLookupByLibrary.simpleMessage("Followers"), "user__following_resource_name" : MessageLookupByLibrary.simpleMessage("followed users"), "user__following_text" : MessageLookupByLibrary.simpleMessage("Following"), - "user__follows_list_accounts_count" : m40, + "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" : m41, - "user__groups_see_all" : m42, + "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" : m43, + "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"), @@ -767,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" : m44, + "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" : m45, + "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"), @@ -784,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" : m46, + "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" : m47, - "user__profile_location_length_error" : m48, + "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"), @@ -801,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" : m49, + "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"), @@ -810,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" : m50, + "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"), @@ -820,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" : m51, + "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"), @@ -832,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" : m52, + "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" : m53, - "user_search__no_communities_for" : m54, - "user_search__no_results_for" : m55, - "user_search__no_users_for" : m56, + "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" : m57, + "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 index 3f6a4c761..d63508bba 100644 --- a/lib/locale/messages_es-ES.dart +++ b/lib/locale/messages_es-ES.dart @@ -68,73 +68,75 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] respondió: ${postCommentText}"; - static m24(communityName) => "[name] [username] te ha invitado a unirte a la comunidad /c/${communityName}."; + static m24(postCommentText) => "[name] [username] te mencionó en un comentario."; - static m25(maxLength) => "Un comentario no puede ser más largo que ${maxLength} caracteres."; + static m25(communityName) => "[name] [username] te ha invitado a unirte a la comunidad /c/${communityName}."; - static m26(commentsCount) => "Ver los ${commentsCount} comentarios"; + static m26(maxLength) => "Un comentario no puede ser más largo que ${maxLength} caracteres."; - static m27(circlesSearchQuery) => "\'No se han encontrado círculos que coincidan con \'${circlesSearchQuery}\'."; + static m27(commentsCount) => "Ver los ${commentsCount} comentarios"; - static m28(name) => "${name} aún no ha compartido nada."; + static m28(circlesSearchQuery) => "\'No se han encontrado círculos que coincidan con \'${circlesSearchQuery}\'."; - static m29(postCreatorUsername) => "los círculos de @${postCreatorUsername}\'s"; + static m29(name) => "${name} aún no ha compartido nada."; - static m30(maxLength) => "El nombre del círculo no debe tener más de ${maxLength} caracteres."; + static m30(postCreatorUsername) => "los círculos de @${postCreatorUsername}\'s"; - static m31(prettyUsersCount) => "${prettyUsersCount} gente"; + static m31(maxLength) => "El nombre del círculo no debe tener más de ${maxLength} caracteres."; - static m32(username) => "¿Seguro que quieres banear a @${username}?"; + static m32(prettyUsersCount) => "${prettyUsersCount} gente"; - static m33(userName) => "Confirmar conexión con ${userName}"; + static m33(username) => "¿Seguro que quieres banear a @${username}?"; - static m34(userName) => "Conectar con ${userName}"; + static m34(userName) => "Confirmar conexión con ${userName}"; - static m35(userName) => "Desconectarse de ${userName}"; + static m35(userName) => "Conectar con ${userName}"; - static m36(limit) => "Imagen demasiado grande (límite: ${limit} MB)"; + static m36(userName) => "Desconectarse de ${userName}"; - static m37(username) => "El nombre de usuario @${username} ya existe"; + static m37(limit) => "Imagen demasiado grande (límite: ${limit} MB)"; - static m38(searchQuery) => "No se encontró un Emoji similar a \'${searchQuery}\'."; + static m38(username) => "El nombre de usuario @${username} ya existe"; - static m39(searchQuery) => "No se encontró lista con \'${searchQuery}\'"; + static m39(searchQuery) => "No se encontró un Emoji similar a \'${searchQuery}\'."; - static m40(prettyUsersCount) => "${prettyUsersCount} cuentas"; + static m40(searchQuery) => "No se encontró lista con \'${searchQuery}\'"; - static m41(prettyUsersCount) => "${prettyUsersCount} Cuentas"; + static m41(prettyUsersCount) => "${prettyUsersCount} cuentas"; - static m42(groupName) => "Ver ${groupName}"; + static m42(prettyUsersCount) => "${prettyUsersCount} Cuentas"; - 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 m43(groupName) => "Ver ${groupName}"; - static m44(username) => "Se unió con el nombre de usuario @${username}"; + 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(email) => "Pendiente, email de invitación enviado a ${email}"; + static m45(username) => "Se unió con el nombre de usuario @${username}"; - static m46(maxLength) => "El nombre de la lista no debe tener más de ${maxLength} caracteres."; + static m46(email) => "Pendiente, email de invitación enviado a ${email}"; - static m47(maxLength) => "La biografía no puede contener más de ${maxLength} caracteres."; + static m47(maxLength) => "El nombre de la lista no debe tener más de ${maxLength} caracteres."; - static m48(maxLength) => "La ubicación no puede contener más de ${maxLength} caracteres."; + static m48(maxLength) => "La biografía no puede contener más de ${maxLength} caracteres."; - static m49(takenConnectionsCircleName) => "El nombre de lista \'${takenConnectionsCircleName}\' esta tomado"; + static m49(maxLength) => "La ubicación no puede contener más de ${maxLength} caracteres."; - static m50(listName) => "El nombre de lista \'${listName}\' esta tomado"; + static m50(takenConnectionsCircleName) => "El nombre de lista \'${takenConnectionsCircleName}\' esta tomado"; - static m51(searchQuery) => "Sin resultados para \'${searchQuery}\'."; + static m51(listName) => "El nombre de lista \'${listName}\' esta tomado"; - static m52(resourcePluralName) => "No se encontró ningun ${resourcePluralName}."; + static m52(searchQuery) => "Sin resultados para \'${searchQuery}\'."; - static m53(resourcePluralName) => "Buscar ${resourcePluralName}..."; + static m53(resourcePluralName) => "No se encontró ningun ${resourcePluralName}."; - static m54(searchQuery) => "No se encontraron comunidades para \'${searchQuery}\'."; + static m54(resourcePluralName) => "Buscar ${resourcePluralName}..."; - static m55(searchQuery) => "Sin resultados para \"${searchQuery}\"."; + static m55(searchQuery) => "No se encontraron comunidades para \'${searchQuery}\'."; - static m56(searchQuery) => "No se encontraron usuarios para \'${searchQuery}\'."; + static m56(searchQuery) => "Sin resultados para \"${searchQuery}\"."; - static m57(searchQuery) => "Buscando \'${searchQuery}\'"; + static m57(searchQuery) => "No se encontraron usuarios para \'${searchQuery}\'."; + + static m58(searchQuery) => "Buscando \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -520,7 +522,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : MessageLookupByLibrary.simpleMessage("[name] [username] te mencionó en un comentario."), + "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"), @@ -533,7 +535,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" : m24, + "notifications__user_community_invite_tile" : m25, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Comentar"), "post__action_react" : MessageLookupByLibrary.simpleMessage("Reaccionar"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Responder"), @@ -546,7 +548,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m25, + "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..."), @@ -583,7 +585,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" : m26, + "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"), @@ -595,7 +597,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" : m27, + "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"), @@ -642,8 +644,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" : m28, - "post__usernames_circles" : m29, + "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"), @@ -661,8 +663,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" : m30, - "user__circle_peoples_count" : m31, + "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"), @@ -674,13 +676,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" : m32, + "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" : m33, + "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."), @@ -690,7 +692,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" : m34, + "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"), @@ -708,7 +710,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" : m35, + "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"), @@ -716,20 +718,20 @@ 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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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"), @@ -737,18 +739,18 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m40, + "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" : m41, - "user__groups_see_all" : m42, + "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" : m43, + "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"), @@ -767,11 +769,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" : m44, + "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" : m45, + "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"), @@ -784,14 +786,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" : m46, + "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" : m47, - "user__profile_location_length_error" : m48, + "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"), @@ -801,7 +803,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" : m49, + "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"), @@ -810,7 +812,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" : m50, + "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"), @@ -820,7 +822,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" : m51, + "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"), @@ -832,15 +834,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" : m52, + "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" : m53, - "user_search__no_communities_for" : m54, - "user_search__no_results_for" : m55, - "user_search__no_users_for" : m56, + "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" : m57, + "user_search__searching_for" : m58, "user_search__users" : MessageLookupByLibrary.simpleMessage("Usuarios") }; } diff --git a/lib/locale/messages_fr.dart b/lib/locale/messages_fr.dart index 1b269bc0a..a4330c9d1 100644 --- a/lib/locale/messages_fr.dart +++ b/lib/locale/messages_fr.dart @@ -68,73 +68,75 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] · [username] a répondu : ${postCommentText}"; - static m24(communityName) => "[name] · [username] vous a invité.e à rejoindre la communauté /c/${communityName}."; + static m24(postCommentText) => "[name] [username] vous a mentionné.e sur un commentaire."; - static m25(maxLength) => "Un commentaire ne peut pas être plus long que ${maxLength} caractères."; + static m25(communityName) => "[name] · [username] vous a invité.e à rejoindre la communauté /c/${communityName}."; - static m26(commentsCount) => "Afficher tous les ${commentsCount} commentaires"; + static m26(maxLength) => "Un commentaire ne peut pas être plus long que ${maxLength} caractères."; - static m27(circlesSearchQuery) => "Aucun cercle trouvé correspondant à \'${circlesSearchQuery}\'."; + static m27(commentsCount) => "Afficher tous les ${commentsCount} commentaires"; - static m28(name) => "${name} n\'a encore rien partagé."; + static m28(circlesSearchQuery) => "Aucun cercle trouvé correspondant à \'${circlesSearchQuery}\'."; - static m29(postCreatorUsername) => "cercles de ${postCreatorUsername}"; + static m29(name) => "${name} n\'a encore rien partagé."; - static m30(maxLength) => "Le nom de cercle ne peut pas être plus long que ${maxLength} caractères."; + static m30(postCreatorUsername) => "cercles de ${postCreatorUsername}"; - static m31(prettyUsersCount) => "${prettyUsersCount} personnes"; + static m31(maxLength) => "Le nom de cercle ne peut pas être plus long que ${maxLength} caractères."; - static m32(username) => "Êtes-vous sûr.e de vouloir bloquer @${username}?"; + static m32(prettyUsersCount) => "${prettyUsersCount} personnes"; - static m33(userName) => "Confirmer la connexion avec ${userName}"; + static m33(username) => "Êtes-vous sûr.e de vouloir bloquer @${username}?"; - static m34(userName) => "Se connecter avec ${userName}"; + static m34(userName) => "Confirmer la connexion avec ${userName}"; - static m35(userName) => "Se déconnecter de ${userName}"; + static m35(userName) => "Se connecter avec ${userName}"; - static m36(limit) => "Image trop grande (limite : ${limit} Mo)"; + static m36(userName) => "Se déconnecter de ${userName}"; - static m37(username) => "Le nom d\'utilisateur.trice @${username} est pris"; + static m37(limit) => "Image trop grande (limite : ${limit} Mo)"; - static m38(searchQuery) => "Aucune émoticône trouvée correspondant à \'${searchQuery}\'."; + static m38(username) => "Le nom d\'utilisateur.trice @${username} est pris"; - static m39(searchQuery) => "Aucune liste trouvée pour \'${searchQuery}\'"; + static m39(searchQuery) => "Aucune émoticône trouvée correspondant à \'${searchQuery}\'."; - static m40(prettyUsersCount) => "${prettyUsersCount} comptes"; + static m40(searchQuery) => "Aucune liste trouvée pour \'${searchQuery}\'"; - static m41(prettyUsersCount) => "${prettyUsersCount} Comptes"; + static m41(prettyUsersCount) => "${prettyUsersCount} comptes"; - static m42(groupName) => "Voir tous.tes les ${groupName}"; + static m42(prettyUsersCount) => "${prettyUsersCount} Comptes"; - static m43(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 m43(groupName) => "Voir tous.tes les ${groupName}"; - static m44(username) => "Inscrit.e avec le nom d\'utilisateur.trice @${username}"; + 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(email) => "En attente, courriel d\'invitation envoyé à ${email}"; + static m45(username) => "Inscrit.e avec le nom d\'utilisateur.trice @${username}"; - static m46(maxLength) => "Le nom de liste ne peut pas être plus long que ${maxLength} caractères."; + static m46(email) => "En attente, courriel d\'invitation envoyé à ${email}"; - static m47(maxLength) => "La bio ne peut pas être plus longue que ${maxLength} caractères."; + static m47(maxLength) => "Le nom de liste ne peut pas être plus long que ${maxLength} caractères."; - static m48(maxLength) => "La nom de localité 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(takenConnectionsCircleName) => "Le nom de cercle \'${takenConnectionsCircleName}\' est pris"; + static m49(maxLength) => "La nom de localité ne peut pas être plus long que ${maxLength} caractères."; - static m50(listName) => "Le nom de liste \'${listName}\' est pris"; + static m50(takenConnectionsCircleName) => "Le nom de cercle \'${takenConnectionsCircleName}\' est pris"; - static m51(searchQuery) => "Aucun résultat pour \'${searchQuery}\'."; + static m51(listName) => "Le nom de liste \'${listName}\' est pris"; - static m52(resourcePluralName) => "Pas de ${resourcePluralName} trouvé.e.s."; + static m52(searchQuery) => "Aucun résultat pour \'${searchQuery}\'."; - static m53(resourcePluralName) => "Recherche ${resourcePluralName} ..."; + static m53(resourcePluralName) => "Pas de ${resourcePluralName} trouvé.e.s."; - static m54(searchQuery) => "Aucune communauté trouvée pour \'${searchQuery}\'."; + static m54(resourcePluralName) => "Recherche ${resourcePluralName} ..."; - static m55(searchQuery) => "Aucun résultat pour \'${searchQuery}\'."; + static m55(searchQuery) => "Aucune communauté trouvée pour \'${searchQuery}\'."; - static m56(searchQuery) => "Aucun.e utilisateur.trice trouvé.e pour \'${searchQuery}\'."; + static m56(searchQuery) => "Aucun résultat pour \'${searchQuery}\'."; - static m57(searchQuery) => "Recherche de \'${searchQuery}\'"; + static m57(searchQuery) => "Aucun.e utilisateur.trice trouvé.e pour \'${searchQuery}\'."; + + static m58(searchQuery) => "Recherche de \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -520,7 +522,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : MessageLookupByLibrary.simpleMessage("[name] [username] vous a mentionné.e sur un commentaire."), + "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"), @@ -533,7 +535,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m24, + "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"), @@ -546,7 +548,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m25, + "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..."), @@ -583,7 +585,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m26, + "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"), @@ -595,7 +597,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m27, + "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"), @@ -642,8 +644,8 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m28, - "post__usernames_circles" : m29, + "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é"), @@ -661,8 +663,8 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m30, - "user__circle_peoples_count" : m31, + "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"), @@ -674,13 +676,13 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m32, + "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" : m33, + "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."), @@ -690,7 +692,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m34, + "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"), @@ -708,7 +710,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m35, + "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"), @@ -716,20 +718,20 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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"), @@ -737,18 +739,18 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m40, + "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" : m41, - "user__groups_see_all" : m42, + "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" : m43, + "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)"), @@ -767,11 +769,11 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m44, + "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" : m45, + "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"), @@ -784,14 +786,14 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m46, + "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" : m47, - "user__profile_location_length_error" : m48, + "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"), @@ -801,7 +803,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m49, + "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"), @@ -810,7 +812,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m50, + "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"), @@ -820,7 +822,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m51, + "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"), @@ -832,15 +834,15 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m52, + "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" : m53, - "user_search__no_communities_for" : m54, - "user_search__no_results_for" : m55, - "user_search__no_users_for" : m56, + "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" : m57, + "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 index d7a782a2b..b5efe40d5 100644 --- a/lib/locale/messages_it.dart +++ b/lib/locale/messages_it.dart @@ -68,73 +68,75 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] ha risposto: ${postCommentText}"; - static m24(communityName) => "[name] [username] ti ha invitato a unirti alla comunità /c/${communityName}."; + static m24(postCommentText) => "[name] [username] ti ha menzionato in un commento."; - static m25(maxLength) => "Un commento non può essere più lungo di ${maxLength} caratteri."; + static m25(communityName) => "[name] [username] ti ha invitato a unirti alla comunità /c/${communityName}."; - static m26(commentsCount) => "Mostra tutti i ${commentsCount} commenti"; + static m26(maxLength) => "Un commento non può essere più lungo di ${maxLength} caratteri."; - static m27(circlesSearchQuery) => "Nessuna cerchia trovata corrisponde a \'${circlesSearchQuery}\'."; + static m27(commentsCount) => "Mostra tutti i ${commentsCount} commenti"; - static m28(name) => "${name} non ha ancora condiviso niente."; + static m28(circlesSearchQuery) => "Nessuna cerchia trovata corrisponde a \'${circlesSearchQuery}\'."; - static m29(postCreatorUsername) => "le cerchie di @${postCreatorUsername}"; + static m29(name) => "${name} non ha ancora condiviso niente."; - static m30(maxLength) => "Il nome della cerchia non può essere più lungo di ${maxLength} caratteri."; + static m30(postCreatorUsername) => "le cerchie di @${postCreatorUsername}"; - static m31(prettyUsersCount) => "${prettyUsersCount} persone"; + static m31(maxLength) => "Il nome della cerchia non può essere più lungo di ${maxLength} caratteri."; - static m32(username) => "Sei sicuro di voler bloccare @${username}?"; + static m32(prettyUsersCount) => "${prettyUsersCount} persone"; - static m33(userName) => "Conferma la connessione con ${userName}"; + static m33(username) => "Sei sicuro di voler bloccare @${username}?"; - static m34(userName) => "Connettiti con ${userName}"; + static m34(userName) => "Conferma la connessione con ${userName}"; - static m35(userName) => "Disconnetti da ${userName}"; + static m35(userName) => "Connettiti con ${userName}"; - static m36(limit) => "Immagine troppo grande (limite: ${limit} MB)"; + static m36(userName) => "Disconnetti da ${userName}"; - static m37(username) => "Il nome utente @${username} è stato preso"; + static m37(limit) => "Immagine troppo grande (limite: ${limit} MB)"; - static m38(searchQuery) => "Nessun emoji trovato corrispondente a \'${searchQuery}\'."; + static m38(username) => "Il nome utente @${username} è stato preso"; - static m39(searchQuery) => "Nessuna lista trovata per \'${searchQuery}\'"; + static m39(searchQuery) => "Nessun emoji trovato corrispondente a \'${searchQuery}\'."; - static m40(prettyUsersCount) => "${prettyUsersCount} account"; + static m40(searchQuery) => "Nessuna lista trovata per \'${searchQuery}\'"; - static m41(prettyUsersCount) => "${prettyUsersCount} Profili"; + static m41(prettyUsersCount) => "${prettyUsersCount} account"; - static m42(groupName) => "Vedi tutti/e ${groupName}"; + static m42(prettyUsersCount) => "${prettyUsersCount} Profili"; - static m43(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 m43(groupName) => "Vedi tutti/e ${groupName}"; - static m44(username) => "Iscritto con nome utente @${username}"; + 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(email) => "In attesa, invia email di invito a ${email}"; + static m45(username) => "Iscritto con nome utente @${username}"; - static m46(maxLength) => "Il nome della lista non può essere più lungo di ${maxLength} caratteri."; + static m46(email) => "In attesa, invia email di invito a ${email}"; - static m47(maxLength) => "La biografia non può essere più lunga di ${maxLength} caratteri."; + static m47(maxLength) => "Il nome della lista non può essere più lungo di ${maxLength} caratteri."; - static m48(maxLength) => "Il luogo non può essere più lungo di ${maxLength} caratteri."; + static m48(maxLength) => "La biografia non può essere più lunga di ${maxLength} caratteri."; - static m49(takenConnectionsCircleName) => "Nome cerchia \'${takenConnectionsCircleName}\' già utilizzato"; + static m49(maxLength) => "Il luogo non può essere più lungo di ${maxLength} caratteri."; - static m50(listName) => "Il nome per la lista \'${listName}\' è già utilizzato"; + static m50(takenConnectionsCircleName) => "Nome cerchia \'${takenConnectionsCircleName}\' già utilizzato"; - static m51(searchQuery) => "Nessun risultato per \'${searchQuery}\'."; + static m51(listName) => "Il nome per la lista \'${listName}\' è già utilizzato"; - static m52(resourcePluralName) => "Impossibile trovare ${resourcePluralName}."; + static m52(searchQuery) => "Nessun risultato per \'${searchQuery}\'."; - static m53(resourcePluralName) => "Cerca ${resourcePluralName}..."; + static m53(resourcePluralName) => "Impossibile trovare ${resourcePluralName}."; - static m54(searchQuery) => "Nessuna Comunità trovata per \'${searchQuery}\'."; + static m54(resourcePluralName) => "Cerca ${resourcePluralName}..."; - static m55(searchQuery) => "Nessun risultato per \'${searchQuery}\'."; + static m55(searchQuery) => "Nessuna Comunità trovata per \'${searchQuery}\'."; - static m56(searchQuery) => "Nessun Utente trovato per \'${searchQuery}\'."; + static m56(searchQuery) => "Nessun risultato per \'${searchQuery}\'."; - static m57(searchQuery) => "Ricerca di \'${searchQuery}\'"; + static m57(searchQuery) => "Nessun Utente trovato per \'${searchQuery}\'."; + + static m58(searchQuery) => "Ricerca di \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -520,7 +522,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : MessageLookupByLibrary.simpleMessage("[name] [username] ti ha menzionato in un commento."), + "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"), @@ -533,7 +535,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m24, + "notifications__user_community_invite_tile" : m25, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Commenta"), "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagisci"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Rispondi"), @@ -546,7 +548,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m25, + "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..."), @@ -583,7 +585,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m26, + "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"), @@ -595,7 +597,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m27, + "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"), @@ -642,8 +644,8 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m28, - "post__usernames_circles" : m29, + "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"), @@ -661,8 +663,8 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m30, - "user__circle_peoples_count" : m31, + "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"), @@ -674,13 +676,13 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m32, + "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" : m33, + "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."), @@ -690,7 +692,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m34, + "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"), @@ -708,7 +710,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m35, + "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"), @@ -716,20 +718,20 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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"), @@ -737,18 +739,18 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m40, + "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" : m41, - "user__groups_see_all" : m42, + "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" : m43, + "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"), @@ -767,11 +769,11 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m44, + "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" : m45, + "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"), @@ -784,14 +786,14 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m46, + "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" : m47, - "user__profile_location_length_error" : m48, + "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"), @@ -801,7 +803,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m49, + "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"), @@ -810,7 +812,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m50, + "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"), @@ -820,7 +822,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m51, + "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"), @@ -832,15 +834,15 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m52, + "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" : m53, - "user_search__no_communities_for" : m54, - "user_search__no_results_for" : m55, - "user_search__no_users_for" : m56, + "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" : m57, + "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 index f3cc6013a..39024de3b 100644 --- a/lib/locale/messages_pt-BR.dart +++ b/lib/locale/messages_pt-BR.dart @@ -68,73 +68,75 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] respondeu: ${postCommentText}"; - static m24(communityName) => "[name] [username] convidou você para se juntar à comunidade /c/${communityName}."; + static m24(postCommentText) => "[name] [username] mencionou você em um comentário."; - static m25(maxLength) => "Um comentário não pode ter mais de ${maxLength} caracteres."; + static m25(communityName) => "[name] [username] convidou você para se juntar à comunidade /c/${communityName}."; - static m26(commentsCount) => "Ver todos os ${commentsCount} comentários"; + static m26(maxLength) => "Um comentário não pode ter mais de ${maxLength} caracteres."; - static m27(circlesSearchQuery) => "\'Nenhum círculo encontrado para \'${circlesSearchQuery}\'."; + static m27(commentsCount) => "Ver todos os ${commentsCount} comentários"; - static m28(name) => "${name} ainda não compartilhou nada."; + static m28(circlesSearchQuery) => "\'Nenhum círculo encontrado para \'${circlesSearchQuery}\'."; - static m29(postCreatorUsername) => "círculos de @${postCreatorUsername}"; + static m29(name) => "${name} ainda não compartilhou nada."; - static m30(maxLength) => "O nome do círculo não deve ter mais de ${maxLength} caracteres."; + static m30(postCreatorUsername) => "círculos de @${postCreatorUsername}"; - static m31(prettyUsersCount) => "${prettyUsersCount} pessoas"; + static m31(maxLength) => "O nome do círculo não deve ter mais de ${maxLength} caracteres."; - static m32(username) => "Tem certeza de que deseja bloquear @${username}?"; + static m32(prettyUsersCount) => "${prettyUsersCount} pessoas"; - static m33(userName) => "Confirmar a conexão com ${userName}"; + static m33(username) => "Tem certeza de que deseja bloquear @${username}?"; - static m34(userName) => "Conectar-se com ${userName}"; + static m34(userName) => "Confirmar a conexão com ${userName}"; - static m35(userName) => "Desconectar-se de ${userName}"; + static m35(userName) => "Conectar-se com ${userName}"; - static m36(limit) => "Imagem muito grande (limite: ${limit} MB)"; + static m36(userName) => "Desconectar-se de ${userName}"; - static m37(username) => "O nome de usuário @${username} já está em uso"; + static m37(limit) => "Imagem muito grande (limite: ${limit} MB)"; - static m38(searchQuery) => "Nenhum emoji encontrado para \'${searchQuery}\'."; + static m38(username) => "O nome de usuário @${username} já está em uso"; - static m39(searchQuery) => "Nenhuma lista encontrada para \'${searchQuery}\'"; + static m39(searchQuery) => "Nenhum emoji encontrado para \'${searchQuery}\'."; - static m40(prettyUsersCount) => "${prettyUsersCount} contas"; + static m40(searchQuery) => "Nenhuma lista encontrada para \'${searchQuery}\'"; - static m41(prettyUsersCount) => "${prettyUsersCount} Contas"; + static m41(prettyUsersCount) => "${prettyUsersCount} contas"; - static m42(groupName) => "Ver ${groupName}"; + static m42(prettyUsersCount) => "${prettyUsersCount} Contas"; - static m43(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 m43(groupName) => "Ver ${groupName}"; - static m44(username) => "Entrou com o nome de usuário @${username}"; + 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(email) => "Pendente, convite enviado para o email ${email}"; + static m45(username) => "Entrou com o nome de usuário @${username}"; - static m46(maxLength) => "O nome da lista não deve ter mais de ${maxLength} caracteres."; + static m46(email) => "Pendente, convite enviado para o email ${email}"; - static m47(maxLength) => "A bio não pode ser maior que ${maxLength} caracteres."; + static m47(maxLength) => "O nome da lista não deve ter mais de ${maxLength} caracteres."; - static m48(maxLength) => "O local não pode ser maior que ${maxLength} caracteres."; + static m48(maxLength) => "A bio não pode ser maior que ${maxLength} caracteres."; - static m49(takenConnectionsCircleName) => "O nome de círculo \'${takenConnectionsCircleName}\' já está em uso"; + static m49(maxLength) => "O local não pode ser maior que ${maxLength} caracteres."; - static m50(listName) => "O nome de lista \'${listName}\' já está sendo usado"; + static m50(takenConnectionsCircleName) => "O nome de círculo \'${takenConnectionsCircleName}\' já está em uso"; - static m51(searchQuery) => "Nada encontrado para \'${searchQuery}\'."; + static m51(listName) => "O nome de lista \'${listName}\' já está sendo usado"; - static m52(resourcePluralName) => "Sem ${resourcePluralName}."; + static m52(searchQuery) => "Nada encontrado para \'${searchQuery}\'."; - static m53(resourcePluralName) => "Pesquisar ${resourcePluralName} ..."; + static m53(resourcePluralName) => "Sem ${resourcePluralName}."; - static m54(searchQuery) => "Nenhuma comunidade encontrada para \'${searchQuery}\'."; + static m54(resourcePluralName) => "Pesquisar ${resourcePluralName} ..."; - static m55(searchQuery) => "Nenhum resultado para \'${searchQuery}\'."; + static m55(searchQuery) => "Nenhuma comunidade encontrada para \'${searchQuery}\'."; - static m56(searchQuery) => "Nenhum usuário encontrado para \'${searchQuery}\'."; + static m56(searchQuery) => "Nenhum resultado para \'${searchQuery}\'."; - static m57(searchQuery) => "Procurando por \'${searchQuery}\'"; + static m57(searchQuery) => "Nenhum usuário encontrado para \'${searchQuery}\'."; + + static m58(searchQuery) => "Procurando por \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -520,7 +522,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : MessageLookupByLibrary.simpleMessage("[name] [username] mencionou você em um comentário."), + "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"), @@ -533,7 +535,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m24, + "notifications__user_community_invite_tile" : m25, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Comentar"), "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagir"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Responder"), @@ -546,7 +548,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m25, + "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..."), @@ -583,7 +585,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m26, + "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"), @@ -595,7 +597,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m27, + "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"), @@ -642,8 +644,8 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m28, - "post__usernames_circles" : m29, + "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"), @@ -661,8 +663,8 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m30, - "user__circle_peoples_count" : m31, + "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"), @@ -674,13 +676,13 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m32, + "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" : m33, + "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."), @@ -690,7 +692,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m34, + "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"), @@ -708,7 +710,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m35, + "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"), @@ -716,20 +718,20 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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"), @@ -737,18 +739,18 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m40, + "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" : m41, - "user__groups_see_all" : m42, + "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" : m43, + "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"), @@ -767,11 +769,11 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m44, + "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" : m45, + "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"), @@ -784,14 +786,14 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m46, + "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" : m47, - "user__profile_location_length_error" : m48, + "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"), @@ -801,7 +803,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m49, + "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"), @@ -810,7 +812,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m50, + "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"), @@ -820,7 +822,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m51, + "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"), @@ -832,15 +834,15 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m52, + "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" : m53, - "user_search__no_communities_for" : m54, - "user_search__no_results_for" : m55, - "user_search__no_users_for" : m56, + "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" : m57, + "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 index 9f34125c0..ce6824bb2 100644 --- a/lib/locale/messages_sv-SE.dart +++ b/lib/locale/messages_sv-SE.dart @@ -68,73 +68,73 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] svarade: ${postCommentText}"; - static m24(communityName) => "[name] [username] har bjudit in dig till gemenskapen /c/${communityName}."; + static m25(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(maxLength) => "En kommentar kan inte vara längre än ${maxLength} tecken."; - static m26(commentsCount) => "Visa alla ${commentsCount} kommentarer"; + static m27(commentsCount) => "Visa alla ${commentsCount} kommentarer"; - static m27(circlesSearchQuery) => "Inga kretsar hittades som matchar \'${circlesSearchQuery}\'."; + static m28(circlesSearchQuery) => "Inga kretsar hittades som matchar \'${circlesSearchQuery}\'."; - static m28(name) => "${name} har inte delat något ännu."; + static m29(name) => "${name} har inte delat något ännu."; - static m29(postCreatorUsername) => "@${postCreatorUsername}s kretsar"; + static m30(postCreatorUsername) => "@${postCreatorUsername}s kretsar"; - static m30(maxLength) => "Kretsens namn får inte vara längre än ${maxLength} tecken."; + static m31(maxLength) => "Kretsens namn får inte vara längre än ${maxLength} tecken."; - static m31(prettyUsersCount) => "${prettyUsersCount} personer"; + static m32(prettyUsersCount) => "${prettyUsersCount} personer"; - static m32(username) => "Är du säker på att du vill blockera @${username}?"; + static m33(username) => "Är du säker på att du vill blockera @${username}?"; - static m33(userName) => "Bekräfta ${userName}s kontaktförfrågan"; + static m34(userName) => "Bekräfta ${userName}s kontaktförfrågan"; - static m34(userName) => "Lägg till ${userName} som kontakt"; + static m35(userName) => "Lägg till ${userName} som kontakt"; - static m35(userName) => "Ta bort ${userName} som kontakt"; + static m36(userName) => "Ta bort ${userName} som kontakt"; - static m36(limit) => "Bilden är för stor (gräns: ${limit} MB)"; + static m37(limit) => "Bilden är för stor (gräns: ${limit} MB)"; - static m37(username) => "Användarnamnet @${username} är upptaget"; + static m38(username) => "Användarnamnet @${username} är upptaget"; - static m38(searchQuery) => "Ingen emoji hittades som matchar \'${searchQuery}\'."; + static m39(searchQuery) => "Ingen emoji hittades som matchar \'${searchQuery}\'."; - static m39(searchQuery) => "Inga listor hittades för \'${searchQuery}\'"; + static m40(searchQuery) => "Inga listor hittades för \'${searchQuery}\'"; - static m40(prettyUsersCount) => "${prettyUsersCount} konton"; + static m41(prettyUsersCount) => "${prettyUsersCount} konton"; - static m41(prettyUsersCount) => "${prettyUsersCount} Konton"; + static m42(prettyUsersCount) => "${prettyUsersCount} Konton"; - static m42(groupName) => "Visa alla ${groupName}"; + static m43(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(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(username) => "Gick med under användarnamnet @${username}"; - static m45(email) => "Väntande, inbjudan skickad till ${email}"; + static m46(email) => "Väntande, inbjudan skickad till ${email}"; - static m46(maxLength) => "Listans namn får inte vara längre än ${maxLength} tecken."; + static m47(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) => "Bion kan inte vara längre än ${maxLength} tecken."; - static m48(maxLength) => "En plats kan inte vara längre än ${maxLength} tecken."; + static m49(maxLength) => "En plats kan inte vara längre än ${maxLength} tecken."; - static m49(takenConnectionsCircleName) => "Kretsnamnet \'${takenConnectionsCircleName}\' är upptaget"; + static m50(takenConnectionsCircleName) => "Kretsnamnet \'${takenConnectionsCircleName}\' är upptaget"; - static m50(listName) => "Listnamnet \'${listName}\' är upptaget"; + static m51(listName) => "Listnamnet \'${listName}\' är upptaget"; - static m51(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; + static m52(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; - static m52(resourcePluralName) => "Inga ${resourcePluralName} hittades."; + static m53(resourcePluralName) => "Inga ${resourcePluralName} hittades."; - static m53(resourcePluralName) => "Sök ${resourcePluralName} ..."; + static m54(resourcePluralName) => "Sök ${resourcePluralName} ..."; - static m54(searchQuery) => "Inga gemenskaper hittades för \'${searchQuery}\'."; + static m55(searchQuery) => "Inga gemenskaper hittades för \'${searchQuery}\'."; - static m55(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; + static m56(searchQuery) => "Inga resultat hittades för \'${searchQuery}\'."; - static m56(searchQuery) => "Inga användare hittades för \'${searchQuery}\'."; + static m57(searchQuery) => "Inga användare hittades för \'${searchQuery}\'."; - static m57(searchQuery) => "Söker efter \'${searchQuery}\'"; + static m58(searchQuery) => "Söker efter \'${searchQuery}\'"; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { @@ -526,7 +526,7 @@ class MessageLookup extends MessageLookupByLibrary { "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, + "notifications__user_community_invite_tile" : m25, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Kommentera"), "post__action_react" : MessageLookupByLibrary.simpleMessage("Reagera"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Svara"), @@ -539,7 +539,7 @@ class MessageLookup extends MessageLookupByLibrary { "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_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..."), @@ -576,7 +576,7 @@ class MessageLookup extends MessageLookupByLibrary { "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__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"), @@ -588,7 +588,7 @@ class MessageLookup extends MessageLookupByLibrary { "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__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"), @@ -635,8 +635,8 @@ class MessageLookup extends MessageLookupByLibrary { "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__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"), @@ -654,8 +654,8 @@ class MessageLookup extends MessageLookupByLibrary { "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__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"), @@ -667,13 +667,13 @@ class MessageLookup extends MessageLookupByLibrary { "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_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" : m33, + "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."), @@ -683,7 +683,7 @@ class MessageLookup extends MessageLookupByLibrary { "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_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"), @@ -701,7 +701,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : 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"), @@ -709,20 +709,20 @@ class MessageLookup extends MessageLookupByLibrary { "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_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" : m37, + "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" : m38, + "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" : m39, + "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"), @@ -730,18 +730,18 @@ class MessageLookup extends MessageLookupByLibrary { "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_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" : m41, - "user__groups_see_all" : m42, + "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" : m43, + "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"), @@ -760,11 +760,11 @@ class MessageLookup extends MessageLookupByLibrary { "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_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" : m45, + "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"), @@ -777,14 +777,14 @@ class MessageLookup extends MessageLookupByLibrary { "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__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" : m47, - "user__profile_location_length_error" : m48, + "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"), @@ -794,7 +794,7 @@ class MessageLookup extends MessageLookupByLibrary { "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_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"), @@ -803,7 +803,7 @@ class MessageLookup extends MessageLookupByLibrary { "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_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"), @@ -813,7 +813,7 @@ class MessageLookup extends MessageLookupByLibrary { "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_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"), @@ -825,15 +825,15 @@ class MessageLookup extends MessageLookupByLibrary { "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_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" : m53, - "user_search__no_communities_for" : m54, - "user_search__no_results_for" : m55, - "user_search__no_users_for" : m56, + "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" : m57, + "user_search__searching_for" : m58, "user_search__users" : MessageLookupByLibrary.simpleMessage("Användare") }; } diff --git a/lib/locale/messages_tr.dart b/lib/locale/messages_tr.dart index 1f329cbd3..7a406c6fb 100644 --- a/lib/locale/messages_tr.dart +++ b/lib/locale/messages_tr.dart @@ -68,73 +68,75 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] yanıtladı: ${postCommentText}"; - static m24(communityName) => "[name] [username] sizi /c/${communityName} topluluğuna davet etti."; + static m24(postCommentText) => "[name] [username] bir yorumda sizden bahsetti."; - static m25(maxLength) => "Yorum kısmı ${maxLength} karakterden daha uzun olamaz."; + static m25(communityName) => "[name] [username] sizi /c/${communityName} topluluğuna davet etti."; - static m26(commentsCount) => "${commentsCount} yorumun tümünü görüntüle"; + static m26(maxLength) => "Yorum kısmı ${maxLength} karakterden daha uzun olamaz."; - static m27(circlesSearchQuery) => "\'\'\'${circlesSearchQuery}\' ile eşleşen hiçbir çevre bulunamadı."; + static m27(commentsCount) => "${commentsCount} yorumun tümünü görüntüle"; - static m28(name) => "${name} henüz bir şey paylaşmadı."; + static m28(circlesSearchQuery) => "\'\'\'${circlesSearchQuery}\' ile eşleşen hiçbir çevre bulunamadı."; - static m29(postCreatorUsername) => "@${postCreatorUsername} adlı kullanıcının çevreleri"; + static m29(name) => "${name} henüz bir şey paylaşmadı."; - static m30(maxLength) => "Çevre adı ${maxLength} karakterden daha uzun olamaz."; + static m30(postCreatorUsername) => "@${postCreatorUsername} adlı kullanıcının çevreleri"; - static m31(prettyUsersCount) => "${prettyUsersCount} kişi"; + static m31(maxLength) => "Çevre adı ${maxLength} karakterden daha uzun olamaz."; - static m32(username) => "@${username} adlı kullanıcıyı engellemek istediğinizden emin misiniz?"; + static m32(prettyUsersCount) => "${prettyUsersCount} kişi"; - static m33(userName) => "${userName} ile bağlantıyı onaylayın"; + static m33(username) => "@${username} adlı kullanıcıyı engellemek istediğinizden emin misiniz?"; - static m34(userName) => "${userName} ile bağlan"; + static m34(userName) => "${userName} ile bağlantıyı onaylayın"; - static m35(userName) => "${userName} ile bağlantını kes"; + static m35(userName) => "${userName} ile bağlan"; - static m36(limit) => "Resim çok büyük (limit: ${limit} MB)"; + static m36(userName) => "${userName} ile bağlantını kes"; - static m37(username) => "Kullanıcı adı @${username} alındı"; + static m37(limit) => "Resim çok büyük (limit: ${limit} MB)"; - static m38(searchQuery) => "\'${searchQuery}\' ile eşleşen hiçbir emoji bulunamadı."; + static m38(username) => "Kullanıcı adı @${username} alındı"; - static m39(searchQuery) => "\'${searchQuery}\' için hiç bir liste bulunamadı"; + static m39(searchQuery) => "\'${searchQuery}\' ile eşleşen hiçbir emoji bulunamadı."; - static m40(prettyUsersCount) => "${prettyUsersCount} hesap"; + static m40(searchQuery) => "\'${searchQuery}\' için hiç bir liste bulunamadı"; - static m41(prettyUsersCount) => "${prettyUsersCount} Hesap"; + static m41(prettyUsersCount) => "${prettyUsersCount} hesap"; - static m42(groupName) => "${groupName} Tümünü gör"; + static m42(prettyUsersCount) => "${prettyUsersCount} Hesap"; - static m43(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 m43(groupName) => "${groupName} Tümünü gör"; - static m44(username) => "@${username} kullanıcı adı ile katıldı"; + 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(email) => "${email} adresine gönderilen e-posta davetiyesi beklemede"; + static m45(username) => "@${username} kullanıcı adı ile katıldı"; - static m46(maxLength) => "Liste adı ${maxLength} karakterden daha uzun olamaz."; + static m46(email) => "${email} adresine gönderilen e-posta davetiyesi beklemede"; - static m47(maxLength) => "Biyografi kısmı ${maxLength} karakterden daha uzun olamaz."; + static m47(maxLength) => "Liste adı ${maxLength} karakterden daha uzun olamaz."; - static m48(maxLength) => "Konum adı ${maxLength} karakterden daha uzun olamaz."; + static m48(maxLength) => "Biyografi kısmı ${maxLength} karakterden daha uzun olamaz."; - static m49(takenConnectionsCircleName) => "Çevre adı \'${takenConnectionsCircleName}\' olarak alındı"; + static m49(maxLength) => "Konum adı ${maxLength} karakterden daha uzun olamaz."; - static m50(listName) => "Liste adı \'${listName}\' olarak alındı"; + static m50(takenConnectionsCircleName) => "Çevre adı \'${takenConnectionsCircleName}\' olarak alındı"; - static m51(searchQuery) => "\'${searchQuery}\' ile ilgili bir eşleşme yok."; + static m51(listName) => "Liste adı \'${listName}\' olarak alındı"; - static m52(resourcePluralName) => "${resourcePluralName} için hiç bir bulunamadı."; + static m52(searchQuery) => "\'${searchQuery}\' ile ilgili bir eşleşme yok."; - static m53(resourcePluralName) => "${resourcePluralName} Aranıyor..."; + static m53(resourcePluralName) => "${resourcePluralName} için hiç bir bulunamadı."; - static m54(searchQuery) => "\'\'${searchQuery} \'için hiç topluluk bulunamadı."; + static m54(resourcePluralName) => "${resourcePluralName} Aranıyor..."; - static m55(searchQuery) => "\'${searchQuery}\' için hiç bir sonuç bulunamadı."; + static m55(searchQuery) => "\'\'${searchQuery} \'için hiç topluluk bulunamadı."; - static m56(searchQuery) => "\'\'${searchQuery}\' için hiç bir kullanıcı bulunamadı."; + static m56(searchQuery) => "\'${searchQuery}\' için hiç bir sonuç bulunamadı."; - static m57(searchQuery) => "\'${searchQuery}\' için arama yapılıyor"; + 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(_) => { @@ -520,7 +522,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : MessageLookupByLibrary.simpleMessage("[name] [username] bir yorumda sizden bahsetti."), + "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"), @@ -533,7 +535,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m24, + "notifications__user_community_invite_tile" : m25, "post__action_comment" : MessageLookupByLibrary.simpleMessage("Yorum"), "post__action_react" : MessageLookupByLibrary.simpleMessage("Tepki"), "post__action_reply" : MessageLookupByLibrary.simpleMessage("Cevapla"), @@ -546,7 +548,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m25, + "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..."), @@ -583,7 +585,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m26, + "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"), @@ -595,7 +597,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m27, + "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ı"), @@ -642,8 +644,8 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m28, - "post__usernames_circles" : m29, + "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"), @@ -661,8 +663,8 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m30, - "user__circle_peoples_count" : m31, + "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"), @@ -674,13 +676,13 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m32, + "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" : m33, + "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."), @@ -690,7 +692,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m34, + "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"), @@ -708,7 +710,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m35, + "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"), @@ -716,20 +718,20 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m36, + "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" : m37, + "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" : m38, + "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" : m39, + "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"), @@ -737,18 +739,18 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m40, + "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" : m41, - "user__groups_see_all" : m42, + "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" : m43, + "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"), @@ -767,11 +769,11 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m44, + "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" : m45, + "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"), @@ -784,14 +786,14 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m46, + "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" : m47, - "user__profile_location_length_error" : m48, + "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ı"), @@ -801,7 +803,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m49, + "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"), @@ -810,7 +812,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m50, + "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"), @@ -820,7 +822,7 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m51, + "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"), @@ -832,15 +834,15 @@ class MessageLookup extends MessageLookupByLibrary { "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" : m52, + "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" : m53, - "user_search__no_communities_for" : m54, - "user_search__no_results_for" : m55, - "user_search__no_users_for" : m56, + "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" : m57, + "user_search__searching_for" : m58, "user_search__users" : MessageLookupByLibrary.simpleMessage("Kullanıcılar") }; } diff --git a/lib/services/localization.dart b/lib/services/localization.dart index 9c49f1cbf..96e6b3f50 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -3424,9 +3424,10 @@ class LocalizationService { name: 'moderation__my_moderation_penalties_resource_plural'); } - String get notifications__mentioned_in_post_comment_tile { - return Intl.message("[name] [username] mentioned you on a comment.", - desc: "Eg.: James @jamest mentioned you on a comment.", + 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'); } 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 aebc0bc09..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'; 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 index 12a5d612e..5dab62137 100644 --- 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 @@ -55,6 +55,7 @@ class OBPostCommentUserMentionNotificationTile extends StatelessWidget { }; LocalizationService _localizationService = openbookProvider.localizationService; + String postCommentText = postComment.text; return OBNotificationTileSkeleton( onTap: () { if (onPressed != null) onPressed(); @@ -77,7 +78,7 @@ class OBPostCommentUserMentionNotificationTile extends StatelessWidget { avatarUrl: postCommentUserMention.postComment.commenter.getProfileAvatar(), ), title: OBNotificationTileTitle( - text: TextSpan(text: _localizationService.notifications__mentioned_in_post_comment_tile), + text: TextSpan(text: _localizationService.notifications__mentioned_in_post_comment_tile(postCommentText)), onUsernamePressed: navigateToMentionerProfile, user: postCommentUserMention.postComment.commenter, ), 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 index 337006989..983a262a3 100644 --- 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 @@ -5,7 +5,6 @@ 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/actionable_smart_text.dart'; import 'package:Okuna/widgets/theming/secondary_text.dart'; import 'package:flutter/material.dart'; import 'package:flutter_advanced_networkimage/provider.dart'; @@ -53,27 +52,27 @@ class OBPostUserMentionNotificationTile extends StatelessWidget { }; 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: () { - if (onPressed != null) onPressed(); - OpenbookProviderState openbookProvider = OpenbookProvider.of(context); - openbookProvider.navigationService - .navigateToPost(post: postUserMention.post, context: context); - }, + onTap: onTileTapped, leading: OBAvatar( onPressed: navigateToMentionerProfile, size: OBAvatarSize.medium, avatarUrl: postUserMention.post.creator.getProfileAvatar(), ), title: OBNotificationTileTitle( - text: TextSpan(text: _localizationService.notifications__mentioned_in_post_tile), onUsernamePressed: navigateToMentionerProfile, user: postUserMention.post.creator, + text: TextSpan( + text: _localizationService.notifications__mentioned_in_post_tile), ), - subtitle: OBSecondaryText( - utilsService.timeAgo(notification.created, _localizationService), - size: OBTextSize.small, - ), + trailing: postImagePreview, + subtitle: OBSecondaryText(utilsService.timeAgo(notification.created, _localizationService)), ); } } diff --git a/pubspec.yaml b/pubspec.yaml index 16be58efe..3990ca4ad 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+55 environment: sdk: ">=2.1.0 <3.0.0" From 01a3186ff974832dccc5390fd419bff6c7610383 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Wed, 14 Aug 2019 20:24:35 +0200 Subject: [PATCH 42/45] :globe_with_meridians: add post comment text on mention notification --- assets/i18n/de/notifications.arb | 150 +++++++------------------- assets/i18n/es-ES/notifications.arb | 150 +++++++------------------- assets/i18n/fr/notifications.arb | 150 +++++++------------------- assets/i18n/it/notifications.arb | 150 +++++++------------------- assets/i18n/pt-BR/notifications.arb | 150 +++++++------------------- assets/i18n/sv-SE/notifications.arb | 160 ++++++++++++---------------- assets/i18n/tr/notifications.arb | 150 +++++++------------------- lib/locale/messages_de.dart | 2 +- lib/locale/messages_es-ES.dart | 2 +- lib/locale/messages_fr.dart | 2 +- lib/locale/messages_it.dart | 2 +- lib/locale/messages_pt-BR.dart | 2 +- lib/locale/messages_sv-SE.dart | 10 +- lib/locale/messages_tr.dart | 2 +- 14 files changed, 315 insertions(+), 767 deletions(-) diff --git a/assets/i18n/de/notifications.arb b/assets/i18n/de/notifications.arb index 1e808a6f1..84592555c 100644 --- a/assets/i18n/de/notifications.arb +++ b/assets/i18n/de/notifications.arb @@ -2,226 +2,164 @@ "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": { "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": "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": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "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": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_user_mention_title": "Erwähnungen in Kommentaren", "@comment_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_user_mention_desc": "Werde benachrichtigt, wenn dich jemand in einem Kommentar erwähnt", "@comment_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_title": "Erwähnungen in Beiträgen", "@post_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_desc": "Werde benachrichtigt, wenn dich jemand in einem Beitrag erwähnt", "@post_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_title": "Kommentar-Reaktionen", "@comment_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_desc": "Werde benachrichtigt, wenn jemand auf einen deiner Kommentare reagiert", "@comment_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "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": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_title": "Community-Einladungen", "@community_invite_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "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": "Beitrags-Benachrichtigungen aktivieren", "@mute_post_turn_on_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "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": "Kommentar-Benachrichtigungen aktivieren", "@mute_post_turn_on_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "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 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] hat geantwortet: {postCommentText}", @@ -229,52 +167,42 @@ "description": "For.eg. James @jamest replied.", "type": "text", "placeholders": { - "postCommentText": { - - } + "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] 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] 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.", + "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.", + "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": { - - } + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/es-ES/notifications.arb b/assets/i18n/es-ES/notifications.arb index 8f5662c4d..548b53f90 100644 --- a/assets/i18n/es-ES/notifications.arb +++ b/assets/i18n/es-ES/notifications.arb @@ -2,226 +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": "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": { - - } + "placeholders": {} }, "comment_user_mention_desc": "Ser notificado cuando alguien te mencione en uno de sus comentarios", "@comment_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_title": "Menciónes en posts", "@post_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_desc": "Ser notificado cuando alguien te mencione en uno de sus mensajes", "@post_user_mention_desc": { "type": "text", - "placeholders": { - - } + "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}", @@ -229,52 +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.", + "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.", + "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": { - - } + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/fr/notifications.arb b/assets/i18n/fr/notifications.arb index b928eff2e..1c1876e51 100644 --- a/assets/i18n/fr/notifications.arb +++ b/assets/i18n/fr/notifications.arb @@ -2,226 +2,164 @@ "settings_title": "Paramètres de notifications", "@settings_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_title": "Notifications", "@general_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_desc": "Soyez averti.e lorsque quelque chose se produit", "@general_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_title": "Nouvel.le abonné.e", "@follow_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_desc": "Soyez averti.e lorsque quelqu'un s'abonne à vous", "@follow_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_title": "Demande de connexion", "@connection_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_desc": "Soyez averti.e lorsque quelqu'un veut se connecter avec vous", "@connection_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_title": "Commentaire sur l'une de vos publications", "@comment_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "comment_reply_title": "Réponse à l'un de vos commentaires sur une publication", "@comment_reply_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "comment_user_mention_title": "Mention sur un commentaire d'une publication", "@comment_user_mention_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "post_user_mention_title": "Mention sur une publication", "@post_user_mention_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "comment_reaction_title": "Réaction à l'un de vos commentaires sur une publication", "@comment_reaction_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "post_reaction_title": "Réaction sur l'une de vos publications", "@post_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_desc": "Soyez averti.e lorsque quelqu'un réagit à l'une de vos publications", "@post_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_title": "Invitation à une communauté", "@community_invite_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_desc": "Soyez averti.e lorsque quelqu'un vous invite à rejoindre une communauté", "@community_invite_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_notifications": "Activer les notifications de publications", "@mute_post_turn_on_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_notifications": "Désactiver les notifications de publications", "@mute_post_turn_off_post_notifications": { "type": "text", - "placeholders": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "communityName": {} } }, "comment_reply_notification_tile_user_replied": "[name] · [username] a répondu : {postCommentText}", @@ -229,52 +167,42 @@ "description": "For.eg. James @jamest replied.", "type": "text", "placeholders": { - "postCommentText": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "postCommentText": {} } }, - "mentioned_in_post_comment_tile": "[name] [username] vous a mentionné.e sur un commentaire.", + "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.", + "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": { - - } + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/it/notifications.arb b/assets/i18n/it/notifications.arb index 5f11c415b..08a2bb4c6 100644 --- a/assets/i18n/it/notifications.arb +++ b/assets/i18n/it/notifications.arb @@ -2,226 +2,164 @@ "settings_title": "Impostazioni Notifiche", "@settings_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_title": "Notifiche", "@general_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_desc": "Ricevi notifiche quando succede qualcosa", "@general_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_title": "Segui", "@follow_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_desc": "Ricevi una notifica quando qualcuno inizia a seguirti", "@follow_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_title": "Richiesta di connessione", "@connection_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_desc": "Ricevi una notifica quando qualcuno desidera connettersi con te", "@connection_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_title": "Pubblica commento", "@comment_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_desc": "Ricevi una notifica quando qualcuno commenta un tuo post o un post che hai commentato.", "@comment_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reply_title": "Risposta al commento", "@comment_reply_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "comment_user_mention_title": "Menzione nel commento di un post", "@comment_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_user_mention_desc": "Ricevi una notifica quando qualcuno ti cita su uno dei suoi commenti", "@comment_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_title": "Menzione in un post", "@post_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_desc": "Ricevi una notifica quando qualcuno ti cita su uno dei suoi post", "@post_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_title": "Pubblica reaction al commento", "@comment_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_desc": "Ricevi una notifica quando qualcuno reagisce a uno dei tuoi commenti.", "@comment_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_title": "Pubblica reaction", "@post_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_desc": "Ricevi una notifica quando qualcuno reagisce a uno dei tuoi post.", "@post_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_title": "Invito comunità", "@community_invite_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_desc": "Ricevi una notifica quando qualcuno ti invita unirti a una comunità.", "@community_invite_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_notifications": "Attiva notifiche ai post", "@mute_post_turn_on_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_notifications": "Disattiva notifiche ai post", "@mute_post_turn_off_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_comment_notifications": "Attiva notifiche ai commenti dei post", "@mute_post_turn_on_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_comment_notifications": "Disattiva notifiche ai commenti dei post", "@mute_post_turn_off_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "placeholders": {} }, "following_you_tile": "[name] [username] ha iniziato a seguirti.", "@following_you_tile": { "description": "Eg.: James @jamest is now following you.", "type": "text", - "placeholders": { - - } + "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": { - - } + "communityName": {} } }, "comment_reply_notification_tile_user_replied": "[name] [username] ha risposto: {postCommentText}", @@ -229,52 +167,42 @@ "description": "For.eg. James @jamest replied.", "type": "text", "placeholders": { - "postCommentText": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "postCommentText": {} } }, - "mentioned_in_post_comment_tile": "[name] [username] ti ha menzionato in un commento.", + "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.", + "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": { - - } + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/pt-BR/notifications.arb b/assets/i18n/pt-BR/notifications.arb index c3b087044..b9f90a6fc 100644 --- a/assets/i18n/pt-BR/notifications.arb +++ b/assets/i18n/pt-BR/notifications.arb @@ -2,226 +2,164 @@ "settings_title": "Configurações de notificação", "@settings_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_title": "Notificações", "@general_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_desc": "Seja notificado(a) quando algo acontecer", "@general_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_title": "Seguidores", "@follow_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_desc": "Seja notificado(a) quando alguém começar a segui-lo(a)", "@follow_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_title": "Pedidos de conexão", "@connection_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_desc": "Seja notificado(a) quando alguém quiser se conectar com você", "@connection_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_title": "Comentários", "@comment_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "comment_reply_title": "Respostas aos comentários", "@comment_reply_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "comment_user_mention_title": "Menções em comentários", "@comment_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_user_mention_desc": "Seja notificado(a) quando alguém mencionar você em um comentário", "@comment_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_title": "Menções em publicações", "@post_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_desc": "Seja notificado(a) quando alguém mencionar você em uma publicação", "@post_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_title": "Reações a comentários", "@comment_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_desc": "Seja notificado(a) quando alguém reage a um dos seus comentários.", "@comment_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_title": "Reações aos posts", "@post_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_desc": "Seja notificado(a) quando alguém reage a uma das suas publicações.", "@post_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_title": "Convites para comunidades", "@community_invite_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_desc": "Seja notificado(a) quando alguém convida você para entrar em uma comunidade.", "@community_invite_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_notifications": "Ativar notificações do post", "@mute_post_turn_on_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_notifications": "Desativar notificações do post", "@mute_post_turn_off_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_comment_notifications": "Ativar notificações do comentário", "@mute_post_turn_on_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_comment_notifications": "Desativar notificações do comentário", "@mute_post_turn_off_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "placeholders": {} }, "following_you_tile": "[name] [username] está te seguindo agora.", "@following_you_tile": { "description": "Eg.: James @jamest is now following you.", "type": "text", - "placeholders": { - - } + "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": { - - } + "communityName": {} } }, "comment_reply_notification_tile_user_replied": "[name] [username] respondeu: {postCommentText}", @@ -229,52 +167,42 @@ "description": "For.eg. James @jamest replied.", "type": "text", "placeholders": { - "postCommentText": { - - } + "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": { - - } + "postCommentText": {} } }, "comment_comment_notification_tile_user_commented": "[name] [username] comentou no seu post: {postCommentText}", "@comment_comment_notification_tile_user_commented": { "type": "text", "placeholders": { - "postCommentText": { - - } + "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": { - - } + "postCommentText": {} } }, - "mentioned_in_post_comment_tile": "[name] [username] mencionou você em um comentário.", + "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.", + "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": { - - } + "placeholders": {} } } \ No newline at end of file diff --git a/assets/i18n/sv-SE/notifications.arb b/assets/i18n/sv-SE/notifications.arb index e9473417e..3d1d6554b 100644 --- a/assets/i18n/sv-SE/notifications.arb +++ b/assets/i18n/sv-SE/notifications.arb @@ -2,198 +2,164 @@ "settings_title": "Aviseringsinställningar", "@settings_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_title": "Aviseringar", "@general_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_desc": "Bli meddelad när något händer", "@general_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_title": "Följare", "@follow_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_desc": "Bli meddelad när någon börjar följa dig", "@follow_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_title": "Kontaktförfrågan", "@connection_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_desc": "Bli meddelad när någon vill ha dig som kontakt", "@connection_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_title": "Kommentar på inlägg", "@comment_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, - "comment_reply_title": "Svar på kommentar på inlägg", + "comment_reply_title": "Svar på kommentar", "@comment_reply_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "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": { - - } + "placeholders": {} }, "comment_reaction_desc": "Bli meddelad när någon reagerar på en av dina inläggskommentarer.", "@comment_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_title": "Reaktion på inlägg", "@post_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_desc": "Bli meddelad när någon reagerar på ett av dina inlägg.", "@post_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_title": "Gemenskapsinbjudan", "@community_invite_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_desc": "Bli meddelad när någon bjuder in dig till en gemenskap.", "@community_invite_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_notifications": "Aktivera aviseringar för inlägg", "@mute_post_turn_on_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_notifications": "Inaktivera aviseringar för inlägg", "@mute_post_turn_off_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_comment_notifications": "Aktivera aviseringar för inläggskommentarer", "@mute_post_turn_on_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_comment_notifications": "Inaktivera aviseringar för inläggskommentarer", "@mute_post_turn_off_post_comment_notifications": { "type": "text", - "placeholders": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "communityName": {} } }, "comment_reply_notification_tile_user_replied": "[name] [username] svarade: {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] svarade också: {postCommentText}", "@comment_reply_notification_tile_user_also_replied": { "type": "text", "placeholders": { - "postCommentText": { - - } + "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": { - - } + "postCommentText": {} } }, "comment_comment_notification_tile_user_also_commented": "[name] [username] kommenterade också: {postCommentText}", "@comment_comment_notification_tile_user_also_commented": { "type": "text", "placeholders": { - "postCommentText": { - - } + "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/tr/notifications.arb b/assets/i18n/tr/notifications.arb index f3c66da13..5a7ae4c7e 100644 --- a/assets/i18n/tr/notifications.arb +++ b/assets/i18n/tr/notifications.arb @@ -2,226 +2,164 @@ "settings_title": "Bildirim ayarları", "@settings_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_title": "Bildirimler", "@general_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "general_desc": "Bir şey olduğunda haberdar olun", "@general_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_title": "Takip et", "@follow_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "follow_desc": "Birisi sizi takip etmeye başladığında haberdar olun", "@follow_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_title": "Bağlantı isteği", "@connection_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "connection_desc": "Birisi sizinle bağlantı kurmak istediğinde haberdar olun", "@connection_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_title": "Gönderi yorumu", "@comment_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_desc": "Birisi gönderilerinizden biriyle veya bir yorumunuzla ilgili yorum yazdığında haberdar olun.", "@comment_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reply_title": "Gönderideki cevap bildirildi", "@comment_reply_title": { "type": "text", - "placeholders": { - - } + "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": { - - } + "placeholders": {} }, "comment_user_mention_title": "Gönderi yorumunda bahsedilmesi", "@comment_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_user_mention_desc": "Birisi sizden yorumlarından birinde bahsettiğinde haberdar olun", "@comment_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_title": "Gönderide bahsedilmesi", "@post_user_mention_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_user_mention_desc": "Birisi gönderilerinden birinde sizden bahsettiğinde haberdar olun", "@post_user_mention_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_title": "Yorum tepkisi gönderisi", "@comment_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "comment_reaction_desc": "Birisi yorumlarınızdan birine tepki verdiğinde haberdar olun.", "@comment_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_title": "Gönderi tepkisi", "@post_reaction_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "post_reaction_desc": "Birisi gönderinize yanıt verdiğinde haberdar olun.", "@post_reaction_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_title": "Topluluk daveti", "@community_invite_title": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "community_invite_desc": "Birisi sizi bir topluluğa katılmaya davet ettiğinde haberdar olun.", "@community_invite_desc": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_on_post_notifications": "Gönderi bildirimlerini aç", "@mute_post_turn_on_post_notifications": { "type": "text", - "placeholders": { - - } + "placeholders": {} }, "mute_post_turn_off_post_notifications": "Gönderi bildirimlerini kapat", "@mute_post_turn_off_post_notifications": { "type": "text", - "placeholders": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "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": { - - } + "placeholders": {} }, "following_you_tile": "[name] [username] seni şimdi takip ediyor.", "@following_you_tile": { "description": "Eg.: James @jamest is now following you.", "type": "text", - "placeholders": { - - } + "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": { - - } + "communityName": {} } }, "comment_reply_notification_tile_user_replied": "[name] [username] yanıtladı: {postCommentText}", @@ -229,52 +167,42 @@ "description": "For.eg. James @jamest replied.", "type": "text", "placeholders": { - "postCommentText": { - - } + "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": { - - } + "postCommentText": {} } }, "comment_comment_notification_tile_user_commented": "[name] [username] gönderinize yorum yaptı: {postCommentText}", "@comment_comment_notification_tile_user_commented": { "type": "text", "placeholders": { - "postCommentText": { - - } + "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": { - - } + "postCommentText": {} } }, - "mentioned_in_post_comment_tile": "[name] [username] bir yorumda sizden bahsetti.", + "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.", + "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": { - - } + "placeholders": {} } } \ No newline at end of file diff --git a/lib/locale/messages_de.dart b/lib/locale/messages_de.dart index 9a0338f68..6ed5e326b 100644 --- a/lib/locale/messages_de.dart +++ b/lib/locale/messages_de.dart @@ -68,7 +68,7 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] hat geantwortet: ${postCommentText}"; - static m24(postCommentText) => "[name] [username] hat dich in einem Kommentar erwähnt."; + static m24(postCommentText) => "[name] [username] hat dich in einem Kommentar erwähnt: ${postCommentText}"; static m25(communityName) => "[name] [username] hat dich in die Community /c/${communityName} eingeladen."; diff --git a/lib/locale/messages_es-ES.dart b/lib/locale/messages_es-ES.dart index d63508bba..08f3fff1c 100644 --- a/lib/locale/messages_es-ES.dart +++ b/lib/locale/messages_es-ES.dart @@ -68,7 +68,7 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] respondió: ${postCommentText}"; - static m24(postCommentText) => "[name] [username] te mencionó en un comentario."; + 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}."; diff --git a/lib/locale/messages_fr.dart b/lib/locale/messages_fr.dart index a4330c9d1..6f68fa72b 100644 --- a/lib/locale/messages_fr.dart +++ b/lib/locale/messages_fr.dart @@ -68,7 +68,7 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] · [username] a répondu : ${postCommentText}"; - static m24(postCommentText) => "[name] [username] vous a mentionné.e sur un commentaire."; + 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}."; diff --git a/lib/locale/messages_it.dart b/lib/locale/messages_it.dart index b5efe40d5..c3cb9e881 100644 --- a/lib/locale/messages_it.dart +++ b/lib/locale/messages_it.dart @@ -68,7 +68,7 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] ha risposto: ${postCommentText}"; - static m24(postCommentText) => "[name] [username] ti ha menzionato in un commento."; + 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}."; diff --git a/lib/locale/messages_pt-BR.dart b/lib/locale/messages_pt-BR.dart index 39024de3b..ae0ef0f01 100644 --- a/lib/locale/messages_pt-BR.dart +++ b/lib/locale/messages_pt-BR.dart @@ -68,7 +68,7 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] respondeu: ${postCommentText}"; - static m24(postCommentText) => "[name] [username] mencionou você em um comentário."; + 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}."; diff --git a/lib/locale/messages_sv-SE.dart b/lib/locale/messages_sv-SE.dart index ce6824bb2..b349ca4d8 100644 --- a/lib/locale/messages_sv-SE.dart +++ b/lib/locale/messages_sv-SE.dart @@ -68,6 +68,8 @@ class MessageLookup extends MessageLookupByLibrary { 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."; @@ -505,8 +507,10 @@ class MessageLookup extends MessageLookupByLibrary { "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_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"), @@ -517,12 +521,16 @@ class MessageLookup extends MessageLookupByLibrary { "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"), diff --git a/lib/locale/messages_tr.dart b/lib/locale/messages_tr.dart index 7a406c6fb..dc976fe53 100644 --- a/lib/locale/messages_tr.dart +++ b/lib/locale/messages_tr.dart @@ -68,7 +68,7 @@ class MessageLookup extends MessageLookupByLibrary { static m23(postCommentText) => "[name] [username] yanıtladı: ${postCommentText}"; - static m24(postCommentText) => "[name] [username] bir yorumda sizden bahsetti."; + static m24(postCommentText) => "[name] [username] bir yorumda sizden bahsetti: ${postCommentText}"; static m25(communityName) => "[name] [username] sizi /c/${communityName} topluluğuna davet etti."; From 9c0c00cc599d29b38e211396de93060d74719133 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Thu, 15 Aug 2019 12:21:24 +0200 Subject: [PATCH 43/45] :bug: fix private com creation error --- ios/OneSignalNotificationServiceExtension/Info.plist | 4 ++-- ios/Runner/Info.plist | 4 ++-- lib/widgets/fields/toggle_field.dart | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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/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/widgets/fields/toggle_field.dart b/lib/widgets/fields/toggle_field.dart index 34c108f30..80fa0e189 100644 --- a/lib/widgets/fields/toggle_field.dart +++ b/lib/widgets/fields/toggle_field.dart @@ -12,7 +12,7 @@ class OBToggleField extends StatelessWidget { final Widget subtitle; final bool hasDivider; - const OBToggleField({Key key, @required this.value, this.onChanged, this.onTap, this.leading, @required this.title, this.subtitle, this.hasDivider}) : super(key: key); + 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 From b22d8a938f23bb6e579de04830bfca78faa7f153 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Thu, 15 Aug 2019 13:08:02 +0200 Subject: [PATCH 44/45] :package: update packages --- pubspec.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index dd129a84c..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: @@ -358,7 +358,7 @@ packages: name: multi_image_picker url: "https://pub.dartlang.org" source: hosted - version: "4.4.1" + 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: @@ -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: From e15fe1bba80a823062fb2125f9e7ad4594731d3d Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Thu, 15 Aug 2019 18:42:58 +0200 Subject: [PATCH 45/45] :package: up packages once again --- ios/Podfile.lock | 18 +++++++++--------- ios/Runner.xcodeproj/project.pbxproj | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index aba1e0d88..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): @@ -49,7 +49,7 @@ PODS: DEPENDENCIES: - device_info (from `.symlinks/plugins/device_info/ios`) - - Flutter (from `.symlinks/flutter/ios`) + - Flutter (from `.symlinks/flutter/ios-release`) - flutter_exif_rotation (from `.symlinks/plugins/flutter_exif_rotation/ios`) - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`) - image_cropper (from `.symlinks/plugins/image_cropper/ios`) @@ -80,7 +80,7 @@ EXTERNAL SOURCES: device_info: :path: ".symlinks/plugins/device_info/ios" Flutter: - :path: ".symlinks/flutter/ios" + :path: ".symlinks/flutter/ios-release" flutter_exif_rotation: :path: ".symlinks/plugins/flutter_exif_rotation/ios" flutter_secure_storage: @@ -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.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 76630624b..d9014f7e9 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -806,7 +806,7 @@ "${BUILT_PRODUCTS_DIR}/BSImagePicker/BSImagePicker.framework", "${BUILT_PRODUCTS_DIR}/BSImageView/BSImageView.framework", "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", - "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework", + "${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework", "${BUILT_PRODUCTS_DIR}/TOCropViewController/TOCropViewController.framework", "${BUILT_PRODUCTS_DIR}/device_info/device_info.framework", "${BUILT_PRODUCTS_DIR}/flutter_exif_rotation/flutter_exif_rotation.framework", diff --git a/pubspec.yaml b/pubspec.yaml index 3990ca4ad..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.51+55 +version: 0.0.51+56 environment: sdk: ">=2.1.0 <3.0.0"