Consistant spaces before strings

This commit is contained in:
Autom 2019-10-17 03:08:24 +02:00
parent da682f6593
commit d387a4b7f6
2 changed files with 20 additions and 20 deletions

View File

@ -5,23 +5,23 @@ export const en = {
no_posts: 'No Posts.', no_posts: 'No Posts.',
create_a_post: 'Create a post', create_a_post: 'Create a post',
create_post: 'Create Post', create_post: 'Create Post',
number_of_posts:'{{count}} Posts', number_of_posts: '{{count}} Posts',
posts: 'Posts', posts: 'Posts',
related_posts: 'These posts might be related', related_posts: 'These posts might be related',
cross_posts: 'This link has also been posted to:', cross_posts: 'This link has also been posted to:',
cross_post: 'cross-post', cross_post: 'cross-post',
comments: 'Comments', comments: 'Comments',
number_of_comments:'{{count}} Comments', number_of_comments: '{{count}} Comments',
remove_comment: 'Remove Comment', remove_comment: 'Remove Comment',
communities: 'Communities', communities: 'Communities',
users: 'Users', users: 'Users',
create_a_community: 'Create a community', create_a_community: 'Create a community',
create_community: 'Create Community', create_community: 'Create Community',
remove_community: 'Remove Community', remove_community: 'Remove Community',
subscribed_to_communities:'Subscribed to <1>communities</1>', subscribed_to_communities: 'Subscribed to <1>communities</1>',
trending_communities:'Trending <1>communities</1>', trending_communities: 'Trending <1>communities</1>',
list_of_communities: 'List of communities', list_of_communities: 'List of communities',
number_of_communities:'{{count}} Communities', number_of_communities: '{{count}} Communities',
community_reqs: 'lowercase, underscores, and no spaces.', community_reqs: 'lowercase, underscores, and no spaces.',
edit: 'edit', edit: 'edit',
reply: 'reply', reply: 'reply',
@ -69,10 +69,10 @@ export const en = {
creator: 'creator', creator: 'creator',
username: 'Username', username: 'Username',
email_or_username: 'Email or Username', email_or_username: 'Email or Username',
number_of_users:'{{count}} Users', number_of_users: '{{count}} Users',
number_of_subscribers:'{{count}} Subscribers', number_of_subscribers: '{{count}} Subscribers',
number_of_points:'{{count}} Points', number_of_points: '{{count}} Points',
number_online:'{{count}} Users Online', number_online: '{{count}} Users Online',
name: 'Name', name: 'Name',
title: 'Title', title: 'Title',
category: 'Category', category: 'Category',
@ -136,7 +136,7 @@ export const en = {
sponsors_of_lemmy: 'Sponsors of Lemmy', sponsors_of_lemmy: 'Sponsors of Lemmy',
sponsor_message: 'Lemmy is free, <1>open-source</1> software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. Thank you to the following people:', sponsor_message: 'Lemmy is free, <1>open-source</1> software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. Thank you to the following people:',
support_on_patreon: 'Support on Patreon', support_on_patreon: 'Support on Patreon',
general_sponsors:'General Sponsors are those that pledged $10 to $39 to Lemmy.', general_sponsors: 'General Sponsors are those that pledged $10 to $39 to Lemmy.',
crypto: 'Crypto', crypto: 'Crypto',
bitcoin: 'Bitcoin', bitcoin: 'Bitcoin',
ethereum: 'Ethereum', ethereum: 'Ethereum',

View File

@ -5,23 +5,23 @@ export const sv = {
no_posts: 'Inga inlägg.', no_posts: 'Inga inlägg.',
create_a_post: 'Skriv ett inlägg', create_a_post: 'Skriv ett inlägg',
create_post: 'Skapa inlägg', create_post: 'Skapa inlägg',
number_of_posts:'{{count}} inlägg', number_of_posts: '{{count}} inlägg',
posts: 'Inlägg', posts: 'Inlägg',
related_posts: 'Dessa inlägg kan vara relaterade', related_posts: 'Dessa inlägg kan vara relaterade',
cross_posts: 'Den här länken har även publicerats i:', cross_posts: 'Den här länken har även publicerats i:',
cross_post: 'tvärinlägg', cross_post: 'tvärinlägg',
comments: 'Kommentarer', comments: 'Kommentarer',
number_of_comments:'{{count}} kommentarer', number_of_comments: '{{count}} kommentarer',
remove_comment: 'Radera kommentar', remove_comment: 'Radera kommentar',
communities: 'Gemenskaper', communities: 'Gemenskaper',
users: 'Användare', users: 'Användare',
create_a_community: 'Skapa en gemenskap', create_a_community: 'Skapa en gemenskap',
create_community: 'Skapa gemenskap', create_community: 'Skapa gemenskap',
remove_community: 'Radera gemenskap', remove_community: 'Radera gemenskap',
subscribed_to_communities:'Prenumererar på <1>gemenskaper</1>', subscribed_to_communities: 'Prenumererar på <1>gemenskaper</1>',
trending_communities:'Populära <1>gemenskaper</1>', trending_communities: 'Populära <1>gemenskaper</1>',
list_of_communities: 'Lista över gemenskaper', list_of_communities: 'Lista över gemenskaper',
number_of_communities:'{{count}} gemenskaper', number_of_communities: '{{count}} gemenskaper',
community_reqs: 'gemener, understreck och inga blanksteg.', community_reqs: 'gemener, understreck och inga blanksteg.',
edit: 'redigera', edit: 'redigera',
reply: 'svara', reply: 'svara',
@ -69,10 +69,10 @@ export const sv = {
creator: 'skapare', creator: 'skapare',
username: 'Användarnamn', username: 'Användarnamn',
email_or_username: 'E-postadress eller användarnamn', email_or_username: 'E-postadress eller användarnamn',
number_of_users:'{{count}} användare', number_of_users: '{{count}} användare',
number_of_subscribers:'{{count}} prenumeranter', number_of_subscribers: '{{count}} prenumeranter',
number_of_points:'{{count}} poäng', number_of_points: '{{count}} poäng',
number_online:'{{count}} användare inloggade', number_online: '{{count}} användare inloggade',
name: 'Namn', name: 'Namn',
title: 'Titel', title: 'Titel',
category: 'Kategori', category: 'Kategori',
@ -136,7 +136,7 @@ export const sv = {
sponsors_of_lemmy: 'Lemmys sponsorer', sponsors_of_lemmy: 'Lemmys sponsorer',
sponsor_message: 'Lemmy är fri mjukvara med <1>öppen källkod</1>, vilket innebär att ingen reklam, vinstindrivning eller venturekapital förekommer, någonsin. Dina donationer går direkt till att stöda utvecklingen av projektet. Stort tack till följande personer:', sponsor_message: 'Lemmy är fri mjukvara med <1>öppen källkod</1>, vilket innebär att ingen reklam, vinstindrivning eller venturekapital förekommer, någonsin. Dina donationer går direkt till att stöda utvecklingen av projektet. Stort tack till följande personer:',
support_on_patreon: 'Stöd på Patreon', support_on_patreon: 'Stöd på Patreon',
general_sponsors:'Allmänna sponsorer är dem som givit mellan 10 och 39\u00a0dollar till Lemmy.', general_sponsors: 'Allmänna sponsorer är dem som givit mellan 10 och 39\u00a0dollar till Lemmy.',
crypto: 'Kryptovaluta', crypto: 'Kryptovaluta',
bitcoin: 'Bitcoin', bitcoin: 'Bitcoin',
ethereum: 'Ethereum', ethereum: 'Ethereum',