50 lines
2.8 KiB
JavaScript
50 lines
2.8 KiB
JavaScript
OC.L10N.register(
|
||
"integration_mastodon",
|
||
{
|
||
"Mastodon" : "Mastodon",
|
||
"Error getting OAuth access token" : "获取 OAuth 访问令牌时出错",
|
||
"Error during OAuth exchanges" : "交换 OAuth 时出错",
|
||
"Mastodon home timeline" : "Mastodon主页时间线",
|
||
"Mastodon notifications" : "Mastodon通知",
|
||
"Mastodon people, toots and hashtags" : "Mastodon联系人、嘟文与话题标签",
|
||
"Mastodon people and toots" : "Mastodon联系人与嘟文",
|
||
"Mastodon toots and hashtags" : "Mastodon嘟文与话题标签",
|
||
"Mastodon people and hashtags" : "Mastodon联系人与话题标签",
|
||
"Mastodon hashtags" : "Mastodon话题标签",
|
||
"Mastodon people" : "Mastodon联系人",
|
||
"Mastodon toots" : "Mastodon嘟文",
|
||
"Bad HTTP method" : "错误的HTTP方法",
|
||
"Bad credentials" : "错误的证书",
|
||
"OAuth access token refused" : "OAuth 访问令牌拒绝",
|
||
"Connected accounts" : "关联账号",
|
||
"Mastodon integration" : "Mastodon集成",
|
||
"Integration of Mastodon self-hosted social networking service" : "Mastodon自托管社交网络服务的集成",
|
||
"Mastodon administrator options saved" : "已保存Mastodon管理员选项",
|
||
"Failed to save Mastodon administrator options" : "保存Mastodon管理员选项失败",
|
||
"Default Mastodon instance address" : "默认Mastodon实例地址",
|
||
"Successfully connected to Mastodon!" : "成功连接Mastodon!",
|
||
"Mastodon OAuth access token could not be obtained:" : "无法获得Mastodon OAuth访问令牌:",
|
||
"Mastodon options saved" : "Mastodon选项已保存",
|
||
"Incorrect access token" : "访问令牌不正确",
|
||
"Failed to save Mastodon options" : "保存Mastodon选项失败",
|
||
"Enable navigation link" : "启用应用图标链接至实例",
|
||
"Mastodon instance address" : "Mastodon实例地址",
|
||
"Connect to Mastodon" : "连接到Mastodon",
|
||
"Connected as {user}" : "作为 {user} 已连接",
|
||
"Disconnect from Mastodon" : "从Mastodon断开连接",
|
||
"No Mastodon account connected" : "未连接到Mastodon账号",
|
||
"Error connecting to Mastodon" : "连接到Mastodon时出错",
|
||
"No Mastodon notifications!" : "没有Mastodon通知!",
|
||
"Failed to get Mastodon notifications" : "获取Mastodon通知失败",
|
||
"{name} is following you" : "{name} 正在关注你",
|
||
"{name} wants to follow you" : "{name} 想要关注你",
|
||
"No Mastodon home toots!" : "没有Mastodon主页嘟文!",
|
||
"Failed to get Mastodon home timeline" : "获取Mastodon主页时间线失败",
|
||
"No text content" : "没有文字内容",
|
||
"I shared a file with you" : "我给您分享了一文件",
|
||
"Failed to create Mastodon OAuth app" : "创建Mastodon OAuth应用程序失败",
|
||
"Cancel" : "Cancel",
|
||
"Connect" : "连接"
|
||
},
|
||
"nplurals=1; plural=0;");
|