mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 11:12:23 +01:00
Made build portable
This commit is contained in:
94
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_all.dart
vendored
Normal file
94
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_all.dart
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that looks up messages for specific locales by
|
||||
// delegating to the appropriate library.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:implementation_imports, file_names, unnecessary_new
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, directives_ordering
|
||||
// ignore_for_file:argument_type_not_assignable, invalid_assignment
|
||||
// ignore_for_file:prefer_single_quotes, prefer_generic_function_type_aliases
|
||||
// ignore_for_file:comment_references
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
import 'package:intl/src/intl_helpers.dart';
|
||||
|
||||
import 'messages_ar.dart' as messages_ar;
|
||||
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_hi.dart' as messages_hi;
|
||||
import 'messages_pt.dart' as messages_pt;
|
||||
import 'messages_ru.dart' as messages_ru;
|
||||
import 'messages_zh.dart' as messages_zh;
|
||||
|
||||
typedef Future<dynamic> LibraryLoader();
|
||||
Map<String, LibraryLoader> _deferredLibraries = {
|
||||
'ar': () => new Future.value(null),
|
||||
'de': () => new Future.value(null),
|
||||
'en': () => new Future.value(null),
|
||||
'es': () => new Future.value(null),
|
||||
'fr': () => new Future.value(null),
|
||||
'hi': () => new Future.value(null),
|
||||
'pt': () => new Future.value(null),
|
||||
'ru': () => new Future.value(null),
|
||||
'zh': () => new Future.value(null),
|
||||
};
|
||||
|
||||
MessageLookupByLibrary? _findExact(String localeName) {
|
||||
switch (localeName) {
|
||||
case 'ar':
|
||||
return messages_ar.messages;
|
||||
case 'de':
|
||||
return messages_de.messages;
|
||||
case 'en':
|
||||
return messages_en.messages;
|
||||
case 'es':
|
||||
return messages_es.messages;
|
||||
case 'fr':
|
||||
return messages_fr.messages;
|
||||
case 'hi':
|
||||
return messages_hi.messages;
|
||||
case 'pt':
|
||||
return messages_pt.messages;
|
||||
case 'ru':
|
||||
return messages_ru.messages;
|
||||
case 'zh':
|
||||
return messages_zh.messages;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// User programs should call this before using [localeName] for messages.
|
||||
Future<bool> initializeMessages(String localeName) async {
|
||||
var availableLocale = Intl.verifiedLocale(
|
||||
localeName, (locale) => _deferredLibraries[locale] != null,
|
||||
onFailure: (_) => null);
|
||||
if (availableLocale == null) {
|
||||
return new Future.value(false);
|
||||
}
|
||||
var lib = _deferredLibraries[availableLocale];
|
||||
await (lib == null ? new Future.value(false) : lib());
|
||||
initializeInternalMessageLookup(() => new CompositeMessageLookup());
|
||||
messageLookup.addLocale(availableLocale, _findGeneratedMessagesFor);
|
||||
return new Future.value(true);
|
||||
}
|
||||
|
||||
bool _messagesExistFor(String locale) {
|
||||
try {
|
||||
return _findExact(locale) != null;
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
MessageLookupByLibrary? _findGeneratedMessagesFor(String locale) {
|
||||
var actualLocale =
|
||||
Intl.verifiedLocale(locale, _messagesExistFor, onFailure: (_) => null);
|
||||
if (actualLocale == null) return null;
|
||||
return _findExact(actualLocale);
|
||||
}
|
||||
63
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_ar.dart
vendored
Normal file
63
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_ar.dart
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a ar locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'ar';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("رجوع"),
|
||||
"clickToSearch": MessageLookupByLibrary.simpleMessage("انقر للبحث"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("إغلاق"),
|
||||
"closeNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("إغلاق الواجهة"),
|
||||
"closeTabLabelSuffix":
|
||||
MessageLookupByLibrary.simpleMessage("إغلاق علامة التبويب"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("إغلاق"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("نسخ"),
|
||||
"copyActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"انسخ المحتوى المحدد إلى الحافظة"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("قص"),
|
||||
"cutActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"قم بإزالة المحتوى المحدد وضعه في الحافظة"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("مربع حوار"),
|
||||
"minimizeWindowTooltip": MessageLookupByLibrary.simpleMessage("تصغير"),
|
||||
"modalBarrierDismissLabel":
|
||||
MessageLookupByLibrary.simpleMessage("استبعاد"),
|
||||
"newTabLabel":
|
||||
MessageLookupByLibrary.simpleMessage("إضافة علامة تبويب جديدة"),
|
||||
"noResultsFoundLabel":
|
||||
MessageLookupByLibrary.simpleMessage("لم يتم العثور على نتائج"),
|
||||
"openNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("فتح الواجهة"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("لصق"),
|
||||
"pasteActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"إدراج محتويات الحافظة إلى الموقع الحالي"),
|
||||
"restoreWindowTooltip": MessageLookupByLibrary.simpleMessage("إسترجاع"),
|
||||
"scrollTabBackwardLabel": MessageLookupByLibrary.simpleMessage(
|
||||
"تمرير قائمة علامة التبويب للخلف"),
|
||||
"scrollTabForwardLabel": MessageLookupByLibrary.simpleMessage(
|
||||
"تمرير قائمة علامة التبويب إلى الأمام"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("بحث"),
|
||||
"selectAllActionLabel":
|
||||
MessageLookupByLibrary.simpleMessage("تحديد الكل"),
|
||||
"selectAllActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("تحديد المحتوى بالكامل")
|
||||
};
|
||||
}
|
||||
66
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_de.dart
vendored
Normal file
66
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_de.dart
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a de locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'de';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("Zurück"),
|
||||
"clickToSearch":
|
||||
MessageLookupByLibrary.simpleMessage("Zum Suchen klicken"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("Schließen"),
|
||||
"closeNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Navigation schließen"),
|
||||
"closeTabLabelSuffix":
|
||||
MessageLookupByLibrary.simpleMessage("Tab schließen"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("Schließen"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("Kopieren"),
|
||||
"copyActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Ausgewählten Inhalt in die Zwischenablage kopieren"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("Ausschneiden"),
|
||||
"cutActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Ausgewählten Inhalt entfernen und in die Zwischenablage legen"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("Dialog"),
|
||||
"minimizeWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Minimieren"),
|
||||
"modalBarrierDismissLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Schließen"),
|
||||
"newTabLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Neuen Tab hinzufügen"),
|
||||
"noResultsFoundLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Keine Ergebnisse gefunden"),
|
||||
"openNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Navigation öffnen"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("Einfügen"),
|
||||
"pasteActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Fügt den Inhalt der Zwischenablage an der aktuellen Stelle ein"),
|
||||
"restoreWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Wiederherstellen"),
|
||||
"scrollTabBackwardLabel": MessageLookupByLibrary.simpleMessage(
|
||||
"Tab-Liste rückwärts scrollen"),
|
||||
"scrollTabForwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Tabliste vorwärts scrollen"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("Suchen"),
|
||||
"selectAllActionLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Alles auswählen"),
|
||||
"selectAllActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Alle Inhalte auswählen")
|
||||
};
|
||||
}
|
||||
64
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_en.dart
vendored
Normal file
64
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_en.dart
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a en locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'en';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("Back"),
|
||||
"clickToSearch":
|
||||
MessageLookupByLibrary.simpleMessage("Click to search"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("Close"),
|
||||
"closeNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Close Navigation"),
|
||||
"closeTabLabelSuffix":
|
||||
MessageLookupByLibrary.simpleMessage("Close tab"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("Close"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("Copy"),
|
||||
"copyActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Copy the selected content to the clipboard"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("Cut"),
|
||||
"cutActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Remove the selected content and put it in the clipboard"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("Dialog"),
|
||||
"minimizeWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Minimize"),
|
||||
"modalBarrierDismissLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Dismiss"),
|
||||
"newTabLabel": MessageLookupByLibrary.simpleMessage("Add new tab"),
|
||||
"noResultsFoundLabel":
|
||||
MessageLookupByLibrary.simpleMessage("No results found"),
|
||||
"openNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Open Navigation"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("Paste"),
|
||||
"pasteActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Inserts the contents of the clipboard at the current location"),
|
||||
"restoreWindowTooltip": MessageLookupByLibrary.simpleMessage("Restore"),
|
||||
"scrollTabBackwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Scroll tab list backward"),
|
||||
"scrollTabForwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Scroll tab list forward"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("Search"),
|
||||
"selectAllActionLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Select all"),
|
||||
"selectAllActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Select all content")
|
||||
};
|
||||
}
|
||||
66
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_es.dart
vendored
Normal file
66
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_es.dart
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a es locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'es';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("Volver"),
|
||||
"clickToSearch":
|
||||
MessageLookupByLibrary.simpleMessage("Haz clic para buscar"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("Cerrar"),
|
||||
"closeNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Cerrar Navegador"),
|
||||
"closeTabLabelSuffix":
|
||||
MessageLookupByLibrary.simpleMessage("Cerrar pestaña"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("Cerrar"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("Copiar"),
|
||||
"copyActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Copiar el contenido seleccionado al portapapeles"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("Cortar"),
|
||||
"cutActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Cortar el contenido seleccionado y ponerlo en el portapapeles"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("Diálogo"),
|
||||
"minimizeWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Minimizar"),
|
||||
"modalBarrierDismissLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Cancelar"),
|
||||
"newTabLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Añadir nueva pestaña"),
|
||||
"noResultsFoundLabel": MessageLookupByLibrary.simpleMessage(
|
||||
"No se encontraron resultados"),
|
||||
"openNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Abrir Navegador"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("Pegar"),
|
||||
"pasteActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Insertar el contenido del portapapeles en la posición actual"),
|
||||
"restoreWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Restaurar"),
|
||||
"scrollTabBackwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Hacer scroll hacia atrás"),
|
||||
"scrollTabForwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Hacer scroll hacia delante"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("Buscar"),
|
||||
"selectAllActionLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Seleccionar todo"),
|
||||
"selectAllActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Seleccionar todo el contenido")
|
||||
};
|
||||
}
|
||||
66
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_fr.dart
vendored
Normal file
66
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_fr.dart
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
// 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 issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'fr';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("Retour"),
|
||||
"clickToSearch":
|
||||
MessageLookupByLibrary.simpleMessage("Cliquez pour rechercher"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("Fermer"),
|
||||
"closeNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Fermer le navigateur"),
|
||||
"closeTabLabelSuffix":
|
||||
MessageLookupByLibrary.simpleMessage("Fermer l\'onglet"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("Fermer"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("Copier"),
|
||||
"copyActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Copier le contenu sélectionné dans le presse-papier"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("Couper"),
|
||||
"cutActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Couper le contenu sélectionné et le mettre dans le presse-papier"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("Dialogue"),
|
||||
"minimizeWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Réduire"),
|
||||
"modalBarrierDismissLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Annuler"),
|
||||
"newTabLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Ajouter un nouvel onglet"),
|
||||
"noResultsFoundLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Aucun résultat trouvé"),
|
||||
"openNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Ouvrir le navigateur"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("Coller"),
|
||||
"pasteActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Coller le contenu du presse-papier à la position actuelle"),
|
||||
"restoreWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Restaurer"),
|
||||
"scrollTabBackwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Défiler vers l\'arrière"),
|
||||
"scrollTabForwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Défiler vers l\'avant"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("Rechercher"),
|
||||
"selectAllActionLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Tout sélectionner"),
|
||||
"selectAllActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Sélectionner tout le contenu")
|
||||
};
|
||||
}
|
||||
65
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_hi.dart
vendored
Normal file
65
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_hi.dart
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a hi locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'hi';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("वापस"),
|
||||
"clickToSearch":
|
||||
MessageLookupByLibrary.simpleMessage("खोजने के लिए क्लिक करें"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("बंद करें"),
|
||||
"closeNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("नेविगेशन बंद करें"),
|
||||
"closeTabLabelSuffix":
|
||||
MessageLookupByLibrary.simpleMessage("टैब बंद करें"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("बंद करें"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("कॉपी"),
|
||||
"copyActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"सेलेक्टेड कंटेंट क्लिपबोर्ड पर कॉपी करें"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("कट"),
|
||||
"cutActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"सिलेक्टेड कंटेंट यहाँ से हटा कर क्लिपबोर्ड पर कॉपी करें"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("डायलॉग"),
|
||||
"minimizeWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("मिनीमाइज करें"),
|
||||
"modalBarrierDismissLabel":
|
||||
MessageLookupByLibrary.simpleMessage("हटाएँ"),
|
||||
"newTabLabel": MessageLookupByLibrary.simpleMessage("नया टैब ऐड करें"),
|
||||
"noResultsFoundLabel":
|
||||
MessageLookupByLibrary.simpleMessage("कोई रिजल्ट नहीं मिला"),
|
||||
"openNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("नेविगेशन खोलें"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("पेस्ट"),
|
||||
"pasteActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"क्लिपबोर्ड का कंटेंट इस लोकेशन पर पेस्ट करें"),
|
||||
"restoreWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("वापिस लाएं"),
|
||||
"scrollTabBackwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("टैब लिस्ट पीछे स्क्रॉल करें"),
|
||||
"scrollTabForwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("टैब लिस्ट आगे स्क्रॉल करें"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("खोजें"),
|
||||
"selectAllActionLabel":
|
||||
MessageLookupByLibrary.simpleMessage("सब-कुछ सेलेक्ट करें"),
|
||||
"selectAllActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("सारा कंटेंट सेलेक्ट करें")
|
||||
};
|
||||
}
|
||||
66
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_pt.dart
vendored
Normal file
66
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_pt.dart
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a pt locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'pt';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("Voltar"),
|
||||
"clickToSearch":
|
||||
MessageLookupByLibrary.simpleMessage("Clique para pesquisar"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("Fechar"),
|
||||
"closeNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Fechar navegação"),
|
||||
"closeTabLabelSuffix":
|
||||
MessageLookupByLibrary.simpleMessage("Fechar guia"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("Fechar"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("Copiar"),
|
||||
"copyActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Copiar conteúdo selecionado para a área de transferência"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("Cortar"),
|
||||
"cutActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Recortar o conteúdo selecionado e colocá-lo na área de transferência"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("Caixa de diálogo"),
|
||||
"minimizeWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Minimizar"),
|
||||
"modalBarrierDismissLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Cancelar"),
|
||||
"newTabLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Adicionar nova guia"),
|
||||
"noResultsFoundLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Nenhum resultado encontrado"),
|
||||
"openNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Abrir navegação"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("Colar"),
|
||||
"pasteActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Colar o conteúdo da área de transferência na posição atual"),
|
||||
"restoreWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Restaurar"),
|
||||
"scrollTabBackwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Rolar para trás"),
|
||||
"scrollTabForwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Rolar para frente"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("Pesquisar"),
|
||||
"selectAllActionLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Selecionar tudo"),
|
||||
"selectAllActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Selecionar tudo")
|
||||
};
|
||||
}
|
||||
65
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_ru.dart
vendored
Normal file
65
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_ru.dart
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a ru locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'ru';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("Назад"),
|
||||
"clickToSearch":
|
||||
MessageLookupByLibrary.simpleMessage("Нажмите для поиска"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("Закрыть"),
|
||||
"closeNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Закрыть панель навигации"),
|
||||
"closeTabLabelSuffix":
|
||||
MessageLookupByLibrary.simpleMessage("Закрыть вкладку"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("Закрыть"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("Копировать"),
|
||||
"copyActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Скопировать в буфер обмена"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("Вырезать"),
|
||||
"cutActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Вырезать и поместить в буфер обмена"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("Диалог"),
|
||||
"minimizeWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Свернуть"),
|
||||
"modalBarrierDismissLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Отмена"),
|
||||
"newTabLabel": MessageLookupByLibrary.simpleMessage("Новая вкладка"),
|
||||
"noResultsFoundLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Результаты не найдены"),
|
||||
"openNavigationTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Открыть панель навигации"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("Вставить"),
|
||||
"pasteActionTooltip": MessageLookupByLibrary.simpleMessage(
|
||||
"Вставить содержимое буфера обмена"),
|
||||
"restoreWindowTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Восстановить"),
|
||||
"scrollTabBackwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Прокрутить назад"),
|
||||
"scrollTabForwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Прокрутить вперед"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("Поиск"),
|
||||
"selectAllActionLabel":
|
||||
MessageLookupByLibrary.simpleMessage("Выбрать все"),
|
||||
"selectAllActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("Выбрать все")
|
||||
};
|
||||
}
|
||||
55
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_zh.dart
vendored
Normal file
55
dependencies/fluent_ui-3.12.0/lib/generated/intl/messages_zh.dart
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a zh locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'zh';
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"backButtonTooltip": MessageLookupByLibrary.simpleMessage("返回"),
|
||||
"clickToSearch": MessageLookupByLibrary.simpleMessage("点击搜索"),
|
||||
"closeButtonLabel": MessageLookupByLibrary.simpleMessage("关闭"),
|
||||
"closeNavigationTooltip": MessageLookupByLibrary.simpleMessage("关闭导航"),
|
||||
"closeTabLabelSuffix": MessageLookupByLibrary.simpleMessage("关闭标签"),
|
||||
"closeWindowTooltip": MessageLookupByLibrary.simpleMessage("关闭"),
|
||||
"copyActionLabel": MessageLookupByLibrary.simpleMessage("复制"),
|
||||
"copyActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("将选中的内容复制到剪贴板"),
|
||||
"cutActionLabel": MessageLookupByLibrary.simpleMessage("剪切"),
|
||||
"cutActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("将选中的内容剪切到剪贴板"),
|
||||
"dialogLabel": MessageLookupByLibrary.simpleMessage("对话"),
|
||||
"minimizeWindowTooltip": MessageLookupByLibrary.simpleMessage("最小化"),
|
||||
"modalBarrierDismissLabel": MessageLookupByLibrary.simpleMessage("取消"),
|
||||
"newTabLabel": MessageLookupByLibrary.simpleMessage("添加新标签"),
|
||||
"noResultsFoundLabel": MessageLookupByLibrary.simpleMessage("没有找到结果"),
|
||||
"openNavigationTooltip": MessageLookupByLibrary.simpleMessage("打开导航"),
|
||||
"pasteActionLabel": MessageLookupByLibrary.simpleMessage("粘贴"),
|
||||
"pasteActionTooltip":
|
||||
MessageLookupByLibrary.simpleMessage("在当前位置插入剪贴板的内容"),
|
||||
"restoreWindowTooltip": MessageLookupByLibrary.simpleMessage("恢复"),
|
||||
"scrollTabBackwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("向后滚动标签列表"),
|
||||
"scrollTabForwardLabel":
|
||||
MessageLookupByLibrary.simpleMessage("向前滚动标签列表"),
|
||||
"searchLabel": MessageLookupByLibrary.simpleMessage("搜索"),
|
||||
"selectAllActionLabel": MessageLookupByLibrary.simpleMessage("全选"),
|
||||
"selectAllActionTooltip": MessageLookupByLibrary.simpleMessage("选择所有内容")
|
||||
};
|
||||
}
|
||||
326
dependencies/fluent_ui-3.12.0/lib/generated/l10n.dart
vendored
Normal file
326
dependencies/fluent_ui-3.12.0/lib/generated/l10n.dart
vendored
Normal file
@@ -0,0 +1,326 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'intl/messages_all.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// Generator: Flutter Intl IDE plugin
|
||||
// Made by Localizely
|
||||
// **************************************************************************
|
||||
|
||||
// ignore_for_file: non_constant_identifier_names, lines_longer_than_80_chars
|
||||
// ignore_for_file: join_return_with_assignment, prefer_final_in_for_each
|
||||
// ignore_for_file: avoid_redundant_argument_values, avoid_escaping_inner_quotes
|
||||
|
||||
class S {
|
||||
S();
|
||||
|
||||
static S? _current;
|
||||
|
||||
static S get current {
|
||||
assert(_current != null,
|
||||
'No instance of S was loaded. Try to initialize the S delegate before accessing S.current.');
|
||||
return _current!;
|
||||
}
|
||||
|
||||
static const AppLocalizationDelegate delegate = AppLocalizationDelegate();
|
||||
|
||||
static Future<S> load(Locale locale) {
|
||||
final name = (locale.countryCode?.isEmpty ?? false)
|
||||
? locale.languageCode
|
||||
: locale.toString();
|
||||
final localeName = Intl.canonicalizedLocale(name);
|
||||
return initializeMessages(localeName).then((_) {
|
||||
Intl.defaultLocale = localeName;
|
||||
final instance = S();
|
||||
S._current = instance;
|
||||
|
||||
return instance;
|
||||
});
|
||||
}
|
||||
|
||||
static S of(BuildContext context) {
|
||||
final instance = S.maybeOf(context);
|
||||
assert(instance != null,
|
||||
'No instance of S present in the widget tree. Did you add S.delegate in localizationsDelegates?');
|
||||
return instance!;
|
||||
}
|
||||
|
||||
static S? maybeOf(BuildContext context) {
|
||||
return Localizations.of<S>(context, S);
|
||||
}
|
||||
|
||||
/// `Back`
|
||||
String get backButtonTooltip {
|
||||
return Intl.message(
|
||||
'Back',
|
||||
name: 'backButtonTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Close`
|
||||
String get closeButtonLabel {
|
||||
return Intl.message(
|
||||
'Close',
|
||||
name: 'closeButtonLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Search`
|
||||
String get searchLabel {
|
||||
return Intl.message(
|
||||
'Search',
|
||||
name: 'searchLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Close Navigation`
|
||||
String get closeNavigationTooltip {
|
||||
return Intl.message(
|
||||
'Close Navigation',
|
||||
name: 'closeNavigationTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Open Navigation`
|
||||
String get openNavigationTooltip {
|
||||
return Intl.message(
|
||||
'Open Navigation',
|
||||
name: 'openNavigationTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Click to search`
|
||||
String get clickToSearch {
|
||||
return Intl.message(
|
||||
'Click to search',
|
||||
name: 'clickToSearch',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Dismiss`
|
||||
String get modalBarrierDismissLabel {
|
||||
return Intl.message(
|
||||
'Dismiss',
|
||||
name: 'modalBarrierDismissLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Minimize`
|
||||
String get minimizeWindowTooltip {
|
||||
return Intl.message(
|
||||
'Minimize',
|
||||
name: 'minimizeWindowTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Restore`
|
||||
String get restoreWindowTooltip {
|
||||
return Intl.message(
|
||||
'Restore',
|
||||
name: 'restoreWindowTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Close`
|
||||
String get closeWindowTooltip {
|
||||
return Intl.message(
|
||||
'Close',
|
||||
name: 'closeWindowTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Dialog`
|
||||
String get dialogLabel {
|
||||
return Intl.message(
|
||||
'Dialog',
|
||||
name: 'dialogLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Cut`
|
||||
String get cutActionLabel {
|
||||
return Intl.message(
|
||||
'Cut',
|
||||
name: 'cutActionLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Copy`
|
||||
String get copyActionLabel {
|
||||
return Intl.message(
|
||||
'Copy',
|
||||
name: 'copyActionLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Paste`
|
||||
String get pasteActionLabel {
|
||||
return Intl.message(
|
||||
'Paste',
|
||||
name: 'pasteActionLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Select all`
|
||||
String get selectAllActionLabel {
|
||||
return Intl.message(
|
||||
'Select all',
|
||||
name: 'selectAllActionLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Add new tab`
|
||||
String get newTabLabel {
|
||||
return Intl.message(
|
||||
'Add new tab',
|
||||
name: 'newTabLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Close tab`
|
||||
String get closeTabLabelSuffix {
|
||||
return Intl.message(
|
||||
'Close tab',
|
||||
name: 'closeTabLabelSuffix',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Scroll tab list backward`
|
||||
String get scrollTabBackwardLabel {
|
||||
return Intl.message(
|
||||
'Scroll tab list backward',
|
||||
name: 'scrollTabBackwardLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Scroll tab list forward`
|
||||
String get scrollTabForwardLabel {
|
||||
return Intl.message(
|
||||
'Scroll tab list forward',
|
||||
name: 'scrollTabForwardLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `No results found`
|
||||
String get noResultsFoundLabel {
|
||||
return Intl.message(
|
||||
'No results found',
|
||||
name: 'noResultsFoundLabel',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Copy the selected content to the clipboard`
|
||||
String get copyActionTooltip {
|
||||
return Intl.message(
|
||||
'Copy the selected content to the clipboard',
|
||||
name: 'copyActionTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Remove the selected content and put it in the clipboard`
|
||||
String get cutActionTooltip {
|
||||
return Intl.message(
|
||||
'Remove the selected content and put it in the clipboard',
|
||||
name: 'cutActionTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Inserts the contents of the clipboard at the current location`
|
||||
String get pasteActionTooltip {
|
||||
return Intl.message(
|
||||
'Inserts the contents of the clipboard at the current location',
|
||||
name: 'pasteActionTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Select all content`
|
||||
String get selectAllActionTooltip {
|
||||
return Intl.message(
|
||||
'Select all content',
|
||||
name: 'selectAllActionTooltip',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
const AppLocalizationDelegate();
|
||||
|
||||
List<Locale> get supportedLocales {
|
||||
return const <Locale>[
|
||||
Locale.fromSubtags(languageCode: 'en'),
|
||||
Locale.fromSubtags(languageCode: 'ar'),
|
||||
Locale.fromSubtags(languageCode: 'de'),
|
||||
Locale.fromSubtags(languageCode: 'es'),
|
||||
Locale.fromSubtags(languageCode: 'fr'),
|
||||
Locale.fromSubtags(languageCode: 'hi'),
|
||||
Locale.fromSubtags(languageCode: 'pt'),
|
||||
Locale.fromSubtags(languageCode: 'ru'),
|
||||
Locale.fromSubtags(languageCode: 'zh'),
|
||||
];
|
||||
}
|
||||
|
||||
@override
|
||||
bool isSupported(Locale locale) => _isSupported(locale);
|
||||
@override
|
||||
Future<S> load(Locale locale) => S.load(locale);
|
||||
@override
|
||||
bool shouldReload(AppLocalizationDelegate old) => false;
|
||||
|
||||
bool _isSupported(Locale locale) {
|
||||
for (var supportedLocale in supportedLocales) {
|
||||
if (supportedLocale.languageCode == locale.languageCode) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user