You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richdocuments/l10n/ja.php

92 lines
5.3 KiB
PHP

<?php
$TRANSLATIONS = array(
"Format filter server is down or misconfigured" => "フォーマットフィルタサーバーが稼働していないか設定ミス",
"Conversion failed. Check log for details." => "変換に失敗しました。詳細についてはログを確認してください。",
"Saved" => "保存されました",
"Can't create document" => "文書を生成することができません",
"You don't have permission to rename this document" => "ドキュメント名を変更する権限がありません",
"An error occurred while changing directory." => "ディレクトリの変更中にエラーが発生しました。",
"Directory saved successfully." => "ディレクトリの保存に成功しました。",
"Documents" => "ドキュメント",
"Saving..." => "保存中...",
"Failed to load documents." => "ドキュメントのロードに失敗しました。",
"No documents were found. Upload or create a document to get started!" => "ドキュメントはありません。アップロードもしくは新規に作成してください!",
"Share" => "共有",
"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" => "このスタイルを複製",
"Close" => "閉じる",
"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 and test" => "適用してテスト",
"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)" => "(不安定)"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";