alchemy_i18n 4.1.0 → 4.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  zh-CN:
4
-
5
4
  # = Alchemy Translations
6
5
  # All translations used in Alchemy CMS are inside this alchemy namespace.
7
6
  alchemy:
@@ -29,8 +28,8 @@ zh-CN:
29
28
  # search: Search
30
29
  #
31
30
  page_layout_names:
32
- contact: 联系
33
- search: 搜索
31
+ contact: 联系
32
+ search: 搜索
34
33
 
35
34
  # == Translations for element names
36
35
  # Just use the elements name like defined inside the config/alchemy/elements.yml file and translate it.
@@ -44,8 +43,8 @@ zh-CN:
44
43
  # contactform: Contact form
45
44
  #
46
45
  element_names:
47
- article: 文章
48
- contactform: 联系表单
46
+ article: 文章
47
+ contactform: 联系表单
49
48
 
50
49
  # == Translated names for contents in elements.
51
50
  # Used for the content editor label inside the element editor view (The elements window)
@@ -90,15 +89,15 @@ zh-CN:
90
89
  content_validations:
91
90
  content_validations:
92
91
  contactform:
93
- success_page:
94
- blank: '请选择一个跳转页面。'
95
- mail_to:
96
- blank: '请选择一个电子邮件地址已便所有咨询转发到这个地址。'
92
+ success_page:
93
+ blank: "请选择一个跳转页面。"
94
+ mail_to:
95
+ blank: "请选择一个电子邮件地址已便所有咨询转发到这个地址。"
97
96
 
98
97
  errors:
99
98
  blank: "%{field} 不能为空"
100
- invalid: '%{field} 格式出错'
101
- taken: '%{field} 已经被使用'
99
+ invalid: "%{field} 格式出错"
100
+ taken: "%{field} 已经被使用"
102
101
 
103
102
  default_content_texts:
104
103
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
@@ -106,39 +105,39 @@ zh-CN:
106
105
 
107
106
  essence_pictures:
108
107
  css_classes:
109
- left: '文字左边'
110
- right: '文字右边'
111
- no_float: '文字上边'
108
+ left: "文字左边"
109
+ right: "文字右边"
110
+ no_float: "文字上边"
112
111
 
113
112
  # == Contactform translations
114
113
  contactform:
115
114
  labels:
116
- salutation: '联系方式'
117
- choose: '请选择'
118
- mr: '先生'
119
- mrs: '女士'
120
- firstname: ''
121
- lastname: ''
122
- address: '街道 / 门牌号'
123
- zip: '邮编 / 城市'
124
- phone: '电话'
125
- email: '电子邮件'
126
- message: '信息'
127
- send: '发送'
128
- mandatory_fields: '*必填字段。'
115
+ salutation: "联系方式"
116
+ choose: "请选择"
117
+ mr: "先生"
118
+ mrs: "女士"
119
+ firstname: ""
120
+ lastname: ""
121
+ address: "街道 / 门牌号"
122
+ zip: "邮编 / 城市"
123
+ phone: "电话"
124
+ email: "电子邮件"
125
+ message: "信息"
126
+ send: "发送"
127
+ mandatory_fields: "*必填字段。"
129
128
  # The flash message shown after successfully sending the message.
130
129
  messages:
131
- success: '你的信息已成功发送。'
130
+ success: "你的信息已成功发送。"
132
131
 
133
132
  # == Translated language names for translation select
134
133
  translations:
135
- de: '德语'
136
- en: '英语'
137
- es: '西班牙语'
138
- it: '意大利语'
139
- fr: '法语'
140
- nl: '荷兰语'
141
- ru: '俄语'
134
+ de: "德语"
135
+ en: "英语"
136
+ es: "西班牙语"
137
+ it: "意大利语"
138
+ fr: "法语"
139
+ nl: "荷兰语"
140
+ ru: "俄语"
142
141
 
143
142
  # == User roles translations
144
143
  user_roles:
@@ -151,31 +150,31 @@ zh-CN:
151
150
  # == Mime Types translations
152
151
  # These are human readable mime types used for the document-type row in archive files.
153
152
  mime_types:
