├── .gitignore ├── package.json ├── README.md ├── crowdin.conf ├── i18n ├── zh │ └── design-system.json ├── zh-hant │ └── design-system.json ├── ko │ └── design-system.json ├── ja │ └── design-system.json ├── en │ └── design-system.json ├── id │ └── design-system.json ├── es │ └── design-system.json ├── fi │ └── design-system.json ├── nl │ └── design-system.json ├── ru │ └── design-system.json ├── pt │ └── design-system.json ├── it │ └── design-system.json ├── pl │ └── design-system.json ├── vi │ └── design-system.json ├── de │ └── design-system.json └── fr │ └── design-system.json └── LICENSE.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "design-system-i18n", 3 | "version": "2.0.0", 4 | "repository": { 5 | "type": "git", 6 | "url": "git+https://github.com/Wikia/design-system-i18n.git" 7 | }, 8 | "license": "GPL-3.0" 9 | } 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # This repository is deprecated 2 | Use [Design System](https://github.com/Wikia/design-system) directly 3 | 4 | ## design-system-i18n 5 | Localization messages for Design System components 6 | 7 | ### Crowdin 8 | See https://wikia-inc.atlassian.net/wiki/display/INT/i18n+tools for information on getting the design system i18n files to and from crowdin. 9 | -------------------------------------------------------------------------------- /crowdin.conf: -------------------------------------------------------------------------------- 1 | [crowdin.project] 2 | projectid = "design-system" 3 | product_person = "stanley" 4 | repo.branch = "master" 5 | source.base = "i18n" 6 | source.file = "${source.base}/en/design-system.json" 7 | export.base = "${source.base}" 8 | export.pattern = "${export.base}/%mediawiki_language_code%/" 9 | export.pt-BR = "${export.base}/pt/" 10 | export.zh-cn = "${export.base}/zh/" 11 | -------------------------------------------------------------------------------- /i18n/zh/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "添加", 4 | "community-header-add-new-image": "添加新图片", 5 | "community-header-add-new-page": "添加新页面", 6 | "community-header-add-new-video": "添加新视频", 7 | "community-header-admin-dashboard": "管理员控制面板", 8 | "community-header-all-shortcuts": "快捷方式", 9 | "community-header-community": "社区", 10 | "community-header-discuss": "讨论版", 11 | "community-header-discussions-post": "条帖子", 12 | "community-header-discussions-posts": "条帖子", 13 | "community-header-explore": "发现", 14 | "community-header-forum": "论坛", 15 | "community-header-images": "图片", 16 | "community-header-page": "页面", 17 | "community-header-pages": "个页面", 18 | "community-header-random-page": "随机页面", 19 | "community-header-recent-changes": "最近更改", 20 | "community-header-videos": "视频", 21 | "community-header-wiki-activity": "维基动态", 22 | "days-ago": "{days}天", 23 | "global-footer-advertise-header": "广告投放", 24 | "global-footer-advertise-link-contact": "联系我们", 25 | "global-footer-advertise-link-media-kit": "媒体服务", 26 | "global-footer-community-apps-description": "和你最喜爱的粉丝社区保持同步,不要错过精彩内容。", 27 | "global-footer-community-apps-header": "社区应用程序", 28 | "global-footer-community-header": "社区", 29 | "global-footer-community-link-community-central": "社区中心", 30 | "global-footer-community-link-fan-contributor-program": "粉丝贡献者招募项目", 31 | "global-footer-community-link-help": "帮助", 32 | "global-footer-community-link-support": "支持", 33 | "global-footer-community-link-wam-score": "WAM分数", 34 | "global-footer-company-overview-header": "概述", 35 | "global-footer-company-overview-link-about": "关于", 36 | "global-footer-company-overview-link-careers": "公司招聘", 37 | "global-footer-company-overview-link-contact": "联系我们", 38 | "global-footer-company-overview-link-press": "新闻", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "版权所有{date}Wikia, Inc.", 41 | "global-footer-create-wiki-description": "找不到你所喜爱的社区?那就创建一个你自己的社区展示你的爱好吧。", 42 | "global-footer-create-wiki-link-start-wikia": "创建Wiki", 43 | "global-footer-fandom-app-description": "和你最喜爱的粉丝社区保持同步,不要错过精彩内容。", 44 | "global-footer-fandom-app-header": "FANDOM App", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "游戏", 48 | "global-footer-fandom-overview-link-vertical-movies": "电影", 49 | "global-footer-fandom-overview-link-vertical-tv": "电视", 50 | "global-footer-follow-us-header": "关注我们", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "YouTube", 56 | "global-footer-full-site-link": "查看完整网站", 57 | "global-footer-international-header-subtitle": "粉丝社群家园", 58 | "global-footer-licensing-and-vertical-description": "{sitename}是FANDOM上的一个{vertical}社区。", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "书籍", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "漫画", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "游戏", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "生活", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "电影", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "音乐", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "电视", 66 | "global-footer-mobile-site-link": "查看移动网站", 67 | "global-footer-site-overview-link-global-sitemap": "全域网站地图", 68 | "global-footer-site-overview-link-local-sitemap": "本地网站地图", 69 | "global-footer-site-overview-link-privacy-policy": "隐私政策", 70 | "global-footer-site-overview-link-terms-of-use": "使用条款", 71 | "global-navigation-anon-my-account": "我的帐户", 72 | "global-navigation-anon-register": "注册", 73 | "global-navigation-anon-register-description": "没有帐户?", 74 | "global-navigation-anon-sign-in": "登入", 75 | "global-navigation-create-wiki-link-start-wikia": "创建Wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "游戏", 77 | "global-navigation-fandom-overview-link-vertical-movies": "电影", 78 | "global-navigation-fandom-overview-link-vertical-tv": "电视", 79 | "global-navigation-fandom-overview-link-video": "视频", 80 | "global-navigation-messages-title": "消息", 81 | "global-navigation-notifications-title": "提醒", 82 | "global-navigation-search-cancel": "取消", 83 | "global-navigation-search-placeholder-fandom": "查询文章和社区...", 84 | "global-navigation-search-placeholder-in-wiki": "搜索{sitename}...", 85 | "global-navigation-search-placeholder-inactive": "搜索", 86 | "global-navigation-search-placeholder-wikis": "查找Wiki...", 87 | "global-navigation-search-select-fandom": "FANDOM文章和社区", 88 | "global-navigation-search-select-in-wiki": "本Wiki中", 89 | "global-navigation-search-select-wikis": "Wiki社区", 90 | "global-navigation-user-help": "帮助", 91 | "global-navigation-user-message-wall": "信息墙", 92 | "global-navigation-user-my-preferences": "个人设定", 93 | "global-navigation-user-my-talk": "我的对话页", 94 | "global-navigation-user-sign-out": "登出", 95 | "global-navigation-user-view-author-profile": "作者简介", 96 | "global-navigation-user-view-profile": "查看个人主页", 97 | "global-navigation-wikis-community-central": "社区中心", 98 | "global-navigation-wikis-explore": "探索Wiki", 99 | "global-navigation-wikis-fandom-university": "FANDOM课堂", 100 | "global-navigation-wikis-header": "Wiki", 101 | "hours-ago": "{hours}小时", 102 | "minutes-ago": "{minutes}分钟", 103 | "notifications-mark-all-as-read": "全部标记为已读", 104 | "notifications-no-notifications-message": "没有提醒。", 105 | "notifications-notifications": "提醒", 106 | "notifications-post-upvote-multiple-users-no-title": "{number}个用户赞了你的讨论贴", 107 | "notifications-post-upvote-multiple-users-with-title": "{number}个用户赞了你的讨论贴{postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "1个用户赞了你的讨论贴", 109 | "notifications-post-upvote-single-user-with-title": "1个用户赞了你的讨论贴{postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser}和{number}个其他用户回复了你所关注的一条讨论", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser}和{number}个其他用户回复了{postTitle}", 112 | "notifications-replied-by-no-title": "{user}回复了你所关注的一条讨论", 113 | "notifications-replied-by-two-users-no-title": "{firstUser}和{secondUser}回复了你所关注的一条讨论", 114 | "notifications-replied-by-two-users-with-title": "{firstUser}和{secondUser}回复了{postTitle}", 115 | "notifications-replied-by-with-title": "{user}回复了{postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number}个用户赞了你的回复", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number}个用户赞了你对{postTitle}的回复", 118 | "notifications-reply-upvote-single-user-no-title": "1个用户赞了你的回复", 119 | "notifications-reply-upvote-single-user-with-title": "1个用户赞了你对{postTitle}的回复", 120 | "now-label": "现在", 121 | "wds-avatar-badges-admin-tooltip": "社区管理员", 122 | "wds-avatar-badges-content-moderator-tooltip": "内容版主", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "话题版主", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "全网话题版主", 125 | "wds-avatar-badges-helper-tooltip": "FANDOM助手", 126 | "wds-avatar-badges-staff-tooltip": "FANDOM职员", 127 | "wds-avatar-badges-vstf-tooltip": "反破坏小组" 128 | } -------------------------------------------------------------------------------- /i18n/zh-hant/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "增加", 4 | "community-header-add-new-image": "增加新圖片", 5 | "community-header-add-new-page": "增加新頁面", 6 | "community-header-add-new-video": "增加新影片", 7 | "community-header-admin-dashboard": "管理員面板", 8 | "community-header-all-shortcuts": "快捷鍵", 9 | "community-header-community": "社區", 10 | "community-header-discuss": "討論", 11 | "community-header-discussions-post": "篇討論文章", 12 | "community-header-discussions-posts": "篇討論文章", 13 | "community-header-explore": "探索", 14 | "community-header-forum": "論壇", 15 | "community-header-images": "圖片", 16 | "community-header-page": "頁面", 17 | "community-header-pages": "個頁面", 18 | "community-header-random-page": "隨機頁面", 19 | "community-header-recent-changes": "最近更改", 20 | "community-header-videos": "影片", 21 | "community-header-wiki-activity": "Wiki動態", 22 | "days-ago": "{days}日前", 23 | "global-footer-advertise-header": "廣告投放", 24 | "global-footer-advertise-link-contact": "聯繫我們", 25 | "global-footer-advertise-link-media-kit": "媒體包", 26 | "global-footer-community-apps-description": "和你最喜歡的粉絲社區保持同步,千萬不要錯過任何訊息。", 27 | "global-footer-community-apps-header": "社區App", 28 | "global-footer-community-header": "社區", 29 | "global-footer-community-link-community-central": "社區中心", 30 | "global-footer-community-link-fan-contributor-program": "粉絲貢獻者招募計劃", 31 | "global-footer-community-link-help": "幫助", 32 | "global-footer-community-link-support": "支援", 33 | "global-footer-community-link-wam-score": "WAM分數", 34 | "global-footer-company-overview-header": "概覽", 35 | "global-footer-company-overview-link-about": "關於我們", 36 | "global-footer-company-overview-link-careers": "公司招聘", 37 | "global-footer-company-overview-link-contact": "聯繫我們", 38 | "global-footer-company-overview-link-press": "新聞", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "版權所有{date}Wikia, Inc.", 41 | "global-footer-create-wiki-description": "找不到你所喜愛的社區?那就創建你自己的社區展示你的愛好吧!", 42 | "global-footer-create-wiki-link-start-wikia": "創建Wiki", 43 | "global-footer-fandom-app-description": "和你最喜歡的粉絲社區保持同步,千萬不要錯過任何訊息。", 44 | "global-footer-fandom-app-header": "FANDOM App", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "遊戲", 48 | "global-footer-fandom-overview-link-vertical-movies": "電影", 49 | "global-footer-fandom-overview-link-vertical-tv": "電視", 50 | "global-footer-follow-us-header": "關注我們", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "YouTube", 56 | "global-footer-full-site-link": "查看完整版網頁", 57 | "global-footer-international-header-subtitle": "粉絲社群家園", 58 | "global-footer-licensing-and-vertical-description": "{sitename}是一個由粉絲所建立的{vertical}社區。", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "書籍", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "漫畫", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "遊戲", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "生活", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "電影", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "音樂", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "電視", 66 | "global-footer-mobile-site-link": "查看手機版網頁", 67 | "global-footer-site-overview-link-global-sitemap": "全球網站地圖", 68 | "global-footer-site-overview-link-local-sitemap": "本地網站地圖", 69 | "global-footer-site-overview-link-privacy-policy": "隱私政策", 70 | "global-footer-site-overview-link-terms-of-use": "使用條款", 71 | "global-navigation-anon-my-account": "我的帳戶", 72 | "global-navigation-anon-register": "註冊", 73 | "global-navigation-anon-register-description": "沒有帳戶?", 74 | "global-navigation-anon-sign-in": "登入", 75 | "global-navigation-create-wiki-link-start-wikia": "創建維基", 76 | "global-navigation-fandom-overview-link-vertical-games": "遊戲", 77 | "global-navigation-fandom-overview-link-vertical-movies": "電影", 78 | "global-navigation-fandom-overview-link-vertical-tv": "電視", 79 | "global-navigation-fandom-overview-link-video": "影片", 80 | "global-navigation-messages-title": "訊息", 81 | "global-navigation-notifications-title": "通知", 82 | "global-navigation-search-cancel": "取消", 83 | "global-navigation-search-placeholder-fandom": "搜尋文章和Wiki…", 84 | "global-navigation-search-placeholder-in-wiki": "搜尋{sitename}", 85 | "global-navigation-search-placeholder-inactive": "搜尋", 86 | "global-navigation-search-placeholder-wikis": "搜尋Wiki...", 87 | "global-navigation-search-select-fandom": "FANDOM文章和社區", 88 | "global-navigation-search-select-in-wiki": "Wiki導航", 89 | "global-navigation-search-select-wikis": "Wiki", 90 | "global-navigation-user-help": "幫助", 91 | "global-navigation-user-message-wall": "訊息牆", 92 | "global-navigation-user-my-preferences": "個人設定", 93 | "global-navigation-user-my-talk": "我的對話頁", 94 | "global-navigation-user-sign-out": "登出", 95 | "global-navigation-user-view-author-profile": "作者資訊", 96 | "global-navigation-user-view-profile": "查看用戶檔案", 97 | "global-navigation-wikis-community-central": "社區中心", 98 | "global-navigation-wikis-explore": "探索Wiki", 99 | "global-navigation-wikis-fandom-university": "FANDOM課堂", 100 | "global-navigation-wikis-header": "Wiki", 101 | "hours-ago": "{hours}小時前", 102 | "minutes-ago": "{minutes}分鐘前", 103 | "notifications-mark-all-as-read": "標記全部為已讀", 104 | "notifications-no-notifications-message": "沒有通知。", 105 | "notifications-notifications": "通知", 106 | "notifications-post-upvote-multiple-users-no-title": "{number}個使用者讚了你的討論文章", 107 | "notifications-post-upvote-multiple-users-with-title": "{number}個使用者讚了你的討論文章{postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "一位用戶讚了你的討論文章", 109 | "notifications-post-upvote-single-user-with-title": "一位用戶讚了你的討論文章{postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser}和{number}個其他使用者回覆了你所關注的討論文章", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser}和{number}個其他使用者回覆了{postTitle}", 112 | "notifications-replied-by-no-title": "{user}回覆了你所關注的討論文章", 113 | "notifications-replied-by-two-users-no-title": "{firstUser}和{secondUser}回覆了你所關注的討論文章", 114 | "notifications-replied-by-two-users-with-title": "{firstUser}和{secondUser}回覆了{postTitle}", 115 | "notifications-replied-by-with-title": "{user}回覆了{postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number}個使用者讚了你的回覆", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number}個使用者讚了你對{postTitle}的回覆", 118 | "notifications-reply-upvote-single-user-no-title": "一位用戶讚了你的回覆", 119 | "notifications-reply-upvote-single-user-with-title": "一位用戶讚了你對{postTitle}的回覆", 120 | "now-label": "現在", 121 | "wds-avatar-badges-admin-tooltip": "社區管理員", 122 | "wds-avatar-badges-content-moderator-tooltip": "內容版主", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "話題版主", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "全域話題版主", 125 | "wds-avatar-badges-helper-tooltip": "FANDOM助手", 126 | "wds-avatar-badges-staff-tooltip": "FANDOM工作人員", 127 | "wds-avatar-badges-vstf-tooltip": "反破壞小組" 128 | } -------------------------------------------------------------------------------- /i18n/ko/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "생성", 4 | "community-header-add-new-image": "그림 추가하기", 5 | "community-header-add-new-page": "새 문서 생성", 6 | "community-header-add-new-video": "동영상 추가하기", 7 | "community-header-admin-dashboard": "관리 대시보드", 8 | "community-header-all-shortcuts": "바로가기 목록", 9 | "community-header-community": "커뮤니티", 10 | "community-header-discuss": "토론방", 11 | "community-header-discussions-post": "게시글", 12 | "community-header-discussions-posts": "게시글", 13 | "community-header-explore": "둘러보기", 14 | "community-header-forum": "포럼", 15 | "community-header-images": "그림", 16 | "community-header-page": "문서", 17 | "community-header-pages": "문서", 18 | "community-header-random-page": "임의 문서", 19 | "community-header-recent-changes": "최근 바뀜", 20 | "community-header-videos": "동영상", 21 | "community-header-wiki-activity": "위키 활동 내역", 22 | "days-ago": "{days}d", 23 | "global-footer-advertise-header": "광고 문의", 24 | "global-footer-advertise-link-contact": "문의하기", 25 | "global-footer-advertise-link-media-kit": "안내 자료", 26 | "global-footer-community-apps-description": "모바일에서도 팬덤과 함께해 보세요!", 27 | "global-footer-community-apps-header": "커뮤니티 앱", 28 | "global-footer-community-header": "커뮤니티", 29 | "global-footer-community-link-community-central": "중앙 커뮤니티", 30 | "global-footer-community-link-fan-contributor-program": "팬 기여 프로그램", 31 | "global-footer-community-link-help": "도움", 32 | "global-footer-community-link-support": "지원", 33 | "global-footer-community-link-wam-score": "WAM 점수", 34 | "global-footer-company-overview-header": "회사 안내", 35 | "global-footer-company-overview-link-about": "소개", 36 | "global-footer-company-overview-link-careers": "채용 정보", 37 | "global-footer-company-overview-link-contact": "문의하기", 38 | "global-footer-company-overview-link-press": "보도 자료", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "원하는 커뮤니티를 찾지 못하셨나요? 그럼 직접 원하는 커뮤니티를 만들어 보세요!", 42 | "global-footer-create-wiki-link-start-wikia": "새 위키 만들기", 43 | "global-footer-fandom-app-description": "모바일에서도 팬덤과 함께해 보세요!", 44 | "global-footer-fandom-app-header": "The FANDOM App", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "게임", 48 | "global-footer-fandom-overview-link-vertical-movies": "영화", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "소셜 미디어", 51 | "global-footer-follow-us-link-facebook": "페이스북", 52 | "global-footer-follow-us-link-instagram": "인스타그램", 53 | "global-footer-follow-us-link-reddit": "레딧", 54 | "global-footer-follow-us-link-twitter": "트위터", 55 | "global-footer-follow-us-link-youtube": "유튜브", 56 | "global-footer-full-site-link": "PC 버전으로 보기", 57 | "global-footer-international-header-subtitle": "The Home of FANDOM", 58 | "global-footer-licensing-and-vertical-description": "{sitename}는 팬덤의 {vertical} 커뮤니티입니다.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "도서", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "만화", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "게임", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "생활", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "영화", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "음악", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "모바일 버전으로 보기", 67 | "global-footer-site-overview-link-global-sitemap": "글로벌 사이트맵", 68 | "global-footer-site-overview-link-local-sitemap": "커뮤니티 사이트맵", 69 | "global-footer-site-overview-link-privacy-policy": "개인정보 보호정책", 70 | "global-footer-site-overview-link-terms-of-use": "이용 약관", 71 | "global-navigation-anon-my-account": "내 계정", 72 | "global-navigation-anon-register": "가입하기", 73 | "global-navigation-anon-register-description": "아직 계정이 없으신가요?", 74 | "global-navigation-anon-sign-in": "로그인", 75 | "global-navigation-create-wiki-link-start-wikia": "새 위키 만들기", 76 | "global-navigation-fandom-overview-link-vertical-games": "게임", 77 | "global-navigation-fandom-overview-link-vertical-movies": "영화", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "동영상", 80 | "global-navigation-messages-title": "메시지", 81 | "global-navigation-notifications-title": "알림", 82 | "global-navigation-search-cancel": "취소", 83 | "global-navigation-search-placeholder-fandom": "팬덤 포스트 및 팬덤 위키 검색하기", 84 | "global-navigation-search-placeholder-in-wiki": "{sitename}에서 검색하기", 85 | "global-navigation-search-placeholder-inactive": "검색", 86 | "global-navigation-search-placeholder-wikis": "위키 검색하기", 87 | "global-navigation-search-select-fandom": "팬덤 포스트 및 팬덤 위키", 88 | "global-navigation-search-select-in-wiki": "현재 위키에서", 89 | "global-navigation-search-select-wikis": "팬덤 위키", 90 | "global-navigation-user-help": "도움", 91 | "global-navigation-user-message-wall": "메시지 담벼락", 92 | "global-navigation-user-my-preferences": "환경설정", 93 | "global-navigation-user-my-talk": "내 토론", 94 | "global-navigation-user-sign-out": "로그아웃", 95 | "global-navigation-user-view-author-profile": "작성자 프로필 보기", 96 | "global-navigation-user-view-profile": "프로필 보기", 97 | "global-navigation-wikis-community-central": "중앙 커뮤니티", 98 | "global-navigation-wikis-explore": "위키 둘러보기", 99 | "global-navigation-wikis-fandom-university": "팬덤 유니버시티", 100 | "global-navigation-wikis-header": "위키", 101 | "hours-ago": "{hours}h", 102 | "minutes-ago": "{minutes}m", 103 | "notifications-mark-all-as-read": "모두 읽은 상태로 표시", 104 | "notifications-no-notifications-message": "알림이 없습니다.", 105 | "notifications-notifications": "알림", 106 | "notifications-post-upvote-multiple-users-no-title": "{number}명의 사용자가 귀하의 토론방 글에 추천을 남겼습니다.", 107 | "notifications-post-upvote-multiple-users-with-title": "{number}명의 사용자가 귀하의 토론방 글 {postTitle}에 추천을 남겼습니다.", 108 | "notifications-post-upvote-single-user-no-title": "한 사용자가 귀하의 토론방 글에 추천을 남겼습니다.", 109 | "notifications-post-upvote-single-user-with-title": "한 사용자가 귀하의 토론방 글 {postTitle}에 추천을 남겼습니다.", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} 및 그 외 {number}명이 귀하가 주시 중인 토론방 글에 댓글을 남겼습니다.", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} 및 그 외 {number}명이 {postTitle}에 댓글을 남겼습니다.", 112 | "notifications-replied-by-no-title": "{user} 사용자가 귀하가 주시 중인 토론방 글에 댓글을 남겼습니다.", 113 | "notifications-replied-by-two-users-no-title": "{firstUser}, {secondUser} 사용자가 귀하가 주시 중인 토론방 글에 댓글을 남겼습니다.", 114 | "notifications-replied-by-two-users-with-title": "{firstUser}, {secondUser} 사용자가 {postTitle}에 댓글을 남겼습니다.", 115 | "notifications-replied-by-with-title": "{user} 사용자가 {postTitle}에 댓글을 남겼습니다.", 116 | "notifications-reply-upvote-multiple-users-no-title": "귀하의 댓글에 {number}명의 사용자가 추천을 남겼습니다.", 117 | "notifications-reply-upvote-multiple-users-with-title": "귀하가 토론방 글 {postTitle}에 남긴 댓글에 {number}명의 사용자가 추천을 남겼습니다.", 118 | "notifications-reply-upvote-single-user-no-title": "귀하의 토론방 댓글에 한 사용자가 추천을 남겼습니다.", 119 | "notifications-reply-upvote-single-user-with-title": "귀하가 토론방 글 {postTitle}에 남긴 댓글에 한 사용자가 추천을 남겼습니다.", 120 | "now-label": "지금", 121 | "wds-avatar-badges-admin-tooltip": "커뮤니티 관리자", 122 | "wds-avatar-badges-content-moderator-tooltip": "콘텐츠 관리자", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "토론 관리자", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "전역 토론 관리자", 125 | "wds-avatar-badges-helper-tooltip": "팬덤 헬퍼", 126 | "wds-avatar-badges-staff-tooltip": "팬덤 스태프", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/ja/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "投稿", 4 | "community-header-add-new-image": "画像を追加", 5 | "community-header-add-new-page": "新しいページをつくる", 6 | "community-header-add-new-video": "動画を追加", 7 | "community-header-admin-dashboard": "アドミン・ダッシュボード", 8 | "community-header-all-shortcuts": "ショートカット", 9 | "community-header-community": "コミュニティ", 10 | "community-header-discuss": "ディスカッション", 11 | "community-header-discussions-post": "件の投稿", 12 | "community-header-discussions-posts": "件の投稿", 13 | "community-header-explore": "検索", 14 | "community-header-forum": "フォーラム", 15 | "community-header-images": "画像", 16 | "community-header-page": "ページ", 17 | "community-header-pages": "ページ", 18 | "community-header-random-page": "おまかせ表示", 19 | "community-header-recent-changes": "最近の更新", 20 | "community-header-videos": "動画", 21 | "community-header-wiki-activity": "ウィキアクティビティ", 22 | "days-ago": "{days}日前", 23 | "global-footer-advertise-header": "広告について", 24 | "global-footer-advertise-link-contact": "お問い合わせ", 25 | "global-footer-advertise-link-media-kit": "媒体資料", 26 | "global-footer-community-apps-description": "アプリをダウンロードして、いつでもどこでもお気に入りのファンダムにアクセスしよう!", 27 | "global-footer-community-apps-header": "コミュニティ・アプリ", 28 | "global-footer-community-header": "コミュニティ", 29 | "global-footer-community-link-community-central": "コミュニティセントラル", 30 | "global-footer-community-link-fan-contributor-program": "ファンコントリビュータープログラム", 31 | "global-footer-community-link-help": "ヘルプ", 32 | "global-footer-community-link-support": "サポート", 33 | "global-footer-community-link-wam-score": "WAMスコア", 34 | "global-footer-company-overview-header": "会社情報", 35 | "global-footer-company-overview-link-about": "会社概要", 36 | "global-footer-company-overview-link-careers": "採用情報", 37 | "global-footer-company-overview-link-contact": "お問い合わせ", 38 | "global-footer-company-overview-link-press": "メディア掲載", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "新しいコミュニティを立ち上げてみましょう。", 42 | "global-footer-create-wiki-link-start-wikia": "Wikiをはじめる", 43 | "global-footer-fandom-app-description": "アプリをダウンロードして、いつでもどこでもお気に入りのファンダムにアクセスしよう!", 44 | "global-footer-fandom-app-header": "FANDOM App", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "ゲーム", 48 | "global-footer-fandom-overview-link-vertical-movies": "映画", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "フォローする", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "YouTube", 56 | "global-footer-full-site-link": "PC版で表示", 57 | "global-footer-international-header-subtitle": "The Home of FANDOM", 58 | "global-footer-licensing-and-vertical-description": "{sitename} は{vertical} ジャンルのFANDOMコミュニティです。", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "書籍", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "コミック", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "ゲーム", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "ライフスタイル", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "映画", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "音楽", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "モバイル版で表示", 67 | "global-footer-site-overview-link-global-sitemap": "グローバル サイトマップ", 68 | "global-footer-site-overview-link-local-sitemap": "コミュニティ サイトマップ", 69 | "global-footer-site-overview-link-privacy-policy": "プライバシー", 70 | "global-footer-site-overview-link-terms-of-use": "利用規約", 71 | "global-navigation-anon-my-account": "アカウント", 72 | "global-navigation-anon-register": "登録", 73 | "global-navigation-anon-register-description": "アカウントをお持ちでない場合", 74 | "global-navigation-anon-sign-in": "ログイン", 75 | "global-navigation-create-wiki-link-start-wikia": "Wikiをはじめよう", 76 | "global-navigation-fandom-overview-link-vertical-games": "ゲーム", 77 | "global-navigation-fandom-overview-link-vertical-movies": "映画", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "動画", 80 | "global-navigation-messages-title": "メッセージ", 81 | "global-navigation-notifications-title": "通知", 82 | "global-navigation-search-cancel": "キャンセル", 83 | "global-navigation-search-placeholder-fandom": "FandomストーリーとWikiを検索...", 84 | "global-navigation-search-placeholder-in-wiki": "{sitename}内を検索...", 85 | "global-navigation-search-placeholder-inactive": "検索", 86 | "global-navigation-search-placeholder-wikis": "Wikiを検索", 87 | "global-navigation-search-select-fandom": "FANDOMストーリーとWiki", 88 | "global-navigation-search-select-in-wiki": "このWiki内", 89 | "global-navigation-search-select-wikis": "Wiki", 90 | "global-navigation-user-help": "ヘルプ", 91 | "global-navigation-user-message-wall": "メッセージウォール", 92 | "global-navigation-user-my-preferences": "個人設定", 93 | "global-navigation-user-my-talk": "トーク", 94 | "global-navigation-user-sign-out": "ログアウト", 95 | "global-navigation-user-view-author-profile": "著者のプロフィール", 96 | "global-navigation-user-view-profile": "プロフィール", 97 | "global-navigation-wikis-community-central": "コミュニティセントラル", 98 | "global-navigation-wikis-explore": "Wikiコミュニティ", 99 | "global-navigation-wikis-fandom-university": "FANDOM ユニバーシティ", 100 | "global-navigation-wikis-header": "Wiki", 101 | "hours-ago": "{hours}時間前", 102 | "minutes-ago": "{minutes}分前", 103 | "notifications-mark-all-as-read": "すべての通知を確認済みにする", 104 | "notifications-no-notifications-message": "新しい通知はありません。", 105 | "notifications-notifications": "通知", 106 | "notifications-post-upvote-multiple-users-no-title": "{number}人のユーザーが、あなたのディスカッションに「イイね!」しました", 107 | "notifications-post-upvote-multiple-users-with-title": "{number}人のユーザーが、あなたのディスカッションの{postTitle}に「イイね!」しました", 108 | "notifications-post-upvote-single-user-no-title": "1人のユーザーが、あなたのディスカッションに「イイね!」しました", 109 | "notifications-post-upvote-single-user-with-title": "1人のユーザーが、あなたのディスカッションの{postTitle}に「イイね!」しました", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser}さん、他{number} 人のユーザーが、あなたがフォローしているディスカッションに返信しました", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser}さん、他{number} 人のユーザーが{postTitle}に返信しました", 112 | "notifications-replied-by-no-title": "{user}さんが、あなたがフォローしているディスカッションに返信しました", 113 | "notifications-replied-by-two-users-no-title": "{firstUser}さんと{secondUser} さんが、あなたがフォローしているディスカッションに返信しました", 114 | "notifications-replied-by-two-users-with-title": "{firstUser}さんと{secondUser} さんが{postTitle}に返信しました", 115 | "notifications-replied-by-with-title": "{user}さんが{postTitle}に返信しました", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number}人のユーザーが、あなたの返信に「イイね!」しました", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number}人のユーザーが、{postTitle}のあなたの返信に「イイね!」しました", 118 | "notifications-reply-upvote-single-user-no-title": "1人のユーザーが、あなたの返信に「イイね!」しました", 119 | "notifications-reply-upvote-single-user-with-title": "1人のユーザーが、{postTitle}のあなたの返信に「イイね!」しました", 120 | "now-label": "たった今", 121 | "wds-avatar-badges-admin-tooltip": "コミュニティ・アドミン", 122 | "wds-avatar-badges-content-moderator-tooltip": "コンテンツ・モデレーター", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "ディスカッション・モデレーター", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "グローバル・ディスカッション・モデレーター", 125 | "wds-avatar-badges-helper-tooltip": "FANDOMヘルパー", 126 | "wds-avatar-badges-staff-tooltip": "FANDOMスタッフ", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/en/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "global-footer-follow-us-link-facebook": "Facebook", 3 | "global-footer-follow-us-link-instagram": "Instagram", 4 | "global-footer-follow-us-link-reddit": "Reddit", 5 | "global-footer-follow-us-link-twitter": "Twitter", 6 | "global-footer-follow-us-link-youtube": "Youtube", 7 | "global-footer-follow-us-header": "Follow Us", 8 | "global-footer-fandom-overview-header": "Explore", 9 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 10 | "global-footer-fandom-overview-link-vertical-games": "Games", 11 | "global-footer-fandom-overview-link-vertical-movies": "Movies", 12 | "global-footer-fandom-overview-link-vertical-tv": "TV", 13 | "global-footer-international-header-subtitle": "The Home of FANDOM", 14 | "global-footer-create-wiki-link-start-wikia": "Start a wiki", 15 | "global-footer-create-wiki-description": "Can't find a community you love? Create your own and start something epic.", 16 | "global-footer-advertise-header": "Advertise", 17 | "global-footer-advertise-link-contact": "Contact", 18 | "global-footer-advertise-link-media-kit": "Media Kit", 19 | "global-footer-community-apps-description": "Take your favorite fandoms with you and never miss a beat", 20 | "global-footer-community-apps-header": "Community Apps", 21 | "global-footer-fandom-app-description": "Take your favorite fandoms with you and never miss a beat", 22 | "global-footer-fandom-app-header": "The FANDOM App", 23 | "global-footer-community-header": "Community", 24 | "global-footer-community-link-community-central": "Community Central", 25 | "global-footer-community-link-fan-contributor-program": "Fan Contributor Program", 26 | "global-footer-community-link-help": "Help", 27 | "global-footer-community-link-support": "Support", 28 | "global-footer-community-link-wam-score": "WAM Score", 29 | "global-footer-company-overview-header": "Overview", 30 | "global-footer-company-overview-link-about": "About", 31 | "global-footer-company-overview-link-careers": "Careers", 32 | "global-footer-company-overview-link-contact": "Contact", 33 | "global-footer-company-overview-link-press": "Press", 34 | "global-footer-site-overview-link-global-sitemap": "Global Sitemap", 35 | "global-footer-site-overview-link-local-sitemap": "Local Sitemap", 36 | "global-footer-site-overview-link-terms-of-use": "Terms of Use", 37 | "global-footer-site-overview-link-privacy-policy": "Privacy Policy", 38 | "global-footer-licensing-and-vertical-description": "{sitename} is a FANDOM {vertical} Community.", 39 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 40 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Games", 41 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Books", 42 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Comics", 43 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Lifestyle", 44 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Music", 45 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Movies", 46 | "global-footer-full-site-link": "View Full Site", 47 | "global-footer-mobile-site-link": "View Mobile Site", 48 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 49 | "global-navigation-anon-my-account": "My Account", 50 | "global-navigation-anon-register": "Register", 51 | "global-navigation-anon-register-description": "Don't have an account?", 52 | "global-navigation-anon-sign-in": "Sign In", 53 | "global-navigation-create-wiki-link-start-wikia": "Start a Wiki", 54 | "global-navigation-fandom-overview-link-vertical-games": "Games", 55 | "global-navigation-fandom-overview-link-vertical-movies": "Movies", 56 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 57 | "global-navigation-fandom-overview-link-video": "Video", 58 | "global-navigation-notifications-title": "Notifications", 59 | "global-navigation-messages-title": "Messages", 60 | "global-navigation-search-cancel": "Cancel", 61 | "global-navigation-search-placeholder-fandom": "Search Stories and Wikis...", 62 | "global-navigation-search-placeholder-in-wiki": "Search {sitename}...", 63 | "global-navigation-search-placeholder-inactive": "Search", 64 | "global-navigation-search-placeholder-wikis": "Search for a Wiki...", 65 | "global-navigation-search-select-fandom": "FANDOM Stories and Wikis", 66 | "global-navigation-search-select-in-wiki": "Within This Wiki", 67 | "global-navigation-search-select-wikis": "For a Wiki", 68 | "global-navigation-user-help": "Help", 69 | "global-navigation-user-message-wall": "Message Wall", 70 | "global-navigation-user-my-preferences": "My Preferences", 71 | "global-navigation-user-my-talk": "My Talk", 72 | "global-navigation-user-sign-out": "Sign Out", 73 | "global-navigation-user-view-profile": "View Profile", 74 | "global-navigation-user-view-author-profile": "Author Profile", 75 | "global-navigation-wikis-community-central": "Community Central", 76 | "global-navigation-wikis-explore": "Explore Wikis", 77 | "global-navigation-wikis-fandom-university": "FANDOM University", 78 | "global-navigation-wikis-header": "Wikis", 79 | "notifications-no-notifications-message": "No notifications yet.", 80 | "notifications-mark-all-as-read": "Mark all as read", 81 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} and {number} other users replied to {postTitle}", 82 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} and {number} other users replied to a discussion you are following", 83 | "notifications-replied-by-two-users-with-title": "{firstUser} and {secondUser} replied to {postTitle}", 84 | "notifications-replied-by-two-users-no-title": "{firstUser} and {secondUser} replied to a discussion you are following", 85 | "notifications-replied-by-with-title": "{user} replied to {postTitle}", 86 | "notifications-replied-by-no-title": "{user} replied to a discussion you are following", 87 | "notifications-post-upvote-single-user-with-title": "1 user upvoted your discussion {postTitle}", 88 | "notifications-post-upvote-single-user-no-title": "1 user upvoted your discussion", 89 | "notifications-post-upvote-multiple-users-with-title": "{number} users upvoted your discussion {postTitle}", 90 | "notifications-post-upvote-multiple-users-no-title": "{number} users upvoted your discussion", 91 | "notifications-reply-upvote-single-user-with-title": "1 user upvoted your reply to {postTitle}", 92 | "notifications-reply-upvote-single-user-no-title": "1 user upvoted your reply", 93 | "notifications-reply-upvote-multiple-users-with-title": "{number} users upvoted your reply to {postTitle}", 94 | "notifications-reply-upvote-multiple-users-no-title": "{number} users upvoted your reply", 95 | "notifications-notifications": "Notifications", 96 | "community-header-page": "Page", 97 | "community-header-pages": "Pages", 98 | "community-header-add": "Add", 99 | "community-header-add-new-page": "Add new page", 100 | "community-header-discuss": "Discuss", 101 | "community-header-explore": "Explore", 102 | "community-header-wiki-activity": "Wiki Activity", 103 | "community-header-random-page": "Random page", 104 | "community-header-community": "Community", 105 | "community-header-videos": "Videos", 106 | "community-header-images": "Images", 107 | "community-header-forum": "Forum", 108 | "community-header-admin-dashboard": "Admin Dashboard", 109 | "community-header-discussions-post": "Post", 110 | "community-header-discussions-posts": "Posts", 111 | "community-header-add-new-image": "Add New Image", 112 | "community-header-add-new-video": "Add New Video", 113 | "community-header-recent-changes": "Recent Changes", 114 | "community-header-all-shortcuts": "All Shortcuts", 115 | "wds-avatar-badges-admin-tooltip": "Community Admin", 116 | "wds-avatar-badges-content-moderator-tooltip": "Content Moderator", 117 | "wds-avatar-badges-helper-tooltip": "FANDOM Helper", 118 | "wds-avatar-badges-discussion-moderator-tooltip": "Discussions Moderator", 119 | "wds-avatar-badges-staff-tooltip": "FANDOM Staff", 120 | "wds-avatar-badges-vstf-tooltip": "VSTF", 121 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Global Discussions Moderator", 122 | "days-ago": "{days}d", 123 | "hours-ago": "{hours}h", 124 | "minutes-ago": "{minutes}m", 125 | "now-label": "now", 126 | "back": "Back" 127 | } 128 | -------------------------------------------------------------------------------- /i18n/id/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Tambahkan", 4 | "community-header-add-new-image": "Menambahkan Gambar Baru", 5 | "community-header-add-new-page": "Menambahkan gambar baru", 6 | "community-header-add-new-video": "Menambakan Video Baru", 7 | "community-header-admin-dashboard": "Dasbor Pengurus", 8 | "community-header-all-shortcuts": "Semua Pintasan", 9 | "community-header-community": "Komunitas", 10 | "community-header-discuss": "Diskusi", 11 | "community-header-discussions-post": "Kiriman", 12 | "community-header-discussions-posts": "Kirim", 13 | "community-header-explore": "Jelajahi", 14 | "community-header-forum": "Forum", 15 | "community-header-images": "Gambar", 16 | "community-header-page": "Halaman", 17 | "community-header-pages": "Halaman", 18 | "community-header-random-page": "Halaman Acak", 19 | "community-header-recent-changes": "Perubahan Terbaru", 20 | "community-header-videos": "Video", 21 | "community-header-wiki-activity": "Aktivitas Wiki", 22 | "days-ago": "{days}d", 23 | "global-footer-advertise-header": "Iklan", 24 | "global-footer-advertise-link-contact": "Kontak", 25 | "global-footer-advertise-link-media-kit": "Media Kit", 26 | "global-footer-community-apps-description": "Lihat fandom yang anda favoritkan dan jangan pernah ketinggalan", 27 | "global-footer-community-apps-header": "Komunitas Apps", 28 | "global-footer-community-header": "Komunitas", 29 | "global-footer-community-link-community-central": "Pusat Komunitas", 30 | "global-footer-community-link-fan-contributor-program": "Program Kontribusi Fans", 31 | "global-footer-community-link-help": "Bantuan", 32 | "global-footer-community-link-support": "Bantuan", 33 | "global-footer-community-link-wam-score": "Angka WAM", 34 | "global-footer-company-overview-header": "Ikhtisar", 35 | "global-footer-company-overview-link-about": "Tentang", 36 | "global-footer-company-overview-link-careers": "Karir", 37 | "global-footer-company-overview-link-contact": "Kontak", 38 | "global-footer-company-overview-link-press": "Pers", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Hak Cipta {date} Wikia. inc.", 41 | "global-footer-create-wiki-description": "Tidak dapat menemukan komunitas yang ada sukai? Buat sendiri yang anda inginkan dan memulai sesuatu yang hebat.", 42 | "global-footer-create-wiki-link-start-wikia": "Memulai Wiki", 43 | "global-footer-fandom-app-description": "Lihat fandom yang anda favoritkan dan jangan pernah ketinggalan", 44 | "global-footer-fandom-app-header": "Fandom App", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Permainan", 48 | "global-footer-fandom-overview-link-vertical-movies": "Film", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "Ikuti Kami", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "Youtube", 56 | "global-footer-full-site-link": "Tampilkan Situs Penuh", 57 | "global-footer-international-header-subtitle": "Beranda FANDOM", 58 | "global-footer-licensing-and-vertical-description": "{sitename} adalah {vertical} FANDOM Komunitas.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Buku", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Komik", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Permainan", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Gaya Hidup", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Film", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Musik", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "Lihat Situs Mobile", 67 | "global-footer-site-overview-link-global-sitemap": "Peta Situs Global", 68 | "global-footer-site-overview-link-local-sitemap": "Peta Situs Lokal", 69 | "global-footer-site-overview-link-privacy-policy": "Kebijakan Privasi", 70 | "global-footer-site-overview-link-terms-of-use": "Syarat Penggunanaan", 71 | "global-navigation-anon-my-account": "Akun Saya", 72 | "global-navigation-anon-register": "Daftar", 73 | "global-navigation-anon-register-description": "Belum mempunyai akun?", 74 | "global-navigation-anon-sign-in": "Mendaftat", 75 | "global-navigation-create-wiki-link-start-wikia": "Memulai Wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Permainan", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Film", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "Video", 80 | "global-navigation-messages-title": "Pesan", 81 | "global-navigation-notifications-title": "Pemberitahuan", 82 | "global-navigation-search-cancel": "Batalkan", 83 | "global-navigation-search-placeholder-fandom": "Cari Cerita dan Wiki...", 84 | "global-navigation-search-placeholder-in-wiki": "Mencari {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Mencari", 86 | "global-navigation-search-placeholder-wikis": "Mencari Wiki...", 87 | "global-navigation-search-select-fandom": "Cerita FANDOM dan Wiki", 88 | "global-navigation-search-select-in-wiki": "Didalam Wiki ini", 89 | "global-navigation-search-select-wikis": "Untuk Wiki", 90 | "global-navigation-user-help": "Bantuan", 91 | "global-navigation-user-message-wall": "Pesan Dinding", 92 | "global-navigation-user-my-preferences": "Preferensi Saya", 93 | "global-navigation-user-my-talk": "Pembicaraan Saya", 94 | "global-navigation-user-sign-out": "Keluar", 95 | "global-navigation-user-view-author-profile": "Profil Penulis", 96 | "global-navigation-user-view-profile": "Lihat Profil", 97 | "global-navigation-wikis-community-central": "Pusat Komunitas", 98 | "global-navigation-wikis-explore": "Jelajahi Wiki", 99 | "global-navigation-wikis-fandom-university": "Universitas FANDOM", 100 | "global-navigation-wikis-header": "Wiki", 101 | "hours-ago": "{hours}h", 102 | "minutes-ago": "{minutes}m", 103 | "notifications-mark-all-as-read": "Tandai semua telah telah dibaca", 104 | "notifications-no-notifications-message": "Belum ada Pemberitahuan.", 105 | "notifications-notifications": "Pemberitahuan", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} pengguna menyukai diskusi anda", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} penggunamenyukai diskusi anda {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "1 penggunamenyukaidiskusi anda", 109 | "notifications-post-upvote-single-user-with-title": "1 penggunamenyukail diskusi anda {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} dan {number} beberapa pengguna lain membalasdiskusi yang ada ikut", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} dan {number} pengguna lainmembalaske {postTitle}", 112 | "notifications-replied-by-no-title": "{user}membalas ke diskusi yang anda ikuti", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} dan {secondUser}membalaske diskusi yang anda ikuti", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} dan {secondUser}membalaske{postTitle}", 115 | "notifications-replied-by-with-title": "{user}membalaske{postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} pengguna menyukai balasan anda", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} pengguna menyukaibalasan anda di {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "1 pengguna menyukai balasan anda", 119 | "notifications-reply-upvote-single-user-with-title": "1 pengguna menyukai balasan anda di {postTitle}", 120 | "now-label": "sekarang", 121 | "wds-avatar-badges-admin-tooltip": "Admin Komunitas", 122 | "wds-avatar-badges-content-moderator-tooltip": "Konten Moderator", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Moderator Diskusi", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Moderator Diskusi Global", 125 | "wds-avatar-badges-helper-tooltip": "Penunjang FANDOM", 126 | "wds-avatar-badges-staff-tooltip": "Staf FANDOM", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/es/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Añadir", 4 | "community-header-add-new-image": "Añadir imagen", 5 | "community-header-add-new-page": "Añadir página", 6 | "community-header-add-new-video": "Añadir video", 7 | "community-header-admin-dashboard": "Panel de administración", 8 | "community-header-all-shortcuts": "Todos los atajos", 9 | "community-header-community": "Comunidad", 10 | "community-header-discuss": "Discute", 11 | "community-header-discussions-post": "Discusión", 12 | "community-header-discussions-posts": "Discusiones", 13 | "community-header-explore": "Explora", 14 | "community-header-forum": "Foro", 15 | "community-header-images": "Imágenes", 16 | "community-header-page": "Página", 17 | "community-header-pages": "Páginas", 18 | "community-header-random-page": "Página aleatoria", 19 | "community-header-recent-changes": "Cambios recientes", 20 | "community-header-videos": "Videos", 21 | "community-header-wiki-activity": "Wiki actividad", 22 | "days-ago": "{days}d", 23 | "global-footer-advertise-header": "Anuncia", 24 | "global-footer-advertise-link-contact": "Contactar", 25 | "global-footer-advertise-link-media-kit": "Kit de medios", 26 | "global-footer-community-apps-description": "Lleva tu comunidad favorita contigo y no te pierdas de nada", 27 | "global-footer-community-apps-header": "Apps comunitarias", 28 | "global-footer-community-header": "Comunidad", 29 | "global-footer-community-link-community-central": "Comunidad Central", 30 | "global-footer-community-link-fan-contributor-program": "Programa de colaborador", 31 | "global-footer-community-link-help": "Ayuda", 32 | "global-footer-community-link-support": "Soporte", 33 | "global-footer-community-link-wam-score": "Puntuación WAM", 34 | "global-footer-company-overview-header": "Vista general", 35 | "global-footer-company-overview-link-about": "Acerca de", 36 | "global-footer-company-overview-link-careers": "Empleo", 37 | "global-footer-company-overview-link-contact": "Contactar", 38 | "global-footer-company-overview-link-press": "Prensa", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "¿No has encontrado una comunidad que te apasione? Entonces crea una propia.", 42 | "global-footer-create-wiki-link-start-wikia": "Crear un wiki", 43 | "global-footer-fandom-app-description": "Lleva tu comunidad favorita contigo y no te pierdas de nada", 44 | "global-footer-fandom-app-header": "Aplicación de FANDOM", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Juegos", 48 | "global-footer-fandom-overview-link-vertical-movies": "Películas", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "Síguenos", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "YouTube", 56 | "global-footer-full-site-link": "Ver sitio completo", 57 | "global-footer-international-header-subtitle": "El hogar del FANDOM", 58 | "global-footer-licensing-and-vertical-description": "{sitename} es una comunidad FANDOM de {vertical}.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Libros", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Cómics", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Juegos", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Estilo de vida", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Películas", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Música", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "Ver sitio móvil", 67 | "global-footer-site-overview-link-global-sitemap": "Mapa del sitio global", 68 | "global-footer-site-overview-link-local-sitemap": "Mapa del sitio local", 69 | "global-footer-site-overview-link-privacy-policy": "Política de privacidad", 70 | "global-footer-site-overview-link-terms-of-use": "Términos de uso", 71 | "global-navigation-anon-my-account": "Mi cuenta", 72 | "global-navigation-anon-register": "Registrarse", 73 | "global-navigation-anon-register-description": "¿No tienes una cuenta?", 74 | "global-navigation-anon-sign-in": "Iniciar sesión", 75 | "global-navigation-create-wiki-link-start-wikia": "Crear un wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Juegos", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Películas", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "Video", 80 | "global-navigation-messages-title": "Mensajes", 81 | "global-navigation-notifications-title": "Notificaciones", 82 | "global-navigation-search-cancel": "Cancelar", 83 | "global-navigation-search-placeholder-fandom": "Buscar artículos y wikis...", 84 | "global-navigation-search-placeholder-in-wiki": "Buscar en {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Buscar", 86 | "global-navigation-search-placeholder-wikis": "Buscar un wiki...", 87 | "global-navigation-search-select-fandom": "Artículos sobre FANDOM y wikis", 88 | "global-navigation-search-select-in-wiki": "Dentro de este wiki", 89 | "global-navigation-search-select-wikis": "Un wiki", 90 | "global-navigation-user-help": "Ayuda", 91 | "global-navigation-user-message-wall": "Muro de mensajes", 92 | "global-navigation-user-my-preferences": "Mis preferencias", 93 | "global-navigation-user-my-talk": "Mis mensajes", 94 | "global-navigation-user-sign-out": "Cerrar sesión", 95 | "global-navigation-user-view-author-profile": "Perfil de autor", 96 | "global-navigation-user-view-profile": "Ver perfil", 97 | "global-navigation-wikis-community-central": "Comunidad Central", 98 | "global-navigation-wikis-explore": "Explora wikis", 99 | "global-navigation-wikis-fandom-university": "Universidad de FANDOM", 100 | "global-navigation-wikis-header": "Wikis", 101 | "hours-ago": "{hours}h", 102 | "minutes-ago": "{minutes}m", 103 | "notifications-mark-all-as-read": "Marcar como leídas", 104 | "notifications-no-notifications-message": "Aún no hay notificaciones.", 105 | "notifications-notifications": "Notificaciones", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} usuarios votaron tu discusión", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} usuarios votaron tu discusión {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "1 usuario votó tu discusión", 109 | "notifications-post-upvote-single-user-with-title": "1 usuario votó tu discusión {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} y {number} otros usuarios comentaron en una discusión que estás siguiendo", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} y {number} otros usuarios comentaron en {postTitle}", 112 | "notifications-replied-by-no-title": "{user} comentó en una discusión que estás siguiendo", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} y {secondUser} comentaron en una discusión que estás siguiendo", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} y {secondUser} comentaron en {postTitle}", 115 | "notifications-replied-by-with-title": "{user} comentó en {postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} usuarios votaron tu respuesta", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} usuarios votaron tu respuesta en {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "1 usuario votó tu respuesta", 119 | "notifications-reply-upvote-single-user-with-title": "1 usuario votó tu respuesta en {postTitle}", 120 | "now-label": "Ahora", 121 | "wds-avatar-badges-admin-tooltip": "Administrador", 122 | "wds-avatar-badges-content-moderator-tooltip": "Moderador de contenido", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Moderador de discusiones", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Moderador global de discusiones", 125 | "wds-avatar-badges-helper-tooltip": "Helper", 126 | "wds-avatar-badges-staff-tooltip": "Staff", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/fi/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Takaisin", 3 | "community-header-add": "Lisää", 4 | "community-header-add-new-image": "Lisää uusi kuva", 5 | "community-header-add-new-page": "Lisää uusi sivu", 6 | "community-header-add-new-video": "Lisää uusi video", 7 | "community-header-admin-dashboard": "Ylläpitäjän kojelauta", 8 | "community-header-all-shortcuts": "Kaikki pikakuvakkeet", 9 | "community-header-community": "Yhteisö", 10 | "community-header-discuss": "Keskustele", 11 | "community-header-discussions-post": "keskustelu", 12 | "community-header-discussions-posts": "keskustelua", 13 | "community-header-explore": "Tutki", 14 | "community-header-forum": "Foorumi", 15 | "community-header-images": "Kuvat", 16 | "community-header-page": "sivu", 17 | "community-header-pages": "sivua", 18 | "community-header-random-page": "Satunnainen sivu", 19 | "community-header-recent-changes": "Tuoreet muutokset", 20 | "community-header-videos": "Videot", 21 | "community-header-wiki-activity": "Viimeisin toiminta", 22 | "days-ago": "{days}p", 23 | "global-footer-advertise-header": "Mainosta", 24 | "global-footer-advertise-link-contact": "Ota yhteyttä", 25 | "global-footer-advertise-link-media-kit": "Mediasetti", 26 | "global-footer-community-apps-description": "Ota suosikkifandomisi mukaan niin et jää kaipaamaan niitä", 27 | "global-footer-community-apps-header": "Yhteisösovellukset", 28 | "global-footer-community-header": "Yhteisö", 29 | "global-footer-community-link-community-central": "Yhteisöwiki", 30 | "global-footer-community-link-fan-contributor-program": "Fan Contributor Program", 31 | "global-footer-community-link-help": "Ohje", 32 | "global-footer-community-link-support": "Tuki", 33 | "global-footer-community-link-wam-score": "WAM-tilastot", 34 | "global-footer-company-overview-header": "Yleiskatsaus", 35 | "global-footer-company-overview-link-about": "Tietoa", 36 | "global-footer-company-overview-link-careers": "Työpaikat", 37 | "global-footer-company-overview-link-contact": "Ota yhteyttä", 38 | "global-footer-company-overview-link-press": "Lehdistö", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Käyttöehdot {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "Etkö löydä yhteisöä, jollaisesta pidät? Luo omasi ja aloita jotain eeppistä.", 42 | "global-footer-create-wiki-link-start-wikia": "Aloita uusi wiki", 43 | "global-footer-fandom-app-description": "Ota suosikkifandomisi mukaan niin et jää kaipaamaan niitä", 44 | "global-footer-fandom-app-header": "FANDOM-sovellus", 45 | "global-footer-fandom-overview-header": "Tutki", 46 | "global-footer-fandom-overview-link-explore-wikis": "wikejä", 47 | "global-footer-fandom-overview-link-vertical-games": "Pelit", 48 | "global-footer-fandom-overview-link-vertical-movies": "Elokuvat", 49 | "global-footer-fandom-overview-link-vertical-tv": "Televisio", 50 | "global-footer-follow-us-header": "Seuraa meitä", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "YouTube", 56 | "global-footer-full-site-link": "Näytä koko sivusto", 57 | "global-footer-international-header-subtitle": "FANDOMin koti", 58 | "global-footer-licensing-and-vertical-description": "{sitename} on FANDOM {vertical}-yhteisö.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Kirjat", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Sarjakuvat", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Pelit", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Elämäntapa", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Elokuvat", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Musiikki", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "Televisio", 66 | "global-footer-mobile-site-link": "Siirry sivuston mobiiliversioon", 67 | "global-footer-site-overview-link-global-sitemap": "Globaali sivukartta", 68 | "global-footer-site-overview-link-local-sitemap": "Paikallinen sivukartta", 69 | "global-footer-site-overview-link-privacy-policy": "Yksityisyyden suoja", 70 | "global-footer-site-overview-link-terms-of-use": "Käyttöehdot", 71 | "global-navigation-anon-my-account": "Käyttäjätilini", 72 | "global-navigation-anon-register": "Rekisteröidy", 73 | "global-navigation-anon-register-description": "Eikö sinulla ole tiliä?", 74 | "global-navigation-anon-sign-in": "Kirjaudu sisään", 75 | "global-navigation-create-wiki-link-start-wikia": "Aloita uusi wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Pelit", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Elokuvat", 78 | "global-navigation-fandom-overview-link-vertical-tv": "Televisio", 79 | "global-navigation-fandom-overview-link-video": "Videot", 80 | "global-navigation-messages-title": "Viestit", 81 | "global-navigation-notifications-title": "Ilmoitukset", 82 | "global-navigation-search-cancel": "Peruuta", 83 | "global-navigation-search-placeholder-fandom": "Hae tarinoita ja wikejä...", 84 | "global-navigation-search-placeholder-in-wiki": "Hae {sitename}stä...", 85 | "global-navigation-search-placeholder-inactive": "Hae", 86 | "global-navigation-search-placeholder-wikis": "Hae wikiä...", 87 | "global-navigation-search-select-fandom": "FANDOMin Tarinat ja Wikit", 88 | "global-navigation-search-select-in-wiki": "Tästä wikistä", 89 | "global-navigation-search-select-wikis": "Wikille", 90 | "global-navigation-user-help": "Ohje", 91 | "global-navigation-user-message-wall": "Viestiseinä", 92 | "global-navigation-user-my-preferences": "Omat asetukset", 93 | "global-navigation-user-my-talk": "Keskusteluni", 94 | "global-navigation-user-sign-out": "Kirjaudu ulos", 95 | "global-navigation-user-view-author-profile": "Tekijän profiili", 96 | "global-navigation-user-view-profile": "Näytä profiili", 97 | "global-navigation-wikis-community-central": "Yhteisöwiki", 98 | "global-navigation-wikis-explore": "Tutustu wikeihin", 99 | "global-navigation-wikis-fandom-university": "FANDOM University", 100 | "global-navigation-wikis-header": "Wikit", 101 | "hours-ago": "{hours}t", 102 | "minutes-ago": "{minutes}m", 103 | "notifications-mark-all-as-read": "Merkitse kaikki luetuiksi", 104 | "notifications-no-notifications-message": "Ei ilmoituksia vielä.", 105 | "notifications-notifications": "Ilmoitukset", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} käyttäjää kehui keskusteluasi", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} käyttäjää kehui keskusteluasi {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "1 käyttäjä kehui keskusteluasi", 109 | "notifications-post-upvote-single-user-with-title": "1 käyttäjä kehui keskusteluasi {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} ja {number} muuta käyttäjää vastasivat keskusteluun, jota seuraat", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} ja {number} muuta käyttäjää vastasivat keskusteluun {postTitle}", 112 | "notifications-replied-by-no-title": "{user} vastasi seuraamaasi keskusteluun", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} ja {secondUser} vastasivat seuraamaasi keskusteluun", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} ja {secondUser} vastasivat keskusteluun {postTitle}", 115 | "notifications-replied-by-with-title": "{user} vastasi keskusteluun {postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} käyttäjää kehui vastaustasi", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} käyttäjää kehui vastaustasi keskusteluun {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "1 käyttäjä kehui vastaustasi", 119 | "notifications-reply-upvote-single-user-with-title": "1 käyttäjä kehui vastaustasi keskuteluun {postTitle}", 120 | "now-label": "nyt", 121 | "wds-avatar-badges-admin-tooltip": "Yhteisön ylläpitäjä", 122 | "wds-avatar-badges-content-moderator-tooltip": "Sisältömoderaattori", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Keskustelumoderaattori", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Globaali keskustelumoderaattori", 125 | "wds-avatar-badges-helper-tooltip": "FANDOM-Auttaja", 126 | "wds-avatar-badges-staff-tooltip": "FANDOM-henkilökunta", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/nl/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Toevoegen", 4 | "community-header-add-new-image": "Voeg nieuwe afbeelding toe", 5 | "community-header-add-new-page": "Voeg nieuwe pagina toe", 6 | "community-header-add-new-video": "Voeg nieuwe video toe", 7 | "community-header-admin-dashboard": "Beheerdersdashboard", 8 | "community-header-all-shortcuts": "Alle snelkoppelingen", 9 | "community-header-community": "Community", 10 | "community-header-discuss": "Overleg", 11 | "community-header-discussions-post": "Bericht", 12 | "community-header-discussions-posts": "Berichten", 13 | "community-header-explore": "Verken", 14 | "community-header-forum": "Forum", 15 | "community-header-images": "Afbeeldingen", 16 | "community-header-page": "Pagina", 17 | "community-header-pages": "Pagina's", 18 | "community-header-random-page": "Willekeurige pagina", 19 | "community-header-recent-changes": "Recente wijzigingen", 20 | "community-header-videos": "Video's", 21 | "community-header-wiki-activity": "Wikiactiviteit", 22 | "days-ago": "{days}d", 23 | "global-footer-advertise-header": "Adverteren", 24 | "global-footer-advertise-link-contact": "Contact", 25 | "global-footer-advertise-link-media-kit": "Mediakit", 26 | "global-footer-community-apps-description": "Neem je favoriete fandoms met je mee en mis nooit meer nieuws", 27 | "global-footer-community-apps-header": "Community Apps", 28 | "global-footer-community-header": "Community", 29 | "global-footer-community-link-community-central": "Centrale Community", 30 | "global-footer-community-link-fan-contributor-program": "Fan Contributor programma", 31 | "global-footer-community-link-help": "Help", 32 | "global-footer-community-link-support": "Ondersteuning", 33 | "global-footer-community-link-wam-score": "WAM Score", 34 | "global-footer-company-overview-header": "Overzicht", 35 | "global-footer-company-overview-link-about": "Over", 36 | "global-footer-company-overview-link-careers": "Vacatures", 37 | "global-footer-company-overview-link-contact": "Contact", 38 | "global-footer-company-overview-link-press": "Pers", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "Kun je geen wiki vinden over een onderwerk dat je leuk vindt? Start er zelf een en maak hem groots.", 42 | "global-footer-create-wiki-link-start-wikia": "Start een wiki", 43 | "global-footer-fandom-app-description": "Neem je favoriete fandoms met je mee en mis nooit meer nieuws", 44 | "global-footer-fandom-app-header": "De FANDOM App", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Games", 48 | "global-footer-fandom-overview-link-vertical-movies": "Films", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "Volg ons", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "Youtube", 56 | "global-footer-full-site-link": "Bekijk volledige site", 57 | "global-footer-international-header-subtitle": "Het Thuis van FANDOM", 58 | "global-footer-licensing-and-vertical-description": "{sitename} is een FANDOM {vertical} Community.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Literatuur", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Strips", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Games", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Levensstijl", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Films", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Muziek", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "Bekijk mobiele site", 67 | "global-footer-site-overview-link-global-sitemap": "Algemene Sitemap", 68 | "global-footer-site-overview-link-local-sitemap": "Lokale Sitemap", 69 | "global-footer-site-overview-link-privacy-policy": "Privacybeleid", 70 | "global-footer-site-overview-link-terms-of-use": "Gebruiksvoorwaarden", 71 | "global-navigation-anon-my-account": "Mijn Account", 72 | "global-navigation-anon-register": "Registreer", 73 | "global-navigation-anon-register-description": "Nog geen account?", 74 | "global-navigation-anon-sign-in": "Aanmelden", 75 | "global-navigation-create-wiki-link-start-wikia": "Start een Wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Games", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Films", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "Video", 80 | "global-navigation-messages-title": "Berichten", 81 | "global-navigation-notifications-title": "Meldingen", 82 | "global-navigation-search-cancel": "Annuleer", 83 | "global-navigation-search-placeholder-fandom": "Zoek in artikelen en Wiki's...", 84 | "global-navigation-search-placeholder-in-wiki": "Zoek in {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Zoek", 86 | "global-navigation-search-placeholder-wikis": "Zoek een Wiki...", 87 | "global-navigation-search-select-fandom": "FANDOM Verhalen en Wiki's", 88 | "global-navigation-search-select-in-wiki": "Binnen deze Wiki", 89 | "global-navigation-search-select-wikis": "Naar een Wiki", 90 | "global-navigation-user-help": "Help", 91 | "global-navigation-user-message-wall": "Prikbord", 92 | "global-navigation-user-my-preferences": "Mijn voorkeuren", 93 | "global-navigation-user-my-talk": "Mijn overleg", 94 | "global-navigation-user-sign-out": "Afmelden", 95 | "global-navigation-user-view-author-profile": "Auteursprofiel", 96 | "global-navigation-user-view-profile": "Bekijk profiel", 97 | "global-navigation-wikis-community-central": "Community Central", 98 | "global-navigation-wikis-explore": "Explore Wikis", 99 | "global-navigation-wikis-fandom-university": "FANDOM Universiteit", 100 | "global-navigation-wikis-header": "Wiki's", 101 | "hours-ago": "{hours}u", 102 | "minutes-ago": "{minutes}m", 103 | "notifications-mark-all-as-read": "Alles als gelezen markeren", 104 | "notifications-no-notifications-message": "Nog geen meldingen.", 105 | "notifications-notifications": "Meldingen", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} gebruikers stemden voor je discussue", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} gebruikers stemde voor je discussue {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "1 gebruiker stemde voor je discussue", 109 | "notifications-post-upvote-single-user-with-title": "1 gebruiker stemde voor je discussue {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} en {number} andere gebruikers reageerden op een discussie die je volgt", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} en {number} andere gebruikers reageerden op {postTitle}", 112 | "notifications-replied-by-no-title": "{user} reageerde op een discussie die je volgt", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} en {secondUser} reageerden op een discussie die je volgt", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} en {secondUser} reageerden op {postTitle}", 115 | "notifications-replied-by-with-title": "{user} reageerde op {postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} gebruikers stemden voor je reactie", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} gebruikers stemden voor je reactie op {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "1 gebruiker stemde voor je reactie", 119 | "notifications-reply-upvote-single-user-with-title": "1 gebruiker stemde voor je reactie op {postTitle}", 120 | "now-label": "nu", 121 | "wds-avatar-badges-admin-tooltip": "Lokale beheerder", 122 | "wds-avatar-badges-content-moderator-tooltip": "Inhoudmoderator", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Discussiemoderator", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Global Discussions Moderator", 125 | "wds-avatar-badges-helper-tooltip": "FANDOM Helper", 126 | "wds-avatar-badges-staff-tooltip": "FANDOM Medewerkers", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/ru/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Создать", 4 | "community-header-add-new-image": "Добавить изображение", 5 | "community-header-add-new-page": "Создать cтраницу", 6 | "community-header-add-new-video": "Добавить видео", 7 | "community-header-admin-dashboard": "Кабинет администратора", 8 | "community-header-all-shortcuts": "Служебные страницы", 9 | "community-header-community": "Сообщество", 10 | "community-header-discuss": "Общение", 11 | "community-header-discussions-post": "Опубликовать", 12 | "community-header-discussions-posts": "сообщений(е/я)", 13 | "community-header-explore": "Исследовать", 14 | "community-header-forum": "Форум", 15 | "community-header-images": "Изображения", 16 | "community-header-page": "Страница", 17 | "community-header-pages": "Страницы", 18 | "community-header-random-page": "Случайная статья", 19 | "community-header-recent-changes": "Свежие правки", 20 | "community-header-videos": "Видео", 21 | "community-header-wiki-activity": "Вики-деятельность", 22 | "days-ago": "{days} дн.", 23 | "global-footer-advertise-header": "Реклама на сайте", 24 | "global-footer-advertise-link-contact": "Связаться с нами", 25 | "global-footer-advertise-link-media-kit": "Медиа-кит", 26 | "global-footer-community-apps-description": "Оставайтесь в курсе всего происходящего на ваших любимых сообществах", 27 | "global-footer-community-apps-header": "Приложения ФЭНДОМА", 28 | "global-footer-community-header": "Сообщество", 29 | "global-footer-community-link-community-central": "Вики Сообщества", 30 | "global-footer-community-link-fan-contributor-program": "Программа авторов Фэндома", 31 | "global-footer-community-link-help": "Справка", 32 | "global-footer-community-link-support": "Поддержка", 33 | "global-footer-community-link-wam-score": "Рейтинг WAM", 34 | "global-footer-company-overview-header": "Обзор", 35 | "global-footer-company-overview-link-about": "О нас", 36 | "global-footer-company-overview-link-careers": "Вакансии", 37 | "global-footer-company-overview-link-contact": "Обратная связь", 38 | "global-footer-company-overview-link-press": "В прессе", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "© {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "Не удаётся найти сообщество по интересующей вас теме? Создайте своё и положите начало легенде!", 42 | "global-footer-create-wiki-link-start-wikia": "Создать вики", 43 | "global-footer-fandom-app-description": "Оставайтесь в курсе всего происходящего на ваших любимых сообществах", 44 | "global-footer-fandom-app-header": "Приложения ФЭНДОМА", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Видеоигры", 48 | "global-footer-fandom-overview-link-vertical-movies": "Кино", 49 | "global-footer-fandom-overview-link-vertical-tv": "ТВ", 50 | "global-footer-follow-us-header": "В социальных сетях", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "YouTube", 56 | "global-footer-full-site-link": "Полная версия", 57 | "global-footer-international-header-subtitle": "Твой ФЭНДОМ", 58 | "global-footer-licensing-and-vertical-description": "{sitename} — это ФЭНДОМ на портале {vertical}.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Книги", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Комиксы", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Видеоигры", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Увлечения", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Кино", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Музыка", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "ТВ", 66 | "global-footer-mobile-site-link": "Мобильная версия", 67 | "global-footer-site-overview-link-global-sitemap": "Общая карта сайта", 68 | "global-footer-site-overview-link-local-sitemap": "Локальная карта сайта", 69 | "global-footer-site-overview-link-privacy-policy": "Конфиден­циальность", 70 | "global-footer-site-overview-link-terms-of-use": "Условия использования", 71 | "global-navigation-anon-my-account": "Мой аккаунт", 72 | "global-navigation-anon-register": "Зарегистрироваться", 73 | "global-navigation-anon-register-description": "Нет учётной записи?", 74 | "global-navigation-anon-sign-in": "Войти", 75 | "global-navigation-create-wiki-link-start-wikia": "Создать вики", 76 | "global-navigation-fandom-overview-link-vertical-games": "Видеоигры", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Кино", 78 | "global-navigation-fandom-overview-link-vertical-tv": "ТВ", 79 | "global-navigation-fandom-overview-link-video": "Видео", 80 | "global-navigation-messages-title": "Сообщения", 81 | "global-navigation-notifications-title": "Уведомления", 82 | "global-navigation-search-cancel": "Отмена", 83 | "global-navigation-search-placeholder-fandom": "Поиск статей и вики...", 84 | "global-navigation-search-placeholder-in-wiki": "Поиск на {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Поиск", 86 | "global-navigation-search-placeholder-wikis": "Поиск вики...", 87 | "global-navigation-search-select-fandom": "Статьи ФЭНДОМА и вики", 88 | "global-navigation-search-select-in-wiki": "на этой вики", 89 | "global-navigation-search-select-wikis": "вики", 90 | "global-navigation-user-help": "Справка", 91 | "global-navigation-user-message-wall": "Стена обсуждения", 92 | "global-navigation-user-my-preferences": "Настройки", 93 | "global-navigation-user-my-talk": "Обсуждение", 94 | "global-navigation-user-sign-out": "Выйти", 95 | "global-navigation-user-view-author-profile": "Профиль автора", 96 | "global-navigation-user-view-profile": "Моя страница", 97 | "global-navigation-wikis-community-central": "Вики Сообщества", 98 | "global-navigation-wikis-explore": "Исследуйте вики", 99 | "global-navigation-wikis-fandom-university": "Университет ФЭНДОМА", 100 | "global-navigation-wikis-header": "Вики", 101 | "hours-ago": "{hours} ч.", 102 | "minutes-ago": "{minutes} мин.", 103 | "notifications-mark-all-as-read": "Отметить всё как прочитанное", 104 | "notifications-no-notifications-message": "Уведомлений нет.", 105 | "notifications-notifications": "Уведомления", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} — столько участников оценили ваше сообщение", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} — столько участников оценили ваше сообщение {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "1 участник оценил ваше сообщение", 109 | "notifications-post-upvote-single-user-with-title": "1 участник оценил ваше сообщение {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} и {number} других ответили в отслеживаемом вами обсуждении", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} и {number} других ответили на сообщение {postTitle}", 112 | "notifications-replied-by-no-title": "{user} ответил(а) в отслеживаемом вами обсуждении", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} и {secondUser} ответили в отслеживаемом вами обсуждении", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} и {secondUser} ответили на сообщение {postTitle}", 115 | "notifications-replied-by-with-title": "{user} ответил(а) на сообщение {postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} — столько участников оценили ваш ответ", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} — столько участников оценили ваш ответ в обсуждении {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "1 участник оценил ваш ответ", 119 | "notifications-reply-upvote-single-user-with-title": "1 участник оценил ваш ответ в обсуждении {postTitle}", 120 | "now-label": "сейчас", 121 | "wds-avatar-badges-admin-tooltip": "Администратор сообщества", 122 | "wds-avatar-badges-content-moderator-tooltip": "Модератор контента", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Модератор обсуждений", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Модератор Обсуждений ФЭНДОМА", 125 | "wds-avatar-badges-helper-tooltip": "Помощник ФЭНДОМА", 126 | "wds-avatar-badges-staff-tooltip": "Сотрудник ФЭНДОМА", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/pt/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Adicionar", 4 | "community-header-add-new-image": "Adicionar nova imagem", 5 | "community-header-add-new-page": "Adicionar nova página", 6 | "community-header-add-new-video": "Adicionar novo vídeo", 7 | "community-header-admin-dashboard": "Painel de Administração", 8 | "community-header-all-shortcuts": "Todos os atalhos", 9 | "community-header-community": "Comunidade", 10 | "community-header-discuss": "Converse", 11 | "community-header-discussions-post": "Posts", 12 | "community-header-discussions-posts": "Posts", 13 | "community-header-explore": "Explorar", 14 | "community-header-forum": "Fórum", 15 | "community-header-images": "Imagens", 16 | "community-header-page": "Página", 17 | "community-header-pages": "Páginas", 18 | "community-header-random-page": "Página Aleatória", 19 | "community-header-recent-changes": "Mudanças recentes", 20 | "community-header-videos": "Vídeos", 21 | "community-header-wiki-activity": "Atividade na Wiki", 22 | "days-ago": "{days}d", 23 | "global-footer-advertise-header": "Anuncie", 24 | "global-footer-advertise-link-contact": "Contato", 25 | "global-footer-advertise-link-media-kit": "Kit de Imprensa", 26 | "global-footer-community-apps-description": "Leve seus fandoms favoritos com você e fique por dentro de tudo", 27 | "global-footer-community-apps-header": "Apps da comunidade", 28 | "global-footer-community-header": "Comunidade", 29 | "global-footer-community-link-community-central": "Central da Comunidade", 30 | "global-footer-community-link-fan-contributor-program": "Programa Colaborador Fandom", 31 | "global-footer-community-link-help": "Ajuda", 32 | "global-footer-community-link-support": "Suporte", 33 | "global-footer-community-link-wam-score": "Pontuação WAM", 34 | "global-footer-company-overview-header": "Visão geral", 35 | "global-footer-company-overview-link-about": "Sobre", 36 | "global-footer-company-overview-link-careers": "Carreiras", 37 | "global-footer-company-overview-link-contact": "Contato", 38 | "global-footer-company-overview-link-press": "Imprensa", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Wikia © {date}. Todos os direitos reservados.", 41 | "global-footer-create-wiki-description": "Não consegue encontrar uma comunidade que você ama? Crie a sua própria e comece algo épico.", 42 | "global-footer-create-wiki-link-start-wikia": "Começar uma wiki", 43 | "global-footer-fandom-app-description": "Leve seus fandoms favoritos com você e fique por dentro de tudo", 44 | "global-footer-fandom-app-header": "O App do FANDOM", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Jogos", 48 | "global-footer-fandom-overview-link-vertical-movies": "Filmes", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "Siga-nos", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "YouTube", 56 | "global-footer-full-site-link": "Ver site completo", 57 | "global-footer-international-header-subtitle": "O Reino dos Fãs", 58 | "global-footer-licensing-and-vertical-description": "{sitename} é uma comunidade Fandom {vertical}.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Livros", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Quadrinhos", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Jogos", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Estilo de vida", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Filmes", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Música", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "Ver site móvel", 67 | "global-footer-site-overview-link-global-sitemap": "Mapa do site global", 68 | "global-footer-site-overview-link-local-sitemap": "Mapa do site local", 69 | "global-footer-site-overview-link-privacy-policy": "Política de privacidade", 70 | "global-footer-site-overview-link-terms-of-use": "Termos de uso", 71 | "global-navigation-anon-my-account": "Minha Conta", 72 | "global-navigation-anon-register": "Registre-se", 73 | "global-navigation-anon-register-description": "Você não tem uma conta?", 74 | "global-navigation-anon-sign-in": "Iniciar sessão", 75 | "global-navigation-create-wiki-link-start-wikia": "Começar uma wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Jogos", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Filmes", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "Vídeo", 80 | "global-navigation-messages-title": "Mensagens", 81 | "global-navigation-notifications-title": "Notificações", 82 | "global-navigation-search-cancel": "Cancelar", 83 | "global-navigation-search-placeholder-fandom": "Procurar artigos e wikis...", 84 | "global-navigation-search-placeholder-in-wiki": "Pesquisa {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Pesquisar", 86 | "global-navigation-search-placeholder-wikis": "Procurar por uma wiki...", 87 | "global-navigation-search-select-fandom": "Histórias e Wikis FANDOM", 88 | "global-navigation-search-select-in-wiki": "Nesta wiki", 89 | "global-navigation-search-select-wikis": "Por uma wiki", 90 | "global-navigation-user-help": "Ajuda", 91 | "global-navigation-user-message-wall": "Mural de mensagens", 92 | "global-navigation-user-my-preferences": "Minhas preferências", 93 | "global-navigation-user-my-talk": "Minhas mensagens", 94 | "global-navigation-user-sign-out": "Sair", 95 | "global-navigation-user-view-author-profile": "Perfil de autor", 96 | "global-navigation-user-view-profile": "Ver perfil", 97 | "global-navigation-wikis-community-central": "Central da Comunidade", 98 | "global-navigation-wikis-explore": "Explorar wikis", 99 | "global-navigation-wikis-fandom-university": "Universidade FANDOM", 100 | "global-navigation-wikis-header": "Wikis", 101 | "hours-ago": "{hours}h", 102 | "minutes-ago": "{minutes}m", 103 | "notifications-mark-all-as-read": "Marcar tudo como lido", 104 | "notifications-no-notifications-message": "Nenhuma notificação ainda.", 105 | "notifications-notifications": "Notificações", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} usuários votaram em sua discussão", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} usuários votaram em sua discussão {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "1 usuário votou na sua discussão", 109 | "notifications-post-upvote-single-user-with-title": "1 usuário votou na sua discussão {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} e {number} outros usuários responderam a uma discussão que você está seguindo", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} e {number} outros usuários responderam a {postTitle}", 112 | "notifications-replied-by-no-title": "{user} respondeu a uma discussão que você está seguindo", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} e {secondUser} responderam a uma discussão que você está seguindo", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} e {secondUser} responderam a {postTitle}", 115 | "notifications-replied-by-with-title": "{user} respondeu a {postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} usuários votaram em sua resposta", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} usuários votaram em sua resposta em {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "1 usuário votou na sua resposta", 119 | "notifications-reply-upvote-single-user-with-title": "1 usuário votouna sua resposta em {postTitle}", 120 | "now-label": "agora", 121 | "wds-avatar-badges-admin-tooltip": "Administrador da comunidade", 122 | "wds-avatar-badges-content-moderator-tooltip": "Moderador de conteúdo", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Moderador de Discussões", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Moderador global de discussões", 125 | "wds-avatar-badges-helper-tooltip": "Helper do FANDOM", 126 | "wds-avatar-badges-staff-tooltip": "Staff do FANDOM", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/it/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Aggiungi", 4 | "community-header-add-new-image": "Aggiungi nuova immagine", 5 | "community-header-add-new-page": "Crea nuova pagina", 6 | "community-header-add-new-video": "Aggiungi nuovo video", 7 | "community-header-admin-dashboard": "Pannello di controllo Admin", 8 | "community-header-all-shortcuts": "Tutte le scorciatoie", 9 | "community-header-community": "Community", 10 | "community-header-discuss": "Discuti", 11 | "community-header-discussions-post": "Post", 12 | "community-header-discussions-posts": "Post", 13 | "community-header-explore": "Esplora", 14 | "community-header-forum": "Forum", 15 | "community-header-images": "Immagini", 16 | "community-header-page": "Pagina", 17 | "community-header-pages": "Pagine", 18 | "community-header-random-page": "Una pagina a caso", 19 | "community-header-recent-changes": "Ultime Modifiche", 20 | "community-header-videos": "Video", 21 | "community-header-wiki-activity": "Attività della wiki", 22 | "days-ago": "{days}g", 23 | "global-footer-advertise-header": "Pubblicizza", 24 | "global-footer-advertise-link-contact": "Contattaci", 25 | "global-footer-advertise-link-media-kit": "Media Kit", 26 | "global-footer-community-apps-description": "Porta i tuoi fandom preferiti con te e non perdere mai un colpo", 27 | "global-footer-community-apps-header": "App della community", 28 | "global-footer-community-header": "Community", 29 | "global-footer-community-link-community-central": "Wiki della Community", 30 | "global-footer-community-link-fan-contributor-program": "Programma fan collaboratore", 31 | "global-footer-community-link-help": "Aiuto", 32 | "global-footer-community-link-support": "Supporto", 33 | "global-footer-community-link-wam-score": "Punteggio WAM", 34 | "global-footer-company-overview-header": "Panoramica", 35 | "global-footer-company-overview-link-about": "Su di noi", 36 | "global-footer-company-overview-link-careers": "Lavora con noi", 37 | "global-footer-company-overview-link-contact": "Contattaci", 38 | "global-footer-company-overview-link-press": "Stampa", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "Non riesci a trovare una community che ami? Crea la tua e inizia qualcosa di epico.", 42 | "global-footer-create-wiki-link-start-wikia": "Crea una wiki", 43 | "global-footer-fandom-app-description": "Porta i tuoi fandom preferiti con te e non perdere mai un colpo", 44 | "global-footer-fandom-app-header": "L'app di FANDOM", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Giochi", 48 | "global-footer-fandom-overview-link-vertical-movies": "Film", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "Seguici", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "Youtube", 56 | "global-footer-full-site-link": "Vai al sito completo", 57 | "global-footer-international-header-subtitle": "La patria dei fan", 58 | "global-footer-licensing-and-vertical-description": "{sitename} è una comunità di FANDOM a proposito di {vertical}.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Libri", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Fumetti", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Giochi", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Stili di vita", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Film", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Musica", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "Vai al sito Mobile", 67 | "global-footer-site-overview-link-global-sitemap": "Mappa del sito globale", 68 | "global-footer-site-overview-link-local-sitemap": "Mappa del sito locale", 69 | "global-footer-site-overview-link-privacy-policy": "Informativa sulla privacy", 70 | "global-footer-site-overview-link-terms-of-use": "Termini di utilizzo", 71 | "global-navigation-anon-my-account": "Il mio account", 72 | "global-navigation-anon-register": "Iscriviti", 73 | "global-navigation-anon-register-description": "Non hai un account?", 74 | "global-navigation-anon-sign-in": "Accedi", 75 | "global-navigation-create-wiki-link-start-wikia": "Crea una wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Giochi", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Cinema", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "Video", 80 | "global-navigation-messages-title": "Messaggi", 81 | "global-navigation-notifications-title": "Notifiche", 82 | "global-navigation-search-cancel": "Annulla", 83 | "global-navigation-search-placeholder-fandom": "Cerca storie e wiki...", 84 | "global-navigation-search-placeholder-in-wiki": "Cerca su {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Cerca", 86 | "global-navigation-search-placeholder-wikis": "Cerca una wiki...", 87 | "global-navigation-search-select-fandom": "Storie e wiki di FANDOM", 88 | "global-navigation-search-select-in-wiki": "Su questa wiki", 89 | "global-navigation-search-select-wikis": "Per una wiki", 90 | "global-navigation-user-help": "Aiuto", 91 | "global-navigation-user-message-wall": "Bacheca", 92 | "global-navigation-user-my-preferences": "Preferenze", 93 | "global-navigation-user-my-talk": "Le mie discussioni", 94 | "global-navigation-user-sign-out": "Esci", 95 | "global-navigation-user-view-author-profile": "Profilo come autore", 96 | "global-navigation-user-view-profile": "Vedi profilo", 97 | "global-navigation-wikis-community-central": "Wiki della Community", 98 | "global-navigation-wikis-explore": "Esplora le wiki", 99 | "global-navigation-wikis-fandom-university": "FANDOM University", 100 | "global-navigation-wikis-header": "Wikis", 101 | "hours-ago": "{hours}h", 102 | "minutes-ago": "{minutes}m", 103 | "notifications-mark-all-as-read": "Segna tutte come lette", 104 | "notifications-no-notifications-message": "Ancora nessuna notifica.", 105 | "notifications-notifications": "Notifiche", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} utenti hanno votato la tua discussione", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} utenti hanno votato la tua discussione {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "Un utente ha votato la tua discussione", 109 | "notifications-post-upvote-single-user-with-title": "Un utente ha votato la tua discussione {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} e altri {number} utenti hanno risposto ad una discussione che stai seguendo", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} e altri {number} utenti hanno risposto a {postTitle}", 112 | "notifications-replied-by-no-title": "{user} ha risposto ad una discussione che stai seguendo", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} e {secondUser} hanno risposto ad una discussione che stai seguendo", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} e {secondUser} hanno risposto a {postTitle}", 115 | "notifications-replied-by-with-title": "{user} ha risposto a {postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} utenti hanno votato la tua risposta", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} utenti hanno votato la tua risposta a {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "Un utente ha votato la tua risposta", 119 | "notifications-reply-upvote-single-user-with-title": "Un utente ha votato la tua risposta a {postTitle}", 120 | "now-label": "adesso", 121 | "wds-avatar-badges-admin-tooltip": "Amministratore della wiki", 122 | "wds-avatar-badges-content-moderator-tooltip": "Moderatore di contenuti", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Moderatore di discussioni", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Moderatore globale di Discussioni", 125 | "wds-avatar-badges-helper-tooltip": "Helper di FANDOM", 126 | "wds-avatar-badges-staff-tooltip": "Staff di FANDOM", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/pl/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Dodaj", 4 | "community-header-add-new-image": "Dodaj nowy obraz", 5 | "community-header-add-new-page": "Dodaj nową stronę", 6 | "community-header-add-new-video": "Dodaj nowy film", 7 | "community-header-admin-dashboard": "Panel administratora", 8 | "community-header-all-shortcuts": "Wszystkie skróty", 9 | "community-header-community": "Społeczność", 10 | "community-header-discuss": "Dyskutuj", 11 | "community-header-discussions-post": "Post", 12 | "community-header-discussions-posts": "Postów", 13 | "community-header-explore": "Eksploruj", 14 | "community-header-forum": "Forum", 15 | "community-header-images": "Obrazy", 16 | "community-header-page": "Strona", 17 | "community-header-pages": "Stron", 18 | "community-header-random-page": "Losowa strona", 19 | "community-header-recent-changes": "Ostatnie zmiany", 20 | "community-header-videos": "Filmy", 21 | "community-header-wiki-activity": "Aktywność na wiki", 22 | "days-ago": "{days} d.", 23 | "global-footer-advertise-header": "Reklamy", 24 | "global-footer-advertise-link-contact": "Kontakt", 25 | "global-footer-advertise-link-media-kit": "Materiały dla mediów", 26 | "global-footer-community-apps-description": "Miej swoje ulubione fandomy zawsze pod ręką, a nigdy niczego nie przegapisz", 27 | "global-footer-community-apps-header": "Aplikacje społeczności", 28 | "global-footer-community-header": "Społeczność", 29 | "global-footer-community-link-community-central": "Centrum Społeczności", 30 | "global-footer-community-link-fan-contributor-program": "Program Współtworzenia dla Fanów", 31 | "global-footer-community-link-help": "Pomoc", 32 | "global-footer-community-link-support": "Wsparcie", 33 | "global-footer-community-link-wam-score": "Punktacja WAM", 34 | "global-footer-company-overview-header": "Informacje", 35 | "global-footer-company-overview-link-about": "O nas", 36 | "global-footer-company-overview-link-careers": "Kariera", 37 | "global-footer-company-overview-link-contact": "Kontakt", 38 | "global-footer-company-overview-link-press": "Prasa", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "Nie możesz znaleźć społeczności, którą uwielbiasz? Utwórz swoją własną i zacznij coś wspaniałego.", 42 | "global-footer-create-wiki-link-start-wikia": "Utwórz wiki", 43 | "global-footer-fandom-app-description": "Miej swoje ulubione fandomy zawsze pod ręką, a nigdy niczego nie przegapisz", 44 | "global-footer-fandom-app-header": "Aplikacja FANDOMU", 45 | "global-footer-fandom-overview-header": "Eksploruj", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wiki", 47 | "global-footer-fandom-overview-link-vertical-games": "Gry", 48 | "global-footer-fandom-overview-link-vertical-movies": "Filmy", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "Śledź nas", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "Youtube", 56 | "global-footer-full-site-link": "Zobacz pełną wersję", 57 | "global-footer-international-header-subtitle": "Świat fanów", 58 | "global-footer-licensing-and-vertical-description": "{sitename} jest społecznością FANDOMU {vertical}.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Książki", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Komiksy", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Gry", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Lifestyle", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Filmy", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Muzyka", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "Zobacz wersję mobilną", 67 | "global-footer-site-overview-link-global-sitemap": "Globalna mapa strony", 68 | "global-footer-site-overview-link-local-sitemap": "Lokalna mapa strony", 69 | "global-footer-site-overview-link-privacy-policy": "Polityka prywatności", 70 | "global-footer-site-overview-link-terms-of-use": "Zasady Użytkowania", 71 | "global-navigation-anon-my-account": "Moje konto", 72 | "global-navigation-anon-register": "Zarejestruj się", 73 | "global-navigation-anon-register-description": "Nie masz konta?", 74 | "global-navigation-anon-sign-in": "Zaloguj się", 75 | "global-navigation-create-wiki-link-start-wikia": "Utwórz wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Gry", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Filmy", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "Film", 80 | "global-navigation-messages-title": "Wiadomości", 81 | "global-navigation-notifications-title": "Powiadomienia", 82 | "global-navigation-search-cancel": "Anuluj", 83 | "global-navigation-search-placeholder-fandom": "Szukaj wieści i wiki...", 84 | "global-navigation-search-placeholder-in-wiki": "Szukaj na {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Szukaj", 86 | "global-navigation-search-placeholder-wikis": "Szukaj wiki...", 87 | "global-navigation-search-select-fandom": "Wieści z FANDOMU i wiki", 88 | "global-navigation-search-select-in-wiki": "Na tej wiki", 89 | "global-navigation-search-select-wikis": "Wiki", 90 | "global-navigation-user-help": "Pomoc", 91 | "global-navigation-user-message-wall": "Moja tablica", 92 | "global-navigation-user-my-preferences": "Preferencje", 93 | "global-navigation-user-my-talk": "Moja dyskusja", 94 | "global-navigation-user-sign-out": "Wyloguj", 95 | "global-navigation-user-view-author-profile": "Profil autora", 96 | "global-navigation-user-view-profile": "Zobacz profil", 97 | "global-navigation-wikis-community-central": "Centrum Społeczności", 98 | "global-navigation-wikis-explore": "Odkrywaj wiki", 99 | "global-navigation-wikis-fandom-university": "Uniwersytet FANDOMU", 100 | "global-navigation-wikis-header": "Wiki", 101 | "hours-ago": "{hours} godz.", 102 | "minutes-ago": "{minutes} min.", 103 | "notifications-mark-all-as-read": "Oznacz wszystkie jako przeczytane", 104 | "notifications-no-notifications-message": "Brak powiadomień.", 105 | "notifications-notifications": "Powiadomienia", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} użytkowników zagłosowało na twoją dyskusję", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} użytkowników zagłosowało na twoją dyskusję: {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "Jeden użytkownik zagłosował na twoją dyskusję", 109 | "notifications-post-upvote-single-user-with-title": "Jeden użytkownik zagłosował na twoją dyskusję: {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} i {number} innych użytkowników odpowiedziało na dyskusję, którą śledzisz", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} i {number} innych użytkowników odpowiedziało na {postTitle}", 112 | "notifications-replied-by-no-title": "Użytkownik {user} odpowiedział na dyskusję, którą śledzisz", 113 | "notifications-replied-by-two-users-no-title": "Użytkownicy {firstUser} i {secondUser} odpowiedzieli na dyskusję, którą śledzisz", 114 | "notifications-replied-by-two-users-with-title": "Użytkownicy {firstUser} i {secondUser} odpowiedzieli na {postTitle}", 115 | "notifications-replied-by-with-title": "Użytkownik {user} odpowiedział na {postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} użytkowników zagłosowało na twoją odpowiedź", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} użytkowników zagłosowało na twoją odpowiedź w {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "Jeden użytkownik zagłosował na twoją odpowiedź", 119 | "notifications-reply-upvote-single-user-with-title": "Jeden użytkownik zagłosował na twoją odpowiedź w {postTitle}", 120 | "now-label": "teraz", 121 | "wds-avatar-badges-admin-tooltip": "Administrator społeczności", 122 | "wds-avatar-badges-content-moderator-tooltip": "Moderator treści", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Moderator dyskusji", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Globalny moderator Dyskusji", 125 | "wds-avatar-badges-helper-tooltip": "Helper", 126 | "wds-avatar-badges-staff-tooltip": "FANDOM Staff", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/vi/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Tạo", 4 | "community-header-add-new-image": "Thêm hình ảnh mới", 5 | "community-header-add-new-page": "Tạo trang mới", 6 | "community-header-add-new-video": "Thêm đoạn phim mới", 7 | "community-header-admin-dashboard": "Bảng điều khiển Bảo quản viên", 8 | "community-header-all-shortcuts": "Tất cả phím tắt", 9 | "community-header-community": "Cộng đồng", 10 | "community-header-discuss": "Bàn luận", 11 | "community-header-discussions-post": "Bài đăng", 12 | "community-header-discussions-posts": "Bài đăng", 13 | "community-header-explore": "Khám phá", 14 | "community-header-forum": "Diễn đàn", 15 | "community-header-images": "Hình ảnh", 16 | "community-header-page": "Bài viết", 17 | "community-header-pages": "Bài viết", 18 | "community-header-random-page": "Trang ngẫu nhiên", 19 | "community-header-recent-changes": "Thay đổi gần đây", 20 | "community-header-videos": "Đoạn phim", 21 | "community-header-wiki-activity": "Hoạt động trên wiki", 22 | "days-ago": "{days}d", 23 | "global-footer-advertise-header": "Quảng cáo", 24 | "global-footer-advertise-link-contact": "Liên hệ", 25 | "global-footer-advertise-link-media-kit": "Media Kit", 26 | "global-footer-community-apps-description": "Mang những fandom yêu thích theo cùng bạn và không bao giờ bỏ lỡ tin tức cập nhật", 27 | "global-footer-community-apps-header": "Các ứng dụng cộng đồng", 28 | "global-footer-community-header": "Cộng đồng", 29 | "global-footer-community-link-community-central": "Trung tâm Cộng đồng", 30 | "global-footer-community-link-fan-contributor-program": "Chương trình Fan cộng tác viên", 31 | "global-footer-community-link-help": "Trợ giúp", 32 | "global-footer-community-link-support": "Hỗ trợ", 33 | "global-footer-community-link-wam-score": "Điểm WAM", 34 | "global-footer-company-overview-header": "Tổng quan", 35 | "global-footer-company-overview-link-about": "Giới thiệu", 36 | "global-footer-company-overview-link-careers": "Tuyển dụng", 37 | "global-footer-company-overview-link-contact": "Liên hệ", 38 | "global-footer-company-overview-link-press": "Báo chí", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Bản quyền {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "Không tìm ra wiki mà bạn yêu thích? Hãy tạo cho riêng bạn bằng sự khởi đầu hoàn toàn mới.", 42 | "global-footer-create-wiki-link-start-wikia": "Tạo lập wiki", 43 | "global-footer-fandom-app-description": "Mang những fandom yêu thích theo cùng bạn và không bao giờ bỏ lỡ tin tức cập nhật", 44 | "global-footer-fandom-app-header": "Ứng dụng FANDOM", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Trò chơi", 48 | "global-footer-fandom-overview-link-vertical-movies": "Phim ảnh", 49 | "global-footer-fandom-overview-link-vertical-tv": "Truyền hình", 50 | "global-footer-follow-us-header": "Theo dõi chúng tôi", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "Youtube", 56 | "global-footer-full-site-link": "Xem bản đầy đủ", 57 | "global-footer-international-header-subtitle": "Mái nhà FANDOM", 58 | "global-footer-licensing-and-vertical-description": "{sitename} là một wiki thuộc FANDOM {vertical}.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Sách", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Truyện tranh", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Trò chơi", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Lối sống", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Phim ảnh", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Âm nhạc", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "Truyền hình", 66 | "global-footer-mobile-site-link": "Xem bản di động", 67 | "global-footer-site-overview-link-global-sitemap": "Sơ đồ web toàn cầu", 68 | "global-footer-site-overview-link-local-sitemap": "Sơ đồ web cục bộ", 69 | "global-footer-site-overview-link-privacy-policy": "Chính sách bảo mật", 70 | "global-footer-site-overview-link-terms-of-use": "Điều khoản sử dụng", 71 | "global-navigation-anon-my-account": "Tài khoản của tôi", 72 | "global-navigation-anon-register": "Đăng ký", 73 | "global-navigation-anon-register-description": "Chưa có tài khoản?", 74 | "global-navigation-anon-sign-in": "Đăng nhập", 75 | "global-navigation-create-wiki-link-start-wikia": "Tạo lập Wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Trò chơi", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Phim ảnh", 78 | "global-navigation-fandom-overview-link-vertical-tv": "Truyền hình", 79 | "global-navigation-fandom-overview-link-video": "Video", 80 | "global-navigation-messages-title": "Tin nhắn", 81 | "global-navigation-notifications-title": "Thông báo", 82 | "global-navigation-search-cancel": "Hủy bỏ", 83 | "global-navigation-search-placeholder-fandom": "Tìm kiếm đa nội dung và các wiki...", 84 | "global-navigation-search-placeholder-in-wiki": "Tìm kiếm {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Tìm kiếm", 86 | "global-navigation-search-placeholder-wikis": "Tìm kiếm Wiki nào đó...", 87 | "global-navigation-search-select-fandom": "Những câu chuyện và các wiki FANDOM", 88 | "global-navigation-search-select-in-wiki": "Trong Wiki này", 89 | "global-navigation-search-select-wikis": "Tìm một wiki", 90 | "global-navigation-user-help": "Trợ giúp", 91 | "global-navigation-user-message-wall": "Tường tin nhắn", 92 | "global-navigation-user-my-preferences": "Tùy chọn", 93 | "global-navigation-user-my-talk": "Thảo luận", 94 | "global-navigation-user-sign-out": "Đăng xuất", 95 | "global-navigation-user-view-author-profile": "Tiểu sử tác giả", 96 | "global-navigation-user-view-profile": "Xem hồ sơ", 97 | "global-navigation-wikis-community-central": "Trung tâm Cộng đồng", 98 | "global-navigation-wikis-explore": "Khám phá các wiki", 99 | "global-navigation-wikis-fandom-university": "Đại học FANDOM", 100 | "global-navigation-wikis-header": "Các wiki", 101 | "hours-ago": "{hours}h", 102 | "minutes-ago": "{minutes}m", 103 | "notifications-mark-all-as-read": "Đánh dấu tất cả là đã đọc", 104 | "notifications-no-notifications-message": "Chưa có thông báo nào.", 105 | "notifications-notifications": "Thông báo", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} thành viên đã thích thảo luận của bạn", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} thành viên đã thích thảo luận của bạn về {postTitle}", 108 | "notifications-post-upvote-single-user-no-title": "1 thành viên đã thích thảo luận của bạn", 109 | "notifications-post-upvote-single-user-with-title": "1 thành viên đã thích thảo luận của bạn về {postTitle}", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} và {number} thành viên khác đã phản hồi trong một cuộc thảo luận mà bạn đang theo dõi", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} và {number} thành viên khác đã phản hồi trong {postTitle}", 112 | "notifications-replied-by-no-title": "{user} đã phản hồi trong một cuộc thảo luận mà bạn đang theo dõi", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} và {secondUser} đã phản hồi trong một cuộc thảo luận mà bạn đang theo dõi", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} và {secondUser} đã phản hồi trong {postTitle}", 115 | "notifications-replied-by-with-title": "{user} đã phản hồi trong {postTitle}", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} thành viên đã thích bình luận của bạn", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} thành viên đã thích bình luận của bạn trong {postTitle}", 118 | "notifications-reply-upvote-single-user-no-title": "1 thành viên đã thích bình luận của bạn", 119 | "notifications-reply-upvote-single-user-with-title": "1 thành viên đã thích bình luận của bạn trong {postTitle}", 120 | "now-label": "bây giờ", 121 | "wds-avatar-badges-admin-tooltip": "Bảo quản viên wiki", 122 | "wds-avatar-badges-content-moderator-tooltip": "Điều phối viên nội dung", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Điều phối viên bàn luận", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Điều phối viên bàn luận toàn cầu", 125 | "wds-avatar-badges-helper-tooltip": "Hỗ trợ viên FANDOM", 126 | "wds-avatar-badges-staff-tooltip": "Nhân viên FANDOM", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/de/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Hinzufügen", 4 | "community-header-add-new-image": "Neues Bild hinzufügen", 5 | "community-header-add-new-page": "Neue Seite hinzufügen", 6 | "community-header-add-new-video": "Neues Video hinzufügen", 7 | "community-header-admin-dashboard": "Wiki-Verwaltung", 8 | "community-header-all-shortcuts": "Alle Schnellzugriffe", 9 | "community-header-community": "Community", 10 | "community-header-discuss": "Diskutieren", 11 | "community-header-discussions-post": "Beitrag", 12 | "community-header-discussions-posts": "Beiträge", 13 | "community-header-explore": "Erkunden", 14 | "community-header-forum": "Forum", 15 | "community-header-images": "Bilder", 16 | "community-header-page": "Seite", 17 | "community-header-pages": "Seiten", 18 | "community-header-random-page": "Zufällige Seite", 19 | "community-header-recent-changes": "Letzte Änderungen", 20 | "community-header-videos": "Videos", 21 | "community-header-wiki-activity": "Wiki-Aktivität", 22 | "days-ago": "{days} T.", 23 | "global-footer-advertise-header": "Werbung", 24 | "global-footer-advertise-link-contact": "Kontakt", 25 | "global-footer-advertise-link-media-kit": "Mediakit", 26 | "global-footer-community-apps-description": "So hast du deine Lieblings-Communitys immer dabei und kannst nichts verpassen", 27 | "global-footer-community-apps-header": "Community-Apps", 28 | "global-footer-community-header": "Community", 29 | "global-footer-community-link-community-central": "Community Deutschland", 30 | "global-footer-community-link-fan-contributor-program": "Programm für Fan-Autoren", 31 | "global-footer-community-link-help": "Hilfe", 32 | "global-footer-community-link-support": "Support", 33 | "global-footer-community-link-wam-score": "WAM-Punktzahl", 34 | "global-footer-company-overview-header": "Übersicht", 35 | "global-footer-company-overview-link-about": "Über FANDOM", 36 | "global-footer-company-overview-link-careers": "Stellenangebote", 37 | "global-footer-company-overview-link-contact": "Kontakt", 38 | "global-footer-company-overview-link-press": "Presse", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "Du findest keine Community, die dir richtig gut gefällt? Erstelle eine eigene und starte etwas Phänomenales.", 42 | "global-footer-create-wiki-link-start-wikia": "Wiki erstellen", 43 | "global-footer-fandom-app-description": "So hast du deine Lieblings-Communitys immer dabei und kannst nichts verpassen", 44 | "global-footer-fandom-app-header": "Die FANDOM-App", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Videospiele", 48 | "global-footer-fandom-overview-link-vertical-movies": "Filme", 49 | "global-footer-fandom-overview-link-vertical-tv": "TV", 50 | "global-footer-follow-us-header": "Folge uns", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "Youtube", 56 | "global-footer-full-site-link": "Desktop-Ansicht", 57 | "global-footer-international-header-subtitle": "Wo FANDOM zu Hause ist", 58 | "global-footer-licensing-and-vertical-description": "{sitename} ist eine FANDOM-{vertical}-Community.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Literatur", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Comics", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Videospiele", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Lifestyle", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Filme", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Musik", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "TV", 66 | "global-footer-mobile-site-link": "Mobile Geräte", 67 | "global-footer-site-overview-link-global-sitemap": "Globale Sitemap", 68 | "global-footer-site-overview-link-local-sitemap": "Lokale Sitemap", 69 | "global-footer-site-overview-link-privacy-policy": "Datenschutz", 70 | "global-footer-site-overview-link-terms-of-use": "Nutzungs­bedingungen", 71 | "global-navigation-anon-my-account": "Mein Benutzerkonto", 72 | "global-navigation-anon-register": "Registrieren", 73 | "global-navigation-anon-register-description": "Du hast noch kein Benutzerkonto?", 74 | "global-navigation-anon-sign-in": "Anmelden", 75 | "global-navigation-create-wiki-link-start-wikia": "Wiki erstellen", 76 | "global-navigation-fandom-overview-link-vertical-games": "Videospiele", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Filme", 78 | "global-navigation-fandom-overview-link-vertical-tv": "TV", 79 | "global-navigation-fandom-overview-link-video": "Video", 80 | "global-navigation-messages-title": "Nachrichten", 81 | "global-navigation-notifications-title": "Benachrichtigungen", 82 | "global-navigation-search-cancel": "Abbrechen", 83 | "global-navigation-search-placeholder-fandom": "Storys und Wikis suchen...", 84 | "global-navigation-search-placeholder-in-wiki": "{sitename} durchsuchen...", 85 | "global-navigation-search-placeholder-inactive": "Suche", 86 | "global-navigation-search-placeholder-wikis": "Ein Wiki suchen...", 87 | "global-navigation-search-select-fandom": "FANDOM Storys und Wikis", 88 | "global-navigation-search-select-in-wiki": "In diesem Wiki", 89 | "global-navigation-search-select-wikis": "Nach einem Wiki", 90 | "global-navigation-user-help": "Hilfe", 91 | "global-navigation-user-message-wall": "Nachrichtenseite", 92 | "global-navigation-user-my-preferences": "Einstellungen", 93 | "global-navigation-user-my-talk": "Nachrichten", 94 | "global-navigation-user-sign-out": "Abmelden", 95 | "global-navigation-user-view-author-profile": "Autorenprofil", 96 | "global-navigation-user-view-profile": "Profil anschauen", 97 | "global-navigation-wikis-community-central": "Community Deutschland", 98 | "global-navigation-wikis-explore": "Wikis entdecken", 99 | "global-navigation-wikis-fandom-university": "FANDOM Universität", 100 | "global-navigation-wikis-header": "Wikis", 101 | "hours-ago": "{hours} Std.", 102 | "minutes-ago": "{minutes} Min.", 103 | "notifications-mark-all-as-read": "Alle als gelesen markieren", 104 | "notifications-no-notifications-message": "Noch keine Benachrichtigungen.", 105 | "notifications-notifications": "Benachrichtigungen", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} Benutzer haben deiner Diskussion zugestimmt", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} Benutzer haben deiner Diskussion {postTitle} zugestimmt", 108 | "notifications-post-upvote-single-user-no-title": "1 Benutzer hat deiner Diskussion zugestimmt", 109 | "notifications-post-upvote-single-user-with-title": "1 Benutzer hat deiner Diskussion {postTitle} zugestimmt", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} und {number} weitere Benutzer haben auf eine Diskussion geantwortet, der du folgst", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} und {number} weitere Benutzer haben auf {postTitle} geantwortet", 112 | "notifications-replied-by-no-title": "{user} hat auf eine Diskussion geantwortet, der du folgst", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} und {secondUser} haben auf eine Diskussion geantwortet, der du folgst", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} und {secondUser} haben auf {postTitle} geantwortet", 115 | "notifications-replied-by-with-title": "{user} hat auf {postTitle} geantwortet", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} Benutzer haben deiner Antwort zugestimmt", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} Benutzer haben deiner Antwort auf {postTitle} zugestimmt", 118 | "notifications-reply-upvote-single-user-no-title": "1 Benutzer hat deiner Antwort zugestimmt", 119 | "notifications-reply-upvote-single-user-with-title": "1 Benutzer hat deiner Antwort auf {postTitle} zugestimmt", 120 | "now-label": "gerade eben", 121 | "wds-avatar-badges-admin-tooltip": "Admin", 122 | "wds-avatar-badges-content-moderator-tooltip": "Inhalts-Moderator", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Diskussions-Moderator", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Globaler Diskussions-Moderator", 125 | "wds-avatar-badges-helper-tooltip": "FANDOM-Helfer", 126 | "wds-avatar-badges-staff-tooltip": "FANDOM-Mitarbeiter", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /i18n/fr/design-system.json: -------------------------------------------------------------------------------- 1 | { 2 | "back": "Back", 3 | "community-header-add": "Ajouter", 4 | "community-header-add-new-image": "Ajouter une image", 5 | "community-header-add-new-page": "Ajouter une page", 6 | "community-header-add-new-video": "Ajouter une vidéo", 7 | "community-header-admin-dashboard": "Tableau de bord administrateur", 8 | "community-header-all-shortcuts": "Tous les raccourcis", 9 | "community-header-community": "Communauté", 10 | "community-header-discuss": "Discuter", 11 | "community-header-discussions-post": "Publication", 12 | "community-header-discussions-posts": "Publications", 13 | "community-header-explore": "Explorer", 14 | "community-header-forum": "Forum", 15 | "community-header-images": "Images", 16 | "community-header-page": "Page", 17 | "community-header-pages": "Pages", 18 | "community-header-random-page": "Page au hasard", 19 | "community-header-recent-changes": "Modifications récentes", 20 | "community-header-videos": "Vidéos", 21 | "community-header-wiki-activity": "Activité du wiki", 22 | "days-ago": "{days}j", 23 | "global-footer-advertise-header": "Publicité", 24 | "global-footer-advertise-link-contact": "Contact", 25 | "global-footer-advertise-link-media-kit": "Kit de presse", 26 | "global-footer-community-apps-description": "Emportez vos fandoms favoris partout avec vous", 27 | "global-footer-community-apps-header": "Applications communautaires", 28 | "global-footer-community-header": "Communauté", 29 | "global-footer-community-link-community-central": "Centre des communautés", 30 | "global-footer-community-link-fan-contributor-program": "Fan Contributor Program", 31 | "global-footer-community-link-help": "Aide", 32 | "global-footer-community-link-support": "Support", 33 | "global-footer-community-link-wam-score": "Score WAM", 34 | "global-footer-company-overview-header": "Vue d'ensemble", 35 | "global-footer-company-overview-link-about": "À propos", 36 | "global-footer-company-overview-link-careers": "Emplois", 37 | "global-footer-company-overview-link-contact": "Contact", 38 | "global-footer-company-overview-link-press": "Presse", 39 | "global-footer-company-overview-link-wikia-org": "Wikia.org", 40 | "global-footer-copyright-wikia": "Copyright {date} Wikia, Inc.", 41 | "global-footer-create-wiki-description": "Vous ne trouvez pas la communauté que vous recherchez ? Commencez quelque chose de grand en créant la vôtre.", 42 | "global-footer-create-wiki-link-start-wikia": "Créer un wiki", 43 | "global-footer-fandom-app-description": "Emportez vos fandoms favoris partout avec vous", 44 | "global-footer-fandom-app-header": "L'application FANDOM", 45 | "global-footer-fandom-overview-header": "Explore", 46 | "global-footer-fandom-overview-link-explore-wikis": "Wikis", 47 | "global-footer-fandom-overview-link-vertical-games": "Jeux vidéo", 48 | "global-footer-fandom-overview-link-vertical-movies": "Cinéma", 49 | "global-footer-fandom-overview-link-vertical-tv": "Télévision", 50 | "global-footer-follow-us-header": "Nous suivre", 51 | "global-footer-follow-us-link-facebook": "Facebook", 52 | "global-footer-follow-us-link-instagram": "Instagram", 53 | "global-footer-follow-us-link-reddit": "Reddit", 54 | "global-footer-follow-us-link-twitter": "Twitter", 55 | "global-footer-follow-us-link-youtube": "YouTube", 56 | "global-footer-full-site-link": "Voir le site complet", 57 | "global-footer-international-header-subtitle": "La destination des fans", 58 | "global-footer-licensing-and-vertical-description": "{sitename} est une communauté de FANDOM appartenant à la catégorie {vertical}.", 59 | "global-footer-licensing-and-vertical-description-param-vertical-books": "Littérature", 60 | "global-footer-licensing-and-vertical-description-param-vertical-comics": "Bandes dessinées", 61 | "global-footer-licensing-and-vertical-description-param-vertical-games": "Jeux vidéo", 62 | "global-footer-licensing-and-vertical-description-param-vertical-lifestyle": "Mode de vie", 63 | "global-footer-licensing-and-vertical-description-param-vertical-movies": "Cinéma", 64 | "global-footer-licensing-and-vertical-description-param-vertical-music": "Musique", 65 | "global-footer-licensing-and-vertical-description-param-vertical-tv": "Télévision", 66 | "global-footer-mobile-site-link": "Visiter le site mobile", 67 | "global-footer-site-overview-link-global-sitemap": "Plan du site global", 68 | "global-footer-site-overview-link-local-sitemap": "Plan du site local", 69 | "global-footer-site-overview-link-privacy-policy": "Politique de confidentialité", 70 | "global-footer-site-overview-link-terms-of-use": "Conditions d'utilisation", 71 | "global-navigation-anon-my-account": "Mon compte", 72 | "global-navigation-anon-register": "Créer un compte", 73 | "global-navigation-anon-register-description": "Vous n'avez pas de compte?", 74 | "global-navigation-anon-sign-in": "Se connecter", 75 | "global-navigation-create-wiki-link-start-wikia": "Créer un wiki", 76 | "global-navigation-fandom-overview-link-vertical-games": "Jeux vidéo", 77 | "global-navigation-fandom-overview-link-vertical-movies": "Cinéma", 78 | "global-navigation-fandom-overview-link-vertical-tv": "Télévision", 79 | "global-navigation-fandom-overview-link-video": "Vidéo", 80 | "global-navigation-messages-title": "Messages", 81 | "global-navigation-notifications-title": "Notifications", 82 | "global-navigation-search-cancel": "Annuler", 83 | "global-navigation-search-placeholder-fandom": "Rechercher des articles et des wikis...", 84 | "global-navigation-search-placeholder-in-wiki": "Rechercher sur {sitename}...", 85 | "global-navigation-search-placeholder-inactive": "Rechercher", 86 | "global-navigation-search-placeholder-wikis": "Rechercher un wiki...", 87 | "global-navigation-search-select-fandom": "Articles de FANDOM et wikis", 88 | "global-navigation-search-select-in-wiki": "Sur ce wiki", 89 | "global-navigation-search-select-wikis": "Un wiki", 90 | "global-navigation-user-help": "Aide", 91 | "global-navigation-user-message-wall": "Mur de discussion", 92 | "global-navigation-user-my-preferences": "Mes préférences", 93 | "global-navigation-user-my-talk": "Mes messages", 94 | "global-navigation-user-sign-out": "Se déconnecter", 95 | "global-navigation-user-view-author-profile": "Profil de l’auteur", 96 | "global-navigation-user-view-profile": "Voir profil", 97 | "global-navigation-wikis-community-central": "Centre des communautés", 98 | "global-navigation-wikis-explore": "Explorer les wikis", 99 | "global-navigation-wikis-fandom-university": "Université FANDOM", 100 | "global-navigation-wikis-header": "Wikis", 101 | "hours-ago": "{hours}h", 102 | "minutes-ago": "{minutes}min", 103 | "notifications-mark-all-as-read": "Tout marquer comme lu", 104 | "notifications-no-notifications-message": "Aucune notification reçue.", 105 | "notifications-notifications": "Notifications", 106 | "notifications-post-upvote-multiple-users-no-title": "{number} utilisateurs ont voté pour votre discussion.", 107 | "notifications-post-upvote-multiple-users-with-title": "{number} utilisateurs ont voté pour votre discussion {postTitle}.", 108 | "notifications-post-upvote-single-user-no-title": "1 utilisateur a voté pour votre discussion.", 109 | "notifications-post-upvote-single-user-with-title": "1 utilisateur a voté pour votre discussion {postTitle}.", 110 | "notifications-replied-by-multiple-users-no-title": "{mostRecentUser} et {number} autres utilisateurs ont répondu à une discussion que vous suivez.", 111 | "notifications-replied-by-multiple-users-with-title": "{mostRecentUser} et {number} autres utilisateurs ont répondu à {postTitle}.", 112 | "notifications-replied-by-no-title": "{user} a répondu à une discussion que vous suivez.", 113 | "notifications-replied-by-two-users-no-title": "{firstUser} et {secondUser} ont répondu à une discussion que vous suivez.", 114 | "notifications-replied-by-two-users-with-title": "{firstUser} et {secondUser} ont répondu à {postTitle}.", 115 | "notifications-replied-by-with-title": "{user} a répondu à {postTitle}.", 116 | "notifications-reply-upvote-multiple-users-no-title": "{number} utilisateurs ont voté pour votre réponse.", 117 | "notifications-reply-upvote-multiple-users-with-title": "{number} utilisateurs ont voté pour votre réponse à {postTitle}.", 118 | "notifications-reply-upvote-single-user-no-title": "1 utilisateur a voté pour votre réponse.", 119 | "notifications-reply-upvote-single-user-with-title": "1 utilisateur a voté pour votre réponse à {postTitle}.", 120 | "now-label": "maintenant", 121 | "wds-avatar-badges-admin-tooltip": "Administrateur de la communauté", 122 | "wds-avatar-badges-content-moderator-tooltip": "Modérateur de contenu", 123 | "wds-avatar-badges-discussion-moderator-tooltip": "Modérateur de discussions", 124 | "wds-avatar-badges-global-discussions-moderator-tooltip": "Modérateur global de discussions", 125 | "wds-avatar-badges-helper-tooltip": "Assistant de FANDOM", 126 | "wds-avatar-badges-staff-tooltip": "Staff de FANDOM", 127 | "wds-avatar-badges-vstf-tooltip": "VSTF" 128 | } -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | {one line to give the program's name and a brief idea of what it does.} 635 | Copyright (C) {year} {name of author} 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | {project} Copyright (C) {year} {fullname} 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | --------------------------------------------------------------------------------