Blame view

sources/apps/documents/l10n/ja_JP.php 3.77 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
  <?php $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
2
  "You don't have permission to rename this document" => "ドキュメント名を変更する権限がありません",
d1bafeea1   Kload   [fix] Upgrade to ...
3
  "Documents" => "ドキュメント",
d1bafeea1   Kload   [fix] Upgrade to ...
4
  "Share" => "共有",
6d9380f96   Cédric Dupont   Update sources OC...
5
6
  "Close" => "閉じる",
  "No connection to server. Trying to reconnect." => "サーバーに接続されていません。再接続してください。",
d1bafeea1   Kload   [fix] Upgrade to ...
7
8
  "Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "このページを編集モードのままにしておくと、保存されないデータが出てきます。その代わりに「閉じる」ボタンを使うことをお勧めします。",
  "Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "ドキュメントの読み込みに失敗。外部の odtエディターで開けるかどうか確認してください。これは、ドキュメントが最近、非共有になっているか削除されているのかもしれません。",
6d9380f96   Cédric Dupont   Update sources OC...
9
  "Loading documents..." => "ドキュメントを読込中...",
d1bafeea1   Kload   [fix] Upgrade to ...
10
11
  "Failed to load documents." => "ドキュメントのロードに失敗しました。",
  "No documents are found. Please upload or create a document!" => "ドキュメントはありません。アップロードするか、作成してください。",
6d9380f96   Cédric Dupont   Update sources OC...
12
13
14
  "'.' is an invalid file name." => "'.' は無効なファイル名です。",
  "File name cannot be empty." => "ファイル名を空にすることはできません。",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
d1bafeea1   Kload   [fix] Upgrade to ...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  "Align Left" => "左揃え",
  "Alignment" => "配置",
  "Align Right" => "右揃え",
  "Annotate" => "注釈",
  "Background" => "背景",
  "Bold" => "ボールド",
  "Bottom" => "下",
  "Cancel" => "キャンセル",
  "Center" => "中央",
  "Clone" => "複製",
  "Clone this Style" => "このスタイルを複製",
  "Color" => "色",
  "Create" => "作成",
  "Decrease Indent" => "インデントを減らす",
  "Default Style" => "デフォルトスタイル",
  "Delete" => "削除",
  "Family" => "家族",
  "Font" => "フォント",
  "Font Effects" => "フォント効果",
  "Format" => "書式",
  "Increase Indent" => "インデントを増やす",
  "Insert Image" => "画像を挿入",
  "Invite Members" => "メンバーを招待",
  "Italic" => "イタリック",
  "Justified" => "両端揃え",
  "Justify" => "両端揃え",
  "Left" => "左",
  "Loading" => "読込中",
  "Members" => "メンバー",
  "New Name:" => "新しい名前:",
  "OK" => "OK",
  "Open" => "開く",
  "Options" => "オプション",
  "Paragraph..." => "段落...",
  "Paragraph Styles" => "段落スタイル",
  "Redo" => "やり直し",
  "Right" => "右",
  "Save" => "保存",
  "Size" => "サイズ",
  "Spacing" => "間隔",
  "Strikethrough" => "取消線",
  "Style" => "スタイル",
  "Text" => "TTY TDD",
  "Top" => "上",
  "Underline" => "下線",
  "Undo" => "元に戻す",
  "Unknown Author" => "不明な作者",
6d9380f96   Cédric Dupont   Update sources OC...
62
  "Edit" => "編集",
d1bafeea1   Kload   [fix] Upgrade to ...
63
64
  "New document" => "新しいドキュメント",
  "Upload" => "アップロード",
6d9380f96   Cédric Dupont   Update sources OC...
65
  "Save new documents to" => "新規ドキュメントの保存先:",
d1bafeea1   Kload   [fix] Upgrade to ...
66
67
68
69
70
71
72
73
  "Wrong password. Please retry." => "間違ったパスワード。もう一度入力してください。",
  "Password" => "パスワード",
  "Please enter your nickname" => "ニックネームを入力してください",
  "Join" => "参加",
  "This link has been expired or is never existed. Please contact the person who shared it with you for details." => "このリンクは期限が切れているか、すでに存在しません。詳細は、それを共有した方に連絡していください。",
  "Advanced feature-set" => "高度な機能セット",
  "(Unstable)" => "(不安定)"
  );