Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support selecting installation path and Chinese version #77

Open
WangYiming2025 opened this issue Jan 1, 2025 · 4 comments
Open

Support selecting installation path and Chinese version #77

WangYiming2025 opened this issue Jan 1, 2025 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@WangYiming2025
Copy link

My Problem:

  • My C drive is out of space, but bananas is installed on C:/ programs .

  • My develop group is from China, and most of members can't understand English, so I hope if bananas can support Chinese.(Maybe I can help!)

My Suggestion:

  • Support selecting installation path during installation

  • Support Chinese language

@WangYiming2025 WangYiming2025 added the enhancement New feature or request label Jan 1, 2025
@gorillamoe
Copy link
Member

That would be an awesome addition. I can't translate it to Chinese, but you can help with that. I'm going to prepare a feature branch for that.

Also, a way of changing the installation path should be easy to implement.

@gorillamoe gorillamoe self-assigned this Jan 14, 2025
@gorillamoe
Copy link
Member

@WangYiming2025
Copy link
Author

Sorry,sir.I was at school lask week without internet.I'm excited to see your text,now I will try to translate it.

@WangYiming2025
Copy link
Author

@gorillamoe Here:

import type { Translation } from '../i18n-types'

const zh = {
  about: '关于',
  advanced: '高级',
  basic: '基本',
  cancel: '取消',
  choose_a_color: '选择一个颜色',
  color: '颜色',
  connect: '连接',
  connection_established: '连接建立成功',
  copy_my_connection_string: '复制我的连接码',
  disconnect: '连接失败',
  fullscreen: '全屏',
  host_a_session: '发起一个屏幕共享',
  host_connection_string: '创建此共享的邀请码',
  hosting_a_session: '正在屏幕共享',
  is_microphone_active_on_connect: '连接时麦克风是否打开',
  join_a_session: '加入一个屏幕共享',
  joined_a_session: '已加入屏幕共享',
  media: '媒体',
  microphone_active: '打开麦克风',
  microphone_inactive: '关闭麦克风',
  not_streaming_your_display: '不要流失传输您的显示器',
  participant_connection_string: '参与者的连接码',
  remote_cursors_disabled: '运程光标已关闭',
  remote_cursors_enabled: '远程光标已启用',
  save: '保存',
  session_started: '共享已开始',
  settings: '设置',
  start_a_new_session: '开始一个新共享',
  streaming_your_display: '流式传输您的显示器',
  stun_turn_server_objects: 'STUN/TURN服务器对象(用新行分隔)',
  username: '用户名',
  zoom_in: '放大',
  zoom_out: '缩小'
} satisfies Translation

export default zh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants