mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 03:32:23 +01:00
Made build portable
This commit is contained in:
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("选择所有内容")
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user