154
- audio/mp4: 'MP4音频'
155
- application/msword: 'Word文档'
156
- application/rtf: 'RTF文档'
157
- audio/mpeg: 'MP3音频'
158
- text/plain: 'Text文档'
159
- video/mp4: 'MP4视频'
160
- video/mpeg: 'MPEG视频'
161
- application/pdf: 'PDF文档'
162
- application/x-flash-video: 'Flash视频'
163
- video/x-flv: 'Flash视频'
164
- application/x-shockwave-flash: 'Flash视频'
165
- application/zip: 'ZIP压缩文档'
166
- application/x-rar: 'RAR压缩文档'
153
+ audio/mp4: "MP4音频"
154
+ application/msword: "Word文档"
155
+ application/rtf: "RTF文档"
156
+ audio/mpeg: "MP3音频"
157
+ text/plain: "Text文档"
158
+ video/mp4: "MP4视频"
159
+ video/mpeg: "MPEG视频"
160
+ application/pdf: "PDF文档"
161
+ application/x-flash-video: "Flash视频"
162
+ video/x-flv: "Flash视频"
163
+ application/x-shockwave-flash: "Flash视频"
164
+ application/zip: "ZIP压缩文档"
165
+ application/x-rar: "RAR压缩文档"
167
166
  application/vnd:
168
- ms-excel: 'Excel文档'
169
- video/quicktime: 'Quicktime视频'
170
- image/x-psd: 'Photoshop文件'
171
- image/gif: 'GIF图片'
172
- image/png: 'PNG图片'
173
- image/jpeg: 'JPG图片'
174
- video/x-msvideo: 'AVI视频'
175
- video/x-ms-wmv: 'Windows Media视频'
176
- image/tiff: 'TIFF图片'
177
- 'text/x-vcard': 'vCard'
178
- application/vcard: 'vCard'
167
+ ms-excel: "Excel文档"
168
+ video/quicktime: "Quicktime视频"
169
+ image/x-psd: "Photoshop文件"
170
+ image/gif: "GIF图片"
171
+ image/png: "PNG图片"
172
+ image/jpeg: "JPG图片"
173
+ video/x-msvideo: "AVI视频"
174
+ video/x-ms-wmv: "Windows Media视频"
175
+ image/tiff: "TIFF图片"
176
+ "text/x-vcard": "vCard"
177
+ application/vcard: "vCard"
179
178
 
180
179
  link_target_options:
181
180
  default: 同一个窗口
@@ -187,16 +186,16 @@ zh-CN:
187
186
  aliases: 请用空格或换行符分隔额外域名。
188
187
 
189
188
  add_nested_element: "Add %{name}"
190
- anchor: '锚点'
189
+ anchor: "锚点"
191
190
  attribute_fixed: 针对这种页面类型,不能改变值
192
- back: '返回'
191
+ back: "返回"
193
192
  create_tree_as_new_language: "添加 %{language} 到语言树"
194
193
  locked_pages: "激活页面"
195
194
  "Add global page": "添加通用页面"
196
195
  "Add page link": "添加页面链接"
197
196
  "Alchemy is open software and itself uses open software and free resources:": "Alchemy是开源软件并且它自身也使用开源软件和免费资源"
198
- "Alchemy is up to date": 'Alchemy是目前最新版本'
199
- 'An error happened': '发生错误'
197
+ "Alchemy is up to date": "Alchemy是目前最新版本"
198
+ "An error happened": "发生错误"
200
199
  "Change password": "改变密码"
201
200
  "Choose page": "选择页面"
202
201
  "Cleared trash": "已清空垃圾箱"
@@ -362,7 +361,7 @@ zh-CN:
362
361
  copy_page: "复制页面"
363
362
  "Could not delete Pictures": "无法删除图片"
364
363
  copy_language_tree_heading: "复制页面树"
365
- country_code_placeholder: '例如 US (可选)'
364
+ country_code_placeholder: "例如 US (可选)"
366
365
  country_code_foot_note: "只有你要用同一种语言支持多个国家时才需要设置国家代码。"
367
366
  create: "创建"
368
367
  "Create language": "创建一个新语言"
@@ -375,7 +374,7 @@ zh-CN:
375
374
  delete_image: "删除这个图片"
376
375
  delete_language: "删除这个语言"
377
376
  delete_page: "删除这个页面"
378
- delete_tag: '删除标签'
377
+ delete_tag: "删除标签"
379
378
  document: "文件"
380
379
  download_csv: "下载 CSV"
381
380
  download_file: "下载文件 '%{filename}'"
@@ -386,13 +385,13 @@ zh-CN:
386
385
  edit_language: "编辑语言"
387
386
  edit_page: "编辑这个页面"
388
387
  edit_page_properties: "编辑页面属性"
389
- edit_tag: '编辑标签'
388
+ edit_tag: "编辑标签"
390
389
  edit_selected_pictures: "编辑选中的图片"
391
390
  element_editor_not_found: "元素内出错"
392
391
  element_of_type: "元素"
393
392
  element_saved: "已保存元素。"
