{$t('sync.message')}

{$t('sync.googleDriveData')} - {remoteNewer ? $t('sync.newer') : $t('sync.older')} - {numberFormat.format(remoteSize)} KB

{$t('sync.lastModified')}: {remoteFormatted}

{#if remoteSize / localSize < 0.3}

{$t('sync.smallSizeWarning')}

{/if}

{$t('sync.or')}

{$t('sync.localData')} - {remoteNewer ? $t('sync.older') : $t('sync.newer')} - {numberFormat.format(localSize)} KB

{$t('sync.lastModified')}: {localFormatted}

{#if localSize / remoteSize < 0.3}

{$t('sync.smallSizeWarning')}

{/if}