Skip to content

Commit 3efb9bc

Browse files
committed
Update translations
1 parent 7be7e67 commit 3efb9bc

File tree

4 files changed

+29
-82
lines changed

4 files changed

+29
-82
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- ruby -*-
22
#
3-
# Copyright (C) 2008-2014 Kouhei Sutou <kou@cozmixng.org>
3+
# Copyright (C) 2008-2023 Kouhei Sutou <kou@cozmixng.org>
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -58,6 +58,7 @@ end
5858
GetText::Tools::Task.define do |task|
5959
task.spec = spec
6060
task.files -= Dir.glob("sample/**/*.*")
61+
task.files -= Dir.glob("test/**/*.*")
6162
task.mo_base_directory = "data/locale"
6263
end
6364

po/en/rabbit.po

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,9 @@ msgstr ""
890890
msgid "PDF"
891891
msgstr ""
892892

893+
msgid "tried mermaid command: %s"
894+
msgstr ""
895+
893896
msgid "invalid PDF page number: <%s>"
894897
msgstr ""
895898

@@ -947,6 +950,9 @@ msgstr ""
947950
msgid "enscript: unsupported element name: %s"
948951
msgstr ""
949952

953+
msgid "multiple right aligns aren't supported."
954+
msgstr ""
955+
950956
msgid "tried mimeTeX commands: %s"
951957
msgstr ""
952958

@@ -959,18 +965,12 @@ msgstr ""
959965
msgid "horizontal rule isn't supported."
960966
msgstr ""
961967

962-
msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
963-
msgstr ""
964-
965968
msgid "tag name is missing."
966969
msgstr ""
967970

968971
msgid "HTML isn't supported."
969972
msgstr ""
970973

971-
msgid "multiple 'align = right' isn't supported."
972-
msgstr ""
973-
974974
msgid "RTtool isn't available"
975975
msgstr ""
976976

@@ -1010,18 +1010,6 @@ msgstr ""
10101010
msgid "Failed to write slide configuration: %s: %s"
10111011
msgstr ""
10121012

1013-
msgid "Feailed to upload: %s"
1014-
msgstr ""
1015-
1016-
msgid "Feailed to edit title: %s"
1017-
msgstr ""
1018-
1019-
msgid "Feailed to get slide URL: %s"
1020-
msgstr ""
1021-
1022-
msgid "Enter password on SlideShare [%{user}]: "
1023-
msgstr ""
1024-
10251013
msgid "none (get from STDIN) or [FILE_NAMES]"
10261014
msgstr ""
10271015

@@ -1058,12 +1046,6 @@ msgstr ""
10581046
msgid "Publish the slide to %s"
10591047
msgstr ""
10601048

1061-
msgid "Uploaded successfully!"
1062-
msgstr ""
1063-
1064-
msgid "See %s"
1065-
msgstr ""
1066-
10671049
msgid "Show theme benchmark slide with this theme"
10681050
msgstr ""
10691051

@@ -2109,5 +2091,5 @@ msgstr ""
21092091
msgid "TitleSlideBackgroundImage"
21102092
msgstr ""
21112093

2112-
msgid "multiple ![alt]{image} in a paragraph isn't supported."
2094+
msgid "![alt]{image} and other contents in a paragraph isn't supported: [:text, :img]"
21132095
msgstr ""

po/fr/rabbit.po

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,9 @@ msgstr ""
889889
msgid "PDF"
890890
msgstr ""
891891

892+
msgid "tried mermaid command: %s"
893+
msgstr ""
894+
892895
msgid "invalid PDF page number: <%s>"
893896
msgstr ""
894897

@@ -946,6 +949,9 @@ msgstr ""
946949
msgid "enscript: unsupported element name: %s"
947950
msgstr ""
948951

952+
msgid "multiple right aligns aren't supported."
953+
msgstr ""
954+
949955
msgid "tried mimeTeX commands: %s"
950956
msgstr ""
951957

@@ -958,18 +964,12 @@ msgstr ""
958964
msgid "horizontal rule isn't supported."
959965
msgstr ""
960966

961-
msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
962-
msgstr ""
963-
964967
msgid "tag name is missing."
965968
msgstr ""
966969

967970
msgid "HTML isn't supported."
968971
msgstr ""
969972

970-
msgid "multiple 'align = right' isn't supported."
971-
msgstr ""
972-
973973
msgid "RTtool isn't available"
974974
msgstr ""
975975

@@ -1009,18 +1009,6 @@ msgstr ""
10091009
msgid "Failed to write slide configuration: %s: %s"
10101010
msgstr ""
10111011

1012-
msgid "Feailed to upload: %s"
1013-
msgstr ""
1014-
1015-
msgid "Feailed to edit title: %s"
1016-
msgstr ""
1017-
1018-
msgid "Feailed to get slide URL: %s"
1019-
msgstr ""
1020-
1021-
msgid "Enter password on SlideShare [%{user}]: "
1022-
msgstr ""
1023-
10241012
msgid "none (get from STDIN) or [FILE_NAMES]"
10251013
msgstr ""
10261014

@@ -1057,12 +1045,6 @@ msgstr ""
10571045
msgid "Publish the slide to %s"
10581046
msgstr ""
10591047

1060-
msgid "Uploaded successfully!"
1061-
msgstr ""
1062-
1063-
msgid "See %s"
1064-
msgstr ""
1065-
10661048
msgid "Show theme benchmark slide with this theme"
10671049
msgstr ""
10681050