394
393
  enter_external_link: "请输入你想要链接的网址"
395
- explain_cropping: "<p>移动框架并通过鼠标或键盘来调整尺寸来更改图片掩码。当对你的选择满意时单击 \"应用\"。</p><p>如果你想恢复系统默认的图片掩码居中显示,请单击 \"复位\" 和 \"应用\" 。</p>"
394
+ explain_cropping: '<p>移动框架并通过鼠标或键盘来调整尺寸来更改图片掩码。当对你的选择满意时单击 "应用"。</p><p>如果你想恢复系统默认的图片掩码居中显示,请单击 "复位" 和 "应用" 。</p>'
396
395
  explain_publishing: "发布页面并删除服务器端的缓存版本。"
397
396
  explain_sitemap_dragndrop_sorting: "小窍门: 拖动页面图标来进行排序。"
398
397
  explain_unlocking: "离开页面并为其他用户解锁。"
@@ -431,7 +430,7 @@ zh-CN:
431
430
  "item removed from clipboard": "已经从剪贴板中删除 %{name}"
432
431
  javascript_disabled_headline: "Javascript被禁用!"
433
432
  javascript_disabled_text: "Alchemy 需要 Javascript 才能正常运行。请在你的浏览器设置中激活它。"
434
- language_code_placeholder: '例如:en'
433
+ language_code_placeholder: "例如:en"
435
434
  language_does_not_exist: "这个语言树不存在。"
436
435
  language_pages_copied: "成功复制语言树。"
437
436
  last_upload_only: "只要最近上传得"
@@ -478,12 +477,12 @@ zh-CN:
478
477
  no_more_elements_to_add: "没有元素可用。"
479
478
  no_search_results: "你的搜索没有返回任何结果。"
480
479
  "not a valid image": "这个不是合法的图片。"
481
- "or": ''
482
- or_replace_it_with_an_existing_tag: '或者使用已经存在的标签替代它。'
480
+ "or": ""
481
+ or_replace_it_with_an_existing_tag: "或者使用已经存在的标签替代它。"
483
482
  "Page created": "页面: '%{name}' 已经被创建。"
484
483
  page_for_links:
485
484
  choose_page: "选择 %{name}"
486
- page_infos: '页面信息'
485
+ page_infos: "页面信息"
487
486
  page_layout_changed_notice: "页面类型已被更改。不可用的元素已被移进垃圾箱。"
488
487
  page_properties: "页面属性"
489
488
  page_public: "已发布"
@@ -502,6 +501,16 @@ zh-CN:
502
501
  restricted:
503
502
  "true": "页面有限制。"
504
503
  "false": "页面没有限制。"
504
+ page_status_titles:
505
+ public:
506
+ "true": "公开"
507
+ "false": "未公开"
508
+ locked:
509
+ "true": "锁定"
510
+ "false": ""
511
+ restricted:
512
+ "true": "限制"
513
+ "false": "未限制"
505
514
  page_status: "状态"
506
515
  page_title: "标题"
507
516
  page_type: "类别"
@@ -513,7 +522,7 @@ zh-CN:
513
522
  comma_seperated: "用逗号分隔"
514
523
  password: "密码"
515
524
  paste: "粘贴"
516
- picture_gallery_editor: '图片'
525
+ picture_gallery_editor: "图片"
517
526
  picture_library:
518
527
  filter:
519
528
  last_upload: "自从上次上传"
@@ -528,23 +537,23 @@ zh-CN:
528
537
  position_in_text: "文本中位置"
529
538
  preview_size: "预览大小"
530
539
  preview_sizes:
531
- '240': '240px (小屏幕手机)'
532
- '320': '320px (iPhone)'
533
- '480': '480px (小平板电脑)'
534
- '768': '768px (iPad - 竖放)'
535
- '1024': '1024px (iPad - 横放)'
536
- '1280': '1280px (桌面电脑)'
537
- recently_uploaded_only: '只是最近上传的'
540
+ "240": "240px (小屏幕手机)"
541
+ "320": "320px (iPhone)"
542
+ "480": "480px (小平板电脑)"
543
+ "768": "768px (iPad - 竖放)"
544
+ "1024": "1024px (iPad - 横放)"
545
+ "1280": "1280px (桌面电脑)"
546
+ recently_uploaded_only: "只是最近上传的"
538
547
  "regular method": "正常方法"
539
548
  remove: "删除"
540
549
  rename_file: "重命名这个文件。"
541
550
  rename: "重命名"
542
551
  replace: 替代
543
552
  replace_file: 替代文件
544
- 'Replaced Tag': "标签 '%{old_tag}' 已经被 '%{new_tag}'所替代"
553
+ "Replaced Tag": "标签 '%{old_tag}' 已经被 '%{new_tag}'所替代"
545
554
  resources:
546
555
  relation_select:
547
- blank: '- 无 -'
556
+ blank: "- 无 -"
548
557
  right: "右"
549
558
  robot_follow: "机器人可以追踪链接。"
550
559
  robot_index: "允许机器人索引。"
@@ -560,7 +569,7 @@ zh-CN:
560
569
  show_eq: "显示EQ"
561
570
  show_navigation: "在导航中显示"
562
571
  show_page_in_sitemap: "在站点地图中显示页面。"
563
- signup_mail_delivery_error: '无法发送注册邮件。请检查你的邮件设置。'
572
+ signup_mail_delivery_error: "无法发送注册邮件。请检查你的邮件设置。"
564
573
  small_thumbnails: "小缩略图"
565
574
  subject: "主题"
566
575
  successfully_added_element: "成功添加元素。"
@@ -571,7 +580,7 @@ zh-CN:
571
580
  swap_image: "更改图片"
572
581
  insert_image: "插入图片"
573
582
  tag_list: 标签
574
- tags_get_created_if_used_the_first_time: '在第一次使用标签的同时会创建它。'
583
+ tags_get_created_if_used_the_first_time: "在第一次使用标签的同时会创建它。"
575
584
  this_picture_is_used_on_these_pages: "这个图片用于如下页面"
576
585
  title: "标题"
577
586
  to_alchemy: "给Alchemy"
@@ -615,9 +624,9 @@ zh-CN:
615
624
  "Successfully updated": "更新成功"
616
625
  "Successfully removed": "删除成功"
617
626
  "Nothing found": "没找到。"
618
- complete: '完成'
619
- "Update available": '有最新更新'
620
- "Update status unavailable": '没有最新更新'
627
+ complete: "完成"
628
+ "Update available": "有最新更新"
629
+ "Update status unavailable": "没有最新更新"
621
630
  "Uploading": "正在上传"
622
631
 
623
632
  # Kaminari pagination translations
@@ -629,11 +638,11 @@ zh-CN:
629
638
 
630
639
  # Simple form translations
631
640
  forms:
632
- "yes": ''
633
- "no": ''
641
+ "yes": ""
642
+ "no": ""
634
643
  required:
635
- text: '必填'
636
- mark: '*'
644
+ text: "必填"
645
+ mark: "*"
637
646
  error_notification:
638
647
  default_message: "请检查如下错误:"
639
648
  labels:
@@ -667,9 +676,9 @@ zh-CN:
667
676
  alchemy/content:
668
677
  attributes:
669
678
  name:
670
- taken: '在这个元素中已经被使用。'
679
+ taken: "在这个元素中已经被使用。"
671
680
  essence:
672
- validation_failed: '验证失败。'
681
+ validation_failed: "验证失败。"
673
682
  alchemy/element:
674
683
  attributes:
675
684
  name:
@@ -677,8 +686,8 @@ zh-CN:
677
686
  alchemy/language:
678
687
  attributes:
679
688
  language_code:
680
- invalid: '^语言代码格式非法。请使用两位小写字母。'
681
- taken: '针对现在的国家代码,它已经被使用。'
689
+ invalid: "^语言代码格式非法。请使用两位小写字母。"
690
+ taken: "针对现在的国家代码,它已经被使用。"
682
691
  locale:
683
692
  missing_file: "针对选择的语言代码,本地化文件不存在。请选择一个现有的。"
684
693
  alchemy/page:
@@ -710,15 +719,15 @@ zh-CN:
710
719
  other: 消息
711
720
  attributes:
712
721
  alchemy/message:
713
- salutation: '联系方式'
714
- firstname: ''
715
- lastname: ''
716
- address: '街名 / 门牌号'
717
- zip: '邮编'
722
+ salutation: "联系方式"
723
+ firstname: ""
724
+ lastname: ""
725
+ address: "街名 / 门牌号"
726
+ zip: "邮编"
718
727
  city: 城市
719
- phone: '电话'
720
- email: '电子邮件'
721
- message: '消息'
728
+ phone: "电话"
729
+ email: "电子邮件"
730
+ message: "消息"
722
731
 
723
732
  # Translations for Alchemy database models
724
733
  activerecord:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy_i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: alchemy_cms
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 7.0.4
19
+ version: 7.1.0.pre.b1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '8'
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 7.0.4
29
+ version: 7.1.0.pre.b1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '8'