Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e248d3f02695f0280b414b2c94d10c5b9ee5e79e (plain)
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
OC.L10N.register(
    "text",
    {
    "New text file" : "新規のテキストファイル",
    "The file was uploaded" : "ファイルがアップロードされました",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブのサイズを超えています",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードされたファイルは、HTMLフォームで指定されたMAX_FILE_SIZEディレクティブ制限を超えています",
    "The file was only partially uploaded" : "ファイルは部分的にしかアップロードされていません",
    "No file was uploaded" : "ファイルがアップロードされていません",
    "Missing a temporary folder" : "一時保存フォルダーが見つかりません",
    "Could not write file to disk" : "ファイルをディスクに書き込めませんでした",
    "A PHP extension stopped the file upload" : "PHP拡張機能がファイルのアップロードを停止しました",
    "No file uploaded or file size exceeds maximum of %s" : "ファイルがアップロードされていないか、ファイルサイズが最大 %s を超えています",
    "Nextcloud Text" : "Nextcloud Text",
    "text document" : "テキストドキュメント",
    "Readme" : "Readme",
    "Text" : "テキスト",
    "📝 Collaborative document editing" : "📝 共同文書編集",
    "** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "**📝共同文書編集!**\n\n- **📝 集中執筆:集中モードで、必要なフォーマットだけ。\n- **🙋 一緒に仕事をする:**友達や同僚と、Nextcloudを使っていようとなかろうと、共有して共同作業しよう!\n- **💾 オープンフォーマット:** ファイルは[Markdown](https://en.wikipedia.org/wiki/Markdown)として保存されるので、他のテキストアプリからも編集できます。\n- **✊ 強固な基盤:**私たちは[🦉 ProseMirror](https://prosemirror.net)をベースにした[🐈 tiptap](https://tiptap.scrumpy.io)を使用しています - 本当にありがとうございます!",
    "Use current version" : "現在のバージョンを使用",
    "Use the saved version" : "保存済みのバージョンを使用",
    "Document idle for {timeout} minutes, click to continue editing" : "ドキュメントが{timeout}分間アイドル状態です。クリックして編集を続行します",
    "Reconnect" : "再接続",
    "The document has been changed outside of the editor. The changes cannot be applied." : "ドキュメントがエディターの外部から変更されました。変更点を適用できません。",
    "File could not be loaded. Please check your internet connection." : "ファイルを読み込めませんでした。 インターネット接続を確認してください。",
    "Edit guest name" : "ゲスト名を編集",
    "Guest" : "ゲスト",
    "Save guest name" : "ゲスト名を保存",
    "guest" : "ゲスト",
    "Show author colors" : "記入者の色をつける",
    "Author colors are only shown until everyone has closed the document." : "記入者の色は、全員がドキュメントを閉じるまで表示されます。",
    "Saving …" : "保存中 ...",
    "Saved" : "保存済み",
    "Last saved {lastSaved}" : "最終保存日 {lastSaved}",
    "Unsaved changes" : "保存していない変更点",
    "Formatting help" : "ヘルプの書式設定",
    "Keyboard shortcuts" : "キーボードショートカット",
    "Bold" : "太字",
    "Bold text" : "太字",
    "Ctrl" : "Ctrl",
    "Italic" : "斜体",
    "Strikethrough" : "取り消し線",
    "Shift" : "移動",
    "Heading 1" : "見出し1",
    "Heading 6" : "見出し6",
    "Unordered list" : "番号なしのリスト",
    "Ordered list" : "順序付きリスト",
    "Checklist" : "チェックリスト",
    "Blockquote" : "引用",
    "Code block" : "コードブロック",
    "Upload from computer" : "コンピュータからアップロード",
    "Add Link" : "リンクを追加",
    "Link file" : "ファイルをリンク",
    "Remove Link" : "リンクを削除",
    "Select file to link to" : "リンク先のファイルを選択",
    "Unsupported image type" : "サポートされていない画像形式です",
    "Show rich workspaces" : "各フォルダのReadmeを表示",
    "Add notes, lists or links …" : "ノート、リスト、リンクを追加...",
    "Undo" : "元に戻す",
    "Redo" : "やり直し",
    "Headings" : "見出し",
    "Heading 2" : "見出し2",
    "Heading 3" : "見出し3",
    "Heading 4" : "見出し4",
    "Heading 5" : "見出し5",
    "Info" : "情報",
    "Success" : "完了",
    "Warning" : "警告",
    "Insert emoji" : "絵文字を挿入",
    "Insert attachment" : "添付ファイルを挿入する",
    "Command" : "コマンド",
    "Control" : "コントロール",
    "Edit" : "編集",
    "New text document" : "新しいテキストドキュメント",
    "Enter your name so other users can see who is editing" : "自分の名前を入力して、他のユーザーの誰が編集中かを確認する",
    "Insert image" : "画像の挿入",
    "Insert an image" : "画像を追加",
    "Currently active users:" : "現在のアクティブユーザー:",
    "_and %n other editor_::_and %n other editors_" : ["他に%n人の編集者"],
    "ToDo list" : "ToDo リスト",
    "Emoji picker" : "絵文字選択",
    "Alt" : "Alt"
},
"nplurals=1; plural=0;");