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

ja.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0922600d07fa5d8e73db38dfad4b0056f18cb853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "firstrunwizard",
    {
    "Get the apps to sync your files" : "ファイルを同期するアプリを取得しましょう",
    "Desktop client" : "デスクトップクライアント",
    "Android app" : "Androidアプリ",
    "iOS app" : "iOSアプリ",
    "Connect your desktop apps to %s" : "デスクトップアプリを %s に接続",
    "Connect your Calendar" : "カレンダーに接続する",
    "Connect your Contacts" : "連絡先に接続する",
    "Documentation" : "ドキュメント",
    "Access files via WebDAV" : "WebDAV経由でファイルにアクセス",
    "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." : "詳細な情報は、<a target=\"_blank\" href=\"%s\">ドキュメント</a> と <a target=\"_blank\" href=\"http://owncloud.org\">ウェブサイト</a> にあります。",
    "If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files.\n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" : "ownCloudを気に入っていただけたら、\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud はファイル共有と同期のための素晴らしいオープンソース・ソフトウェアです。\n\t\thttp://owncloud.org から自由にダウンロードしてご利用いただけます\">\n\t\tぜひ友人に紹介してください</a>。\n\t<a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">世界に広げよう</a>!"
},
"nplurals=1; plural=0;");