commit
1a5d95a32e
@ -0,0 +1,27 @@
|
|||||||
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
|
exports[`<AutosuggestEmoji /> renders emoji with custom url 1`] = `
|
||||||
|
<div
|
||||||
|
className="autosuggest-emoji"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
alt="foobar"
|
||||||
|
className="emojione"
|
||||||
|
src="http://example.com/emoji.png"
|
||||||
|
/>
|
||||||
|
:foobar:
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
|
||||||
|
exports[`<AutosuggestEmoji /> renders native emoji 1`] = `
|
||||||
|
<div
|
||||||
|
className="autosuggest-emoji"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
alt="💙"
|
||||||
|
className="emojione"
|
||||||
|
src="/emoji/1f499.svg"
|
||||||
|
/>
|
||||||
|
:foobar:
|
||||||
|
</div>
|
||||||
|
`;
|
@ -0,0 +1,29 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import renderer from 'react-test-renderer';
|
||||||
|
import AutosuggestEmoji from '../autosuggest_emoji';
|
||||||
|
|
||||||
|
describe('<AutosuggestEmoji />', () => {
|
||||||
|
it('renders native emoji', () => {
|
||||||
|
const emoji = {
|
||||||
|
native: '💙',
|
||||||
|
colons: ':foobar:',
|
||||||
|
};
|
||||||
|
const component = renderer.create(<AutosuggestEmoji emoji={emoji} />);
|
||||||
|
const tree = component.toJSON();
|
||||||
|
|
||||||
|
expect(tree).toMatchSnapshot();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('renders emoji with custom url', () => {
|
||||||
|
const emoji = {
|
||||||
|
custom: true,
|
||||||
|
imageUrl: 'http://example.com/emoji.png',
|
||||||
|
native: 'foobar',
|
||||||
|
colons: ':foobar:',
|
||||||
|
};
|
||||||
|
const component = renderer.create(<AutosuggestEmoji emoji={emoji} />);
|
||||||
|
const tree = component.toJSON();
|
||||||
|
|
||||||
|
expect(tree).toMatchSnapshot();
|
||||||
|
});
|
||||||
|
});
|
@ -1,337 +1,335 @@
|
|||||||
{
|
{
|
||||||
"account.badges.bot": "Bot",
|
"account.badges.bot": "Bot",
|
||||||
"account.block": "Blociwch @{name}",
|
"account.block": "Blociwch @{name}",
|
||||||
"account.block_domain": "Cuddiwch bopeth rhag {domain}",
|
"account.block_domain": "Cuddiwch bopeth rhag {domain}",
|
||||||
"account.blocked": "Blociwyd",
|
"account.blocked": "Blociwyd",
|
||||||
"account.direct": "Neges breifat @{name}",
|
"account.direct": "Neges breifat @{name}",
|
||||||
"account.disclaimer_full": "Gall y wybodaeth isod adlewyrchu darlun anghyflawn o broffil defnyddiwr.",
|
"account.disclaimer_full": "Gall y wybodaeth isod adlewyrchu darlun anghyflawn o broffil defnyddiwr.",
|
||||||
"account.domain_blocked": "Domain hidden",
|
"account.domain_blocked": "Parth wedi ei guddio",
|
||||||
"account.edit_profile": "Golygu proffil",
|
"account.edit_profile": "Golygu proffil",
|
||||||
"account.endorse": "Feature on profile",
|
"account.endorse": "Arddangos ar fy mhroffil",
|
||||||
"account.follow": "Dilyn",
|
"account.follow": "Dilyn",
|
||||||
"account.followers": "Dilynwyr",
|
"account.followers": "Dilynwyr",
|
||||||
"account.followers.empty": "Nid oes neb yn dilyn y defnyddiwr hwn eto.",
|
"account.followers.empty": "Nid oes neb yn dilyn y defnyddiwr hwn eto.",
|
||||||
"account.follows": "Yn dilyn",
|
"account.follows": "Yn dilyn",
|
||||||
"account.follows.empty": "Nid yw'r defnyddiwr hwn yn dilyn unrhyw un eto.",
|
"account.follows.empty": "Nid yw'r defnyddiwr hwn yn dilyn unrhyw un eto.",
|
||||||
"account.follows_you": "Yn eich dilyn chi",
|
"account.follows_you": "Yn eich dilyn chi",
|
||||||
"account.hide_reblogs": "Hide boosts from @{name}",
|
"account.hide_reblogs": "Cuddio bwstiau o @{name}",
|
||||||
"account.link_verified_on": "Ownership of this link was checked on {date}",
|
"account.media": "Cyfryngau",
|
||||||
"account.media": "Cyfryngau",
|
"account.mention": "Crybwyll @{name}",
|
||||||
"account.mention": "Crybwyll @{name}",
|
"account.moved_to": "Mae @{name} wedi symud i:",
|
||||||
"account.moved_to": "Mae @{name} wedi symud i:",
|
"account.mute": "Tawelu @{name}",
|
||||||
"account.mute": "Mute @{name}",
|
"account.mute_notifications": "Cuddio hysbysiadau o @{name}",
|
||||||
"account.mute_notifications": "Mute notifications from @{name}",
|
"account.muted": "Distewyd",
|
||||||
"account.muted": "Distewyd",
|
"account.posts": "Tŵtiau",
|
||||||
"account.posts": "Tŵtiau",
|
"account.posts_with_replies": "Tŵtiau ac atebion",
|
||||||
"account.posts_with_replies": "Toots and replies",
|
"account.report": "Adroddwch @{name}",
|
||||||
"account.report": "Adroddwch @{name}",
|
"account.requested": "Aros am gymeradwyaeth. Cliciwch er mwyn canslo cais dilyn",
|
||||||
"account.requested": "Awaiting approval. Click to cancel follow request",
|
"account.share": "Rhannwch broffil @{name}",
|
||||||
"account.share": "Rhannwch broffil @{name}",
|
"account.show_reblogs": "Dangoswch bwstiau o @{name}",
|
||||||
"account.show_reblogs": "Show boosts from @{name}",
|
"account.unblock": "Dadflociwch @{name}",
|
||||||
"account.unblock": "Dadflociwch @{name}",
|
"account.unblock_domain": "Dadguddiwch {domain}",
|
||||||
"account.unblock_domain": "Dadguddiwch {domain}",
|
"account.unendorse": "Peidwch a'i arddangos ar fy mhroffil",
|
||||||
"account.unendorse": "Don't feature on profile",
|
"account.unfollow": "Daddilynwch",
|
||||||
"account.unfollow": "Daddilynwch",
|
"account.unmute": "Dad-dawelu @{name}",
|
||||||
"account.unmute": "Unmute @{name}",
|
"account.unmute_notifications": "Dad-dawelu hysbysiadau o @{name}",
|
||||||
"account.unmute_notifications": "Unmute notifications from @{name}",
|
"account.view_full_profile": "Gweld proffil llawn",
|
||||||
"account.view_full_profile": "View full profile",
|
"alert.unexpected.message": "Digwyddodd gwall annisgwyl.",
|
||||||
"alert.unexpected.message": "Digwyddodd gwall annisgwyl.",
|
"alert.unexpected.title": "Wps!",
|
||||||
"alert.unexpected.title": "Wps!",
|
"boost_modal.combo": "Mae modd gwasgu {combo} er mwyn sgipio hyn tro nesa",
|
||||||
"boost_modal.combo": "You can press {combo} to skip this next time",
|
"bundle_column_error.body": "Aeth rhywbeth o'i le tra'n llwytho'r elfen hon.",
|
||||||
"bundle_column_error.body": "Aeth rhywbeth o'i le tra'n llwytho'r elfen hon.",
|
"bundle_column_error.retry": "Ceisiwch eto",
|
||||||
"bundle_column_error.retry": "Ceisiwch eto",
|
"bundle_column_error.title": "Gwall rhwydwaith",
|
||||||
"bundle_column_error.title": "Gwall rhwydwaith",
|
"bundle_modal_error.close": "Cau",
|
||||||
"bundle_modal_error.close": "Close",
|
"bundle_modal_error.message": "Aeth rhywbeth o'i le tra'n llwytho'r elfen hon.",
|
||||||
"bundle_modal_error.message": "Aeth rhywbeth o'i le tra'n llwytho'r elfen hon.",
|
"bundle_modal_error.retry": "Ceiswich eto",
|
||||||
"bundle_modal_error.retry": "Ceiswich eto",
|
"column.blocks": "Defnyddwyr a flociwyd",
|
||||||
"column.blocks": "Defnyddwyr a flociwyd",
|
"column.community": "Llinell amser lleol",
|
||||||
"column.community": "Llinell amser lleol",
|
"column.direct": "Negeseuon preifat",
|
||||||
"column.direct": "Negeseuon preifat",
|
"column.domain_blocks": "Parthau cuddiedig",
|
||||||
"column.domain_blocks": "Parthau cuddiedig",
|
"column.favourites": "Ffefrynnau",
|
||||||
"column.favourites": "Ffefrynnau",
|
"column.follow_requests": "Ceisiadau dilyn",
|
||||||
"column.follow_requests": "Ceisiadau dilyn",
|
"column.home": "Hafan",
|
||||||
"column.home": "Hafan",
|
"column.lists": "Rhestrau",
|
||||||
"column.lists": "Rhestrau",
|
"column.mutes": "Defnyddwyr a ddistewyd",
|
||||||
"column.mutes": "Defnyddwyr a ddistewyd",
|
"column.notifications": "Hysbysiadau",
|
||||||
"column.notifications": "Hysbysiadau",
|
"column.pins": "Tŵtiau wedi eu pinio",
|
||||||
"column.pins": "Pinned toot",
|
"column.public": "",
|
||||||
"column.public": "Federated timeline",
|
"column_back_button.label": "Nôl",
|
||||||
"column_back_button.label": "Nôl",
|
"column_header.hide_settings": "Cuddiwch dewisiadau",
|
||||||
"column_header.hide_settings": "Hide settings",
|
"column_header.moveLeft_settings": "Symudwch y golofn i'r chwith",
|
||||||
"column_header.moveLeft_settings": "Symudwch y golofn i'r chwith",
|
"column_header.moveRight_settings": "Symudwch y golofn i'r dde",
|
||||||
"column_header.moveRight_settings": "Symudwch y golofn i'r dde",
|
"column_header.pin": "Piniwch",
|
||||||
"column_header.pin": "Piniwch",
|
"column_header.show_settings": "Dangos gosodiadau",
|
||||||
"column_header.show_settings": "Dangos gosodiadau",
|
"column_header.unpin": "Dadbiniwch",
|
||||||
"column_header.unpin": "Dadbiniwch",
|
"column_subheading.settings": "Gosodiadau",
|
||||||
"column_subheading.settings": "Gosodiadau",
|
"community.column_settings.media_only": "Cyfryngau yn unig",
|
||||||
"community.column_settings.media_only": "Cyfryngau yn unig",
|
"compose_form.direct_message_warning": "Mi fydd y tŵt hwn ond yn cael ei anfon at y defnyddwyr sy'n cael eu crybwyll.",
|
||||||
"compose_form.direct_message_warning": "Mi fydd y tŵt hwn ond yn cael ei anfon at y defnyddwyr sy'n cael eu crybwyll.",
|
"compose_form.direct_message_warning_learn_more": "Dysgwch fwy",
|
||||||
"compose_form.direct_message_warning_learn_more": "Dysgwch fwy",
|
"compose_form.hashtag_warning": "Ni fydd y tŵt hwn wedi ei restru o dan unrhyw hashnod gan ei fod heb ei restru. Dim ond tŵtiau cyhoeddus gellid chwilota amdanynt drwy hashnod.",
|
||||||
"compose_form.hashtag_warning": "Ni fydd y tŵt hwn wedi ei restru o dan unrhyw hashnod gan ei fod heb ei restru. Dim ond tŵtiau cyhoeddus gellid chwilota amdanynt drwy hashnod.",
|
"compose_form.lock_disclaimer": "Nid yw eich cyfri wedi'i {locked}. Gall unrhyw un eich dilyn i weld eich POSTS dilynwyr-yn-unig.",
|
||||||
"compose_form.lock_disclaimer": "Nid yw eich cyfri wedi'i {locked}. Gall unrhyw un eich dilyn i weld eich POSTS dilynwyr-yn-unig.",
|
"compose_form.lock_disclaimer.lock": "wedi ei gloi",
|
||||||
"compose_form.lock_disclaimer.lock": "wedi ei gloi",
|
"compose_form.placeholder": "Be syd ar eich meddwl?",
|
||||||
"compose_form.placeholder": "Be syd ar eich meddwl?",
|
"compose_form.publish": "Tŵt",
|
||||||
"compose_form.publish": "Tŵt",
|
"compose_form.publish_loud": "{publish}!",
|
||||||
"compose_form.publish_loud": "{publish}!",
|
"compose_form.sensitive.marked": "",
|
||||||
"compose_form.sensitive.marked": "Media is marked as sensitive",
|
"compose_form.sensitive.unmarked": "",
|
||||||
"compose_form.sensitive.unmarked": "Media is not marked as sensitive",
|
"compose_form.spoiler.marked": "Testun wedi ei guddio gan rybudd",
|
||||||
"compose_form.spoiler.marked": "Testun wedi ei guddio gan rybudd",
|
"compose_form.spoiler.unmarked": "Nid yw'r testun wedi ei guddio",
|
||||||
"compose_form.spoiler.unmarked": "Nid yw'r testun wedi ei guddio",
|
"compose_form.spoiler_placeholder": "Ysgrifenwch eich rhybudd yma",
|
||||||
"compose_form.spoiler_placeholder": "Ysgrifenwch eich rhybudd yma",
|
"confirmation_modal.cancel": "Canslo",
|
||||||
"confirmation_modal.cancel": "Cancel",
|
"confirmations.block.confirm": "Blociwch",
|
||||||
"confirmations.block.confirm": "Blociwch",
|
"confirmations.block.message": "Ydych chi'n sicr eich bod eisiau blocio {name}?",
|
||||||
"confirmations.block.message": "Ydych chi'n sicr eich bod eisiau blocio {name}?",
|
"confirmations.delete.confirm": "Dileu",
|
||||||
"confirmations.delete.confirm": "Dileu",
|
"confirmations.delete.message": "Ydych chi'n sicr eich bod eisiau dileu y statws hwn?",
|
||||||
"confirmations.delete.message": "Ydych chi'n sicr eich bod eisiau dileu y statws hwn?",
|
"confirmations.delete_list.confirm": "Dileu",
|
||||||
"confirmations.delete_list.confirm": "Dileu",
|
"confirmations.delete_list.message": "Ydych chi'n sicr eich bod eisiau dileu y rhestr hwn am byth?",
|
||||||
"confirmations.delete_list.message": "Ydych chi'n sicr eich bod eisiau dileu y rhestr hwn am byth?",
|
"confirmations.domain_block.confirm": "",
|
||||||
"confirmations.domain_block.confirm": "Hide entire domain",
|
"confirmations.domain_block.message": "",
|
||||||
"confirmations.domain_block.message": "Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed.",
|
"confirmations.mute.confirm": "Tawelu",
|
||||||
"confirmations.mute.confirm": "Mute",
|
"confirmations.mute.message": "Ydych chi'n sicr eich bod am ddistewi {name}?",
|
||||||
"confirmations.mute.message": "Ydych chi'n sicr eich bod am ddistewi {name}?",
|
"confirmations.redraft.confirm": "Dilëwch & ailddrafftio",
|
||||||
"confirmations.redraft.confirm": "Delete & redraft",
|
"confirmations.redraft.message": "Ydych chi'n siwr eich bod eisiau dileu y statws hwn a'i ailddrafftio? Bydd ffefrynnau a bwstiau'n cael ei colli, a bydd ymatebion i'r statws gwreiddiol yn cael eu hamddifadu.",
|
||||||
"confirmations.redraft.message": "Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
|
"confirmations.unfollow.confirm": "Dad-ddilynwch",
|
||||||
"confirmations.unfollow.confirm": "Dad-ddilynwch",
|
"confirmations.unfollow.message": "Ydych chi'n sicr eich bod am ddad-ddilyn {name}?",
|
||||||
"confirmations.unfollow.message": "Ydych chi'n sicr eich bod am ddad-ddilyn {name}?",
|
"embed.instructions": "Mewnblannwch y statws hwn ar eich gwefan drwy gopïo'r côd isod.",
|
||||||
"embed.instructions": "Embed this status on your website by copying the code below.",
|
"embed.preview": "Dyma sut olwg fydd arno:",
|
||||||
"embed.preview": "Dyma sut olwg fydd arno:",
|
"emoji_button.activity": "Gweithgarwch",
|
||||||
"emoji_button.activity": "Gweithgarwch",
|
"emoji_button.custom": "",
|
||||||
"emoji_button.custom": "Custom",
|
"emoji_button.flags": "Baneri",
|
||||||
"emoji_button.flags": "Baneri",
|
"emoji_button.food": "Bwyd a Diod",
|
||||||
"emoji_button.food": "Bwyd a Diod",
|
"emoji_button.label": "Mewnosodwch emoji",
|
||||||
"emoji_button.label": "Mewnosodwch emoji",
|
"emoji_button.nature": "Natur",
|
||||||
"emoji_button.nature": "Natur",
|
"emoji_button.not_found": "Dim emojos!! (╯°□°)╯︵ ┻━┻",
|
||||||
"emoji_button.not_found": "Dim emojos!! (╯°□°)╯︵ ┻━┻",
|
"emoji_button.objects": "Gwrthrychau",
|
||||||
"emoji_button.objects": "Gwrthrychau",
|
"emoji_button.people": "Pobl",
|
||||||
"emoji_button.people": "Pobl",
|
"emoji_button.recent": "Defnyddir yn aml",
|
||||||
"emoji_button.recent": "Defnyddir yn aml",
|
"emoji_button.search": "Chwilio...",
|
||||||
"emoji_button.search": "Chwilio...",
|
"emoji_button.search_results": "Canlyniadau chwilio",
|
||||||
"emoji_button.search_results": "Canlyniadau chwilio",
|
"emoji_button.symbols": "Symbolau",
|
||||||
"emoji_button.symbols": "Symbolau",
|
"emoji_button.travel": "Teithio & Llefydd",
|
||||||
"emoji_button.travel": "Teithio & Llefydd",
|
"empty_column.blocks": "Nid ydych wedi blocio unrhyw ddefnyddwyr eto.",
|
||||||
"empty_column.blocks": "Nid ydych wedi blocio unrhyw ddefnyddwyr eto.",
|
"empty_column.community": "",
|
||||||
"empty_column.community": "The local timeline is empty. Write something publicly to get the ball rolling!",
|
"empty_column.direct": "Nid oes gennych unrhyw negeseuon preifat eto. Pan y byddwch yn anfon neu derbyn un, mi fydd yn ymddangos yma.",
|
||||||
"empty_column.direct": "Nid oes gennych unrhyw negeseuon preifat eto. Pan y byddwch yn anfon neu derbyn un, mi fydd yn ymddangos yma.",
|
"empty_column.domain_blocks": "Nid oes yna unrhyw barthau cuddiedig eto.",
|
||||||
"empty_column.domain_blocks": "Nid oes yna unrhyw barthau cuddiedig eto.",
|
"empty_column.favourited_statuses": "Nid oes gennych unrhyw hoff dwtiau eto. Pan y byddwch yn hoffi un, mi fydd yn ymddangos yma.",
|
||||||
"empty_column.favourited_statuses": "Nid oes gennych unrhyw hoff dwtiau eto. Pan y byddwch yn hoffi un, mi fydd yn ymddangos yma.",
|
"empty_column.favourites": "Nid oes neb wedi hoffi'r tŵt yma eto. Pan bydd rhywun yn ei hoffi, mi fyddent yn ymddangos yma.",
|
||||||
"empty_column.favourites": "Nid oes neb wedi hoffi'r tŵt yma eto. Pan bydd rhywun yn ei hoffi, mi fyddent yn ymddangos yma.",
|
"empty_column.follow_requests": "Nid oes gennych unrhyw geisiadau dilyn eto. Pan dderbyniwch chi un, bydd yn ymddangos yma.",
|
||||||
"empty_column.follow_requests": "You don't have any follow requests yet. When you receive one, it will show up here.",
|
"empty_column.hashtag": "Nid oes dim ar yr hashnod hwn eto.",
|
||||||
"empty_column.hashtag": "Nid oes dim ar yr hashnod hwn eto.",
|
"empty_column.home": "",
|
||||||
"empty_column.home": "Your home timeline is empty! Visit {public} or use search to get started and meet other users.",
|
"empty_column.home.public_timeline": "y ffrwd cyhoeddus",
|
||||||
"empty_column.home.public_timeline": "the public timeline",
|
"empty_column.list": "Nid oes dim yn y rhestr yma eto. Pan y bydd aelodau'r rhestr yn cyhoeddi statws newydd, mi fydd yn ymddangos yma.",
|
||||||
"empty_column.list": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.",
|
"empty_column.lists": "Nid oes gennych unrhyw restrau eto. Pan grëwch chi un, mi fydd yn ymddangos yma.",
|
||||||
"empty_column.lists": "You don't have any lists yet. When you create one, it will show up here.",
|
"empty_column.mutes": "Nid ydych wedi tawelu unrhyw ddefnyddwyr eto.",
|
||||||
"empty_column.mutes": "You haven't muted any users yet.",
|
"empty_column.notifications": "Nid oes gennych unrhyw hysbysiadau eto. Rhyngweithiwch ac eraill i ddechrau'r sgwrs.",
|
||||||
"empty_column.notifications": "You don't have any notifications yet. Interact with others to start the conversation.",
|
"empty_column.public": "Does dim byd yma! Ysgrifennwch rhywbeth yn gyhoeddus, neu dilynwch ddefnyddwyr o INSTANCES eraill i'w lenwi",
|
||||||
"empty_column.public": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
|
"follow_request.authorize": "Caniatau",
|
||||||
"follow_request.authorize": "Caniatau",
|
"follow_request.reject": "Gwrthod",
|
||||||
"follow_request.reject": "Gwrthod",
|
"getting_started.developers": "Datblygwyr",
|
||||||
"getting_started.developers": "Datblygwyr",
|
"getting_started.documentation": "Dogfennaeth",
|
||||||
"getting_started.documentation": "Dogfennaeth",
|
"getting_started.find_friends": "Canfod ffrindiau o Twitter",
|
||||||
"getting_started.find_friends": "Canfod ffrindiau o Twitter",
|
"getting_started.heading": "Dechrau",
|
||||||
"getting_started.heading": "Dechrau",
|
"getting_started.invite": "Gwahoddwch bobl",
|
||||||
"getting_started.invite": "Gwahoddwch bobl",
|
"getting_started.open_source_notice": "Mae Mastodon yn feddalwedd côd agored. Mae modd cyfrannu neu adrodd materion ar GitHUb ar {github}.",
|
||||||
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
|
"getting_started.security": "Diogelwch",
|
||||||
"getting_started.security": "Diogelwch",
|
"getting_started.terms": "Telerau Gwasanaeth",
|
||||||
"getting_started.terms": "Terms of service",
|
"home.column_settings.basic": "Syml",
|
||||||
"home.column_settings.basic": "Syml",
|
"home.column_settings.show_reblogs": "",
|
||||||
"home.column_settings.show_reblogs": "Show boosts",
|
"home.column_settings.show_replies": "Dangoswch ymatebion",
|
||||||
"home.column_settings.show_replies": "Dangoswch ymatebion",
|
"keyboard_shortcuts.back": "",
|
||||||
"keyboard_shortcuts.back": "to navigate back",
|
"keyboard_shortcuts.blocked": "i agor rhestr defnyddwyr a flociwyd",
|
||||||
"keyboard_shortcuts.blocked": "to open blocked users list",
|
"keyboard_shortcuts.boost": "",
|
||||||
"keyboard_shortcuts.boost": "to boost",
|
"keyboard_shortcuts.column": "",
|
||||||
"keyboard_shortcuts.column": "to focus a status in one of the columns",
|
"keyboard_shortcuts.compose": "",
|
||||||
"keyboard_shortcuts.compose": "to focus the compose textarea",
|
"keyboard_shortcuts.description": "Disgrifiad",
|
||||||
"keyboard_shortcuts.description": "Disgrifiad",
|
"keyboard_shortcuts.direct": "i agor colofn negeseuon preifat",
|
||||||
"keyboard_shortcuts.direct": "i agor colofn negeseuon preifat",
|
"keyboard_shortcuts.down": "i symud lawr yn y rhestr",
|
||||||
"keyboard_shortcuts.down": "i symud lawr yn y rhestr",
|
"keyboard_shortcuts.enter": "i agor statws",
|
||||||
"keyboard_shortcuts.enter": "i agor statws",
|
"keyboard_shortcuts.favourite": "i hoffi",
|
||||||
"keyboard_shortcuts.favourite": "i hoffi",
|
"keyboard_shortcuts.favourites": "i agor rhestr hoffi",
|
||||||
"keyboard_shortcuts.favourites": "i agor rhestr hoffi",
|
"keyboard_shortcuts.federated": "",
|
||||||
"keyboard_shortcuts.federated": "to open federated timeline",
|
"keyboard_shortcuts.heading": "",
|
||||||
"keyboard_shortcuts.heading": "Keyboard Shortcuts",
|
"keyboard_shortcuts.home": "i agor ffrwd cartref",
|
||||||
"keyboard_shortcuts.home": "to open home timeline",
|
"keyboard_shortcuts.hotkey": "Hotkey",
|
||||||
"keyboard_shortcuts.hotkey": "Hotkey",
|
"keyboard_shortcuts.legend": "",
|
||||||
"keyboard_shortcuts.legend": "to display this legend",
|
"keyboard_shortcuts.local": "i agor ffrwd lleol",
|
||||||
"keyboard_shortcuts.local": "to open local timeline",
|
"keyboard_shortcuts.mention": "i grybwyll yr awdur",
|
||||||
"keyboard_shortcuts.mention": "i grybwyll yr awdur",
|
"keyboard_shortcuts.muted": "i agor rhestr defnyddwyr a dawelwyd",
|
||||||
"keyboard_shortcuts.muted": "to open muted users list",
|
"keyboard_shortcuts.my_profile": "i agor eich proffil",
|
||||||
"keyboard_shortcuts.my_profile": "i agor eich proffil",
|
"keyboard_shortcuts.notifications": "i agor colofn hysbysiadau",
|
||||||
"keyboard_shortcuts.notifications": "i agor colofn hysbysiadau",
|
"keyboard_shortcuts.pinned": "",
|
||||||
"keyboard_shortcuts.pinned": "to open pinned toots list",
|
"keyboard_shortcuts.profile": "i agor proffil yr awdur",
|
||||||
"keyboard_shortcuts.profile": "i agor proffil yr awdur",
|
"keyboard_shortcuts.reply": "i ateb",
|
||||||
"keyboard_shortcuts.reply": "i ateb",
|
"keyboard_shortcuts.requests": "i agor rhestr ceisiadau dilyn",
|
||||||
"keyboard_shortcuts.requests": "to open follow requests list",
|
"keyboard_shortcuts.search": "",
|
||||||
"keyboard_shortcuts.search": "to focus search",
|
"keyboard_shortcuts.start": "",
|
||||||
"keyboard_shortcuts.start": "to open \"get started\" column",
|
"keyboard_shortcuts.toggle_hidden": "",
|
||||||
"keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
|
"keyboard_shortcuts.toot": "i ddechrau tŵt newydd sbon",
|
||||||
"keyboard_shortcuts.toot": "i ddechrau tŵt newydd sbon",
|
"keyboard_shortcuts.unfocus": "",
|
||||||
"keyboard_shortcuts.unfocus": "to un-focus compose textarea/search",
|
"keyboard_shortcuts.up": "i symud yn uwch yn y rhestr",
|
||||||
"keyboard_shortcuts.up": "to move up in the list",
|
"lightbox.close": "Cau",
|
||||||
"lightbox.close": "Cau",
|
"lightbox.next": "Nesaf",
|
||||||
"lightbox.next": "Nesaf",
|
"lightbox.previous": "",
|
||||||
"lightbox.previous": "Previous",
|
"lists.account.add": "Ychwanegwch at restr",
|
||||||
"lists.account.add": "Ychwanegwch at restr",
|
"lists.account.remove": "",
|
||||||
"lists.account.remove": "Remove from list",
|
"lists.delete": "Dileu rhestr",
|
||||||
"lists.delete": "Dileu rhestr",
|
"lists.edit": "Golygwch restr",
|
||||||
"lists.edit": "Golygwch restr",
|
"lists.new.create": "Ychwanegwch restr",
|
||||||
"lists.new.create": "Ychwanegwch restr",
|
"lists.new.title_placeholder": "Teitl rhestr newydd",
|
||||||
"lists.new.title_placeholder": "New list title",
|
"lists.search": "",
|
||||||
"lists.search": "Search among people you follow",
|
"lists.subheading": "Eich rhestrau",
|
||||||
"lists.subheading": "Eich rhestrau",
|
"loading_indicator.label": "Llwytho...",
|
||||||
"loading_indicator.label": "Llwytho...",
|
"media_gallery.toggle_visible": "",
|
||||||
"media_gallery.toggle_visible": "Toggle visibility",
|
"missing_indicator.label": "Heb ei ganfod",
|
||||||
"missing_indicator.label": "Heb ei ganfod",
|
"missing_indicator.sublabel": "Ni ellid canfod yr adnodd hwn",
|
||||||
"missing_indicator.sublabel": "Ni ellid canfod yr adnodd hwn",
|
"mute_modal.hide_notifications": "Cuddiwch hysbysiadau rhag y defnyddiwr hwn?",
|
||||||
"mute_modal.hide_notifications": "Cuddiwch hysbysiadau rhag y defnyddiwr hwn?",
|
"navigation_bar.apps": "Apiau symudol",
|
||||||
"navigation_bar.apps": "Apiau symudol",
|
"navigation_bar.blocks": "Defnyddwyr wedi eu blocio",
|
||||||
"navigation_bar.blocks": "Defnyddwyr wedi eu blocio",
|
"navigation_bar.community_timeline": "",
|
||||||
"navigation_bar.community_timeline": "Local timeline",
|
"navigation_bar.compose": "Cyfansoddwch dŵt newydd",
|
||||||
"navigation_bar.compose": "Cyfansoddwch dŵt newydd",
|
"navigation_bar.direct": "Negeseuon preifat",
|
||||||
"navigation_bar.direct": "Negeseuon preifat",
|
"navigation_bar.discover": "Darganfyddwch",
|
||||||
"navigation_bar.discover": "Darganfyddwch",
|
"navigation_bar.domain_blocks": "Parthau cuddiedig",
|
||||||
"navigation_bar.domain_blocks": "Parthau cuddiedig",
|
"navigation_bar.edit_profile": "Golygu proffil",
|
||||||
"navigation_bar.edit_profile": "Golygu proffil",
|
"navigation_bar.favourites": "Ffefrynnau",
|
||||||
"navigation_bar.favourites": "Ffefrynnau",
|
"navigation_bar.filters": "Geiriau a dawelwyd",
|
||||||
"navigation_bar.filters": "Muted words",
|
"navigation_bar.follow_requests": "Ceisiadau dilyn",
|
||||||
"navigation_bar.follow_requests": "Ceisiadau dilyn",
|
"navigation_bar.info": "",
|
||||||
"navigation_bar.info": "About this instance",
|
"navigation_bar.keyboard_shortcuts": "",
|
||||||
"navigation_bar.keyboard_shortcuts": "Hotkeys",
|
"navigation_bar.lists": "Rhestrau",
|
||||||
"navigation_bar.lists": "Rhestrau",
|
"navigation_bar.logout": "Allgofnodi",
|
||||||
"navigation_bar.logout": "Allgofnodi",
|
"navigation_bar.mutes": "Defnyddwyr a dawelwyd",
|
||||||
"navigation_bar.mutes": "Muted users",
|
"navigation_bar.personal": "Personol",
|
||||||
"navigation_bar.personal": "Personol",
|
"navigation_bar.pins": "Tŵtiau wedi eu pinio",
|
||||||
"navigation_bar.pins": "Tŵtiau wedi eu pinio",
|
"navigation_bar.preferences": "Dewisiadau",
|
||||||
"navigation_bar.preferences": "Dewisiadau",
|
"navigation_bar.public_timeline": "",
|
||||||
"navigation_bar.public_timeline": "Federated timeline",
|
"navigation_bar.security": "Diogelwch",
|
||||||
"navigation_bar.security": "Diogelwch",
|
"notification.favourite": "hoffodd {name} eich statws",
|
||||||
"notification.favourite": "hoffodd {name} eich statws",
|
"notification.follow": "dilynodd {name} chi",
|
||||||
"notification.follow": "dilynodd {name} chi",
|
"notification.mention": "Soniodd {name} amdanoch chi",
|
||||||
"notification.mention": "{name} mentioned you",
|
"notification.reblog": "",
|
||||||
"notification.reblog": "{name} boosted your status",
|
"notifications.clear": "Clirio hysbysiadau",
|
||||||
"notifications.clear": "Clirio hysbysiadau",
|
"notifications.clear_confirmation": "",
|
||||||
"notifications.clear_confirmation": "Are you sure you want to permanently clear all your notifications?",
|
"notifications.column_settings.alert": "",
|
||||||
"notifications.column_settings.alert": "Desktop notifications",
|
"notifications.column_settings.favourite": "Ffefrynnau:",
|
||||||
"notifications.column_settings.favourite": "Ffefrynnau:",
|
"notifications.column_settings.follow": "Dilynwyr newydd:",
|
||||||
"notifications.column_settings.follow": "Dilynwyr newydd:",
|
"notifications.column_settings.mention": "",
|
||||||
"notifications.column_settings.mention": "Mentions:",
|
"notifications.column_settings.push": "Hysbysiadau push",
|
||||||
"notifications.column_settings.push": "Push notifications",
|
"notifications.column_settings.reblog": "",
|
||||||
"notifications.column_settings.push_meta": "This device",
|
"notifications.column_settings.show": "",
|
||||||
"notifications.column_settings.reblog": "Boosts:",
|
"notifications.column_settings.sound": "Chwarae sain",
|
||||||
"notifications.column_settings.show": "Show in column",
|
"notifications.group": "{count} o hysbysiadau",
|
||||||
"notifications.column_settings.sound": "Chwarae sain",
|
"onboarding.done": "Wedi'i wneud",
|
||||||
"notifications.group": "{count} o hysbysiadau",
|
"onboarding.next": "Nesaf",
|
||||||
"onboarding.done": "Done",
|
"onboarding.page_five.public_timelines": "",
|
||||||
"onboarding.next": "Nesaf",
|
"onboarding.page_four.home": "Mae'r ffrwd gartref yn dangos twtiau o bobl yr ydych yn dilyn.",
|
||||||
"onboarding.page_five.public_timelines": "The local timeline shows public posts from everyone on {domain}. The federated timeline shows public posts from everyone who people on {domain} follow. These are the Public Timelines, a great way to discover new people.",
|
"onboarding.page_four.notifications": "",
|
||||||
"onboarding.page_four.home": "The home timeline shows posts from people you follow.",
|
"onboarding.page_one.federation": "",
|
||||||
"onboarding.page_four.notifications": "The notifications column shows when someone interacts with you.",
|
"onboarding.page_one.full_handle": "",
|
||||||
"onboarding.page_one.federation": "Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
|
"onboarding.page_one.handle_hint": "",
|
||||||
"onboarding.page_one.full_handle": "Your full handle",
|
"onboarding.page_one.welcome": "Croeso i Mastodon!",
|
||||||
"onboarding.page_one.handle_hint": "This is what you would tell your friends to search for.",
|
"onboarding.page_six.admin": "",
|
||||||
"onboarding.page_one.welcome": "Croeso i Mastodon!",
|
"onboarding.page_six.almost_done": "Bron a gorffen...",
|
||||||
"onboarding.page_six.admin": "Your instance's admin is {admin}.",
|
"onboarding.page_six.appetoot": "Bon Apetŵt!",
|
||||||
"onboarding.page_six.almost_done": "Almost done...",
|
"onboarding.page_six.apps_available": "Mae yna {apps} ar gael i iOS, Android a platfformau eraill.",
|
||||||
"onboarding.page_six.appetoot": "Bon Apetŵt!",
|
"onboarding.page_six.github": "Mae Mastodon yn feddalwedd côd agored rhad ac am ddim. Mae modd adrodd bygiau, gwneud ceisiadau am nodweddion penodol, neu gyfrannu i'r côd ar {github}.",
|
||||||
"onboarding.page_six.apps_available": "There are {apps} available for iOS, Android and other platforms.",
|
"onboarding.page_six.guidelines": "canllawiau cymunedol",
|
||||||
"onboarding.page_six.github": "Mastodon is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
|
"onboarding.page_six.read_guidelines": "Darllenwch {guidelines} y {domain} os gwelwch yn dda!",
|
||||||
"onboarding.page_six.guidelines": "canllawiau cymunedol",
|
"onboarding.page_six.various_app": "apiau symudol",
|
||||||
"onboarding.page_six.read_guidelines": "Please read {domain}'s {guidelines}!",
|
"onboarding.page_three.profile": "",
|
||||||
"onboarding.page_six.various_app": "apiau symudol",
|
"onboarding.page_three.search": "",
|
||||||
"onboarding.page_three.profile": "Edit your profile to change your avatar, bio, and display name. There, you will also find other preferences.",
|
"onboarding.page_two.compose": "",
|
||||||
"onboarding.page_three.search": "Use the search bar to find people and look at hashtags, such as {illustration} and {introductions}. To look for a person who is not on this instance, use their full handle.",
|
"onboarding.skip": "Sgipiwch",
|
||||||
"onboarding.page_two.compose": "Write posts from the compose column. You can upload images, change privacy settings, and add content warnings with the icons below.",
|
"privacy.change": "",
|
||||||
"onboarding.skip": "Skip",
|
"privacy.direct.long": "",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.direct.short": "Uniongyrchol",
|
||||||
"privacy.direct.long": "Post to mentioned users only",
|
"privacy.private.long": "Cyhoeddi i ddilynwyr yn unig",
|
||||||
"privacy.direct.short": "Direct",
|
"privacy.private.short": "Dilynwyr-yn-unig",
|
||||||
"privacy.private.long": "Post to followers only",
|
"privacy.public.long": "Cyhoeddi i ffrydiau cyhoeddus",
|
||||||
"privacy.private.short": "Dilynwyr-yn-unig",
|
"privacy.public.short": "Cyhoeddus",
|
||||||
"privacy.public.long": "Post to public timelines",
|
"privacy.unlisted.long": "Peidio a cyhoeddi i ffrydiau cyhoeddus",
|
||||||
"privacy.public.short": "Cyhoeddus",
|
"privacy.unlisted.short": "Heb ei restru",
|
||||||
"privacy.unlisted.long": "Do not show in public timelines",
|
"regeneration_indicator.label": "Llwytho…",
|
||||||
"privacy.unlisted.short": "Heb ei restru",
|
"regeneration_indicator.sublabel": "Mae eich ffrwd cartref yn cael ei baratoi!",
|
||||||
"regeneration_indicator.label": "Llwytho…",
|
"relative_time.days": "{number}d",
|
||||||
"regeneration_indicator.sublabel": "Mae eich ffrwd cartref yn cael ei baratoi!",
|
"relative_time.hours": "{number}h",
|
||||||
"relative_time.days": "{number}d",
|
"relative_time.just_now": "nawr",
|
||||||
"relative_time.hours": "{number}h",
|
"relative_time.minutes": "{number}m",
|
||||||
"relative_time.just_now": "nawr",
|
"relative_time.seconds": "{number}s",
|
||||||
"relative_time.minutes": "{number}m",
|
"reply_indicator.cancel": "Canslo",
|
||||||
"relative_time.seconds": "{number}s",
|
"report.forward": "",
|
||||||
"reply_indicator.cancel": "Canslo",
|
"report.forward_hint": "",
|
||||||
"report.forward": "Forward to {target}",
|
"report.hint": "",
|
||||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
"report.placeholder": "Sylwadau ychwanegol",
|
||||||
"report.hint": "The report will be sent to your instance moderators. You can provide an explanation of why you are reporting this account below:",
|
"report.submit": "Cyflwyno",
|
||||||
"report.placeholder": "Sylwadau ychwanegol",
|
"report.target": "",
|
||||||
"report.submit": "Submit",
|
"search.placeholder": "Chwilio",
|
||||||
"report.target": "Report {target}",
|
"search_popout.search_format": "Fformat chwilio uwch",
|
||||||
"search.placeholder": "Chwilio",
|
"search_popout.tips.full_text": "",
|
||||||
"search_popout.search_format": "Advanced search format",
|
"search_popout.tips.hashtag": "hashnod",
|
||||||
"search_popout.tips.full_text": "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
|
"search_popout.tips.status": "statws",
|
||||||
"search_popout.tips.hashtag": "hashnod",
|
"search_popout.tips.text": "",
|
||||||
"search_popout.tips.status": "statws",
|
"search_popout.tips.user": "defnyddiwr",
|
||||||
"search_popout.tips.text": "Simple text returns matching display names, usernames and hashtags",
|
"search_results.accounts": "Pobl",
|
||||||
"search_popout.tips.user": "defnyddiwr",
|
"search_results.hashtags": "Hanshnodau",
|
||||||
"search_results.accounts": "Pobl",
|
"search_results.statuses": "Twtiau",
|
||||||
"search_results.hashtags": "Hanshnodau",
|
"search_results.total": "",
|
||||||
"search_results.statuses": "Twtiau",
|
"standalone.public_title": "Golwg tu fewn...",
|
||||||
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
|
"status.block": "Blociwch @{name}",
|
||||||
"standalone.public_title": "A look inside...",
|
"status.cancel_reblog_private": "",
|
||||||
"status.block": "Block @{name}",
|
"status.cannot_reblog": "",
|
||||||
"status.cancel_reblog_private": "Unboost",
|
"status.delete": "Dileu",
|
||||||
"status.cannot_reblog": "This post cannot be boosted",
|
"status.detailed_status": "",
|
||||||
"status.delete": "Dileu",
|
"status.direct": "Neges breifat @{name}",
|
||||||
"status.detailed_status": "Detailed conversation view",
|
"status.embed": "Plannu",
|
||||||
"status.direct": "Neges breifat @{name}",
|
"status.favourite": "",
|
||||||
"status.embed": "Plannu",
|
"status.filtered": "",
|
||||||
"status.favourite": "Favourite",
|
"status.load_more": "Llwythwch mwy",
|
||||||
"status.filtered": "Filtered",
|
"status.media_hidden": "",
|
||||||
"status.load_more": "Llwythwch mwy",
|
"status.mention": "",
|
||||||
"status.media_hidden": "Media hidden",
|
"status.more": "Mwy",
|
||||||
"status.mention": "Mention @{name}",
|
"status.mute": "Tawelu @{name}",
|
||||||
"status.more": "Mwy",
|
"status.mute_conversation": "",
|
||||||
"status.mute": "Mute @{name}",
|
"status.open": "",
|
||||||
"status.mute_conversation": "Mute conversation",
|
"status.pin": "",
|
||||||
"status.open": "Expand this status",
|
"status.pinned": "",
|
||||||
"status.pin": "Pin on profile",
|
"status.reblog": "",
|
||||||
"status.pinned": "Pinned toot",
|
"status.reblog_private": "",
|
||||||
"status.reblog": "Boost",
|
"status.reblogged_by": "",
|
||||||
"status.reblog_private": "Boost to original audience",
|
"status.reblogs.empty": "",
|
||||||
"status.reblogged_by": "{name} boosted",
|
"status.redraft": "Dilëwh & ailddrafftio",
|
||||||
"status.reblogs.empty": "No one has boosted this toot yet. When someone does, they will show up here.",
|
"status.reply": "Ateb",
|
||||||
"status.redraft": "Delete & re-draft",
|
"status.replyAll": "Ateb i edefyn",
|
||||||
"status.reply": "Ateb",
|
"status.report": "",
|
||||||
"status.replyAll": "Ateb i edefyn",
|
"status.sensitive_toggle": "",
|
||||||
"status.report": "Report @{name}",
|
"status.sensitive_warning": "Cynnwys sensitif",
|
||||||
"status.sensitive_toggle": "Click to view",
|
"status.share": "Rhannwch",
|
||||||
"status.sensitive_warning": "Cynnwys sensitif",
|
"status.show_less": "Dangoswch lai",
|
||||||
"status.share": "Rhannwch",
|
"status.show_less_all": "Dangoswch lai i bawb",
|
||||||
"status.show_less": "Dangoswch lai",
|
"status.show_more": "Dangoswch fwy",
|
||||||
"status.show_less_all": "Dangoswch lai i bawb",
|
"status.show_more_all": "",
|
||||||
"status.show_more": "Dangoswch fwy",
|
"status.unmute_conversation": "Dad-dawelu sgwrs",
|
||||||
"status.show_more_all": "Show more for all",
|
"status.unpin": "",
|
||||||
"status.unmute_conversation": "Unmute conversation",
|
"tabs_bar.federated_timeline": "",
|
||||||
"status.unpin": "Unpin from profile",
|
"tabs_bar.home": "Hafan",
|
||||||
"tabs_bar.federated_timeline": "Federated",
|
"tabs_bar.local_timeline": "Lleol",
|
||||||
"tabs_bar.home": "Hafan",
|
"tabs_bar.notifications": "Hysbysiadau",
|
||||||
"tabs_bar.local_timeline": "Lleol",
|
"tabs_bar.search": "Chwilio",
|
||||||
"tabs_bar.notifications": "Hysbysiadau",
|
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} other {people}} yn siarad",
|
||||||
"tabs_bar.search": "Chwilio",
|
"ui.beforeunload": "Mi fyddwch yn colli eich drafft os gadewch Mastodon.",
|
||||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} other {people}} talking",
|
"upload_area.title": "Llusgwch & gollwing i uwchlwytho",
|
||||||
"ui.beforeunload": "Your draft will be lost if you leave Mastodon.",
|
"upload_button.label": "Ychwanegwch gyfryngau (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||||
"upload_area.title": "Drag & drop to upload",
|
"upload_form.description": "",
|
||||||
"upload_button.label": "Add media (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
"upload_form.focus": "",
|
||||||
"upload_form.description": "Describe for the visually impaired",
|
"upload_form.undo": "Dileu",
|
||||||
"upload_form.focus": "Crop",
|
"upload_progress.label": "Uwchlwytho...",
|
||||||
"upload_form.undo": "Delete",
|
"video.close": "Cau fideo",
|
||||||
"upload_progress.label": "Uwchlwytho...",
|
"video.exit_fullscreen": "Gadael sgrîn llawn",
|
||||||
"video.close": "Close video",
|
"video.expand": "Ymestyn fideo",
|
||||||
"video.exit_fullscreen": "Exit full screen",
|
"video.fullscreen": "Sgrîn llawn",
|
||||||
"video.expand": "Expand video",
|
"video.hide": "Cuddio fideo",
|
||||||
"video.fullscreen": "Full screen",
|
"video.mute": "Tawelu sain",
|
||||||
"video.hide": "Hide video",
|
"video.pause": "Oedi",
|
||||||
"video.mute": "Mute sound",
|
"video.play": "Chwarae",
|
||||||
"video.pause": "Pause",
|
"video.unmute": "Dad-dawelu sain"
|
||||||
"video.play": "Chwarae",
|
|
||||||
"video.unmute": "Unmute sound"
|
|
||||||
}
|
}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue