mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Improved comments UI styles (#20957)
REF https://linear.app/tryghost/issue/PLG-225 - Reduced overall spacing and font-sizes for it to be more compact - Optimised mobile spacing and typography
This commit is contained in:
parent
01c75bb3be
commit
7d97c4659d
54 changed files with 245 additions and 242 deletions
|
@ -3,7 +3,7 @@ import {Comment, useAppContext} from '../../AppContext';
|
|||
import {getInitials} from '../../utils/helpers';
|
||||
|
||||
function getDimensionClasses() {
|
||||
return 'w-9 h-9 sm:w-[40px] sm:h-[40px]';
|
||||
return 'w-8 h-8';
|
||||
}
|
||||
|
||||
export const BlankAvatar = () => {
|
||||
|
@ -88,7 +88,7 @@ export const Avatar: React.FC<AvatarProps> = ({comment}) => {
|
|||
<>
|
||||
{memberName ?
|
||||
(<div className={`flex items-center justify-center rounded-full ${dimensionClasses}`} data-testid="avatar-background" style={avatarStyle}>
|
||||
<p className="font-sans text-lg font-semibold text-white">{ commentGetInitials() }</p>
|
||||
<p className="font-sans text-base font-semibold text-white">{ commentGetInitials() }</p>
|
||||
</div>) :
|
||||
(<div className={`flex items-center justify-center rounded-full bg-neutral-900 dark:bg-[rgba(255,255,255,0.7)] ${dimensionClasses}`} data-testid="avatar-background" >
|
||||
<AvatarIcon className="stroke-white dark:stroke-[rgba(0,0,0,0.6)]" />
|
||||
|
|
|
@ -116,9 +116,9 @@ const UnpublishedComment: React.FC<UnpublishedCommentProps> = ({comment, openEdi
|
|||
|
||||
return (
|
||||
<CommentLayout avatar={avatar} hasReplies={hasReplies}>
|
||||
<div className="mb-2 mt-[-3px] flex items-start">
|
||||
<div className="flex h-12 flex-row items-center gap-4 pb-[8px] pr-4">
|
||||
<p className="mt-[4px] font-sans text-[16px] italic leading-normal text-[rgba(0,0,0,0.2)] dark:text-[rgba(255,255,255,0.35)]">{notPublishedMessage}</p>
|
||||
<div className="mt-[-3px] flex items-start">
|
||||
<div className="flex h-10 flex-row items-center gap-4 pb-[8px] pr-4">
|
||||
<p className="text-md mt-[4px] font-sans italic leading-normal text-[rgba(0,0,0,0.2)] sm:text-lg dark:text-[rgba(255,255,255,0.35)]">{notPublishedMessage}</p>
|
||||
<div className="mt-[4px]">
|
||||
<MoreButton comment={comment} toggleEdit={openEditMode} />
|
||||
</div>
|
||||
|
@ -140,7 +140,7 @@ const MemberExpertise: React.FC<{comment: Comment}> = ({comment}) => {
|
|||
}
|
||||
|
||||
return (
|
||||
<span className="[overflow-wrap:anywhere]">{memberExpertise}<span className="mx-[0.3em]">·</span></span>
|
||||
<span className="[overflow-wrap:anywhere]"><span className="mx-[0.3em] hidden sm:inline-block">·</span>{memberExpertise}</span>
|
||||
);
|
||||
};
|
||||
|
||||
|
@ -151,7 +151,7 @@ const EditedInfo: React.FC<{comment: Comment}> = ({comment}) => {
|
|||
}
|
||||
return (
|
||||
<span>
|
||||
<span className="mx-[0.3em]">·</span>{t('Edited')}
|
||||
({t('edited')})
|
||||
</span>
|
||||
);
|
||||
};
|
||||
|
@ -164,7 +164,7 @@ const RepliesContainer: React.FC<{comment: Comment}> = ({comment}) => {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="mb-4 mt-10 sm:mb-0">
|
||||
<div className="mb-4 ml-[-1.4rem] mt-7 sm:mb-0 sm:mt-8">
|
||||
<Replies comment={comment} />
|
||||
</div>
|
||||
);
|
||||
|
@ -196,7 +196,7 @@ const AuthorName: React.FC<{comment: Comment}> = ({comment}) => {
|
|||
const {t} = useAppContext();
|
||||
const name = !comment.member ? t('Deleted member') : (comment.member.name ? comment.member.name : t('Anonymous'));
|
||||
return (
|
||||
<h4 className="text-[rgb(23,23,23] font-sans text-[17px] font-bold tracking-tight dark:text-[rgba(255,255,255,0.85)]">
|
||||
<h4 className="text-[rgb(23,23,23] font-sans text-base font-bold leading-snug sm:text-sm dark:text-[rgba(255,255,255,0.85)]">
|
||||
{name}
|
||||
</h4>
|
||||
);
|
||||
|
@ -204,18 +204,18 @@ const AuthorName: React.FC<{comment: Comment}> = ({comment}) => {
|
|||
|
||||
const CommentHeader: React.FC<{comment: Comment}> = ({comment}) => {
|
||||
const createdAtRelative = useRelativeTime(comment.created_at);
|
||||
const {member} = useAppContext();
|
||||
const memberExpertise = member && comment.member && comment.member.uuid === member.uuid ? member.expertise : comment?.member?.expertise;
|
||||
|
||||
return (
|
||||
<div className="mb-2 mt-[-3px] flex items-start">
|
||||
<div>
|
||||
<AuthorName comment={comment} />
|
||||
<div className="flex items-baseline pr-4 font-sans text-[14px] tracking-tight text-[rgba(0,0,0,0.5)] dark:text-[rgba(255,255,255,0.5)]">
|
||||
<span>
|
||||
<MemberExpertise comment={comment}/>
|
||||
<span title={formatExplicitTime(comment.created_at)}>{createdAtRelative}</span>
|
||||
<EditedInfo comment={comment} />
|
||||
</span>
|
||||
</div>
|
||||
<div className={`mb-2 mt-[-3px] flex flex-wrap items-start sm:flex-row ${memberExpertise ? 'flex-col' : 'flex-row'}`}>
|
||||
<AuthorName comment={comment} />
|
||||
<div className="flex items-baseline pr-4 font-sans text-base leading-snug text-[rgba(0,0,0,0.5)] sm:text-sm dark:text-[rgba(255,255,255,0.5)]">
|
||||
<span>
|
||||
<MemberExpertise comment={comment}/>
|
||||
<span title={formatExplicitTime(comment.created_at)}><span className="mx-[0.3em]">·</span>{createdAtRelative}</span>
|
||||
<EditedInfo comment={comment} />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -225,7 +225,7 @@ const CommentBody: React.FC<{html: string}> = ({html}) => {
|
|||
const dangerouslySetInnerHTML = {__html: html};
|
||||
return (
|
||||
<div className="mt mb-2 flex flex-row items-center gap-4 pr-4">
|
||||
<p dangerouslySetInnerHTML={dangerouslySetInnerHTML} className="gh-comment-content font-sans text-[16px] leading-normal text-neutral-900 [overflow-wrap:anywhere] dark:text-[rgba(255,255,255,0.85)]" data-testid="comment-content"/>
|
||||
<p dangerouslySetInnerHTML={dangerouslySetInnerHTML} className="gh-comment-content text-md text-pretty font-sans leading-normal text-neutral-900 [overflow-wrap:anywhere] sm:text-lg dark:text-[rgba(255,255,255,0.85)]" data-testid="comment-content"/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -247,7 +247,7 @@ const CommentMenu: React.FC<CommentMenuProps> = ({comment, toggleReplyMode, isIn
|
|||
const canReply = member && (isPaidMember || !paidOnly) && !parent;
|
||||
|
||||
return (
|
||||
<div className="flex items-center gap-5">
|
||||
<div className="flex items-center gap-4">
|
||||
{<LikeButton comment={comment} />}
|
||||
{(canReply && <ReplyButton isReplying={isInReplyMode} toggleReply={toggleReplyMode} />)}
|
||||
{<MoreButton comment={comment} toggleEdit={openEditMode} />}
|
||||
|
@ -274,9 +274,9 @@ type CommentLayoutProps = {
|
|||
}
|
||||
const CommentLayout: React.FC<CommentLayoutProps> = ({children, avatar, hasReplies}) => {
|
||||
return (
|
||||
<div className={`flex w-full flex-row ${hasReplies === true ? 'mb-0' : 'mb-10'}`} data-testid="comment-component">
|
||||
<div className="mr-3 flex flex-col items-center justify-start">
|
||||
<div className="flex-0 mb-4">
|
||||
<div className={`flex w-full flex-row ${hasReplies === true ? 'mb-0' : 'mb-7'}`} data-testid="comment-component">
|
||||
<div className="mr-2 flex flex-col items-center justify-start sm:mr-3">
|
||||
<div className="flex-0 mb-3 sm:mb-4">
|
||||
{avatar}
|
||||
</div>
|
||||
<RepliesLine hasReplies={hasReplies} />
|
||||
|
|
|
@ -14,12 +14,12 @@ const Count: React.FC<CountProps> = ({showCount, count}) => {
|
|||
|
||||
if (count === 1) {
|
||||
return (
|
||||
<div className="text-[1.6rem] text-[rgba(0,0,0,0.5)] dark:text-[rgba(255,255,255,0.5)]" data-testid="count">{t('1 comment')}</div>
|
||||
<div className="text-md text-[rgba(0,0,0,0.5)] sm:text-lg dark:text-[rgba(255,255,255,0.5)]" data-testid="count">{t('1 comment')}</div>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="text-[1.6rem] text-[rgba(0,0,0,0.5)] dark:text-[rgba(255,255,255,0.5)]" data-testid="count">{t('{{amount}} comments', {amount: formatNumber(count)})}</div>
|
||||
<div className="text-md text-[rgba(0,0,0,0.5)] sm:text-lg dark:text-[rgba(255,255,255,0.5)]" data-testid="count">{t('{{amount}} comments', {amount: formatNumber(count)})}</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
@ -48,7 +48,7 @@ const ContentTitle: React.FC<ContentTitleProps> = ({title, showCount, count}) =>
|
|||
|
||||
return (
|
||||
<div className="mb-8 flex w-full items-baseline justify-between font-sans">
|
||||
<h2 className="text-[2.8rem] font-bold tracking-tight dark:text-[rgba(255,255,255,0.85)]" data-testid="title">
|
||||
<h2 className="text-[2.2rem] font-bold tracking-tight sm:text-2xl dark:text-[rgba(255,255,255,0.85)]" data-testid="title">
|
||||
<Title title={title}/>
|
||||
</h2>
|
||||
<Count count={count} showCount={showCount} />
|
||||
|
|
|
@ -38,7 +38,7 @@ const LikeButton: React.FC<Props> = ({comment}) => {
|
|||
}
|
||||
|
||||
return (
|
||||
<CustomTag className={`duration-50 group flex items-center font-sans text-sm outline-0 transition-all ease-linear ${comment.liked ? 'text-[rgba(0,0,0,0.9)] dark:text-[rgba(255,255,255,0.9)]' : 'text-[rgba(0,0,0,0.5)] dark:text-[rgba(255,255,255,0.5)]'} ${!comment.liked && canLike && 'hover:text-[rgba(0,0,0,0.75)] hover:dark:text-[rgba(255,255,255,0.25)]'} ${likeCursor}`} data-testid="like-button" type="button" onClick={toggleLike}>
|
||||
<CustomTag className={`duration-50 group flex items-center font-sans text-base outline-0 transition-all ease-linear sm:text-sm ${comment.liked ? 'text-[rgba(0,0,0,0.9)] dark:text-[rgba(255,255,255,0.9)]' : 'text-[rgba(0,0,0,0.5)] dark:text-[rgba(255,255,255,0.5)]'} ${!comment.liked && canLike && 'hover:text-[rgba(0,0,0,0.75)] hover:dark:text-[rgba(255,255,255,0.25)]'} ${likeCursor}`} data-testid="like-button" type="button" onClick={toggleLike}>
|
||||
<LikeIcon className={animationClass + ` mr-[6px] ${comment.liked ? 'fill-[rgba(0,0,0,0.9)] stroke-[rgba(0,0,0,0.9)] dark:fill-[rgba(255,255,255,0.9)] dark:stroke-[rgba(255,255,255,0.9)]' : 'stroke-[rgba(0,0,0,0.5)] dark:stroke-[rgba(255,255,255,0.5)]'} ${!comment.liked && canLike && 'group-hover:stroke-[rgba(0,0,0,0.75)] dark:group-hover:stroke-[rgba(255,255,255,0.25)]'} transition duration-50 ease-linear`} />
|
||||
{comment.count.likes}
|
||||
</CustomTag>
|
||||
|
|
|
@ -10,7 +10,7 @@ const ReplyButton: React.FC<Props> = ({disabled, isReplying, toggleReply}) => {
|
|||
const {member, t} = useAppContext();
|
||||
|
||||
return member ?
|
||||
(<button className={`duration-50 group flex items-center font-sans text-sm outline-0 transition-all ease-linear ${isReplying ? 'text-[rgba(0,0,0,0.9)] dark:text-[rgba(255,255,255,0.9)]' : 'text-[rgba(0,0,0,0.5)] hover:text-[rgba(0,0,0,0.75)] dark:text-[rgba(255,255,255,0.5)] dark:hover:text-[rgba(255,255,255,0.25)]'}`} data-testid="reply-button" disabled={!!disabled} type="button" onClick={toggleReply}>
|
||||
(<button className={`duration-50 group flex items-center font-sans text-base outline-0 transition-all ease-linear sm:text-sm ${isReplying ? 'text-[rgba(0,0,0,0.9)] dark:text-[rgba(255,255,255,0.9)]' : 'text-[rgba(0,0,0,0.5)] hover:text-[rgba(0,0,0,0.75)] dark:text-[rgba(255,255,255,0.5)] dark:hover:text-[rgba(255,255,255,0.25)]'}`} data-testid="reply-button" disabled={!!disabled} type="button" onClick={toggleReply}>
|
||||
<ReplyIcon className={`mr-[6px] ${isReplying ? 'fill-[rgba(0,0,0,0.9)] stroke-[rgba(0,0,0,0.9)] dark:fill-[rgba(255,255,255,0.9)] dark:stroke-[rgba(255,255,255,0.9)]' : 'stroke-[rgba(0,0,0,0.5)] group-hover:stroke-[rgba(0,0,0,0.75)] dark:stroke-[rgba(255,255,255,0.5)] dark:group-hover:stroke-[rgba(255,255,255,0.25)]'} duration-50 transition ease-linear`} />{t('Reply')}
|
||||
</button>) : null;
|
||||
};
|
||||
|
|
|
@ -103,9 +103,9 @@ const FormEditor: React.FC<FormEditorProps> = ({submit, progress, setProgress, c
|
|||
}, [editor, close, submitForm]);
|
||||
|
||||
return (
|
||||
<div className={`relative w-full pl-[52px] transition-[padding] delay-100 duration-150 ${reduced && 'pl-0'} ${isOpen && 'pl-[1px] pt-[64px] sm:pl-[52px]'}`}>
|
||||
<div className={`relative w-full pl-[40px] transition-[padding] delay-100 duration-150 sm:pl-[44px] ${reduced && 'pl-0'} ${isOpen && 'pl-[1px] pt-[56px] sm:pl-[52px] sm:pt-[64px]'}`}>
|
||||
<div
|
||||
className={`shadow-form hover:shadow-formxl w-full rounded-md border border-none border-slate-50 bg-[rgba(255,255,255,0.9)] px-3 py-4 font-sans text-[16.5px] leading-normal transition-all delay-100 duration-150 focus:outline-0 dark:border-none dark:bg-[rgba(255,255,255,0.08)] dark:text-neutral-300 dark:shadow-transparent ${isOpen ? 'min-h-[144px] cursor-text pb-[68px] pt-2' : 'min-h-[48px] cursor-pointer overflow-hidden hover:border-slate-300'}
|
||||
className={`shadow-form hover:shadow-formxl text-md w-full rounded-md border border-none border-slate-50 bg-[rgba(255,255,255,0.9)] px-2 font-sans leading-normal transition-all delay-100 duration-150 focus:outline-0 sm:px-3 sm:text-lg dark:border-none dark:bg-[rgba(255,255,255,0.08)] dark:text-neutral-300 dark:shadow-transparent ${isOpen ? 'min-h-[144px] cursor-text py-2 pb-[68px]' : 'min-h-[48px] cursor-pointer overflow-hidden py-3 hover:border-slate-300 sm:py-4'}
|
||||
`}
|
||||
data-testid="form-editor">
|
||||
<EditorContent
|
||||
|
@ -113,12 +113,12 @@ const FormEditor: React.FC<FormEditorProps> = ({submit, progress, setProgress, c
|
|||
onTouchStart={stopIfFocused}
|
||||
/>
|
||||
</div>
|
||||
<div className="absolute bottom-[9px] right-[9px] flex space-x-4 transition-[opacity] duration-150">
|
||||
<div className="absolute bottom-1 right-1 flex space-x-4 transition-[opacity] duration-150 sm:bottom-2 sm:right-2">
|
||||
{close &&
|
||||
<button className="ml-2.5 font-sans text-sm font-medium text-neutral-500 outline-0 dark:text-neutral-400" type="button" onClick={close}>{t('Cancel')}</button>
|
||||
}
|
||||
<button
|
||||
className={`flex w-auto items-center justify-center sm:min-w-[128px] ${submitSize === 'medium' && 'sm:min-w-[100px]'} ${submitSize === 'small' && 'sm:min-w-[64px]'} h-[39px] rounded-[6px] border bg-neutral-900 px-3 py-2 text-center font-sans text-sm font-semibold text-white outline-0 transition-[opacity] duration-150 dark:bg-[rgba(255,255,255,0.9)] dark:text-neutral-800`}
|
||||
className={`flex w-auto items-center justify-center ${submitSize === 'medium' && 'sm:min-w-[100px]'} ${submitSize === 'small' && 'sm:min-w-[64px]'} h-[40px] rounded-[6px] border bg-neutral-900 px-3 py-2 text-center font-sans text-base font-medium text-white outline-0 transition-[opacity] duration-150 sm:text-sm dark:bg-[rgba(255,255,255,0.9)] dark:text-neutral-800`}
|
||||
data-testid="submit-form-button"
|
||||
type="button"
|
||||
onClick={submitForm}
|
||||
|
@ -150,23 +150,25 @@ const FormHeader: React.FC<FormHeaderProps> = ({show, name, expertise, editName,
|
|||
leaveTo="opacity-0"
|
||||
show={show}
|
||||
>
|
||||
<div
|
||||
className="font-sans text-[17px] font-bold tracking-tight text-[rgb(23,23,23)] dark:text-[rgba(255,255,255,0.85)]"
|
||||
data-testid="member-name"
|
||||
onClick={editName}
|
||||
>
|
||||
{name ? name : 'Anonymous'}
|
||||
</div>
|
||||
<div className="flex items-baseline justify-start">
|
||||
<button
|
||||
className={`group flex max-w-[80%] items-center justify-start whitespace-nowrap text-left font-sans text-[14px] tracking-tight text-[rgba(0,0,0,0.5)] transition duration-150 hover:text-[rgba(0,0,0,0.75)] sm:max-w-[90%] dark:text-[rgba(255,255,255,0.5)] dark:hover:text-[rgba(255,255,255,0.4)] ${!expertise && 'text-[rgba(0,0,0,0.3)] hover:text-[rgba(0,0,0,0.5)] dark:text-[rgba(255,255,255,0.3)]'}`}
|
||||
data-testid="expertise-button"
|
||||
type="button"
|
||||
onClick={editExpertise}
|
||||
<div className="flex">
|
||||
<div
|
||||
className="font-sans text-base font-bold leading-snug text-[rgb(23,23,23)] sm:text-sm dark:text-[rgba(255,255,255,0.85)]"
|
||||
data-testid="member-name"
|
||||
onClick={editName}
|
||||
>
|
||||
<span className="... overflow-hidden text-ellipsis">{expertise ? expertise : 'Add your expertise'}</span>
|
||||
{expertise && <EditIcon className="ml-1 h-[12px] w-[12px] translate-x-[-6px] stroke-[rgba(0,0,0,0.5)] opacity-0 transition-all duration-100 ease-out group-hover:translate-x-0 group-hover:stroke-[rgba(0,0,0,0.75)] group-hover:opacity-100 dark:stroke-[rgba(255,255,255,0.5)] dark:group-hover:stroke-[rgba(255,255,255,0.3)]" />}
|
||||
</button>
|
||||
{name ? name : 'Anonymous'}
|
||||
</div>
|
||||
<div className="flex items-baseline justify-start">
|
||||
<button
|
||||
className={`group flex items-center justify-start whitespace-nowrap text-left font-sans text-base leading-snug text-[rgba(0,0,0,0.5)] transition duration-150 hover:text-[rgba(0,0,0,0.75)] sm:text-sm dark:text-[rgba(255,255,255,0.5)] dark:hover:text-[rgba(255,255,255,0.4)] ${!expertise && 'text-[rgba(0,0,0,0.3)] hover:text-[rgba(0,0,0,0.5)] dark:text-[rgba(255,255,255,0.3)]'}`}
|
||||
data-testid="expertise-button"
|
||||
type="button"
|
||||
onClick={editExpertise}
|
||||
>
|
||||
<span><span className="mx-[0.3em]">·</span>{expertise ? expertise : 'Add your expertise'}</span>
|
||||
{expertise && <EditIcon className="ml-1 h-[12px] w-[12px] translate-x-[-6px] stroke-[rgba(0,0,0,0.5)] opacity-0 transition-all duration-100 ease-out group-hover:translate-x-0 group-hover:stroke-[rgba(0,0,0,0.75)] group-hover:opacity-100 dark:stroke-[rgba(255,255,255,0.5)] dark:group-hover:stroke-[rgba(255,255,255,0.3)]" />}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</Transition>
|
||||
);
|
||||
|
@ -263,13 +265,13 @@ const Form: React.FC<FormProps> = ({comment, submit, submitText, submitSize, clo
|
|||
}, [editor, memberName, progress]);
|
||||
|
||||
return (
|
||||
<form ref={formEl} className={`-mx-3 mb-10 mt-[-10px] rounded-md px-3 pb-2 pt-3 transition duration-200 ${isOpen ? 'cursor-default' : 'cursor-pointer'} ${reduced && 'pl-1'}`} data-testid="form" onClick={focusEditor} onMouseDown={preventIfFocused} onTouchStart={preventIfFocused}>
|
||||
<form ref={formEl} className={`-mx-3 mb-7 mt-[-10px] rounded-md px-3 pb-2 pt-3 transition duration-200 ${isOpen ? 'cursor-default' : 'cursor-pointer'} ${reduced && 'pl-1'}`} data-testid="form" onClick={focusEditor} onMouseDown={preventIfFocused} onTouchStart={preventIfFocused}>
|
||||
<div className="relative w-full">
|
||||
<div className="pr-[1px] font-sans leading-normal dark:text-neutral-300">
|
||||
<FormEditor close={close} editor={editor} isOpen={isOpen} progress={progress} reduced={reduced} setProgress={setProgress} submit={submit} submitSize={submitSize} submitText={submitText} />
|
||||
</div>
|
||||
<div className='absolute left-0 top-1 flex h-12 w-full items-center justify-start'>
|
||||
<div className="pointer-events-none mr-3 grow-0">
|
||||
<div className='absolute left-0 top-1 flex h-11 w-full items-center justify-start sm:h-12'>
|
||||
<div className="pointer-events-none mr-2 grow-0 sm:mr-3">
|
||||
<Avatar comment={comment} />
|
||||
</div>
|
||||
<div className="grow-1 w-full">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3 12C3.82843 12 4.5 11.3284 4.5 10.5C4.5 9.67157 3.82843 9 3 9C2.17157 9 1.5 9.67157 1.5 10.5C1.5 11.3284 2.17157 12 3 12Z" />
|
||||
<path d="M8 12C8.82843 12 9.5 11.3284 9.5 10.5C9.5 9.67157 8.82843 9 8 9C7.17157 9 6.5 9.67157 6.5 10.5C6.5 11.3284 7.17157 12 8 12Z" />
|
||||
<path d="M13 12C13.8284 12 14.5 11.3284 14.5 10.5C14.5 9.67157 13.8284 9 13 9C12.1716 9 11.5 9.67157 11.5 10.5C11.5 11.3284 12.1716 12 13 12Z" />
|
||||
<path d="M3 12C3.82843 12 4.5 11.3284 4.5 10.5C4.5 9.67157 3.82843 9 3 9C2.17157 9 1.5 9.67157 1.5 10.5C1.5 11.3284 2.17157 12 3 12Z" />
|
||||
<path d="M8 12C8.82843 12 9.5 11.3284 9.5 10.5C9.5 9.67157 8.82843 9 8 9C7.17157 9 6.5 9.67157 6.5 10.5C6.5 11.3284 7.17157 12 8 12Z" />
|
||||
<path d="M13 12C13.8284 12 14.5 11.3284 14.5 10.5C14.5 9.67157 13.8284 9 13 9C12.1716 9 11.5 9.67157 11.5 10.5C11.5 11.3284 12.1716 12 13 12Z" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 536 B |
|
@ -27,9 +27,9 @@ export function formatRelativeTime(dateString: string, t: TranslationFunction):
|
|||
diff = diff / 60;
|
||||
if (diff < 60) {
|
||||
if (Math.floor(diff) === 1) {
|
||||
return t(`One minute ago`);
|
||||
return t(`One min ago`);
|
||||
}
|
||||
return t('{{amount}} minutes ago', {amount: Math.floor(diff)});
|
||||
return t('{{amount}} mins ago', {amount: Math.floor(diff)});
|
||||
}
|
||||
|
||||
// First check for yesterday
|
||||
|
@ -45,7 +45,7 @@ export function formatRelativeTime(dateString: string, t: TranslationFunction):
|
|||
if (Math.floor(diff) === 1) {
|
||||
return t(`One hour ago`);
|
||||
}
|
||||
return t('{{amount}} hours ago', {amount: Math.floor(diff)});
|
||||
return t('{{amount}} hrs ago', {amount: Math.floor(diff)});
|
||||
}
|
||||
|
||||
// Diff in days
|
||||
|
|
|
@ -101,9 +101,10 @@ module.exports = {
|
|||
},
|
||||
fontSize: {
|
||||
xs: '1.2rem',
|
||||
base: '1.3rem',
|
||||
sm: '1.4rem',
|
||||
md: '1.5rem',
|
||||
lg: '1.8rem',
|
||||
lg: '1.65rem',
|
||||
xl: '2rem',
|
||||
'2xl': '2.4rem',
|
||||
'3xl': '3rem',
|
||||
|
|
|
@ -126,7 +126,7 @@ test.describe('Actions', async () => {
|
|||
|
||||
const expertiseButton = frame.getByTestId('expertise-button');
|
||||
await expect(expertiseButton).toBeVisible();
|
||||
await expect(expertiseButton).toHaveText('Add your expertise');
|
||||
await expect(expertiseButton).toHaveText('·Add your expertise');
|
||||
await expertiseButton.click();
|
||||
|
||||
const detailsFrame = page.frameLocator('iframe[title="addDetailsPopup"]');
|
||||
|
@ -144,7 +144,7 @@ test.describe('Actions', async () => {
|
|||
await expect(profileModal).not.toBeVisible();
|
||||
|
||||
await expect(frame.getByTestId('member-name')).toHaveText('Testy McTest');
|
||||
await expect(frame.getByTestId('expertise-button')).toHaveText('Software development');
|
||||
await expect(frame.getByTestId('expertise-button')).toHaveText('·Software development');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} karakters oor",
|
||||
"{{amount}} comments": "{{amount}} kommentaar",
|
||||
"{{amount}} days ago": "{{amount}} dae gelede",
|
||||
"{{amount}} hours ago": "{{amount}} ure gelede",
|
||||
"{{amount}} minutes ago": "{{amount}} minute gelede",
|
||||
"{{amount}} hrs ago": "{{amount}} ure gelede",
|
||||
"{{amount}} mins ago": "{{amount}} minute gelede",
|
||||
"{{amount}} months ago": "{{amount}} maande gelede",
|
||||
"{{amount}} more": "{{amount}} meer",
|
||||
"{{amount}} seconds ago": "{{amount}} sekondes gelede",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Bespreking",
|
||||
"Edit": "Redigeer",
|
||||
"Edit this comment": "Redigeer hierdie kommentaar",
|
||||
"Edited": "Geredigeer",
|
||||
"edited": "geredigeer",
|
||||
"Enter your name": "Voer jou naam in",
|
||||
"Expertise": "Kundigheid",
|
||||
"Founder @ Acme Inc": "Stigter @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurg",
|
||||
"One day ago": "Eendag gelede",
|
||||
"One hour ago": "Een uur gelede",
|
||||
"One minute ago": "Een minuut gelede",
|
||||
"One min ago": "Een minuut gelede",
|
||||
"One month ago": "Een maand gelede",
|
||||
"One week ago": "'n Week gelede",
|
||||
"One year ago": "Een jaar gelede",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "Остават {{amount}} символа",
|
||||
"{{amount}} comments": "{{amount}} коментара",
|
||||
"{{amount}} days ago": "Преди {{amount}} дни",
|
||||
"{{amount}} hours ago": "Преди {{amount}} часа",
|
||||
"{{amount}} minutes ago": "Преди {{amount}} минути",
|
||||
"{{amount}} hrs ago": "Преди {{amount}} часа",
|
||||
"{{amount}} mins ago": "Преди {{amount}} минути",
|
||||
"{{amount}} months ago": "Преди {{amount}} месеца",
|
||||
"{{amount}} more": "Още {{amount}}",
|
||||
"{{amount}} seconds ago": "Преди {{amount}} секунди",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Дискусия",
|
||||
"Edit": "Редактиране",
|
||||
"Edit this comment": "Редактиране на този коментар",
|
||||
"Edited": "Редактиран",
|
||||
"edited": "pедактиран",
|
||||
"Enter your name": "Въведете вашето име",
|
||||
"Expertise": "Опит",
|
||||
"Founder @ Acme Inc": "Основател @ Компания ООД",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Неврохирург",
|
||||
"One day ago": "Преди един ден",
|
||||
"One hour ago": "Преди един час",
|
||||
"One minute ago": "Преди една минута",
|
||||
"One min ago": "Преди една минута",
|
||||
"One month ago": "Преди един месец",
|
||||
"One week ago": "Преди една седмица",
|
||||
"One year ago": "Преди една година",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "Preostalo {{amount}} karaktera",
|
||||
"{{amount}} comments": "{{amount}} komentara",
|
||||
"{{amount}} days ago": "Prije {{amount}} dana",
|
||||
"{{amount}} hours ago": "Prije {{amount}} sati",
|
||||
"{{amount}} minutes ago": "Prije {{amount}} minuta",
|
||||
"{{amount}} hrs ago": "Prije {{amount}} sati",
|
||||
"{{amount}} mins ago": "Prije {{amount}} minuta",
|
||||
"{{amount}} months ago": "Prije {{amount}} mjeseci",
|
||||
"{{amount}} more": "Još {{amount}}",
|
||||
"{{amount}} seconds ago": "Prije {{amount}} sekundi",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Diskusija",
|
||||
"Edit": "Uredi",
|
||||
"Edit this comment": "Uredi komentar",
|
||||
"Edited": "Uređeno",
|
||||
"edited": "uređeno",
|
||||
"Enter your name": "Unesi ime",
|
||||
"Expertise": "Stručnost",
|
||||
"Founder @ Acme Inc": "Acme Inc osnivač",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurohirurg",
|
||||
"One day ago": "Prije jedan dan",
|
||||
"One hour ago": "Prije jedan sat",
|
||||
"One minute ago": "Prije jedan minut",
|
||||
"One min ago": "Prije jedan minut",
|
||||
"One month ago": "Prije jedan mjesec",
|
||||
"One week ago": "Prije jednu sedmicu",
|
||||
"One year ago": "Prije jednu godinu",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} caràcters restants",
|
||||
"{{amount}} comments": "{{amount}} comentaris",
|
||||
"{{amount}} days ago": "Fa {{amount}} dies",
|
||||
"{{amount}} hours ago": "Fa {{amount}} hores",
|
||||
"{{amount}} minutes ago": "Fa {{amount}} minuts",
|
||||
"{{amount}} hrs ago": "Fa {{amount}} hores",
|
||||
"{{amount}} mins ago": "Fa {{amount}} minuts",
|
||||
"{{amount}} months ago": "Fa {{amount}} mesos",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "Fa {{amount}} segons",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Debat",
|
||||
"Edit": "Editar",
|
||||
"Edit this comment": "Editar aquest comentari",
|
||||
"Edited": "Editat",
|
||||
"edited": "editat",
|
||||
"Enter your name": "Escriu el teu nom",
|
||||
"Expertise": "Conéixement",
|
||||
"Founder @ Acme Inc": "Fundador @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurocirurgià",
|
||||
"One day ago": "Fa un dia",
|
||||
"One hour ago": "Fa una hora",
|
||||
"One minute ago": "Fa un minut",
|
||||
"One min ago": "Fa un minut",
|
||||
"One month ago": "Fa un mes",
|
||||
"One week ago": "Fa una setmana",
|
||||
"One year ago": "Fa un any",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "Zbývá {{amount}} znaků",
|
||||
"{{amount}} comments": "{{amount}} komentářů",
|
||||
"{{amount}} days ago": "Před {{amount}} dny",
|
||||
"{{amount}} hours ago": "Před {{amount}} hodinami",
|
||||
"{{amount}} minutes ago": "Před {{amount}} minutami",
|
||||
"{{amount}} hrs ago": "Před {{amount}} hodinami",
|
||||
"{{amount}} mins ago": "Před {{amount}} minutami",
|
||||
"{{amount}} months ago": "Před {{amount}} měsíci",
|
||||
"{{amount}} more": "Dalších {{amount}}",
|
||||
"{{amount}} seconds ago": "Před {{amount}} sekundami",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Diskuse",
|
||||
"Edit": "Upravit",
|
||||
"Edit this comment": "Upravit tento komentář",
|
||||
"Edited": "Upraveno",
|
||||
"edited": "upraveno",
|
||||
"Enter your name": "Zadejte své jméno",
|
||||
"Expertise": "Odbornost",
|
||||
"Founder @ Acme Inc": "Zakladatel @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurg",
|
||||
"One day ago": "Před jedním dnem",
|
||||
"One hour ago": "Před jednou hodinou",
|
||||
"One minute ago": "Před jednou minutou",
|
||||
"One min ago": "Před jednou minutou",
|
||||
"One month ago": "Před jedním měsícem",
|
||||
"One week ago": "Před jedním týdnem",
|
||||
"One year ago": "Před jedním rokem",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} tegn tilbage",
|
||||
"{{amount}} comments": "{{amount}} kommentarer",
|
||||
"{{amount}} days ago": "{{amount}} dage siden",
|
||||
"{{amount}} hours ago": "{{amount}} timer siden",
|
||||
"{{amount}} minutes ago": "{{amount}} minutter siden",
|
||||
"{{amount}} hrs ago": "{{amount}} timer siden",
|
||||
"{{amount}} mins ago": "{{amount}} minutter siden",
|
||||
"{{amount}} months ago": "{{amount}} måneder siden",
|
||||
"{{amount}} more": "{{amount}} mere",
|
||||
"{{amount}} seconds ago": "{{amount}} sekunder siden",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Diskussion",
|
||||
"Edit": "Rediger",
|
||||
"Edit this comment": "Rediger denne kommentar",
|
||||
"Edited": "Redigeret",
|
||||
"edited": "redigeret",
|
||||
"Enter your name": "Indtast dit navn",
|
||||
"Expertise": "Ekspertise",
|
||||
"Founder @ Acme Inc": "Grundlægger @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurokirurg",
|
||||
"One day ago": "En dag siden",
|
||||
"One hour ago": "En time siden",
|
||||
"One minute ago": "Et minut siden",
|
||||
"One min ago": "Et minut siden",
|
||||
"One month ago": "En måned siden",
|
||||
"One week ago": "En uge siden",
|
||||
"One year ago": "Et år siden",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} Zeichen übrig",
|
||||
"{{amount}} comments": "{{amount}} Kommentare",
|
||||
"{{amount}} days ago": "Vor {{amount}} Tagen",
|
||||
"{{amount}} hours ago": "Vor {{amount}} Stunden",
|
||||
"{{amount}} minutes ago": "Vor {{amount}} Minuten",
|
||||
"{{amount}} hrs ago": "Vor {{amount}} Stunden",
|
||||
"{{amount}} mins ago": "Vor {{amount}} Minuten",
|
||||
"{{amount}} months ago": "Vor {{amount}} Monaten",
|
||||
"{{amount}} more": "{{amount}} weitere",
|
||||
"{{amount}} seconds ago": "Vor {{amount}} Sekunden",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Diskussion",
|
||||
"Edit": "Bearbeiten",
|
||||
"Edit this comment": "Diesen Kommentar bearbeiten",
|
||||
"Edited": "Bearbeitet",
|
||||
"edited": "bearbeitet",
|
||||
"Enter your name": "Gib deinen Namen ein",
|
||||
"Expertise": "Expertise",
|
||||
"Founder @ Acme Inc": "Gründer bei Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurg",
|
||||
"One day ago": "Vor einem Tag",
|
||||
"One hour ago": "Vor einer Stunde",
|
||||
"One minute ago": "Vor einer Minute",
|
||||
"One min ago": "Vor einer Minute",
|
||||
"One month ago": "Vor einem Monat",
|
||||
"One week ago": "Vor einer Woche",
|
||||
"One year ago": "Vor einem Jahr",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} caracteres restantes",
|
||||
"{{amount}} comments": "{{amount}} comentarios",
|
||||
"{{amount}} days ago": "{{amount}} días atrás",
|
||||
"{{amount}} hours ago": "{{amount}} horas atrás",
|
||||
"{{amount}} minutes ago": "{{amount}} minutos atrás",
|
||||
"{{amount}} hrs ago": "{{amount}} horas atrás",
|
||||
"{{amount}} mins ago": "{{amount}} minutos atrás",
|
||||
"{{amount}} months ago": "{{amount}} meses atrás",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "{{amount}} segundos atrás",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Discusión",
|
||||
"Edit": "Editar",
|
||||
"Edit this comment": "Editar este comentario",
|
||||
"Edited": "Editado",
|
||||
"edited": "editado",
|
||||
"Enter your name": "Ingresa tu nombre",
|
||||
"Expertise": "Experiencia",
|
||||
"Founder @ Acme Inc": "Fundador @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurocirujano",
|
||||
"One day ago": "Hace un día",
|
||||
"One hour ago": "Hace una hora",
|
||||
"One minute ago": "Hace un minuto",
|
||||
"One min ago": "Hace un minuto",
|
||||
"One month ago": "Hace un mes",
|
||||
"One week ago": "Hace una semana",
|
||||
"One year ago": "Hace un año",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} حرف باقی\u200cمانده است",
|
||||
"{{amount}} comments": "{{amount}} دیدگاه",
|
||||
"{{amount}} days ago": "{{amount}} روز پیش",
|
||||
"{{amount}} hours ago": "{{amount}} ساعت پیش",
|
||||
"{{amount}} minutes ago": "{{amount}} دقیقه پیش",
|
||||
"{{amount}} hrs ago": "{{amount}} ساعت پیش",
|
||||
"{{amount}} mins ago": "{{amount}} دقیقه پیش",
|
||||
"{{amount}} months ago": "{{amount}} ماه پیش",
|
||||
"{{amount}} more": "{{amount}} بیشتر",
|
||||
"{{amount}} seconds ago": "{{amount}} ثانیه پیش",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "گفتمان",
|
||||
"Edit": "ویرایش",
|
||||
"Edit this comment": "ویرایش این دیدگاه",
|
||||
"Edited": "ویرایش\u200cشده",
|
||||
"edited": "ویرایش\u200cشده",
|
||||
"Enter your name": "نام خود را بنویسید",
|
||||
"Expertise": "تخصص",
|
||||
"Founder @ Acme Inc": "مدیر عامل یک شرکت خیالی",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "جراح مغز و اعصاب",
|
||||
"One day ago": "یک روز پیش",
|
||||
"One hour ago": "یک ساعت پیش",
|
||||
"One minute ago": "یک دقیقه پیش",
|
||||
"One min ago": "یک دقیقه پیش",
|
||||
"One month ago": "یک ماه پیش",
|
||||
"One week ago": "یک هفته پیش",
|
||||
"One year ago": "یک سال پیش",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} merkkiä jäljellä",
|
||||
"{{amount}} comments": "{{amount}} kommenttia",
|
||||
"{{amount}} days ago": "{{amount}} päivää sitten",
|
||||
"{{amount}} hours ago": "{{amount}} tuntia sitten",
|
||||
"{{amount}} minutes ago": "{{amount}} minuuttia sitten",
|
||||
"{{amount}} hrs ago": "{{amount}} tuntia sitten",
|
||||
"{{amount}} mins ago": "{{amount}} minuuttia sitten",
|
||||
"{{amount}} months ago": "{{amount}} kuukautta sitten",
|
||||
"{{amount}} more": "{{amount}} vielä lisää",
|
||||
"{{amount}} seconds ago": "{{amount}} sekuntia sitten",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Keskustelu",
|
||||
"Edit": "Editoi",
|
||||
"Edit this comment": "Editoi tätä kommenttia",
|
||||
"Edited": "Editoitu",
|
||||
"edited": "editoitu",
|
||||
"Enter your name": "Syötä nimesi",
|
||||
"Expertise": "Osaaminen",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurokirurgi",
|
||||
"One day ago": "Päivä sitten",
|
||||
"One hour ago": "Tunti sitten",
|
||||
"One minute ago": "Minuutti sitten",
|
||||
"One min ago": "Minuutti sitten",
|
||||
"One month ago": "Kuukausi sitten",
|
||||
"One week ago": "Viikko sitten",
|
||||
"One year ago": "Vuosi sitten",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"{{amount}} characters left": "{{amount}} caractères restants",
|
||||
"{{amount}} comments": "{{amount}} commentaires",
|
||||
"{{amount}} days ago": "il y a {{amount}} jours",
|
||||
"{{amount}} hours ago": "il y a {{amount}} heures",
|
||||
"{{amount}} minutes ago": "il y a {{amount}} minutes",
|
||||
"{{amount}} months ago": "il y a {{amount}} mois",
|
||||
"{{amount}} days ago": "Il y a {{amount}} jours",
|
||||
"{{amount}} hrs ago": "Il y a {{amount}} heures",
|
||||
"{{amount}} mins ago": "Il y a {{amount}} minutes",
|
||||
"{{amount}} months ago": "Il y a {{amount}} mois",
|
||||
"{{amount}} more": "{{amount}} supplémentaire(s)",
|
||||
"{{amount}} seconds ago": "il y a {{amount}} secondes",
|
||||
"{{amount}} weeks ago": "il y a {{amount}} semaines",
|
||||
"{{amount}} years ago": "il y a {{amount}} ans",
|
||||
"{{amount}} seconds ago": "Il y a {{amount}} secondes",
|
||||
"{{amount}} weeks ago": "Il y a {{amount}} semaines",
|
||||
"{{amount}} years ago": "Il y a {{amount}} ans",
|
||||
"1 comment": "1 commentaire",
|
||||
"Add comment": "Ajoutez un commentaire",
|
||||
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Ajoutez un contexte à votre commentaire. Partagez votre nom et vos compétences pour favoriser une discussion saine.",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Discussion",
|
||||
"Edit": "Modifier",
|
||||
"Edit this comment": "Modifier ce commentaire",
|
||||
"Edited": "Modifié",
|
||||
"edited": "modifié",
|
||||
"Enter your name": "Entrez votre nom",
|
||||
"Expertise": "Compétences",
|
||||
"Founder @ Acme Inc": "Fondateur @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurgien",
|
||||
"One day ago": "Il y a un jour",
|
||||
"One hour ago": "Il y a une heure",
|
||||
"One minute ago": "Il y a une minute",
|
||||
"One min ago": "Il y a une minute",
|
||||
"One month ago": "Il y a un mois",
|
||||
"One week ago": "Il y a une semaine",
|
||||
"One year ago": "Il y a un an",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "caractaran air fhàgail: {{amount}}",
|
||||
"{{amount}} comments": "beachdan: {{amount}}",
|
||||
"{{amount}} days ago": "o chionn {{amount}}l",
|
||||
"{{amount}} hours ago": "o chionn {{amount}}u",
|
||||
"{{amount}} minutes ago": "o chionn {{amount}}m",
|
||||
"{{amount}} hrs ago": "o chionn {{amount}}u",
|
||||
"{{amount}} mins ago": "o chionn {{amount}}m",
|
||||
"{{amount}} months ago": "o chionn {{amount}}m",
|
||||
"{{amount}} more": "{{amount}} a bharrachd",
|
||||
"{{amount}} seconds ago": "o chionn {{amount}}d",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Deasbad",
|
||||
"Edit": "Deasaich",
|
||||
"Edit this comment": "Deasaich am beachd seo",
|
||||
"Edited": "Air a dheasachad",
|
||||
"edited": "Air a dheasachad",
|
||||
"Enter your name": "Cuir a-steach d’ ainm",
|
||||
"Expertise": "Sàr-eòlas",
|
||||
"Founder @ Acme Inc": "Neach-stèidheachaidh @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Niùro-làmh-lèigh",
|
||||
"One day ago": "O chionn latha",
|
||||
"One hour ago": "O chionn uair a thìde",
|
||||
"One minute ago": "O chionn mionaid",
|
||||
"One min ago": "O chionn mionaid",
|
||||
"One month ago": "O chionn mìos",
|
||||
"One week ago": "O chionn seachdain",
|
||||
"One year ago": "O chionn bliadhna",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} znakova preostalo",
|
||||
"{{amount}} comments": "{{amount}} komentara",
|
||||
"{{amount}} days ago": "Prije{{amount}} dana",
|
||||
"{{amount}} hours ago": "Prije {{amount}} sati",
|
||||
"{{amount}} minutes ago": "Prije {{amount}} minuta",
|
||||
"{{amount}} hrs ago": "Prije {{amount}} sati",
|
||||
"{{amount}} mins ago": "Prije {{amount}} minuta",
|
||||
"{{amount}} months ago": "Prije {{amount}} mjeseci",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "Prije {{amount}} sekundi",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Rasprava",
|
||||
"Edit": "Uredi",
|
||||
"Edit this comment": "Uredi ovaj komentar",
|
||||
"Edited": "Uređen",
|
||||
"edited": "uređen",
|
||||
"Enter your name": "Unesite vaše ime",
|
||||
"Expertise": "Stručnost",
|
||||
"Founder @ Acme Inc": "Osnivač Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurokirurg",
|
||||
"One day ago": "Prije jedan dan",
|
||||
"One hour ago": "Prije jednog sata",
|
||||
"One minute ago": "Prije jedne minute",
|
||||
"One min ago": "Prije jedne minute",
|
||||
"One month ago": "Prije mjesec dana",
|
||||
"One week ago": "Prije tjedan dana",
|
||||
"One year ago": "Prije godinu dana",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} karakter maradt",
|
||||
"{{amount}} comments": "{{amount}} hozzászólás",
|
||||
"{{amount}} days ago": "{{amount}} napja",
|
||||
"{{amount}} hours ago": "{{amount}} órája",
|
||||
"{{amount}} minutes ago": "{{amount}} perce",
|
||||
"{{amount}} hrs ago": "{{amount}} órája",
|
||||
"{{amount}} mins ago": "{{amount}} perce",
|
||||
"{{amount}} months ago": "{{amount}} hónapja",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "{{amount}} másodperce",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Hozzászólások",
|
||||
"Edit": "Szerkesztés",
|
||||
"Edit this comment": "Hozzászólás szerkesztése",
|
||||
"Edited": "Szerkesztve",
|
||||
"edited": "szerkesztve",
|
||||
"Enter your name": "Adja meg a nevét",
|
||||
"Expertise": "Foglalkozás",
|
||||
"Founder @ Acme Inc": "Acme Kft. alapító",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Idegsebész",
|
||||
"One day ago": "Egy napja",
|
||||
"One hour ago": "Egy órája",
|
||||
"One minute ago": "Egy perce",
|
||||
"One min ago": "Egy perce",
|
||||
"One month ago": "Egy hónapja",
|
||||
"One week ago": "Egy hete",
|
||||
"One year ago": "Egy éve",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} karakter tersisa",
|
||||
"{{amount}} comments": "{{amount}} komentar",
|
||||
"{{amount}} days ago": "{{amount}} hari yang lalu",
|
||||
"{{amount}} hours ago": "{{amount}} jam yang lalu",
|
||||
"{{amount}} minutes ago": "{{amount}} menit yang lalu",
|
||||
"{{amount}} hrs ago": "{{amount}} jam yang lalu",
|
||||
"{{amount}} mins ago": "{{amount}} menit yang lalu",
|
||||
"{{amount}} months ago": "{{amount}} bulan yang lalu",
|
||||
"{{amount}} more": "{{amount}} lagi",
|
||||
"{{amount}} seconds ago": "{{amount}} detik yang lalu",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Diskusi",
|
||||
"Edit": "Edit",
|
||||
"Edit this comment": "Edit komentar ini",
|
||||
"Edited": "Diedit",
|
||||
"edited": "diedit",
|
||||
"Enter your name": "Masukkan nama Anda",
|
||||
"Expertise": "Keahlian",
|
||||
"Founder @ Acme Inc": "Founder @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Ahli Bedah Saraf",
|
||||
"One day ago": "Satu hari yang lalu",
|
||||
"One hour ago": "Satu jam yang lalu",
|
||||
"One minute ago": "Satu menit yang lalu",
|
||||
"One min ago": "Satu menit yang lalu",
|
||||
"One month ago": "Satu bulan yang lalu",
|
||||
"One week ago": "Satu minggu yang lalu",
|
||||
"One year ago": "Satu tahun yang lalu",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} caratteri rimanenti",
|
||||
"{{amount}} comments": "{{amount}} commenti",
|
||||
"{{amount}} days ago": "{{amount}} giorni fa",
|
||||
"{{amount}} hours ago": "{{amount}} ore fa",
|
||||
"{{amount}} minutes ago": "{{amount}} minuti fa",
|
||||
"{{amount}} hrs ago": "{{amount}} ore fa",
|
||||
"{{amount}} mins ago": "{{amount}} minuti fa",
|
||||
"{{amount}} months ago": "{{amount}} mesi fa",
|
||||
"{{amount}} more": "{{amount}} in più",
|
||||
"{{amount}} seconds ago": "{{amount}} secondi fa",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Discussione",
|
||||
"Edit": "Modifica",
|
||||
"Edit this comment": "Modifica questo commento",
|
||||
"Edited": "Modificato",
|
||||
"edited": "modificato",
|
||||
"Enter your name": "Inserisci il tuo nome",
|
||||
"Expertise": "Competenze",
|
||||
"Founder @ Acme Inc": "Megadirettore Galattico",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurgo",
|
||||
"One day ago": "Un giorno fa",
|
||||
"One hour ago": "Un'ora fa",
|
||||
"One minute ago": "Un minuto fa",
|
||||
"One min ago": "Un minuto fa",
|
||||
"One month ago": "Un mese fa",
|
||||
"One week ago": "Una settimana fa",
|
||||
"One year ago": "Un anno fa",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "残り{{amount}}文字",
|
||||
"{{amount}} comments": "{{amount}}のコメント",
|
||||
"{{amount}} days ago": "{{amount}}日前",
|
||||
"{{amount}} hours ago": "{{amount}}時間前",
|
||||
"{{amount}} minutes ago": "{{amount}}分前",
|
||||
"{{amount}} hrs ago": "{{amount}}時間前",
|
||||
"{{amount}} mins ago": "{{amount}}分前",
|
||||
"{{amount}} months ago": "{{amount}}ヶ月前",
|
||||
"{{amount}} more": "さらに{{amount}}個",
|
||||
"{{amount}} seconds ago": "{{amount}}秒前",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "議論",
|
||||
"Edit": "編集",
|
||||
"Edit this comment": "このコメントを編集する",
|
||||
"Edited": "編集済み",
|
||||
"edited": "編集済み",
|
||||
"Enter your name": "名前を記入",
|
||||
"Expertise": "専門分野",
|
||||
"Founder @ Acme Inc": "創業者 @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "脳神経外科医",
|
||||
"One day ago": "1日前",
|
||||
"One hour ago": "1時間前",
|
||||
"One minute ago": "1分前",
|
||||
"One min ago": "1分前",
|
||||
"One month ago": "1ヶ月前",
|
||||
"One week ago": "1週間前",
|
||||
"One year ago": "1年前",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}}글자 남음",
|
||||
"{{amount}} comments": "{{amount}}개의 댓글",
|
||||
"{{amount}} days ago": "{{amount}}일 전",
|
||||
"{{amount}} hours ago": "{{amount}}시간 전",
|
||||
"{{amount}} minutes ago": "{{amount}}분 전",
|
||||
"{{amount}} hrs ago": "{{amount}}시간 전",
|
||||
"{{amount}} mins ago": "{{amount}}분 전",
|
||||
"{{amount}} months ago": "{{amount}}개월 전",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "{{amount}}초 전",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "댓글",
|
||||
"Edit": "수정",
|
||||
"Edit this comment": "댓글 수정",
|
||||
"Edited": "수정됨",
|
||||
"edited": "수정됨",
|
||||
"Enter your name": "이름을 입력해 주세요",
|
||||
"Expertise": "전문분야",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "1일 전",
|
||||
"One hour ago": "1시간 전",
|
||||
"One minute ago": "1분 전",
|
||||
"One min ago": "1분 전",
|
||||
"One month ago": "1달 전",
|
||||
"One week ago": "1주 전",
|
||||
"One year ago": "1년 전",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} likę simboliai",
|
||||
"{{amount}} comments": "{{amount}} komentarai",
|
||||
"{{amount}} days ago": "Prieš {{amount}} d.",
|
||||
"{{amount}} hours ago": "Prieš {{amount}} val. ",
|
||||
"{{amount}} minutes ago": "Prieš {{amount}} min.",
|
||||
"{{amount}} hrs ago": "Prieš {{amount}} val.",
|
||||
"{{amount}} mins ago": "Prieš {{amount}} min.",
|
||||
"{{amount}} months ago": "Prieš {{amount}} mėn.",
|
||||
"{{amount}} more": "{{amount}} daugiau",
|
||||
"{{amount}} seconds ago": "Prieš {{amount}} sek.",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Diskusija",
|
||||
"Edit": "Redaguoti",
|
||||
"Edit this comment": "Redaguoti šį komentarą",
|
||||
"Edited": "Redaguotas",
|
||||
"edited": "redaguotas",
|
||||
"Enter your name": "Įrašykite savo vardą",
|
||||
"Expertise": "Specializacija",
|
||||
"Founder @ Acme Inc": "Istorikas",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurgas",
|
||||
"One day ago": "Prieš dieną",
|
||||
"One hour ago": "Prieš valandą",
|
||||
"One minute ago": "Prieš minutę",
|
||||
"One min ago": "Prieš minutę",
|
||||
"One month ago": "Prieš mėnesį",
|
||||
"One week ago": "Prieš savaitę",
|
||||
"One year ago": "Prieš metus",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "Nog {{amount}} tekens over",
|
||||
"{{amount}} comments": "{{amount}} reacties",
|
||||
"{{amount}} days ago": "{{amount}} dagen geleden",
|
||||
"{{amount}} hours ago": "{{amount}} uur geleden",
|
||||
"{{amount}} minutes ago": "{{amount}} minuten geleden",
|
||||
"{{amount}} hrs ago": "{{amount}} uur geleden",
|
||||
"{{amount}} mins ago": "{{amount}} min geleden",
|
||||
"{{amount}} months ago": "{{amount}} maanden geleden",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "{{amount}} seconden geleden",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Gesprek",
|
||||
"Edit": "Bewerken",
|
||||
"Edit this comment": "Bewerk deze reactie",
|
||||
"Edited": "Bewerkt",
|
||||
"edited": "bewerkt",
|
||||
"Enter your name": "Vul je naam in",
|
||||
"Expertise": "Expertise",
|
||||
"Founder @ Acme Inc": "Oprichter, Acme BV",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurg",
|
||||
"One day ago": "Een dag geleden",
|
||||
"One hour ago": "Een uur geleden",
|
||||
"One minute ago": "Een minuut geleden",
|
||||
"One min ago": "Een min geleden",
|
||||
"One month ago": "Een maand geleden",
|
||||
"One week ago": "Een week geleden",
|
||||
"One year ago": "Een jaar geleden",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "Pozostało {{amount}} znaków",
|
||||
"{{amount}} comments": "{{amount}} komentarzy",
|
||||
"{{amount}} days ago": "{{amount}} dni temu",
|
||||
"{{amount}} hours ago": "{{amount}} godzin temu",
|
||||
"{{amount}} minutes ago": "{{amount}} minut temu",
|
||||
"{{amount}} hrs ago": "{{amount}} godzin temu",
|
||||
"{{amount}} mins ago": "{{amount}} minut temu",
|
||||
"{{amount}} months ago": "{{amount}} miesięcy temu",
|
||||
"{{amount}} more": "{{amount}} więcej",
|
||||
"{{amount}} seconds ago": "{{amount}} sekund temu",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Dyskusja",
|
||||
"Edit": "Edytuj",
|
||||
"Edit this comment": "Edytuj komentarz",
|
||||
"Edited": "Edytowano",
|
||||
"edited": "edytowano",
|
||||
"Enter your name": "Podaj Twoje imię",
|
||||
"Expertise": "Doświadczenie",
|
||||
"Founder @ Acme Inc": "Founder @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurg",
|
||||
"One day ago": "Dzień temu",
|
||||
"One hour ago": "Godzinę temu",
|
||||
"One minute ago": "Minutę temu",
|
||||
"One min ago": "Minutę temu",
|
||||
"One month ago": "Miesiąc temu",
|
||||
"One week ago": "Tydzień temu",
|
||||
"One year ago": "Rok temu",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} caracteres restantes",
|
||||
"{{amount}} comments": "{{amount}} comentários",
|
||||
"{{amount}} days ago": "{{amount}} dias atrás",
|
||||
"{{amount}} hours ago": "{{amount}} horas atrás",
|
||||
"{{amount}} minutes ago": "{{amount}} minutos atrás",
|
||||
"{{amount}} hrs ago": "{{amount}} horas atrás",
|
||||
"{{amount}} mins ago": "{{amount}} minutos atrás",
|
||||
"{{amount}} months ago": "{{amount}} meses atrás",
|
||||
"{{amount}} more": "{{amount}} mais",
|
||||
"{{amount}} seconds ago": "{{amount}} segundos atrás",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Discussão",
|
||||
"Edit": "Editar",
|
||||
"Edit this comment": "Editar este comentário",
|
||||
"Edited": "Editado",
|
||||
"edited": "editado",
|
||||
"Enter your name": "Digite seu nome",
|
||||
"Expertise": "Especialidade",
|
||||
"Founder @ Acme Inc": "Fundador @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurocirurgião",
|
||||
"One day ago": "Um dia atrás",
|
||||
"One hour ago": "Uma hora atrás",
|
||||
"One minute ago": "Um minuto atrás",
|
||||
"One min ago": "Um minuto atrás",
|
||||
"One month ago": "Um mês atrás",
|
||||
"One week ago": "Uma semana atrás",
|
||||
"One year ago": "Um ano atrás",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "Faltam {{amount}} caracteres ",
|
||||
"{{amount}} comments": "{{amount}} comentários",
|
||||
"{{amount}} days ago": "{{amount}} dias atrás",
|
||||
"{{amount}} hours ago": "{{amount}} horas atrás",
|
||||
"{{amount}} minutes ago": "{{amount}} minutos atrás",
|
||||
"{{amount}} hrs ago": "{{amount}} horas atrás",
|
||||
"{{amount}} mins ago": "{{amount}} minutos atrás",
|
||||
"{{amount}} months ago": "{{amount}} meses atrás",
|
||||
"{{amount}} more": "mais",
|
||||
"{{amount}} seconds ago": "{{amount}} segundos atrás",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Discussão",
|
||||
"Edit": "Editar",
|
||||
"Edit this comment": "Editar este comentário",
|
||||
"Edited": "Editado",
|
||||
"edited": "editado",
|
||||
"Enter your name": "Insira o seu nome",
|
||||
"Expertise": "Perícia",
|
||||
"Founder @ Acme Inc": "Fundador @ Amce Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "neurocirurgião",
|
||||
"One day ago": "um dia atrás",
|
||||
"One hour ago": "uma hora atrás",
|
||||
"One minute ago": "um minuto atrás",
|
||||
"One min ago": "um minuto atrás",
|
||||
"One month ago": "um mês atrás",
|
||||
"One week ago": "uma semana atrás",
|
||||
"One year ago": "um ano atrás",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} caractere rămase",
|
||||
"{{amount}} comments": "{{amount}} comentarii",
|
||||
"{{amount}} days ago": "acum {{amount}} zile",
|
||||
"{{amount}} hours ago": "acum {{amount}} ore",
|
||||
"{{amount}} minutes ago": "acum {{amount}} minute",
|
||||
"{{amount}} hrs ago": "acum {{amount}} ore",
|
||||
"{{amount}} mins ago": "acum {{amount}} minute",
|
||||
"{{amount}} months ago": "acum {{amount}} luni",
|
||||
"{{amount}} more": "încă {{amount}}",
|
||||
"{{amount}} seconds ago": "acum {{amount}} secunde",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Discuție",
|
||||
"Edit": "Editează",
|
||||
"Edit this comment": "Editează acest comentariu",
|
||||
"Edited": "Editat",
|
||||
"edited": "editat",
|
||||
"Enter your name": "Introduceți numele dumneavoastră",
|
||||
"Expertise": "Expertiză",
|
||||
"Founder @ Acme Inc": "Fondator @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurochirurg",
|
||||
"One day ago": "Acum o zi",
|
||||
"One hour ago": "Acum o oră",
|
||||
"One minute ago": "Acum un minut",
|
||||
"One min ago": "Acum un minut",
|
||||
"One month ago": "Acum o lună",
|
||||
"One week ago": "Acum o săptămână",
|
||||
"One year ago": "Acum un an",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} символа(ов) осталось",
|
||||
"{{amount}} comments": "{{amount}} комментария(ев)",
|
||||
"{{amount}} days ago": "{{amount}} дня(ей) назад",
|
||||
"{{amount}} hours ago": "{{amount}} часа(ов) назад",
|
||||
"{{amount}} minutes ago": "{{amount}} минут(ы) назад",
|
||||
"{{amount}} hrs ago": "{{amount}} часа(ов) назад",
|
||||
"{{amount}} mins ago": "{{amount}} минут(ы) назад",
|
||||
"{{amount}} months ago": "{{amount}} месяца(ев) назад",
|
||||
"{{amount}} more": "ещё {{amount}}",
|
||||
"{{amount}} seconds ago": "{{amount}} секунд(ы) назад",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Обсуждение",
|
||||
"Edit": "Редактировать",
|
||||
"Edit this comment": "Редактировать этот комментарий",
|
||||
"Edited": "Отредактированно",
|
||||
"edited": "Отредактированно",
|
||||
"Enter your name": "Введите ваше имя",
|
||||
"Expertise": "Деятельность",
|
||||
"Founder @ Acme Inc": "Основатель @ Корпорация «Акме»",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Нейрохирург",
|
||||
"One day ago": "День назад",
|
||||
"One hour ago": "Час назад",
|
||||
"One minute ago": "Минуту назад",
|
||||
"One min ago": "Минуту назад",
|
||||
"One month ago": "Месяц назад",
|
||||
"One week ago": "Неделю назад",
|
||||
"One year ago": "Год назад",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "තව වචන {{amount}} යි.",
|
||||
"{{amount}} comments": "අදහ\u200bස් {{amount}} යි.",
|
||||
"{{amount}} days ago": "දින {{amount}} ට පෙ\u200bර",
|
||||
"{{amount}} hours ago": "පැය {{amount}} ට පෙ\u200bර",
|
||||
"{{amount}} minutes ago": "මිනිත්තු {{amount}} ට පෙ\u200bර",
|
||||
"{{amount}} hrs ago": "පැය {{amount}} ට පෙ\u200bර",
|
||||
"{{amount}} mins ago": "මිනිත්තු {{amount}} ට පෙ\u200bර",
|
||||
"{{amount}} months ago": "මාස {{amount}} ට පෙ\u200bර",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "තත්ත්පර {{amount}} ට පෙ\u200bර",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "සාකච්ඡා\u200bව",
|
||||
"Edit": "සංස්කරණය කරන්න",
|
||||
"Edit this comment": "අදහස සංස්කරණය කරන්න",
|
||||
"Edited": "සංස්කරණය කරන ලද.",
|
||||
"edited": "සංස්කරණය කරන ලද.",
|
||||
"Enter your name": "ඔබගේ නම සඳහන් කරන්\u200bන",
|
||||
"Expertise": "විශේෂඥතාව",
|
||||
"Founder @ Acme Inc": "Acme Inc හි නිර්මාතෘ",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "ස්නායු ශ\u200bල්\u200dය වෛ\u200bද්\u200dය",
|
||||
"One day ago": "දිනකට පෙ\u200bර",
|
||||
"One hour ago": "පැයකට පෙ\u200bර",
|
||||
"One minute ago": "මිනිත්තුවකට පෙ\u200bර",
|
||||
"One min ago": "මිනිත්තුවකට පෙ\u200bර",
|
||||
"One month ago": "මසකට පෙ\u200bර",
|
||||
"One week ago": "සතියකට පෙ\u200bර",
|
||||
"One year ago": "අවුරුද්දකට පෙ\u200bර",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "Zostáva {{amount}} znakov",
|
||||
"{{amount}} comments": "{{amount}} komentárov",
|
||||
"{{amount}} days ago": "Pred {{amount}} dňami",
|
||||
"{{amount}} hours ago": "Pred {{amount}} hodinami",
|
||||
"{{amount}} minutes ago": "Pred {{amount}} minútami",
|
||||
"{{amount}} hrs ago": "Pred {{amount}} hodinami",
|
||||
"{{amount}} mins ago": "Pred {{amount}} minútami",
|
||||
"{{amount}} months ago": "Pred {{amount}} mesiacmi",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "Pred {{amount}} sekundami",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Diskusia",
|
||||
"Edit": "Upraviť",
|
||||
"Edit this comment": "Upraviť tento komentár",
|
||||
"Edited": "Upravený",
|
||||
"edited": "upravený",
|
||||
"Enter your name": "Zadajte vaše meno",
|
||||
"Expertise": "Odbornosť",
|
||||
"Founder @ Acme Inc": "Zakladateľ @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurogirurg",
|
||||
"One day ago": "Včera",
|
||||
"One hour ago": "Pred hodinou",
|
||||
"One minute ago": "Pred minútou",
|
||||
"One min ago": "Pred minútou",
|
||||
"One month ago": "Pred mesiacom",
|
||||
"One week ago": "Pred týždňom",
|
||||
"One year ago": "Pred rokom",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} tecken kvar",
|
||||
"{{amount}} comments": "{{amount}} kommentarer",
|
||||
"{{amount}} days ago": "{{amount}} dagar sedan",
|
||||
"{{amount}} hours ago": "{{amount}} timmar sedan",
|
||||
"{{amount}} minutes ago": "{{amount}} minuter sedan",
|
||||
"{{amount}} hrs ago": "{{amount}} timmar sedan",
|
||||
"{{amount}} mins ago": "{{amount}} minuter sedan",
|
||||
"{{amount}} months ago": "{{amount}} månader sedan",
|
||||
"{{amount}} more": "{{amount}} fler",
|
||||
"{{amount}} seconds ago": "{{amount}} sekunder sedan",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Diskussion",
|
||||
"Edit": "Ändra",
|
||||
"Edit this comment": "Ändra den här kommentaren",
|
||||
"Edited": "Ändrad",
|
||||
"edited": "Ändrad",
|
||||
"Enter your name": "Skriv ditt namn",
|
||||
"Expertise": "Expertis",
|
||||
"Founder @ Acme Inc": "Grundare av Företaget AB",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Neurokirurg",
|
||||
"One day ago": "En dag sedan",
|
||||
"One hour ago": "En timme sedan",
|
||||
"One minute ago": "En minut sedan",
|
||||
"One min ago": "En minut sedan",
|
||||
"One month ago": "En månad sedan",
|
||||
"One week ago": "En vecka sedan",
|
||||
"One year ago": "Ett år sedan",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} karakter kaldı",
|
||||
"{{amount}} comments": "{{amount}} yorum",
|
||||
"{{amount}} days ago": "{{amount}} gün önce",
|
||||
"{{amount}} hours ago": "{{amount}} saat önce",
|
||||
"{{amount}} minutes ago": "{{amount}} dakika önce",
|
||||
"{{amount}} hrs ago": "{{amount}} saat önce",
|
||||
"{{amount}} mins ago": "{{amount}} dakika önce",
|
||||
"{{amount}} months ago": "{{amount}} ay önce",
|
||||
"{{amount}} more": "Daha fazla {{amount}}",
|
||||
"{{amount}} seconds ago": "{{amount}} saniye önce",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Yorumlar",
|
||||
"Edit": "Düzenle",
|
||||
"Edit this comment": "Bu yorumu düzenle",
|
||||
"Edited": "Düzenlendi",
|
||||
"edited": "düzenlendi",
|
||||
"Enter your name": "Adınızı girin",
|
||||
"Expertise": "Uzmanlık",
|
||||
"Founder @ Acme Inc": "Kurucu @ Firma Ünvan",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Beyin cerrahı",
|
||||
"One day ago": "Bir gün önce",
|
||||
"One hour ago": "Bir saat önce",
|
||||
"One minute ago": "Bir dakika önce",
|
||||
"One min ago": "Bir dakika önce",
|
||||
"One month ago": "Bir ay önce",
|
||||
"One week ago": "Bir hafta önce",
|
||||
"One year ago": "Bir yıl önce",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "",
|
||||
"{{amount}} comments": "",
|
||||
"{{amount}} days ago": "",
|
||||
"{{amount}} hours ago": "",
|
||||
"{{amount}} minutes ago": "",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "",
|
||||
"Edit": "",
|
||||
"Edit this comment": "",
|
||||
"Edited": "",
|
||||
"edited": "",
|
||||
"Enter your name": "",
|
||||
"Expertise": "",
|
||||
"Founder @ Acme Inc": "",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "",
|
||||
"One day ago": "",
|
||||
"One hour ago": "",
|
||||
"One minute ago": "",
|
||||
"One min ago": "",
|
||||
"One month ago": "",
|
||||
"One week ago": "",
|
||||
"One year ago": "",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "{{amount}} ký tự còn lại",
|
||||
"{{amount}} comments": "{{amount}} bình luận",
|
||||
"{{amount}} days ago": "{{amount}} ngày trước",
|
||||
"{{amount}} hours ago": "{{amount}} giờ trước",
|
||||
"{{amount}} minutes ago": "{{amount}} phút trước",
|
||||
"{{amount}} hrs ago": "{{amount}} giờ trước",
|
||||
"{{amount}} mins ago": "{{amount}} phút trước",
|
||||
"{{amount}} months ago": "{{amount}} tháng trước",
|
||||
"{{amount}} more": "{{amount}} nữa",
|
||||
"{{amount}} seconds ago": "{{amount}} giây trước",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "Thảo luận",
|
||||
"Edit": "Sửa",
|
||||
"Edit this comment": "Sửa bình luận này",
|
||||
"Edited": "Đã sửa",
|
||||
"edited": "Đã sửa",
|
||||
"Enter your name": "Nhập tên của bạn",
|
||||
"Expertise": "Chuyên môn",
|
||||
"Founder @ Acme Inc": "Người sáng lập @ Acme Inc",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "Bác sĩ phẫu thuật thần kinh",
|
||||
"One day ago": "Một ngày trước",
|
||||
"One hour ago": "Một giờ trước",
|
||||
"One minute ago": "Một phút trước",
|
||||
"One min ago": "Một phút trước",
|
||||
"One month ago": "Một tháng trước",
|
||||
"One week ago": "Một tuần trước",
|
||||
"One year ago": "Một năm trước",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "還剩 {{amount}} 個字",
|
||||
"{{amount}} comments": "{{amount}} 則留言",
|
||||
"{{amount}} days ago": "{{amount}} 天前",
|
||||
"{{amount}} hours ago": "{{amount}} 小時前",
|
||||
"{{amount}} minutes ago": "{{amount}} 分鐘前",
|
||||
"{{amount}} hrs ago": "{{amount}} 小時前",
|
||||
"{{amount}} mins ago": "{{amount}} 分鐘前",
|
||||
"{{amount}} months ago": "{{amount}} 個月前",
|
||||
"{{amount}} more": "還剩 {{amount}} 則留言",
|
||||
"{{amount}} seconds ago": "{{amount}} 秒前",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "討論",
|
||||
"Edit": "編輯",
|
||||
"Edit this comment": "編輯此則留言",
|
||||
"Edited": "已編輯",
|
||||
"edited": "已編輯",
|
||||
"Enter your name": "輸入您的稱呼",
|
||||
"Expertise": "專業背景",
|
||||
"Founder @ Acme Inc": "Acme Inc的創辦人",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "神經外科醫生",
|
||||
"One day ago": "一天前",
|
||||
"One hour ago": "一小時前",
|
||||
"One minute ago": "一分鐘前",
|
||||
"One min ago": "一分鐘前",
|
||||
"One month ago": "一個月前",
|
||||
"One week ago": "一周前",
|
||||
"One year ago": "一年前",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"{{amount}} characters left": "还剩{{amount}}字",
|
||||
"{{amount}} comments": "{{amount}}条评论",
|
||||
"{{amount}} days ago": "{{amount}}天前",
|
||||
"{{amount}} hours ago": "{{amount}}小时前",
|
||||
"{{amount}} minutes ago": "{{amount}}分钟前",
|
||||
"{{amount}} hrs ago": "{{amount}}小时前",
|
||||
"{{amount}} mins ago": "{{amount}}分钟前",
|
||||
"{{amount}} months ago": "{{amount}}个月前",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} seconds ago": "{{amount}}秒前",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"Discussion": "讨论",
|
||||
"Edit": "编辑",
|
||||
"Edit this comment": "编辑此条评论",
|
||||
"Edited": "已编辑",
|
||||
"edited": "已编辑",
|
||||
"Enter your name": "输入您的称呼",
|
||||
"Expertise": "专业背景",
|
||||
"Founder @ Acme Inc": "Acme Inc的创建者",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"Neurosurgeon": "神经外科医生",
|
||||
"One day ago": "一天前",
|
||||
"One hour ago": "一小时前",
|
||||
"One minute ago": "一分钟前",
|
||||
"One min ago": "一分钟前",
|
||||
"One month ago": "一个月前",
|
||||
"One week ago": "一周前",
|
||||
"One year ago": "一年前",
|
||||
|
|
Loading…
Add table
Reference in a new issue