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: 9ba1a427691ca2a63fa8e210e223c8eca2c2b489 (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
OC.L10N.register(
    "text",
    {
    "New text document" : "新しいテキストドキュメント",
    "The file was uploaded" : "ファイルがアップロードされました",
    "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." : "ファイルを読み込めませんでした。 インターネット接続を確認してください。",
    "Saving …" : "保存中 ...",
    "Saved" : "保存済み",
    "Last saved {lastSaved}" : "最終保存日 {lastSaved}",
    "Unsaved changes" : "保存していない変更点",
    "Enter your name so other users can see who is editing" : "自分の名前を入力して、他のユーザーの誰が編集中かを確認する",
    "Edit guest name" : "ゲスト名を編集",
    "Save guest name" : "ゲスト名を保存",
    "Keyboard shortcuts" : "キーボードショートカット",
    "Bold" : "太字",
    "Bold text" : "太字",
    "Ctrl" : "Ctrl",
    "Italic" : "斜体",
    "Strikethrough" : "取り消し線",
    "Heading 1" : "見出し1",
    "Heading 6" : "見出し6",
    "Unordered list" : "番号なしのリスト",
    "Ordered list" : "順序付きリスト",
    "Checklist" : "チェックリスト",
    "Blockquote" : "引用",
    "Code block" : "コードブロック",
    "Insert emoji" : "絵文字を挿入",
    "Upload from computer" : "コンピュータからアップロード",
    "Insert image" : "画像の挿入",
    "Image format not supported" : "画像の形式に対応していません",
    "Insert an image" : "画像を追加",
    "Alt" : "Alt",
    "Add Link" : "リンクを追加",
    "Link file" : "ファイルをリンク",
    "Remove Link" : "リンクを削除",
    "Select file to link to" : "リンク先のファイルを選択",
    "Show author colors" : "記入者の色をつける",
    "Author colors are only shown until everyone has closed the document." : "記入者の色は、全員がドキュメントを閉じるまで表示されます。",
    "Currently active users:" : "現在のアクティブユーザー:",
    "_and %n other editor_::_and %n other editors_" : ["他に%n人の編集者"],
    "Show rich workspaces" : "各フォルダのReadmeを表示",
    "Add notes, lists or links …" : "ノート、リスト、リンクを追加...",
    "Edit" : "編集",
    "Undo" : "元に戻す",
    "Redo" : "やり直し",
    "Headings" : "見出し",
    "Heading 2" : "見出し2",
    "Heading 3" : "見出し3",
    "Heading 4" : "見出し4",
    "Heading 5" : "見出し5",
    "ToDo list" : "ToDo リスト",
    "Emoji picker" : "絵文字選択"
},
"nplurals=1; plural=0;");