@@ -2108,5 +2090,5 @@ msgstr ""
21082090
msgid "TitleSlideBackgroundImage"
21092091
msgstr ""
21102092

2111-
msgid "multiple ![alt]{image} in a paragraph isn't supported."
2093+
msgid "![alt]{image} and other contents in a paragraph isn't supported: [:text, :img]"
21122094
msgstr ""

po/ja/rabbit.po

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Rabbit 0.5.4\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"PO-Revision-Date: 2021-12-04 09:55+0900\n"
9+
"PO-Revision-Date: 2023-06-25 15:49+0900\n"
1010
"Last-Translator: Kouhei Sutou <kou@cozmixng.org>\n"
1111
"Language-Team: Kouhei Sutou <kou@cozmixng.org> and Kobayashi Noritada <nori1@d"
1212
"olphin.c.u-tokyo.ac.jp>\n"
@@ -395,16 +395,16 @@ msgid "Presentation date with the new slide"
395395
msgstr "新しいスライドでプレゼンする日"
396396

397397
msgid "Presentation start time"
398-
msgstr ""
398+
msgstr "プレゼン開始時間"
399399

400400
msgid "Presentation end time"
401-
msgstr ""
401+
msgstr "プレゼン終了時間"
402402

403403
msgid "The default slide width"
404-
msgstr ""
404+
msgstr "デフォルトのスライドの幅"
405405

406406
msgid "The default slide height"
407-
msgstr ""
407+
msgstr "デフォルトのスライドの高さ"
408408

409409
msgid "Your information"
410410
msgstr "あなたの情報"
@@ -915,6 +915,9 @@ msgstr "スライド"
915915
msgid "PDF"
916916
msgstr "PDF"
917917

918+
msgid "tried mermaid command: %s"
919+
msgstr "実行したmermaidコマンド名: %s"
920+
918921
msgid "invalid PDF page number: <%s>"
919922
msgstr "不正なPDFのページ番号です: <%s>"
920923

@@ -972,6 +975,9 @@ msgstr "enscript: サポートしていない言語です: %s"
972975
msgid "enscript: unsupported element name: %s"
973976
msgstr "enscript: サポートしていない要素名です: %s"
974977

978+
msgid "multiple right aligns aren't supported."
979+
msgstr "複数のright整列はサポートしていません。"
980+
975981
msgid "tried mimeTeX commands: %s"
976982
msgstr "実行したmimeTeXコマンド名: %s"
977983

@@ -984,18 +990,12 @@ msgstr "ひとつの段落中で「![alt]{image}」と他の内容を一緒に
984990
msgid "horizontal rule isn't supported."
985991
msgstr "水平線はサポートしていません"
986992

987-
msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
988-
msgstr "複数の「![]('XXX.png'){:align='right'}」はサポートしていません。"
989-
990993
msgid "tag name is missing."
991994
msgstr "タグ名がありません。"
992995

993996
msgid "HTML isn't supported."
994997
msgstr "HTMLはサポートしていません"
995998

996-
msgid "multiple 'align = right' isn't supported."
997-
msgstr "複数の'align = right'はサポートしていません。"
998-
999999
msgid "RTtool isn't available"
10001000
msgstr "RTtoolが利用できません"
10011001

@@ -1035,18 +1035,6 @@ msgstr "スライド設定の読み込みに失敗しました: %s: %s"
10351035
msgid "Failed to write slide configuration: %s: %s"
10361036
msgstr "スライド設定の書き込みに失敗しました: %s: %s"
10371037

1038-
msgid "Feailed to upload: %s"
1039-
msgstr "アップロードに失敗しました: %s"
1040-
1041-
msgid "Feailed to edit title: %s"
1042-
msgstr "タイトルの編集に失敗しました: %s"
1043-
1044-
msgid "Feailed to get slide URL: %s"
1045-
msgstr "スライドURLの取得に失敗しました: %s"
1046-
1047-
msgid "Enter password on SlideShare [%{user}]: "
1048-
msgstr "SlideShareのパスワードを入力してください [%{user}]: "
1049-
10501038
msgid "none (get from STDIN) or [FILE_NAMES]"
10511039
msgstr ""
10521040
"[何も指定しない(標準入力から読込)]か\n"
@@ -1085,12 +1073,6 @@ msgstr "すべての公開可能な公開場所にこのスライドを公開"
10851073
msgid "Publish the slide to %s"
10861074
msgstr "このスライドを%sに公開"
10871075

1088-
msgid "Uploaded successfully!"
1089-
msgstr "無事にアップロードできました!"
1090-
1091-
msgid "See %s"
1092-
msgstr "%sを見てください"
1093-
10941076
msgid "Show theme benchmark slide with this theme"
10951077
msgstr "このテーマでテーマベンチマーク用のスライドを表示"
10961078

@@ -2196,5 +2178,5 @@ msgstr "影の色。"
21962178
msgid "TitleSlideBackgroundImage"
21972179
msgstr "タイトルスライド背景画像"
21982180

2199-
msgid "multiple ![alt]{image} in a paragraph isn't supported."
2200-
msgstr "ひとつの段落中で複数の「![alt]{image}」を使うことはできません。"
2181+
msgid "![alt]{image} and other contents in a paragraph isn't supported: [:text, :img]"
2182+
msgstr "ひとつの段落中で「![alt]{image}」と他の内容を一緒に使うことはできません: [:text, :img]"

0 commit comments

Comments
 (0)