diff --git a/i18n/ar-SY.json b/i18n/ar-SY.json index 63e6e3a..88f7321 100644 --- a/i18n/ar-SY.json +++ b/i18n/ar-SY.json @@ -23,7 +23,7 @@ "walkthroughScreen": "مقدمة", "cloudSetupPrompt": "هل ترغب في إعداد حساب سحابي؟", "no": "لا", - "welcome": "مرحبًا بك في Memory Magic", + "welcome": "مرحبًا بك في Memoreez", "back": "خلف", "next": "التالي", "selectLanguage": "الرجاء تحديد لغتك الأساسية.", @@ -68,7 +68,7 @@ "turnOnHourlyWalkNotification": "قم بتشغيل الإعلام للمشي كل ساعة", "turnOnHourlyWaterNotification": "قم بتشغيل الإخطار للحصول على المياه كل ساعة", "turnOnBathroomNotification": "قم بتشغيل الإعلام للحمام", - "walkthroughVideoLine": "إليك مقطع فيديو لتوضيح موجز حول كيفية استخدام تطبيق Memory Magic", + "walkthroughVideoLine": "إليك مقطع فيديو لتوضيح موجز حول كيفية استخدام تطبيق Memoreez", "micLimitedAccess": "سيتم تقييد الميزات دون السماح بالوصول إلى الميكروفون الخاص بك.", "notesNotificiations": "ملاحظات الإخطارات", "generalSettingsScreen": "إعدادات", diff --git a/i18n/en-US.json b/i18n/en-US.json index 5f4b2e1..947d471 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -24,7 +24,7 @@ "walkthroughScreen": "Introduction", "cloudSetupPrompt": "Would you like to setup a cloud account?", "no": "No", - "welcome": "Welcome to Memory Magic", + "welcome": "Welcome to Memoreez", "back": "Back", "next": "Next", "selectLanguage": "Please select your primary language.", @@ -70,7 +70,7 @@ "turnOnHourlyWalkNotification": "Turn on Notification for hourly Walk", "turnOnHourlyWaterNotification": "Turn on Notification for hourly Water", "turnOnBathroomNotification": "Turn on Notification for Bathroom", - "walkthroughVideoLine": "Here is a video to a brief walkthrough of how to use Memory Magic App", + "walkthroughVideoLine": "Here is a video to a brief walkthrough of how to use Memoreez App", "micLimitedAccess": "Features will be limited without allowing access to your microphone.", "shouldICreateANote": "Should I create a note?", "willNotCreateNote": "Ok, I will not create a note.", diff --git a/i18n/es-US.json b/i18n/es-US.json index bd620d8..cc43b77 100644 --- a/i18n/es-US.json +++ b/i18n/es-US.json @@ -23,7 +23,7 @@ "walkthroughScreen": "Introducción", "cloudSetupPrompt": "¿Le gustaría configurar una cuenta en la nube?", "no": "No", - "welcome": "Bienvenido a Memory Magic", + "welcome": "Bienvenido a Memoreez", "back": "atrás", "next": "próximo", "selectLanguage": "Seleccione su idioma principal.", @@ -68,7 +68,7 @@ "turnOnHourlyWalkNotification": "Activar Notificación para Caminata por horas", "turnOnHourlyWaterNotification": "Activar la notificación de agua por hora", "turnOnBathroomNotification": "Activar la notificación para el baño", - "walkthroughVideoLine": "Aquí hay un video de un breve tutorial sobre cómo usar la aplicación Memory Magic", + "walkthroughVideoLine": "Aquí hay un video de un breve tutorial sobre cómo usar la aplicación Memoreez", "micLimitedAccess": "Las funciones serán limitadas sin permitir el acceso a su micrófono.", "notesNotificiations": "Notificaciones de notas", "generalSettingsScreen": "Ajustes", diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index 4da2ecf..ed052fc 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -23,7 +23,7 @@ "walkthroughScreen": "Introdução", "cloudSetupPrompt": "Você gostaria de configurar uma conta na nuvem?", "no": "Não", - "welcome": "Bem-vindo ao Memory Magic", + "welcome": "Bem-vindo ao Memoreez", "back": "Voltar", "next": "Próximo", "selectLanguage": "Selecione seu idioma principal.", @@ -68,7 +68,7 @@ "turnOnHourlyWalkNotification": "Ativar notificação para caminhada de hora em hora", "turnOnHourlyWaterNotification": "Ativar notificação para água de hora em hora", "turnOnBathroomNotification": "Ativar notificação para banheiro", - "walkthroughVideoLine": "Aqui está um vídeo com um breve passo a passo de como usar o aplicativo Memory Magic", + "walkthroughVideoLine": "Aqui está um vídeo com um breve passo a passo de como usar o aplicativo Memoreez", "micLimitedAccess": "Os recursos serão limitados sem permitir o acesso ao seu microfone.", "notesNotificiations": "Notificações de notas", "generalSettingsScreen": "Definições", diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json index 20f0175..597b064 100644 --- a/i18n/zh-CN.json +++ b/i18n/zh-CN.json @@ -68,7 +68,7 @@ "turnOnHourlyWalkNotification": "打开每小时步行的通知", "turnOnHourlyWaterNotification": "打开每小时水的通知", "turnOnBathroomNotification": "打开浴室通知", - "walkthroughVideoLine": "以下视频简要介绍了如何使用 Memory Magic App", + "walkthroughVideoLine": "以下视频简要介绍了如何使用 Memoreez App", "micLimitedAccess": "功能将受到限制,不允许访问您的麦克风。", "notesNotificiations": "笔记通知", "generalSettingsScreen": "设置", diff --git a/lib/Screens/Components/VideoPlayer.dart b/lib/Screens/Components/VideoPlayer.dart index a1826ab..ad70647 100644 --- a/lib/Screens/Components/VideoPlayer.dart +++ b/lib/Screens/Components/VideoPlayer.dart @@ -6,10 +6,13 @@ class VideoPlayerScreen extends StatefulWidget { //String tab; String title; String videoUrl; - VideoPlayerScreen({Key? key, this.title="Memory Magic Preview", this.videoUrl=""}) : super(key: key); + VideoPlayerScreen( + {Key? key, this.title = "Memoreez Preview", this.videoUrl = ""}) + : super(key: key); @override - _VideoPlayerScreenState createState() => _VideoPlayerScreenState(this.title, this.videoUrl); + _VideoPlayerScreenState createState() => + _VideoPlayerScreenState(this.title, this.videoUrl); } class _VideoPlayerScreenState extends State { @@ -19,14 +22,14 @@ class _VideoPlayerScreenState extends State { //late String tab; late String title; late String videoUrlpath; - _VideoPlayerScreenState( this.title, this.videoUrlpath); + _VideoPlayerScreenState(this.title, this.videoUrlpath); @override void initState() { // Create and store the VideoPlayerController. The VideoPlayerController // offers several different constructors to play videos from assets, files, // or the internet. - //_controller = VideoPlayerController.network( + //_controller = VideoPlayerController.network( // 'https://assets.mixkit.co/videos/preview/mixkit-daytime-city-traffic-aerial-view-56-large.mp4'); _controller = VideoPlayerController.asset(this.videoUrlpath); @@ -54,8 +57,6 @@ class _VideoPlayerScreenState extends State { @override Widget build(BuildContext context) { - - return Scaffold( appBar: AppBar( title: Text("${this.title}"), @@ -74,9 +75,8 @@ class _VideoPlayerScreenState extends State { //child: VideoPlayer(_controller), Center( child: AspectRatio( - aspectRatio: _controller.value.aspectRatio, - child: Chewie(controller: chewieController - ), + aspectRatio: _controller.value.aspectRatio, + child: Chewie(controller: chewieController), )); } else { // If the VideoPlayerController is still initializing, show a diff --git a/lib/generated/i18n.dart b/lib/generated/i18n.dart index d7b7e26..f2dbb50 100644 --- a/lib/generated/i18n.dart +++ b/lib/generated/i18n.dart @@ -80,8 +80,8 @@ class I18n implements WidgetsLocalizations { String get cloudSetupPrompt => "Would you like to setup a cloud account?"; /// "No" String get no => "No"; - /// "Welcome to Memory Magic" - String get welcome => "Welcome to Memory Magic"; + /// "Welcome to Memoreez" + String get welcome => "Welcome to Memoreez"; /// "Back" String get back => "Back"; /// "Next" @@ -172,8 +172,8 @@ class I18n implements WidgetsLocalizations { String get turnOnHourlyWaterNotification => "Turn on Notification for hourly Water"; /// "Turn on Notification for Bathroom" String get turnOnBathroomNotification => "Turn on Notification for Bathroom"; - /// "Here is a video to a brief walkthrough of how to use Memory Magic App" - String get walkthroughVideoLine => "Here is a video to a brief walkthrough of how to use Memory Magic App"; + /// "Here is a video to a brief walkthrough of how to use Memoreez App" + String get walkthroughVideoLine => "Here is a video to a brief walkthrough of how to use Memoreez App"; /// "Features will be limited without allowing access to your microphone." String get micLimitedAccess => "Features will be limited without allowing access to your microphone."; /// "Should I create a note?" @@ -282,322 +282,308 @@ class I18n implements WidgetsLocalizations { String get selectTaskType => "Select Task Type"; /// "Update Care Team Member" String get updateCareTeamMember => "Update Care Team Member"; - /// "BACK TO NOTES" - String get backToNotes => "BACK TO NOTES"; - /// "Send Reminder Notification?" - String get sendReminderNotification => "Send Reminder Notification?"; - /// "Setting a date and time will add the note to your calendar" - String get settingDateAndTime => "Setting a date and time will add the note to your calendar"; - /// "Day" - String get day => "Day"; - /// "Week" - String get week => "Week"; - /// "Month" - String get month => "Month"; - /// "Bad" - String get bad => "Bad"; - /// "Send Task" - String get sendTask => "Send Task"; - /// "Ayuda" - String get helpScreen => "Ayuda"; - /// "Palabras Claves" - String get triggerScreen => "Palabras Claves"; + /// "Ajuda" + String get helpScreen => "Ajuda"; + /// "Desencadear" + String get triggerScreen => "Desencadear"; + /// "Procurar Uma Nota" + String get searchForANote => "Procurar Uma Nota"; } class _I18n_en_US extends I18n { const _I18n_en_US(); } -class _I18n_es_US extends I18n { - const _I18n_es_US(); +class _I18n_pt_BR extends I18n { + const _I18n_pt_BR(); @override TextDirection get textDirection => TextDirection.ltr; - /// "Inicio" + /// "Casa" @override - String get homeScreenName => "Inicio"; - /// "Menú" + String get homeScreenName => "Casa"; + /// "Cardápio" @override - String get menuScreenName => "Menú"; + String get menuScreenName => "Cardápio"; /// "Notas" @override String get notesScreenName => "Notas"; - /// "Notificaciones" + /// "Notificações" @override - String get notificationsScreenName => "Notificaciones"; - /// "Configuración" + String get notificationsScreenName => "Notificações"; + /// "Configuração" @override - String get settingScreenName => "Configuración"; - /// "Calendario" + String get settingScreenName => "Configuração"; + /// "Calendário" @override - String get calendarScreenName => "Calendario"; - /// "Micrófono" + String get calendarScreenName => "Calendário"; + /// "Microfone" @override - String get micButton => "Micrófono"; - /// "Presione para grabar" + String get micButton => "Microfone"; + /// "Pressione para gravar" @override - String get pressToRecord => "Presione para grabar"; - /// "sí" + String get pressToRecord => "Pressione para gravar"; + /// "sim" @override - String get yes => "sí"; - /// "GUARDAR NOTA" + String get yes => "sim"; + /// "Salvar nota" @override - String get saveNote => "GUARDAR NOTA"; - /// "Fecha" + String get saveNote => "Salvar nota"; + /// "Encontro" @override - String get date => "Fecha"; - /// "Nota" + String get date => "Encontro"; + /// "Observação" @override - String get note => "Nota"; - /// "Detalles de notas" + String get note => "Observação"; + /// "Detalhes das notas" @override - String get notesDetailScreenName => "Detalles de notas"; - /// "Agregar notas" + String get notesDetailScreenName => "Detalhes das notas"; + /// "Adicionar notas" @override - String get addNotesScreenName => "Agregar notas"; - /// "Lista de Verificación" + String get addNotesScreenName => "Adicionar notas"; + /// "Lista de controle" @override - String get checklistScreenName => "Lista de Verificación"; - /// "Sincronizar con la nube" + String get checklistScreenName => "Lista de controle"; + /// "Sincronizar com a nuvem" @override - String get syncToCloudScreen => "Sincronizar con la nube"; - /// "Configuración de la nube" + String get syncToCloudScreen => "Sincronizar com a nuvem"; + /// "Configuração da nuvem" @override - String get onboardCloudSetup => "Configuración de la nube"; - /// "Permiso" + String get onboardCloudSetup => "Configuração da nuvem"; + /// "Permissão" @override - String get onboardPermissionSetup => "Permiso"; - /// "Seleccione el idioma" + String get onboardPermissionSetup => "Permissão"; + /// "Selecione o idioma" @override - String get onboardLangSetup => "Seleccione el idioma"; - /// "Introducción" + String get onboardLangSetup => "Selecione o idioma"; + /// "Introdução" @override - String get walkthroughScreen => "Introducción"; - /// "¿Le gustaría configurar una cuenta en la nube?" + String get walkthroughScreen => "Introdução"; + /// "Você gostaria de configurar uma conta na nuvem?" @override - String get cloudSetupPrompt => "¿Le gustaría configurar una cuenta en la nube?"; - /// "No" + String get cloudSetupPrompt => "Você gostaria de configurar uma conta na nuvem?"; + /// "Não" @override - String get no => "No"; - /// "Bienvenido a Memory Magic" + String get no => "Não"; + /// "Bem-vindo ao Memoreez" @override - String get welcome => "Bienvenido a Memory Magic"; - /// "atrás" + String get welcome => "Bem-vindo ao Memoreez"; + /// "Voltar" @override - String get back => "atrás"; - /// "próximo" + String get back => "Voltar"; + /// "Próximo" @override - String get next => "próximo"; - /// "Seleccione su idioma principal." + String get next => "Próximo"; + /// "Selecione seu idioma principal." @override - String get selectLanguage => "Seleccione su idioma principal."; - /// "Idioma" + String get selectLanguage => "Selecione seu idioma principal."; + /// "Língua" @override - String get language => "Idioma"; - /// "¿Tenemos permiso para acceder a su micrófono?" + String get language => "Língua"; + /// "Temos permissão para acessar seu microfone?" @override - String get promptPermission => "¿Tenemos permiso para acceder a su micrófono?"; - /// "Seleccionar tamaño de fuente para notas" + String get promptPermission => "Temos permissão para acessar seu microfone?"; + /// "Selecione o tamanho da fonte para as notas" @override - String get promptNoteFontSize => "Seleccionar tamaño de fuente para notas"; - /// "Seleccionar tamaño de fuente para el menú" + String get promptNoteFontSize => "Selecione o tamanho da fonte para as notas"; + /// "Selecione o tamanho da fonte para o menu" @override - String get promptMenuFontSize => "Seleccionar tamaño de fuente para el menú"; - /// "Seleccione la línea de tiempo de eliminación de notas" + String get promptMenuFontSize => "Selecione o tamanho da fonte para o menu"; + /// "Selecione o cronograma de exclusão de notas" @override - String get promptNoteDeletionTimeline => "Seleccione la línea de tiempo de eliminación de notas"; - /// "Pequeña" + String get promptNoteDeletionTimeline => "Selecione o cronograma de exclusão de notas"; + /// "Pequena" @override - String get small => "Pequeña"; - /// "Medio" + String get small => "Pequena"; + /// "Médio" @override - String get medium => "Medio"; + String get medium => "Médio"; /// "Grande" @override String get large => "Grande"; /// "Cancelar" @override String get cancel => "Cancelar"; - /// "Ahorrar" + /// "Salve" @override - String get save => "Ahorrar"; - /// "Configuraciones de seguridad" + String get save => "Salve"; + /// "Configurações de segurança" @override - String get securitySettings => "Configuraciones de seguridad"; - /// "NOTA: Este permiso permitirá todo tipo de interacción de voz." + String get securitySettings => "Configurações de segurança"; + /// "NOTA: Esta permissão permitirá todos os tipos de interação por voz." @override - String get permissionNote => "NOTA: Este permiso permitirá todo tipo de interacción de voz."; - /// "Días para guardar notas" + String get permissionNote => "NOTA: Esta permissão permitirá todos os tipos de interação por voz."; + /// "Dias para manter notas" @override - String get daysToKeepNotes => "Días para guardar notas"; - /// "Tamaño de fuente de nota" + String get daysToKeepNotes => "Dias para manter notas"; + /// "Tamanho da fonte da nota" @override - String get noteFontSize => "Tamaño de fuente de nota"; - /// "Tamaño de fuente del menú" + String get noteFontSize => "Tamanho da fonte da nota"; + /// "Tamanho da fonte do menu" @override - String get menuFontSize => "Tamaño de fuente del menú"; - /// "Ayudar" + String get menuFontSize => "Tamanho da fonte do menu"; + /// "Ajuda" @override - String get help => "Ayudar"; - /// "Desencadenar" + String get help => "Ajuda"; + /// "Desencadear" @override - String get trigger => "Desencadenar"; - /// "Sincronizar con la nube" + String get trigger => "Desencadear"; + /// "Sincronizar com a nuvem" @override - String get syncToCloud => "Sincronizar con la nube"; - /// "Cargando" + String get syncToCloud => "Sincronizar com a nuvem"; + /// "Carregando" @override - String get loading => "Cargando"; + String get loading => "Carregando"; /// "Editar nota" @override String get editNote => "Editar nota"; - /// "Borrar nota" + /// "Apagar Nota" @override - String get deleteNote => "Borrar nota"; - /// "Confirmar eliminación de nota" + String get deleteNote => "Apagar Nota"; + /// "Confirmar exclusão de nota" @override - String get confirmNoteDeletion => "Confirmar eliminación de nota"; - /// "¿Estás seguro que quieres eliminar esta nota?" + String get confirmNoteDeletion => "Confirmar exclusão de nota"; + /// "Tem certeza de que deseja excluir esta anotação?" @override - String get areYouSureYouWantToDelete => "¿Estás seguro que quieres eliminar esta nota?"; - /// "Nota guardada" + String get areYouSureYouWantToDelete => "Tem certeza de que deseja excluir esta anotação?"; + /// "Nota salva" @override - String get noteSaved => "Nota guardada"; - /// "Ingrese el texto de su nota" + String get noteSaved => "Nota salva"; + /// "Insira o texto da sua nota" @override - String get enterNoteText => "Ingrese el texto de su nota"; + String get enterNoteText => "Insira o texto da sua nota"; /// "OK" @override String get ok => "OK"; - /// "La nota se guardó con éxito." + /// "A nota foi salva com sucesso." @override - String get noteSavedSuccess => "La nota se guardó con éxito."; - /// "Añadir la nota" + String get noteSavedSuccess => "A nota foi salva com sucesso."; + /// "Adicionar nota" @override - String get addNote => "Añadir la nota"; - /// "¿Le gustaría hablar o escribir una nota?" + String get addNote => "Adicionar nota"; + /// "Você gostaria de falar ou escrever uma nota?" @override - String get speakOrWritePrompt => "¿Le gustaría hablar o escribir una nota?"; - /// "Seleccione el tema de la aplicación" + String get speakOrWritePrompt => "Você gostaria de falar ou escrever uma nota?"; + /// "Selecione o tema do aplicativo" @override - String get promptTheme => "Seleccione el tema de la aplicación"; + String get promptTheme => "Selecione o tema do aplicativo"; /// "Tema" @override String get theme => "Tema"; /// "Azul" @override String get blue => "Azul"; - /// "Rosado" + /// "Cor de rosa" @override - String get pink => "Rosado"; - /// "¿Le puedo ayudar en algo?" + String get pink => "Cor de rosa"; + /// "Como posso ajudá-lo?" @override - String get howCanIHelpYou => "¿Le puedo ayudar en algo?"; - /// "Activar notificaciones para notas" + String get howCanIHelpYou => "Como posso ajudá-lo?"; + /// "Ativar notificações para notas" @override - String get turnOnNotesNotification => "Activar notificaciones para notas"; - /// "Activar recordatorio antes de un evento" + String get turnOnNotesNotification => "Ativar notificações para notas"; + /// "Ativar lembrete antes de um evento" @override - String get turnOnEventReminder => "Activar recordatorio antes de un evento"; - /// "Nota: el recordatorio comienza 15 minutos antes del evento." + String get turnOnEventReminder => "Ativar lembrete antes de um evento"; + /// "Nota: o lembrete começa 15 minutos antes do evento." @override - String get reminderStartTime => "Nota: el recordatorio comienza 15 minutos antes del evento."; - /// "Notificaciones de actividades" + String get reminderStartTime => "Nota: o lembrete começa 15 minutos antes do evento."; + /// "Notificações de atividades" @override - String get activitiesNotifications => "Notificaciones de actividades"; - /// "Activar Notificación para Caminata por horas" + String get activitiesNotifications => "Notificações de atividades"; + /// "Ativar notificação para caminhada de hora em hora" @override - String get turnOnHourlyWalkNotification => "Activar Notificación para Caminata por horas"; - /// "Activar la notificación de agua por hora" + String get turnOnHourlyWalkNotification => "Ativar notificação para caminhada de hora em hora"; + /// "Ativar notificação para água de hora em hora" @override - String get turnOnHourlyWaterNotification => "Activar la notificación de agua por hora"; - /// "Activar la notificación para el baño" + String get turnOnHourlyWaterNotification => "Ativar notificação para água de hora em hora"; + /// "Ativar notificação para banheiro" @override - String get turnOnBathroomNotification => "Activar la notificación para el baño"; - /// "Aquí hay un video de un breve tutorial sobre cómo usar la aplicación Memory Magic" + String get turnOnBathroomNotification => "Ativar notificação para banheiro"; + /// "Aqui está um vídeo com um breve passo a passo de como usar o aplicativo Memoreez" @override - String get walkthroughVideoLine => "Aquí hay un video de un breve tutorial sobre cómo usar la aplicación Memory Magic"; - /// "Las funciones serán limitadas sin permitir el acceso a su micrófono." + String get walkthroughVideoLine => "Aqui está um vídeo com um breve passo a passo de como usar o aplicativo Memoreez"; + /// "Os recursos serão limitados sem permitir o acesso ao seu microfone." @override - String get micLimitedAccess => "Las funciones serán limitadas sin permitir el acceso a su micrófono."; - /// "Notificaciones de notas" + String get micLimitedAccess => "Os recursos serão limitados sem permitir o acesso ao seu microfone."; + /// "Notificações de notas" @override - String get notesNotificiations => "Notificaciones de notas"; - /// "Ajustes" + String get notesNotificiations => "Notificações de notas"; + /// "Definições" @override - String get generalSettingsScreen => "Ajustes"; - /// "Reiniciar" + String get generalSettingsScreen => "Definições"; + /// "Redefinir" @override - String get resetSettings => "Reiniciar"; - /// "Ajustes" + String get resetSettings => "Redefinir"; + /// "Definições" @override - String get generalSetting => "Ajustes"; - /// "¿Debería crear una nota?" + String get generalSetting => "Definições"; + /// "Devo criar uma nota?" @override - String get shouldICreateANote => "¿Debería crear una nota?"; - /// "Ok, no crearé una nota." + String get shouldICreateANote => "Devo criar uma nota?"; + /// "Ok, não vou criar uma nota." @override - String get willNotCreateNote => "Ok, no crearé una nota."; - /// "¡Seguro! ¿Le puedo ayudar en algo?" + String get willNotCreateNote => "Ok, não vou criar uma nota."; + /// "Certo! Como posso ajudá-lo?" @override - String get sureHowCanIHelp => "¡Seguro! ¿Le puedo ayudar en algo?"; - /// "¡Está bien, gracias! Adiós." + String get sureHowCanIHelp => "Certo! Como posso ajudá-lo?"; + /// "Ok, obrigado! Bye Bye." @override - String get thxBye => "¡Está bien, gracias! Adiós."; - /// "Creó la siguiente nota:" + String get thxBye => "Ok, obrigado! Bye Bye."; + /// "Criou a seguinte nota:" @override - String get createdTheFollowingNote => "Creó la siguiente nota:"; - /// "Fecha de inicio" + String get createdTheFollowingNote => "Criou a seguinte nota:"; + /// "Data de início" @override - String get startDate => "Fecha de inicio"; - /// "Seleccione fecha" + String get startDate => "Data de início"; + /// "Selecione a data" @override - String get selectDate => "Seleccione fecha"; - /// "Ingrese la hora" + String get selectDate => "Selecione a data"; + /// "Digite o tempo" @override - String get enterTime => "Ingrese la hora"; - /// "Selección clara" + String get enterTime => "Digite o tempo"; + /// "Seleção clara" @override - String get clearSelection => "Selección clara"; - /// "Permitir notificaciones" + String get clearSelection => "Seleção clara"; + /// "Ativar notificações" @override - String get enableNotifications => "Permitir notificaciones"; - /// "Minutos antes de las notificaciones" + String get enableNotifications => "Ativar notificações"; + /// "Minutos antes das notificações" @override - String get minutesBeforeNotifications => "Minutos antes de las notificaciones"; - /// "Tareas" + String get minutesBeforeNotifications => "Minutos antes das notificações"; + /// "Tarefas" @override - String get tasks => "Tareas"; - /// "Tamaño de fuente" + String get tasks => "Tarefas"; + /// "Tamanho da fonte" @override - String get fontSize => "Tamaño de fuente"; - /// "Ajustes de Aplicacion" + String get fontSize => "Tamanho da fonte"; + /// "Configurações do aplicativo" @override - String get appSettings => "Ajustes de Aplicacion"; + String get appSettings => "Configurações do aplicativo"; /// "Perfil" @override String get profile => "Perfil"; - /// "Chat" + /// "bater papo" @override - String get chat => "Chat"; - /// "Temas de ayuda" + String get chat => "bater papo"; + /// "Tópicos de ajuda" @override - String get helpTopics => "Temas de ayuda"; - /// "Editar información del paciente" + String get helpTopics => "Tópicos de ajuda"; + /// "Editar informações do paciente" @override - String get editpatientinformation => "Editar información del paciente"; - /// "Nombre" + String get editpatientinformation => "Editar informações do paciente"; + /// "Nome" @override - String get name => "Nombre"; - /// "Fecha de nacimiento" + String get name => "Nome"; + /// "Data de nascimento" @override - String get dateOfBirth => "Fecha de nacimiento"; - /// "Número de teléfono" + String get dateOfBirth => "Data de nascimento"; + /// "Número de telefone" @override - String get phoneNumber => "Número de teléfono"; - /// "Contactos" + String get phoneNumber => "Número de telefone"; + /// "Contatos" @override - String get contacts => "Contactos"; - /// "Equipo de atención" + String get contacts => "Contatos"; + /// "Equipe de atendimento" @override - String get careTeam => "Equipo de atención"; + String get careTeam => "Equipe de atendimento"; /// "Transporte" @override String get transportation => "Transporte"; @@ -610,108 +596,81 @@ class _I18n_es_US extends I18n { /// "Alergias" @override String get allergies => "Alergias"; - /// "Historial médico" + /// "Histórico médico" @override - String get medicalHistory => "Historial médico"; - /// "Sobre mí" + String get medicalHistory => "Histórico médico"; + /// "Sobre mim" @override - String get aboutMe => "Sobre mí"; - /// "Teléfono" + String get aboutMe => "Sobre mim"; + /// "telefone" @override - String get phone => "Teléfono"; - /// "Agregar" + String get phone => "telefone"; + /// "Adicionar" @override - String get add => "Agregar"; + String get add => "Adicionar"; /// "Editar" @override String get edit => "Editar"; - /// "Actualizar" + /// "Atualizar" @override - String get update => "Actualizar"; - /// "Por favor escribe" + String get update => "Atualizar"; + /// "Por favor entrar" @override - String get pleaseEnter => "Por favor escribe"; - /// "Borrar" + String get pleaseEnter => "Por favor entrar"; + /// "Excluir" @override - String get delete => "Borrar"; - /// "Dosis" + String get delete => "Excluir"; + /// "dosagem" @override - String get dose => "Dosis"; - /// "Contacto" + String get dose => "dosagem"; + /// "Contato" @override - String get contact => "Contacto"; + String get contact => "Contato"; /// "Alergia" @override String get allergy => "Alergia"; - /// "Reacción Alérgica" + /// "Reação Alérgica" @override - String get allergyReaction => "Reacción Alérgica"; - /// "Tareas activas" + String get allergyReaction => "Reação Alérgica"; + /// "Tarefas ativas" @override - String get activeTasks => "Tareas activas"; - /// "Agregar Miembro Del Equipo De Atención" + String get activeTasks => "Tarefas ativas"; + /// "Adicionar Membro Da Equipe De Atendimento" @override - String get addCareTeamMember => "Agregar Miembro Del Equipo De Atención"; - /// "Tareas Completadas" + String get addCareTeamMember => "Adicionar Membro Da Equipe De Atendimento"; + /// "Tarefas Concluídas" @override - String get completedTasks => "Tareas Completadas"; + String get completedTasks => "Tarefas Concluídas"; /// "Continuar" @override String get continueWord => "Continuar"; - /// "Descripción" - @override - String get description => "Descripción"; - /// "Detalles" - @override - String get details => "Detalles"; - /// "Habilitar El Modo De Cuidador" - @override - String get enableCaregiverMode => "Habilitar El Modo De Cuidador"; - /// "Salir Del Cuidador" - @override - String get exitCaregiver => "Salir Del Cuidador"; - /// "Actualizar cuidador" - @override - String get updateCaregiver => "Actualizar cuidador"; - /// "Recordatorio" - @override - String get reminder => "Recordatorio"; - /// "Calendario" - @override - String get schedule => "Calendario"; - /// "Buscar Una Nota" - @override - String get searchForNote => "Buscar Una Nota"; - /// "Seleccionar Tipo De Tarea" - @override - String get selectTaskType => "Seleccionar Tipo De Tarea"; - /// "Actualizar miembro del equipo de atención" + /// "Descrição" @override - String get updateCareTeamMember => "Actualizar miembro del equipo de atención"; - /// "VOLVER A LAS NOTAS" + String get description => "Descrição"; + /// "Detalhes" @override - String get backToNotes => "VOLVER A LAS NOTAS"; - /// "¿Enviar notificación de recordatorio?" + String get details => "Detalhes"; + /// "Ativar O Modo De Cuidador" @override - String get sendReminderNotification => "¿Enviar notificación de recordatorio?"; - /// "Establecer una fecha y hora agregará la nota a su calendario" + String get enableCaregiverMode => "Ativar O Modo De Cuidador"; + /// "Sair Do Cuidador" @override - String get settingDateAndTime => "Establecer una fecha y hora agregará la nota a su calendario"; - /// "Día" + String get exitCaregiver => "Sair Do Cuidador"; + /// "Atualizar Cuidador" @override - String get day => "Día"; - /// "Semana" + String get updateCaregiver => "Atualizar Cuidador"; + /// "Lembrete" @override - String get week => "Semana"; - /// "Mes" + String get reminder => "Lembrete"; + /// "Agendar" @override - String get month => "Mes"; - /// "Malo" + String get schedule => "Agendar"; + /// "Selecione O Tipo De Tarefa" @override - String get bad => "Malo"; - /// "Enviar tarea" + String get selectTaskType => "Selecione O Tipo De Tarefa"; + /// "Atualizar membro da equipe de cuidados" @override - String get sendTask => "Enviar tarea"; + String get updateCareTeamMember => "Atualizar membro da equipe de cuidados"; } class _I18n_zh_CN extends I18n { const _I18n_zh_CN(); @@ -744,9 +703,9 @@ class _I18n_zh_CN extends I18n { /// "是的" @override String get yes => "是的"; - /// "保存注释" + /// "保存笔记" @override - String get saveNote => "保存注释"; + String get saveNote => "保存笔记"; /// "日期" @override String get date => "日期"; @@ -924,9 +883,9 @@ class _I18n_zh_CN extends I18n { /// "打开浴室通知" @override String get turnOnBathroomNotification => "打开浴室通知"; - /// "以下视频简要介绍了如何使用 Memory Magic App" + /// "以下视频简要介绍了如何使用 Memoreez App" @override - String get walkthroughVideoLine => "以下视频简要介绍了如何使用 Memory Magic App"; + String get walkthroughVideoLine => "以下视频简要介绍了如何使用 Memoreez App"; /// "功能将受到限制,不允许访问您的麦克风。" @override String get micLimitedAccess => "功能将受到限制,不允许访问您的麦克风。"; @@ -1094,37 +1053,13 @@ class _I18n_zh_CN extends I18n { String get schedule => "日程"; /// "搜索笔记" @override - String get searchForNote => "搜索笔记"; + String get searchForANote => "搜索笔记"; /// "选择任务类型" @override String get selectTaskType => "选择任务类型"; /// "更新护理团队成员" @override String get updateCareTeamMember => "更新护理团队成员"; - /// "返回笔记" - @override - String get backToNotes => "返回笔记"; - /// "发送提醒通知?" - @override - String get sendReminderNotification => "发送提醒通知?"; - /// "设置日期和时间会将注释添加到您的日历中" - @override - String get settingDateAndTime => "设置日期和时间会将注释添加到您的日历中"; - /// "日" - @override - String get day => "日"; - /// "星期" - @override - String get week => "星期"; - /// "月" - @override - String get month => "月"; - /// "坏的" - @override - String get bad => "坏的"; - /// "发送任务" - @override - String get sendTask => "发送任务"; } class _I18n_pt_BR extends I18n { const _I18n_pt_BR(); @@ -1201,11 +1136,11 @@ class _I18n_pt_BR extends I18n { String get cloudSetupPrompt => "Você gostaria de configurar uma conta na nuvem?"; /// "Não" @override - String get no => "Não"; - /// "Bem-vindo ao Memory Magic" + String get no => "No"; + /// "Bienvenido a Memoreez" @override - String get welcome => "Bem-vindo ao Memory Magic"; - /// "Voltar" + String get welcome => "Bienvenido a Memoreez"; + /// "atrás" @override String get back => "Voltar"; /// "Próximo" @@ -1336,11 +1271,11 @@ class _I18n_pt_BR extends I18n { String get turnOnHourlyWaterNotification => "Ativar notificação para água de hora em hora"; /// "Ativar notificação para banheiro" @override - String get turnOnBathroomNotification => "Ativar notificação para banheiro"; - /// "Aqui está um vídeo com um breve passo a passo de como usar o aplicativo Memory Magic" + String get turnOnBathroomNotification => "Activar la notificación para el baño"; + /// "Aquí hay un video de un breve tutorial sobre cómo usar la aplicación Memoreez" @override - String get walkthroughVideoLine => "Aqui está um vídeo com um breve passo a passo de como usar o aplicativo Memory Magic"; - /// "Os recursos serão limitados sem permitir o acesso ao seu microfone." + String get walkthroughVideoLine => "Aquí hay un video de un breve tutorial sobre cómo usar la aplicación Memoreez"; + /// "Las funciones serán limitadas sin permitir el acceso a su micrófono." @override String get micLimitedAccess => "Os recursos serão limitados sem permitir o acesso ao seu microfone."; /// "Notificações de notas" @@ -1539,6 +1474,29 @@ class _I18n_pt_BR extends I18n { @override String get sendTask => "Enviar tarefa"; } +class _I18n_ar_SY extends I18n { + const _I18n_ar_SY(); + @override + TextDirection get textDirection => TextDirection.rtl; + /// "الصفحة الرئيسية" + @override + String get homeScreenName => "الصفحة الرئيسية"; + /// "الصفحة القائمة" + @override + String get menuScreenName => "الصفحة القائمة"; + /// "صفحة المسودات" + @override + String get notesScreenName => "صفحة المسودات"; + /// "صفحة الإشعارات" + @override + String get notificationsScreenName => "صفحة الإشعارات"; + /// "صفحة الإعدادات" + @override + String get settingScreenName => "صفحة الإعدادات"; + /// "صفحة التقويم" + @override + String get updateCareTeamMember => "Actualizar miembro del equipo de atención"; +} class _I18n_ar_SY extends I18n { const _I18n_ar_SY(); @override @@ -1570,9 +1528,9 @@ class _I18n_ar_SY extends I18n { /// "نعم" @override String get yes => "نعم"; - /// "احفظ ملاحظة" + /// "حفظ الملاحظة" @override - String get saveNote => "احفظ ملاحظة"; + String get saveNote => "حفظ الملاحظة"; /// "تاريخ" @override String get date => "تاريخ"; @@ -1615,9 +1573,9 @@ class _I18n_ar_SY extends I18n { /// "لا" @override String get no => "لا"; - /// "مرحبًا بك في Memory Magic" + /// "مرحبًا بك في Memoreez" @override - String get welcome => "مرحبًا بك في Memory Magic"; + String get welcome => "مرحبًا بك في Memoreez"; /// "خلف" @override String get back => "خلف"; @@ -1750,9 +1708,9 @@ class _I18n_ar_SY extends I18n { /// "قم بتشغيل الإعلام للحمام" @override String get turnOnBathroomNotification => "قم بتشغيل الإعلام للحمام"; - /// "إليك مقطع فيديو لتوضيح موجز حول كيفية استخدام تطبيق Memory Magic" + /// "إليك مقطع فيديو لتوضيح موجز حول كيفية استخدام تطبيق Memoreez" @override - String get walkthroughVideoLine => "إليك مقطع فيديو لتوضيح موجز حول كيفية استخدام تطبيق Memory Magic"; + String get walkthroughVideoLine => "إليك مقطع فيديو لتوضيح موجز حول كيفية استخدام تطبيق Memoreez"; /// "سيتم تقييد الميزات دون السماح بالوصول إلى الميكروفون الخاص بك." @override String get micLimitedAccess => "سيتم تقييد الميزات دون السماح بالوصول إلى الميكروفون الخاص بك."; @@ -1927,30 +1885,6 @@ class _I18n_ar_SY extends I18n { /// "تحديث عضو فريق الرعاية" @override String get updateCareTeamMember => "تحديث عضو فريق الرعاية"; - /// "عودة إلى الملاحظات" - @override - String get backToNotes => "عودة إلى الملاحظات"; - /// "إرسال إشعار تذكير؟" - @override - String get sendReminderNotification => "إرسال إشعار تذكير؟"; - /// "سيؤدي تحديد التاريخ والوقت إلى إضافة الملاحظة إلى التقويم الخاص بك" - @override - String get settingDateAndTime => "سيؤدي تحديد التاريخ والوقت إلى إضافة الملاحظة إلى التقويم الخاص بك"; - /// "يوم" - @override - String get day => "يوم"; - /// "أسبوع" - @override - String get week => "أسبوع"; - /// "شهر" - @override - String get month => "شهر"; - /// "سيئة" - @override - String get bad => "سيئة"; - /// "إرسال المهمة" - @override - String get sendTask => "إرسال المهمة"; } class GeneratedLocalizationsDelegate extends LocalizationsDelegate { const GeneratedLocalizationsDelegate();