21 lines
950 B
JavaScript
21 lines
950 B
JavaScript
OC.L10N.register(
|
|
"related_resources",
|
|
{
|
|
"Calendar" : "カレンダー",
|
|
"Calendar \"%s\"" : "カレンダー \"%s\"",
|
|
"Deck" : "デッキ",
|
|
"Deck board \"%s\"" : "デッキボード \"%s\"",
|
|
"Files" : "ファイル",
|
|
"File \"%s\"" : "ファイル \"%s\"",
|
|
"Group Folder" : "グループフォルダー",
|
|
"Group Folder \"%s\"" : "グループフォルダー \"%s\"",
|
|
"Talk conversation" : "会話",
|
|
"Conversation with %s" : "%s との会話",
|
|
"Talk" : "トーク",
|
|
"Talk conversation \"%s\"" : "Talkの会話 \"%s\"",
|
|
"Related Resources" : "関連リソース",
|
|
"Displays resources related to current item in right panel" : "現在の項目に関連するリソースを右側のパネルに表示する",
|
|
"Displays resources related to current item in right panel." : "現在の項目に関連するリソースを右側のパネルに表示する。"
|
|
},
|
|
"nplurals=1; plural=0;");
|