Blame view

sources/apps/documents/l10n/ja.php 5.03 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
  <?php $TRANSLATIONS = array(
  "Format filter server is down or misconfigured" => "フォーマットフィルタサーバーが稼働していないか設定ミス",
  "Can't create document" => "文書を生成することができません",
  "You don't have permission to rename this document" => "ドキュメント名を変更する権限がありません",
  "An error occurred while changing directory." => "ディレクトリの変更中にエラーが発生しました。",
  "Directory saved successfully." => "ディレクトリの保存に成功しました。",
  "Documents" => "ドキュメント",
  "Failed to load documents." => "ドキュメントのロードに失敗しました。",
  "No documents are found. Please upload or create a document!" => "ドキュメントはありません。アップロードするか、作成してください。",
  "Share" => "共有",
  "Close" => "閉じる",
  "No connection to server. Trying to reconnect." => "サーバーに接続されていません。再接続してください。",
  "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エディターで開けるかどうか確認してください。これは、ドキュメントが最近、非共有になっているか削除されているのかもしれません。",
  "Save" => "保存",
  "Loading documents..." => "ドキュメントを読込中...",
  "'.' is an invalid file name." => "'.' は無効なファイル名です。",
  "File name cannot be empty." => "ファイル名を空にすることはできません。",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
  "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" => "右",
  "Size" => "サイズ",
  "Spacing" => "間隔",
  "Strikethrough" => "取消線",
  "Style" => "スタイル",
  "Text" => "TTY TDD",
  "Top" => "上",
  "Underline" => "下線",
  "Undo" => "元に戻す",
  "Unknown Author" => "不明な作者",
  "Edit" => "編集",
  "guest" => "ゲスト",
  "MS Word support (requires openOffice/libreOffice)" => "MS Word サポート (openOffice/libreOffice が必要)",
  "Local" => "ローカル",
  "openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php" => "openOffice/libreOffice はこのサーバーにインストールされています。バイナリへのパスは、config.php の preview_libreoffice_path で指定することができます。",
  "External" => "外部",
  "openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice は、フォーマットフィルターサーバーが動作している外部サーバーにインストールされています。",
  "scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
  "Server URL" => "サーバーURL",
  "Apply" => "適用",
  "New document" => "新しいドキュメント",
  "Upload (max. %s)" => "アップロード ( 最大 %s )",
  "Upload" => "アップロード",
  "Save new documents to" => "新規ドキュメントの保存先:",
  "Wrong password. Please retry." => "間違ったパスワード。もう一度入力してください。",
  "Password" => "パスワード",
  "Guest %s" => "ゲスト %s",
  "This link has been expired or is never existed. Please contact the person who shared it with you for details." => "このリンクは期限が切れているか、すでに存在しません。詳細は、それを共有した方に連絡していください。",
  "Advanced feature-set" => "高度な機能セット",
  "(Unstable)" => "(不安定)"
  );